Changeset 5e0b7dc for fedd


Ignore:
Timestamp:
Jul 25, 2012 11:50:03 AM (12 years ago)
Author:
Ted Faber <faber@…>
Branches:
compt_changes, master
Children:
a352710
Parents:
f96be61
Message:

Active stuff that got missed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_create.py

    rf96be61 r5e0b7dc  
    4545                type="string", default=[],
    4646                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')
    4947        self.add_option("--map", dest="map", action="append",
    5048                type="string", default=[],
     
    316314                'testbed': t,
    317315                'uri': u,
    318                 'active': t in opts.active,
    319316            } for t, u in tbmap.items()
    320317        ]
Note: See TracChangeset for help on using the changeset viewer.