From 8e0dd3d8e03128b22f0ed1d487759363bf8680dd Mon Sep 17 00:00:00 2001 From: ArchiFleKs Date: Wed, 24 May 2017 09:20:06 +0200 Subject: [PATCH] reno: add custom keystone endpoint_type in configuration Implemented in: https://review.openstack.org/#/c/455353/ Related-Bug: #1643197 Change-Id: I7b08d78c8ba547f9fb75d48f68c6552582d528b9 --- .../notes/keystone_trustee_interface-6d63b74616dda1d4.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 releasenotes/notes/keystone_trustee_interface-6d63b74616dda1d4.yaml diff --git a/releasenotes/notes/keystone_trustee_interface-6d63b74616dda1d4.yaml b/releasenotes/notes/keystone_trustee_interface-6d63b74616dda1d4.yaml new file mode 100644 index 0000000000..65db0ca34f --- /dev/null +++ b/releasenotes/notes/keystone_trustee_interface-6d63b74616dda1d4.yaml @@ -0,0 +1,5 @@ +--- +features: + - Keystone URL used by Cluster Templates instances to authenticate is now + configurable with the ``trustee_keystone_interface`` parameter + which default to ``public``.