Changeset 1660f7c


Ignore:
Timestamp:
Dec 7, 2010 12:49:57 PM (13 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master
Children:
2453416
Parents:
cd60510
Message:

Bug from an untaken code path. Part of the experiment controller refactor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/experiment_control.py

    rcd60510 r1660f7c  
    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.