From: Imre Farkas Date: Tue, 15 Oct 2013 09:33:47 +0000 (+0200) Subject: Add KeystoneURL to Outputs section X-Git-Tag: opnfv-6.0.0~2921^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=5a99a0198f8ba522339b90147fc41175be43b700;p=apex-tripleo-heat-templates.git 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 --- 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