Make the KeystoneURL stack output versionless

Given that we have now moved all of the places where the keystone auth
URL is used to be versionless. We now make the KeystoneURL output to be
versionless as well.

Story: #2001897
Change-Id: I8c9fbfc77fe47e3ed2e58eac27119f86a045483c
This commit is contained in:
Juan Antonio Osorio Robles 2018-05-08 11:08:54 +03:00
parent 25741d4fd9
commit 9926359131
2 changed files with 5 additions and 1 deletions

View File

@ -962,7 +962,7 @@ outputs:
value: true
KeystoneURL:
description: URL for the Overcloud Keystone service
value: {get_attr: [EndpointMapData, value, KeystonePublic, uri]}
value: {get_attr: [EndpointMapData, value, KeystonePublic, uri_no_suffix]}
KeystoneAdminVip:
description: Keystone Admin VIP endpoint
# Note that these nested get_attr functions require a dependency

View File

@ -0,0 +1,4 @@
---
features:
- |
The KeystoneURL stack output is now versionless.