Ignore:
Timestamp:
Nov 11, 2010 8:59:19 AM (13 years ago)
Author:
Ted Faber <faber@…>
Branches:
version-3.01
Parents:
807b5ca
Message:

This rolls back the 3.01 branch to the original 3.01 state. I erroneously kept the changes between 3.01 and 3.02 in this branch. With the new branch created, this restores the 3.01 tag's correctness.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/experiment_control.py

    r807b5ca r5b19c3a  
    18011801            # Now get access to the dynamic testbeds (those added above)
    18021802            for tb in [ t for t in topo if t not in allocated]:
    1803                 self.get_access(tb, None, tbparams, access_user, masters, tbmap)
     1803                self.get_access(tb, None, tbparams, access_user, masters)
    18041804                allocated[tb] = 1
    18051805                store_keys = topo[tb].get_attribute('store_keys')
Note: See TracChangeset for help on using the changeset viewer.