Ignore:
Timestamp:
Jun 29, 2010 7:56:56 AM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
e2ff75d
Parents:
c53ca69
Message:

Remove extraneous message fields.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/experiment_control.py

    rc53ca69 r183b208  
    864864                # Request with user and project specified
    865865                req = {\
    866                         'destinationTestbed' : { 'uri' : uri },
    867866                        'credential': [ "project: %s" % p, "user: %s"  % u],
    868                         'allocID' : { 'localname': 'test' },
    869867                    }
    870868            else:
    871869                # Request with only user specified
    872870                req = {\
    873                         'destinationTestbed' : { 'uri' : uri },
    874871                        'credential': [ 'user: %s' % u ],
    875                         'allocID' : { 'localname': 'test' },
    876872                    }
    877873
Note: See TracChangeset for help on using the changeset viewer.