Ignore:
Timestamp:
Dec 7, 2010 12:50:48 PM (13 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master
Children:
9556f2a
Parents:
c179764 (diff), 1660f7c (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.
Message:

Merge branch 'master' of tardis.deterlab.net:/var/local/git/fedd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/experiment_control.py

    rc179764 r2453416  
    16091609        return top
    16101610
    1611     def get_testbed_services(self, req):
     1611    def get_testbed_services(self, req, testbeds):
    16121612        """
    16131613        Parse the services section of the request into into two dicts mapping
     
    19241924                        testbeds.append(tb)
    19251925
    1926             masters, pmasters = self.get_testbed_services(req)
     1926            masters, pmasters = self.get_testbed_services(req, testbeds)
    19271927            allocated = { }         # Testbeds we can access
    19281928            topo ={ }               # Sub topologies
Note: See TracChangeset for help on using the changeset viewer.