This commit is contained in:
Valentin Gologuzov 2015-03-16 14:26:39 +01:00
parent b0f319dd6a
commit c1f0e72da3

View file

@ -18,7 +18,7 @@
# local_action: "shell nova --insecure {{_OS_AUTH_OPTS}} boot --flavor {{flavor_id}} --image {{image}} --poll {{inventory_hostname}}"
# when: vm_status.stdout != "ACTIVE"
- debug: msg="Auth: {{OS_AUTH_URL}} {{OS_TENANT_NAME}} {{OS_USERNAME}}"
- debug: msg="Auth {{OS_AUTH_URL}} {{OS_TENANT_NAME}} {{OS_USERNAME}}"
- name: spin UP VM using nova_compute
delegate_to: 127.0.0.1