Bug fixes to sync_controller_images.yaml
authorSapan Bhatia <sapanb@cs.princeton.edu>
Mon, 22 Dec 2014 06:42:38 +0000 (01:42 -0500)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Mon, 22 Dec 2014 06:42:38 +0000 (01:42 -0500)
planetstack/openstack_observer/steps/sync_controller_images.yaml

index 55ad36a..aca7171 100644 (file)
@@ -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