charm-neutron-api/templates/parts/section-nova
Edward Hope-Morley 1ecdb3ff7e Support using internal network for clients
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
2016-04-01 12:00:05 +01:00

6 lines
111 B
Plaintext

[nova]
auth_section = keystone_authtoken
{% if use_internal_endpoints -%}
endpoint_type = internal
{% endif %}