aboutsummaryrefslogtreecommitdiffstats
path: root/keystone.yaml
diff options
context:
space:
mode:
authorClint Byrum <clint@fewbar.com>2013-05-14 11:31:06 -0700
committerClint Byrum <clint@fewbar.com>2013-06-06 09:28:01 -0700
commit6504e6bd09b8b3b14ce56490ea3e17daf8cc0a93 (patch)
treee4ab17c33c34ca8ddb5f77d059d7c2d09937b03b /keystone.yaml
parent81ec285ee724f3efb5cc427dab2adc2181b81369 (diff)
Simplify keystone into one instance.
Diffstat (limited to 'keystone.yaml')
-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'