Ignore:
Timestamp:
Nov 10, 2010 4:40:54 PM (13 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master
Children:
549830d
Parents:
b4778de
Message:

Merge fixes from stable branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/experiment_control.py

    rb4778de r814b5e5  
    18341834            # Now get access to the dynamic testbeds (those added above)
    18351835            for tb in [ t for t in topo if t not in allocated]:
    1836                 self.get_access(tb, None, tbparams, access_user, masters)
     1836                self.get_access(tb, None, tbparams, access_user, masters, tbmap)
    18371837                allocated[tb] = 1
    18381838                store_keys = topo[tb].get_attribute('store_keys')
Note: See TracChangeset for help on using the changeset viewer.