1 HeatTemplateFormatVersion: '2012-12-12'
2 Description: 'Tie OpenStack components together'
5 Description: URL Base where all of our templates are available
8 Description: Admin Token needed for keystone
13 Type: AWS::CloudFormation::Stack
19 InstanceType: m1.small
21 RabbitMQImage: image-rabbitmq
23 Type: AWS::CloudFormation::Stack
29 InstanceType: m1.small
31 MySQLImage: image-mysql
33 Type: AWS::CloudFormation::Stack
39 AdminToken: {Ref: KeystoneAdminToken}
44 - {"Fn::GetAtt": [ MySQL , KeystonePassword ]}
46 - {"Fn::GetAtt": [ MySQL , MySQLHost ]}
49 Type: AWS::CloudFormation::Stack
59 - {"Fn::GetAtt": [ MySQL, GlancePassword ] }
61 - {"Fn::GetAtt": [ MySQL, MySQLHost ]}
64 Type: AWS::CloudFormation::Stack
74 - {"Fn::GetAtt": [ MySQL, HeatPassword ] }
76 - {"Fn::GetAtt": [ MySQL, MySQLHost ]}