specify auth_url for nova_flavour module
due used https
This commit is contained in:
parent
b341df3533
commit
eb0be78765
1 changed files with 1 additions and 0 deletions
|
@ -432,6 +432,7 @@
|
|||
- name: create non-standard flavor
|
||||
nova_flavor:
|
||||
login_username="admin" login_password="{{ ADMIN_PASS }}" login_tenant_name="admin"
|
||||
auth_url="https://{{controller_hostname}}:35357/v2.0"
|
||||
name="m1.builder" id="6" ram="5120" disk="50" vcpus="2"
|
||||
|
||||
##### download common Images #####
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue