From: Imre Farkas Date: Tue, 5 Nov 2013 13:23:58 +0000 (+0100) Subject: Fix KeystoneURL X-Git-Tag: opnfv-6.0.0~2917 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=df18ea222c606619e7567f8968cbc6d69a5c61c3;p=apex-tripleo-heat-templates.git Fix KeystoneURL Currently KeystoneURL reports back the noncompute instance IP, not the proper API endpoint for the Keystone service. Change-Id: If121620ec549d33f81522465f72e501b7723dd7d --- diff --git a/overcloud-source.yaml b/overcloud-source.yaml index 9f9c5957..8285c8f8 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -333,10 +333,14 @@ Outputs: KeystoneURL: Description: URL for the Overcloud Keystone service Value: - Fn::Select: - - 0 + Fn::Join: + - '' + - - http:// - Fn::Select: - - ctlplane - - Fn::GetAtt: - - notcompute - - networks + - 0 + - Fn::Select: + - ctlplane + - Fn::GetAtt: + - notcompute + - networks + - :5000/v2.0/