From df18ea222c606619e7567f8968cbc6d69a5c61c3 Mon Sep 17 00:00:00 2001 From: Imre Farkas Date: Tue, 5 Nov 2013 14:23:58 +0100 Subject: Fix KeystoneURL Currently KeystoneURL reports back the noncompute instance IP, not the proper API endpoint for the Keystone service. Change-Id: If121620ec549d33f81522465f72e501b7723dd7d --- overcloud-source.yaml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) 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/ -- cgit 1.2.3-korg