specify auth_url for glance_image module
due used https
This commit is contained in:
parent
5e7059b1f6
commit
b341df3533
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue