diff options
Diffstat (limited to 'base.yaml')
-rw-r--r-- | base.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,13 +1,13 @@ heat_template_version: 2013-05-23 description: 'Tie OpenStack components together' parameters: - TemplateRoot: - description: URL Base where all of our templates are available - type: string KeystoneAdminToken: description: Admin Token needed for keystone type: string hidden: true + TemplateRoot: + description: URL Base where all of our templates are available + type: string resources: RabbitMQ: type: AWS::CloudFormation::Stack |