1ecdb3ff7e
Openstack mostly defaults to using public endpoints for internal communication between services. This patch adds a new option use-internal-endpoints which, if set to True, will configure services to use internal endpoints where possible. Closes-Bug: 1456876 Change-Id: Ibff9d2ae7bf978525d4eccacb8f9a535b36d2056
6 lines
111 B
Plaintext
6 lines
111 B
Plaintext
[nova]
|
|
auth_section = keystone_authtoken
|
|
{% if use_internal_endpoints -%}
|
|
endpoint_type = internal
|
|
{% endif %}
|