This commit is contained in:
Valentin Gologuzov 2015-03-16 14:07:19 +01:00
parent ceb7598277
commit 2516cb097a
2 changed files with 2 additions and 1 deletions

View file

@ -22,6 +22,7 @@
vars_prompt:
- name: "OS_USERNAME"
prompt: "Enter user name for perform actions with OS"
private: no
- name: "OS_PASSWORD"
prompt: "Enter OS password"

View file

@ -34,7 +34,7 @@
floating_ips:
- "{{public_ip}}"
register: nova_result
when: vm_status.stdout != "ACTIVE"
# when: vm_status.stdout != "ACTIVE"
# - debug: msg="{{ nova_result.info }}"