Ignore:
Timestamp:
Dec 1, 2008 10:21:28 PM (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:
5a6b75b
Parents:
77a7634
Message:

Call access control routines locally rather than trying to remotely access this
process. Currently calling a remote service on ourselves seems to tangle the
threading up in knots. This should remove that problem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/deter_impl.py

    r77a7634 r5fffd82  
    5252                self.experiment = \
    5353                        experiment_control_local(config, self.auth)
     54                # Tell the experiment control where local access control is and
     55                # what testbed it pertains to.
     56                if self.access:
     57                    self.experiment.local_access[self.access.testbed] = \
     58                            self.access
     59
    5460                self.soap_services.update(self.experiment.soap_services)
    5561                self.xmlrpc_services.update(self.experiment.xmlrpc_services)
Note: See TracChangeset for help on using the changeset viewer.