Also the same for security_groups

This commit is contained in:
Kevin Fenzi 2015-05-13 21:19:31 +00:00
parent ec37aee7de
commit 50cb01ffd2

View file

@ -10,7 +10,7 @@
local_action:
image: "{{ image }}"
instance_type: "{{ instance_type }}"
security_group: web-80-anywhere-transient,web-443-anywhere-transient,ssh-anywhere-transient,default
security_groups: web-80-anywhere-transient,web-443-anywhere-transient,ssh-anywhere-transient,default
region: nova
image_id: "{{ image|image_name_to_id('admin', ADMIN_PASS, inventory_tenant, os_auth_url) }}"
nics:
@ -24,7 +24,6 @@
image_id: "{{ image|image_name_to_id('admin', ADMIN_PASS, 'transient', os_auth_url) }}"
wait_for: 300
flavor_id: "{{ instance_type|flavor_name_to_id('admin', ADMIN_PASS, 'transient', os_auth_url) }}"
security_groups: "{{security_group}}"
key_name: fedora-admin-20130801
floating_ips:
- "{{public_ip}}"