Fix KeystoneURL
authorImre Farkas <ifarkas@redhat.com>
Tue, 5 Nov 2013 13:23:58 +0000 (14:23 +0100)
committerImre Farkas <ifarkas@redhat.com>
Tue, 5 Nov 2013 14:06:20 +0000 (15:06 +0100)
Currently KeystoneURL reports back the noncompute instance IP, not the proper
API endpoint for the Keystone service.

Change-Id: If121620ec549d33f81522465f72e501b7723dd7d

overcloud-source.yaml

index 9f9c595..8285c8f 100644 (file)
@@ -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/