Add support for use-internal-endpoints

Add support for use of internal endpoints for inter-service
API calls.

Change-Id: Ibf674ed9e348f060d83b23d1c882bada93250972
Closes-Bug: 1713923
Depends-On: I4e38f9ed29b03e5dfa3f2dc3cca7b7208a50cd47
This commit is contained in:
James Page 2017-09-05 11:38:43 +01:00
parent 9af9702dbc
commit 9d7aa3826c
1 changed files with 3 additions and 0 deletions

View File

@ -23,5 +23,8 @@ project_name = {{ identity_service.service_tenant }}
username = {{ identity_service.service_username }}
password = {{ identity_service.service_password }}
{%- endif %}
{% if options.use_internal_endpoints -%}
interface = internalURL
{%- endif %}
{% include "parts/section-rabbitmq-oslo" %}