Merge "Enable /healtcheck for Ironic APIs"
This commit is contained in:
commit
7fa685167c
@ -33,6 +33,9 @@ dnsmasq_start_command = systemctl start ironic-inspector-dnsmasq
|
||||
dnsmasq_stop_command = systemctl stop ironic-inspector-dnsmasq
|
||||
{% endif %}
|
||||
|
||||
[healthcheck]
|
||||
enabled = True
|
||||
|
||||
[iptables]
|
||||
{% if ironic_inspector_pxe_filter == "iptables" %}
|
||||
manage_firewall = True
|
||||
|
@ -87,6 +87,9 @@ swift_account = {{ ironic_swift_auth_account }}
|
||||
swift_api_version = {{ ironic_swift_api_version }}
|
||||
{% endif %}
|
||||
|
||||
[healthcheck]
|
||||
enabled = True
|
||||
|
||||
[iboot]
|
||||
|
||||
[ilo]
|
||||
|
Loading…
Reference in New Issue
Block a user