Merge "Use a real IP address for ironic-inspector endpoint_override"
This commit is contained in:
commit
0a8a9b0353
@ -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 %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user