From 6504e6bd09b8b3b14ce56490ea3e17daf8cc0a93 Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Tue, 14 May 2013 11:31:06 -0700 Subject: [PATCH] Simplify keystone into one instance. --- keystone.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/keystone.yaml b/keystone.yaml index e4b96d7109..fc2562031c 100644 --- a/keystone.yaml +++ b/keystone.yaml @@ -30,8 +30,8 @@ Resources: Properties: UserName: Ref: ApiUser - KeystoneLaunch: - Type: AWS::AutoScaling::LaunchConfiguration + Keystone: + Type: AWS::EC2::Instance Properties: ImageId: {Ref: KeystoneImage} @@ -53,9 +53,3 @@ Resources: admin-token: {Ref: AdminToken} keystone: db: {Ref: KeystoneDSN} - Keystone: - Type: OS::Heat::InstanceGroup - Properties: - LaunchConfigurationName: { Ref: KeystoneLaunch } - AvailabilityZones: [ 1 ] - Size: '1'