Changeset 5afcc33


Ignore:
Timestamp:
Oct 14, 2013 10:55:12 AM (10 years ago)
Author:
Ted Faber <faber@…>
Branches:
master
Children:
27c5f3e
Parents:
75605c7
Message:

Clean up access for debugging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_client.py

    r75605c7 r5afcc33  
    398398        (opts, args) = parser.parse_args()
    399399
    400         if opts.testbed == None:
    401             parser.error("--testbed is required")
    402 
    403400        if opts.trusted:
    404401            if ( not os.access(opts.trusted, os.R_OK) ) :
     
    416413        if os.access(cert, os.R_OK):
    417414            fid = fedid(file=cert)
    418             if opts.use_fedid == True:
    419                 user = fid
    420415        else:
    421416            sys.exit("Cannot read certificate (%s)" % cert)
    422417
    423         msg = {
    424                 'allocID': pack_id('test alloc'),
    425                 'destinationTestbed': pack_id(opts.testbed),
    426                 }
     418        msg = { }
    427419
    428420        if len(node_descs) > 0:
Note: See TracChangeset for help on using the changeset viewer.