Support dhcp-hostsdir option in inspector dnsmasq template
This is required if the Ironic Inspector dnsmasq PXE filter is in use. Change-Id: I35f19f447584540860be1989abcae3d6882b98c1
This commit is contained in:
parent
679de79cfc
commit
31765172d6
@ -28,6 +28,10 @@ dhcp-option=option:bootfile-name,{{ ironic_dnsmasq_boot_file | default('undionly
|
||||
dhcp-option=option:bootfile-name,{{ ironic_dnsmasq_boot_file | default('pxelinux.0') }}
|
||||
{% endif %}{% endraw %}
|
||||
|
||||
{% raw %}{% if ironic_inspector_pxe_filter | default == 'dnsmasq' %}
|
||||
dhcp-hostsdir=/etc/dnsmasq/dhcp-hostsdir
|
||||
{% endif %}{% endraw %}
|
||||
|
||||
{% if kolla_extra_ironic_dnsmasq %}
|
||||
{{ kolla_extra_ironic_dnsmasq }}
|
||||
{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user