Ignore:
Timestamp:
Dec 2, 2008 8:44:41 AM (15 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
Children:
08329f4
Parents:
5fffd82
Message:

multiple uri aliases for the testbed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/deter_impl.py

    r5fffd82 r5a6b75b  
    5353                        experiment_control_local(config, self.auth)
    5454                # Tell the experiment control where local access control is and
    55                 # what testbed it pertains to.
     55                # what testbeds it pertains to.
    5656                if self.access:
    57                     self.experiment.local_access[self.access.testbed] = \
    58                             self.access
     57                    for t in self.access.testbed:
     58                        self.experiment.local_access[t] = self.access
    5959
    6060                self.soap_services.update(self.experiment.soap_services)
Note: See TracChangeset for help on using the changeset viewer.