Call nova from localhost

This commit is contained in:
Valentin Gologuzov 2015-03-16 14:15:28 +01:00
parent 2516cb097a
commit 23da3c4ea4

View file

@ -19,6 +19,7 @@
# when: vm_status.stdout != "ACTIVE"
- name: spin UP VM using nova_compute
delegate_to: 127.0.0.1
nova_compute:
# insecure: True
auth_url: "{{OS_AUTH_URL}}"