[cloud09] using public_up as floating ip

This commit is contained in:
Valentin Gologuzov 2015-03-16 20:48:18 +01:00
parent 308b3cccc6
commit 7abf3d932a

View file

@ -46,12 +46,13 @@
security_groups: "{{security_group}}"
key_name: "{{ keypair }}"
nics: "{{ cloud_networks }}"
#floating_ips:
# - "{{public_ip}}"
# floating_ip_pools: "{{ floating_ip_pools }}"
floating_ips:
- "{{public_ip}}"
register: nova_result
# when: vm_status.stdout != "ACTIVE"
# - debug: msg="{{ nova_result.info }}"
- debug: msg="{{ nova_result.info }}"
# Something wrong with OS volume attach/detach at the moment
# TODO: discover if volume is attached or not