From 05988cf7fb4c1c9faec0028b96a66b3b377fa384 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 13 May 2015 21:08:57 +0000 Subject: [PATCH] Also the security groups have the tennant name in them. --- playbooks/temp_cloud_instance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/temp_cloud_instance.yml b/playbooks/temp_cloud_instance.yml index 951b0e9922..fe0758b931 100644 --- a/playbooks/temp_cloud_instance.yml +++ b/playbooks/temp_cloud_instance.yml @@ -15,7 +15,7 @@ - keypair: fedora-admin-20130801 - image: "{{ centos70_x86_64 }}" - 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 - auth_url: "{{os_auth_url}}" - login_username: "admin"