From f34c6a601317b7783885eed6ce16927d7e9337d8 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Wed, 10 Aug 2016 11:25:46 +0300 Subject: 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 --- overcloud.yaml | 3 +++ 1 file changed, 3 insertions(+) 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]} -- cgit 1.2.3-korg