From 8a05c235ed4465a8148a9be7ffc02b3cd4459009 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Mon, 25 Feb 2013 19:05:53 +0000 Subject: [PATCH] change up transient_cloud task to use the right keys and talk to openstack --- tasks/transient_cloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/transient_cloud.yml b/tasks/transient_cloud.yml index 0373f2b5b8..ddb295e155 100644 --- a/tasks/transient_cloud.yml +++ b/tasks/transient_cloud.yml @@ -1,6 +1,6 @@ --- - name: spin it up - local_action: ec2_create keypair=${keypair} image=${image} type=${instance_type} wait=true group=${security_group} + local_action: ec2 keypair=${keypair} image=${image} type=${instance_type} wait=true group=${security_group} ec2_access_key=$transient_access_key ec2_secret+key=$transient_secret_key ec2_url=$os_ec2_url register: inst_res - name: add it to the special group