commit | 3674edfbab1d5b82da6e86828fdc9dcf26be94a8 | [log] [tgz] |
---|---|---|
author | Sapan Bhatia <gwsapan@gmail.com> | Wed Sep 16 17:47:29 2015 +0200 |
committer | Sapan Bhatia <gwsapan@gmail.com> | Wed Sep 16 17:47:29 2015 +0200 |
tree | 7286da7e0cec5600893e90338acffb0ab0fc7b4b | |
parent | ab6c32d411a3689edfa5ee74f7d4f77e565084a2 [diff] |
Missing annotation in sync_controller_slices
diff --git a/xos/openstack_observer/steps/sync_controller_slices.py b/xos/openstack_observer/steps/sync_controller_slices.py index ba3e955..a790a67 100644 --- a/xos/openstack_observer/steps/sync_controller_slices.py +++ b/xos/openstack_observer/steps/sync_controller_slices.py
@@ -16,6 +16,7 @@ provides=[Slice] requested_interval=0 observes=ControllerSlice + playbook='sync_controller_slices.yaml' def map_sync_inputs(self, controller_slice): logger.info("sync'ing slice controller %s" % controller_slice)