Merge "Use Internal API by default for Keystone admin endpoint"
This commit is contained in:
commit
ad97bd7059
@ -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
|
@ -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') }}
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Admin endpoint of Keystone listens on Internal API network by default.
|
Loading…
Reference in New Issue
Block a user