add an optional 'options' dict to Resolve (checked that old clients
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 20 Sep 2012 17:32:02 +0000 (19:32 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 20 Sep 2012 17:32:02 +0000 (19:32 +0200)
commit872ab6f6b720fac6dff888ba32a0ec73911827ee
tree2b7f24762edc77928959bd39537b43d57f45bfe9
parente0e3b09aa39ec0f078cf007927bfd4e9573a1211
add an optional 'options' dict to Resolve (checked that old clients
would not break)
go deeper yet in cleaning up the amount of extra fields in records
turns out CreateSliver actually needs to re-synthesize a whole lot of
data about users (for when account creation needs to take place)
in a truly federated environment this is not going to work, the
registry will never have enough data for account creation as this is
testbed-dependent
as far as I can tell this is a blatant flaw in the architecture
this code might work - accidentally - in a simple one-SFA-one-PLC
setup but this needs more work
sfa/client/client_helper.py
sfa/client/sfi.py
sfa/managers/managerwrapper.py
sfa/managers/registry_manager.py
sfa/methods/Resolve.py
sfa/storage/model.py