refactored registry methods to use the registry manager module
authorTony Mack <tmack@cs.princeton.edu>
Sun, 3 Jan 2010 21:01:44 +0000 (21:01 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Sun, 3 Jan 2010 21:01:44 +0000 (21:01 +0000)
commitb073401948a91054f0963f9b3ca0fbbb9a5b2ecc
treeeba5dadd0a983df61c4ed9f2da3a6f6e2d020a0e
parentadbb6e64e6a2d772f716ffd2a648b78626c242bd
refactored registry methods to use the registry manager module
24 files changed:
sfa/managers/registry_manager_pl.py [new file with mode: 0644]
sfa/methods/create_slice.py
sfa/methods/delete_slice.py
sfa/methods/get_aggregates.py
sfa/methods/get_credential.py
sfa/methods/get_gid.py
sfa/methods/get_gids.py
sfa/methods/get_key.py
sfa/methods/get_registries.py
sfa/methods/get_self_credential.py
sfa/methods/get_slices.py
sfa/methods/get_trusted_certs.py
sfa/methods/list.py
sfa/methods/reboot.py
sfa/methods/redeem_ticket.py
sfa/methods/register.py
sfa/methods/register_peer_object.py
sfa/methods/remove.py
sfa/methods/remove_peer_object.py
sfa/methods/reset_slice.py
sfa/methods/resolve.py
sfa/methods/start_slice.py
sfa/methods/stop_slice.py
sfa/methods/update.py