Enable /healtcheck for Ironic APIs
Change-Id: Ib45ef9bfe5a64485b14f8ba526c1b9e4097092e6
This commit is contained in:
parent
b09526d494
commit
ff363afe5f
@ -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…
x
Reference in New Issue
Block a user