aboutsummaryrefslogtreecommitdiffstats
path: root/base.yaml
diff options
context:
space:
mode:
authorClint Byrum <clint@fewbar.com>2013-04-18 14:04:06 -0700
committerClint Byrum <clint@fewbar.com>2013-04-18 14:04:06 -0700
commit41fb3c49045fd5dc6ae3ec013c51e8b8428d1fff (patch)
treefc4970ad2a2f1abdb86f81c4cb6aeba40f1c748e /base.yaml
parent9954c0f5b2fda18757c2bcb5240c4b19da7dc69e (diff)
Match Metadata with tripleo-image-elements.
Diffstat (limited to 'base.yaml')
-rw-r--r--base.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/base.yaml b/base.yaml
index 6db5d3ed..f05664e6 100644
--- a/base.yaml
+++ b/base.yaml
@@ -4,6 +4,9 @@ Parameters:
TemplateRoot:
Description: URL Base where all of our templates are available
Type: String
+ KeystoneAdminToken:
+ Description: Admin Token needed for keystone
+ Type: String
Resources:
RabbitMQ:
Type: AWS::CloudFormation::Stack
@@ -32,6 +35,7 @@ Resources:
- {Ref: TemplateRoot}
- keystone.yaml
Parameters:
+ AdminToken: {Ref: KeystoneAdminToken}
KeyName: default
KeystoneDSN:
Fn::Join: