Merge "Make the KeystoneURL stack output versionless"

This commit is contained in:
Zuul 2018-05-14 23:37:13 +00:00 committed by Gerrit Code Review
commit 2e1e3fcd7f
2 changed files with 5 additions and 1 deletions

View File

@ -961,7 +961,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.