From: Juan Antonio Osorio Robles Date: Wed, 10 Aug 2016 08:25:46 +0000 (+0300) Subject: Add flag to assert that puppet manages the keystone endpoints X-Git-Tag: opnfv-6.0.0~1686^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=f34c6a601317b7783885eed6ce16927d7e9337d8;p=apex-tripleo-heat-templates.git 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 --- 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]}