aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud.yaml
diff options
context:
space:
mode:
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>2016-08-10 11:25:46 +0300
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>2016-08-29 08:44:58 +0000
commitf34c6a601317b7783885eed6ce16927d7e9337d8 (patch)
tree72f735d7a3ab9b3f640d9b5f98f57ae04a86e12b /overcloud.yaml
parentd87e2a380095494085e5ed5e0348faba24331d9d (diff)
Add flag to assert that puppet manages the keystone endpoints
This will be read by the client and it will furtherly skip the post-config. Depends-On: I36e1c478e7c92be61da6a0d710e9025d4d354072 Depends-On: Ibbbe1e016e7e47ea5577de33c5a11d4088811616 Change-Id: Icfb650a1dff704cdcce7349dfb612298d38f2706
Diffstat (limited to 'overcloud.yaml')
-rw-r--r--overcloud.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/overcloud.yaml b/overcloud.yaml
index c653e036..ebf3eb40 100644
--- a/overcloud.yaml
+++ b/overcloud.yaml
@@ -1049,6 +1049,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]}