aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud-source.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-10-23 09:51:27 +0000
committerGerrit Code Review <review@openstack.org>2013-10-23 09:51:27 +0000
commitfff9c57ac660db407c70c989a23dc0fa395bce07 (patch)
treed314ee6805b99d4d0d46340d0542e0723b5c03ed /overcloud-source.yaml
parent80da8e39680f4da405861b33536012448244ba0d (diff)
parent5a99a0198f8ba522339b90147fc41175be43b700 (diff)
Merge "Add KeystoneURL to Outputs section"
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 97c55df8..c8aa0465 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