Merge "Use a real IP address for ironic-inspector endpoint_override"

This commit is contained in:
Zuul 2019-10-31 14:55:34 +00:00 committed by Gerrit Code Review
commit 0a8a9b0353

View File

@ -96,7 +96,7 @@ project_domain_id = default
region_name = {{ keystone.bootstrap.region_name | default('RegionOne')}}
{% else %}
auth_type=none
endpoint_override={{ ironic_inspector_api_url }}
endpoint_override = http://{{ hostvars[inventory_hostname]['ansible_' + ans_network_interface]['ipv4']['address'] }}:5050
{% endif %}
{% endif %}