summaryrefslogtreecommitdiff
path: root/releasenotes/notes/add-dedicated-auth-endpoint-config-for-servers-b20f7eb351f619d0.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/add-dedicated-auth-endpoint-config-for-servers-b20f7eb351f619d0.yaml')
-rw-r--r--releasenotes/notes/add-dedicated-auth-endpoint-config-for-servers-b20f7eb351f619d0.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/releasenotes/notes/add-dedicated-auth-endpoint-config-for-servers-b20f7eb351f619d0.yaml b/releasenotes/notes/add-dedicated-auth-endpoint-config-for-servers-b20f7eb351f619d0.yaml
new file mode 100644
index 000000000..52d93f8da
--- /dev/null
+++ b/releasenotes/notes/add-dedicated-auth-endpoint-config-for-servers-b20f7eb351f619d0.yaml
@@ -0,0 +1,16 @@
+---
+features:
+ - |
+ Added a new config option server_keystone_endpoint_type to specify
+ the keystone authentication endpoint (public/internal/admin)
+ to pass into cloud-init data.
+ If left unset the original behavior should remain unchanged.
+
+ This feature allows the deployer to unambiguously specify the
+ keystone endpoint passed to user provisioned servers, and is particularly
+ useful where the deployment network architecture requires the heat
+ service to interact with the internal endpoint,
+ but user provisioned servers only have access to the external network.
+
+ For more information see
+ http://lists.openstack.org/pipermail/openstack-discuss/2019-February/002925.html