Simplify keystone into one instance.
authorClint Byrum <clint@fewbar.com>
Tue, 14 May 2013 18:31:06 +0000 (11:31 -0700)
committerClint Byrum <clint@fewbar.com>
Thu, 6 Jun 2013 16:28:01 +0000 (09:28 -0700)
keystone.yaml

index e4b96d7..fc25620 100644 (file)
@@ -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'