Simplify keystone into one instance.

This commit is contained in:
Clint Byrum 2013-05-14 11:31:06 -07:00
parent 81ec285ee7
commit 6504e6bd09
1 changed files with 2 additions and 8 deletions

View 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'