From 120a47d6c71bd869cfb4c6bd11c5d5555c6548fd Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Mon, 22 Dec 2014 01:42:38 -0500 Subject: [PATCH] Bug fixes to sync_controller_images.yaml --- .../steps/sync_controller_images.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/planetstack/openstack_observer/steps/sync_controller_images.yaml b/planetstack/openstack_observer/steps/sync_controller_images.yaml index 55ad36a..aca7171 100644 --- a/planetstack/openstack_observer/steps/sync_controller_images.yaml +++ b/planetstack/openstack_observer/steps/sync_controller_images.yaml @@ -2,12 +2,12 @@ - hosts: 127.0.0.1 connection: local tasks: - - glance: + - glance_image: auth_url: {{ endpoint }} - username: {{ admin_user }} - tenant_name: 'admin' - password: {{ admin_password }} - name: {{ name }} + login_username: {{ admin_user }} + login_tenant_name: 'admin' + login_password: {{ admin_password }} + name: {{ name }} file: {{ filepath }} - format: 'raw' + disk_format: 'raw' is_public: true -- 2.43.0