Changeset 5afcc33
- Timestamp:
- Oct 14, 2013 10:55:12 AM (11 years ago)
- Branches:
- master
- Children:
- 27c5f3e
- Parents:
- 75605c7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/fedd_client.py
r75605c7 r5afcc33 398 398 (opts, args) = parser.parse_args() 399 399 400 if opts.testbed == None:401 parser.error("--testbed is required")402 403 400 if opts.trusted: 404 401 if ( not os.access(opts.trusted, os.R_OK) ) : … … 416 413 if os.access(cert, os.R_OK): 417 414 fid = fedid(file=cert) 418 if opts.use_fedid == True:419 user = fid420 415 else: 421 416 sys.exit("Cannot read certificate (%s)" % cert) 422 417 423 msg = { 424 'allocID': pack_id('test alloc'), 425 'destinationTestbed': pack_id(opts.testbed), 426 } 418 msg = { } 427 419 428 420 if len(node_descs) > 0:
Note: See TracChangeset
for help on using the changeset viewer.