specify auth_url for glance_image module

due used https
This commit is contained in:
Miroslav Suchý 2015-03-03 09:59:17 +00:00
parent 5e7059b1f6
commit b341df3533

View file

@ -423,6 +423,7 @@
- name: Add the cirros-0.3.2-x86_64 image
glance_image:
login_username="admin" login_password="{{ ADMIN_PASS }}" login_tenant_name="admin"
auth_url="https://{{controller_hostname}}:35357/v2.0"
name=cirros-0.3.2-x86_64
disk_format=qcow2
is_public=True
@ -441,6 +442,7 @@
- name: Add the images
glance_image:
login_username="admin" login_password="{{ ADMIN_PASS }}" login_tenant_name="admin"
auth_url="https://{{controller_hostname}}:35357/v2.0"
name="{{ item.name }}"
disk_format=qcow2
is_public=True