diff options
-rw-r--r-- | overcloud.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/overcloud.yaml b/overcloud.yaml index e034e8af..38a36800 100644 --- a/overcloud.yaml +++ b/overcloud.yaml @@ -953,6 +953,9 @@ resources: RoleData: {get_attr: [CephStorageServiceChain, role_data]} outputs: + ManagedEndpoints: + description: Asserts that the keystone endpoints have been provisioned. + value: true KeystoneURL: description: URL for the Overcloud Keystone service value: {get_attr: [EndpointMap, endpoint_map, KeystonePublic, uri]} |