Also the security groups have the tennant name in them.

This commit is contained in:
Kevin Fenzi 2015-05-13 21:08:57 +00:00
parent 565bfe1108
commit 05988cf7fb

View file

@ -15,7 +15,7 @@
- keypair: fedora-admin-20130801 - keypair: fedora-admin-20130801
- image: "{{ centos70_x86_64 }}" - image: "{{ centos70_x86_64 }}"
- instance_type: m1.small - instance_type: m1.small
- security_group: web-80-anywhere-persistent,web-443-anywhere-persistent,ssh-anywhere-persistent,default - security_group: web-80-anywhere-transient,web-443-anywhere-transient,ssh-anywhere-transient,default
- region: nova - region: nova
- auth_url: "{{os_auth_url}}" - auth_url: "{{os_auth_url}}"
- login_username: "admin" - login_username: "admin"