X-Git-Url: http://git.onelab.eu/?p=plstackapi.git;a=blobdiff_plain;f=planetstack%2Fopenstack_observer%2Fsteps%2Fsync_controller_images.py;fp=planetstack%2Fopenstack_observer%2Fsteps%2Fsync_controller_images.py;h=fa0cad1770d577518d37b7c348dd90e96100b95c;hp=00f2a7d393d3eb5bc069d20b1444f51a97645210;hb=267606314830fbc5deb9e28dc0d47e8cbf8d68b1;hpb=975e9267008ce827a577ef9de500482d8e6ce854 diff --git a/planetstack/openstack_observer/steps/sync_controller_images.py b/planetstack/openstack_observer/steps/sync_controller_images.py index 00f2a7d..fa0cad1 100644 --- a/planetstack/openstack_observer/steps/sync_controller_images.py +++ b/planetstack/openstack_observer/steps/sync_controller_images.py @@ -37,4 +37,5 @@ class SyncControllerImages(OpenStackSyncStep): image_id = res[0]['id'] controller_image.glance_image_id = image_id + controller_image.backend_status = '1 - OK' controller_image.save()