- Timestamp:
- Jul 25, 2012 11:50:36 AM (12 years ago)
- Branches:
- compt_changes, master
- Children:
- eac54fa
- Parents:
- 5e0b7dc (diff), e5a595e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- fedd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/README
r5e0b7dc ra352710 1 Copyright (c) 2008-201 0USC/ISI1 Copyright (c) 2008-2012 USC/ISI 2 2 3 3 Permission is hereby granted, free of charge, to any person obtaining a copy of -
fedd/fedd_create.py
re5a595e ra352710 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.