sync up variables
This commit is contained in:
parent
87023dbd2a
commit
98aafc387b
2 changed files with 5 additions and 5 deletions
|
@ -36,10 +36,10 @@
|
|||
module: nova_compute
|
||||
insecure: True
|
||||
auth_url: "{{os_auth_url}}"
|
||||
login_username: "{{OS_USERNAME}}"
|
||||
login_password: "{{OS_PASSWORD}}"
|
||||
login_tenant_name: "{{OS_TENANT_NAME}}"
|
||||
name: "{{inventory_hostname}}"
|
||||
login_username: "admin"
|
||||
login_password: "{{ADMIN_PASS}}"
|
||||
login_tenant_name: "{{inventory_tenant}}"
|
||||
name: "{{inventory_instance_name}}"
|
||||
image_id: "{{ image }}"
|
||||
wait_for: 300
|
||||
flavor_id: "{{ instance_type|flavor_name_to_id('admin', ADMIN_PASS, inventory_tenant, os_auth_url) }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue