- Timestamp:
- Jun 29, 2010 7:56:56 AM (14 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
- Children:
- e2ff75d
- Parents:
- c53ca69
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/experiment_control.py
rc53ca69 r183b208 864 864 # Request with user and project specified 865 865 req = {\ 866 'destinationTestbed' : { 'uri' : uri },867 866 'credential': [ "project: %s" % p, "user: %s" % u], 868 'allocID' : { 'localname': 'test' },869 867 } 870 868 else: 871 869 # Request with only user specified 872 870 req = {\ 873 'destinationTestbed' : { 'uri' : uri },874 871 'credential': [ 'user: %s' % u ], 875 'allocID' : { 'localname': 'test' },876 872 } 877 873
Note: See TracChangeset
for help on using the changeset viewer.