Use endpoint_override for nova-compute-ironic
The api_endpoint option was deprecated, and will be removed by https://review.openstack.org/643483. Change-Id: Ie56a8ab07ab21d2e7d678e636c1408099d8ab3aa
This commit is contained in:
parent
a9def6ce4b
commit
40497507ee
@ -118,7 +118,7 @@ auth_type = password
|
|||||||
project_name = service
|
project_name = service
|
||||||
user_domain_name = {{ default_user_domain_name }}
|
user_domain_name = {{ default_user_domain_name }}
|
||||||
project_domain_name = {{ default_project_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 %}
|
{% endif %}
|
||||||
|
|
||||||
[oslo_middleware]
|
[oslo_middleware]
|
||||||
|
Loading…
Reference in New Issue
Block a user