aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud-source.yaml
diff options
context:
space:
mode:
authorImre Farkas <ifarkas@redhat.com>2013-10-15 11:33:47 +0200
committerImre Farkas <ifarkas@redhat.com>2013-10-22 17:00:54 +0200
commit5a99a0198f8ba522339b90147fc41175be43b700 (patch)
treebe946935505287af20afc2dcebb7865d2cfddb88 /overcloud-source.yaml
parentfcbead3871c995f4da423c9fffe9ed444407a5ce (diff)
Add KeystoneURL to Outputs section
Having the KeystoneURL accessible in Heat allows the user to access the overcloud services using the service catalog. Change-Id: Ie6ef1aadf2f027d0b0793fea59385832c9f0c25f
Diffstat (limited to 'overcloud-source.yaml')
-rw-r--r--overcloud-source.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml
index 1f0442e0..75506f4e 100644
--- a/overcloud-source.yaml
+++ b/overcloud-source.yaml
@@ -329,3 +329,14 @@ Resources:
- SecretAccessKey
stack_name:
Ref: AWS::StackName
+Outputs:
+ KeystoneURL:
+ Description: URL for the Overcloud Keystone service
+ Value:
+ Fn::Select:
+ - 0
+ - Fn::Select:
+ - ctlplane
+ - Fn::GetAtt:
+ - notcompute
+ - networks