Merge "chore: allow ironic-inspector to work with IPv6 disabled"

This commit is contained in:
Zuul 2023-03-14 19:40:00 +00:00 committed by Gerrit Code Review
commit 41d942b9f4

View File

@ -24,6 +24,8 @@ listen_unix_socket = /run/ironic/ironic-inspector.socket
# Nginx should be able to write to the socket, access will be further limited
# by the containing directory.
listen_unix_socket_mode = 0660
{% else %}
listen_address = {{ internal_ip }}
{% endif %}
[database]