Merge "Enable /healtcheck for Ironic APIs"

This commit is contained in:
Zuul 2022-12-07 16:22:02 +00:00 committed by Gerrit Code Review
commit 7fa685167c
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -87,6 +87,9 @@ swift_account = {{ ironic_swift_auth_account }}
swift_api_version = {{ ironic_swift_api_version }}
{% endif %}
[healthcheck]
enabled = True
[iboot]
[ilo]