Merge "Use Internal API by default for Keystone admin endpoint"

This commit is contained in:
Zuul 2022-02-02 19:07:54 +00:00 committed by Gerrit Code Review
commit ad97bd7059
3 changed files with 5 additions and 7 deletions

View File

@ -1,6 +0,0 @@
# This environment file provides a default value for ServiceNetMap where
# Keystone Admin API service is running on the Internal API network
parameter_defaults:
ServiceNetMap:
KeystoneAdminApiNetwork: internal_api

View File

@ -377,7 +377,7 @@ parameter_defaults:
IronicApiNetwork: ctlplane
IronicNetwork: ctlplane
IronicInspectorNetwork: ctlplane
KeystoneAdminApiNetwork: ctlplane # allows undercloud to config endpoints
KeystoneAdminApiNetwork: {{ _service_nets.get('internal_api', 'ctlplane') }}
KeystonePublicApiNetwork: {{ _service_nets.get('internal_api', 'ctlplane') }}
ManilaApiNetwork: {{ _service_nets.get('internal_api', 'ctlplane') }}
NeutronApiNetwork: {{ _service_nets.get('internal_api', 'ctlplane') }}

View File

@ -0,0 +1,4 @@
---
features:
- |
Admin endpoint of Keystone listens on Internal API network by default.