Merged trunk in from 17245:17645
authorJosh Karlin <jkarlin@bbn.com>
Mon, 12 Apr 2010 18:15:22 +0000 (18:15 +0000)
committerJosh Karlin <jkarlin@bbn.com>
Mon, 12 Apr 2010 18:15:22 +0000 (18:15 +0000)
commitee524e1beef10664533d293cb3669db5d2c5fb67
treedcbd163423b34a3bb22346fbcc9117a6d00ec200
parentac44e44cf5788fb0d4f547002232e1b74372f0cf
Merged trunk in from 17245:17645
33 files changed:
TODO
config/default_config.xml
setup.py
sfa.spec
sfa/client/sfi.py
sfa/managers/aggregate_manager_pl.py
sfa/managers/registry_manager_pl.py
sfa/managers/slice_manager_pl.py
sfa/methods/CreateSliver.py [new file with mode: 0644]
sfa/methods/ListResources.py [new file with mode: 0644]
sfa/methods/get_credential.py
sfa/methods/get_resources.py
sfa/methods/get_trusted_certs.py
sfa/plc/api.py
sfa/plc/nodes.py
sfa/plc/slices.py
sfa/server/aggregate.py
sfa/server/interface.py [new file with mode: 0644]
sfa/server/modpython/SfaAggregateModPython.py [moved from sfa/server/SfaAggregateModPython.py with 100% similarity]
sfa/server/modpython/SfaRegistryModPython.py [moved from sfa/server/SfaRegistryModPython.py with 100% similarity]
sfa/server/modpython/SfaSliceMgrModPython.py [moved from sfa/server/SfaSliceMgrModPython.py with 100% similarity]
sfa/server/modpython/sfa.aggregate.httpd.conf [moved from sfa/server/sfa.aggregate.httpd.conf with 100% similarity]
sfa/server/modpython/sfa.registry.httpd.conf [moved from sfa/server/sfa.registry.httpd.conf with 100% similarity]
sfa/server/modpython/sfa.slicemgr.httpd.conf [moved from sfa/server/sfa.slicemgr.httpd.conf with 100% similarity]
sfa/server/registry.py
sfa/server/sfa-server.py
sfa/server/sfa_component_setup.py
sfa/trust/auth.py
sfa/trust/rights.py
sfa/util/api.py
sfa/util/record.py
sfa/util/server.py
sfa/util/table.py