Merge "Use endpoint_override for nova-compute-ironic"

This commit is contained in:
Zuul 2019-03-21 16:22:08 +00:00 committed by Gerrit Code Review
commit 7741925537
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ auth_type = password
project_name = service
user_domain_name = {{ default_user_domain_name }}
project_domain_name = {{ default_project_domain_name }}
api_endpoint = {{ internal_protocol }}://{{ ironic_internal_fqdn }}:{{ ironic_api_port }}/v1
endpoint_override = {{ internal_protocol }}://{{ ironic_internal_fqdn }}:{{ ironic_api_port }}/v1
{% endif %}
[oslo_middleware]