Changeset 5e0b7dc
- Timestamp:
- Jul 25, 2012 11:50:03 AM (12 years ago)
- Branches:
- compt_changes, master
- Children:
- a352710
- Parents:
- f96be61
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/fedd_create.py
rf96be61 r5e0b7dc 45 45 type="string", default=[], 46 46 help="Service description name:exporters:importers:attrs") 47 self.add_option('--active', action='append', default=[], type='string',48 help='a testbed that prefers active protal nodes in the map')49 47 self.add_option("--map", dest="map", action="append", 50 48 type="string", default=[], … … 316 314 'testbed': t, 317 315 'uri': u, 318 'active': t in opts.active,319 316 } for t, u in tbmap.items() 320 317 ]
Note: See TracChangeset
for help on using the changeset viewer.