Merge "Fix ironic inspector dnsmasq listening interface"

This commit is contained in:
Zuul 2018-08-07 07:31:28 +00:00 committed by Gerrit Code Review
commit 3fe204afd2

View File

@ -1,5 +1,5 @@
port=0
interface={{ api_interface }}
interface={{ ironic_dnsmasq_interface }}
dhcp-range={{ ironic_dnsmasq_dhcp_range }}
{% if ironic_dnsmasq_default_gateway is not none %}
dhcp-option=3,{{ ironic_dnsmasq_default_gateway }}