Move image back to default in the playbook and clean up another duplicate.

This commit is contained in:
Kevin Fenzi 2015-05-13 21:23:12 +00:00
parent 52697ae7dc
commit d7ecfff48e
2 changed files with 1 additions and 2 deletions

View file

@ -8,11 +8,9 @@
- name: spin UP VM using nova_compute
sudo: False
local_action:
image: "{{ centos70_x86_64 }}"
instance_type: "{{ instance_type }}"
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:
- net-id: "28db7265-fb78-4937-bfe3-9c8a9b959c30"
name: "{{ name }}"