aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--keystone.yaml10
1 files changed, 2 insertions, 8 deletions
diff --git a/keystone.yaml b/keystone.yaml
index e4b96d71..fc256203 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'