diff --git a/overcloud.j2.yaml b/overcloud.j2.yaml index 44ff08c335..819d9159dd 100644 --- a/overcloud.j2.yaml +++ b/overcloud.j2.yaml @@ -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 diff --git a/releasenotes/notes/Remove-version-from-KeystoneUrl-output-fe4ce6f1a45849d3.yaml b/releasenotes/notes/Remove-version-from-KeystoneUrl-output-fe4ce6f1a45849d3.yaml new file mode 100644 index 0000000000..952e0e421a --- /dev/null +++ b/releasenotes/notes/Remove-version-from-KeystoneUrl-output-fe4ce6f1a45849d3.yaml @@ -0,0 +1,4 @@ +--- +features: + - | + The KeystoneURL stack output is now versionless.