Sync refactored into abstract steps
authorSapan Bhatia <gwsapan@gmail.com>
Tue, 27 Aug 2013 14:16:05 +0000 (10:16 -0400)
committerSapan Bhatia <gwsapan@gmail.com>
Tue, 27 Aug 2013 14:16:05 +0000 (10:16 -0400)
commit24836f18c96de50f93cacb2be40f311f66e4876a
tree5791adb35bddaadab9a011cf1238a724bf71d4d5
parentf61e17af98a435ab1eac843ee865abff81f5fa4c
Sync refactored into abstract steps
17 files changed:
planetstack/core/models/plcorebase.py
planetstack/observer/event_loop.py [new file with mode: 0644]
planetstack/observer/openstacksyncstep.py [new file with mode: 0644]
planetstack/observer/steps/__init__.py [new file with mode: 0644]
planetstack/observer/steps/sync_external_routes.py [new file with mode: 0644]
planetstack/observer/steps/sync_network_slivers.py [new file with mode: 0644]
planetstack/observer/steps/sync_networks.py [new file with mode: 0644]
planetstack/observer/steps/sync_site_privileges.py [new file with mode: 0644]
planetstack/observer/steps/sync_sites.py [new file with mode: 0644]
planetstack/observer/steps/sync_slice_memberships.py [new file with mode: 0644]
planetstack/observer/steps/sync_slices.py [new file with mode: 0644]
planetstack/observer/steps/sync_sliver_ips.py [new file with mode: 0644]
planetstack/observer/steps/sync_slivers.py [new file with mode: 0644]
planetstack/observer/steps/sync_users.py [new file with mode: 0644]
planetstack/observer/syncstep.py [new file with mode: 0644]
planetstack/observer/toposort.py [new file with mode: 0755]
planetstack/openstack/observer.py [deleted file]