X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetstack%2Fopenstack_observer%2Fsteps%2Fsync_controller_images.yaml;h=18228dbec978da7cdc6d88f2732a88087d889963;hb=755b32508de9edcbe1cb33e7a2df9ada580dd9a8;hp=55ad36abd4071de3822790ade08a409bc34a9cb2;hpb=fd04f0208c873d447d87d5dfea698974061100aa;p=plstackapi.git diff --git a/planetstack/openstack_observer/steps/sync_controller_images.yaml b/planetstack/openstack_observer/steps/sync_controller_images.yaml index 55ad36a..18228db 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 }} - file: {{ filepath }} - format: 'raw' + login_username: {{ admin_user }} + login_tenant_name: 'admin' + login_password: {{ admin_password }} + name: "{{ name }}" + file: "{{ filepath }}" + disk_format: 'raw' is_public: true