Merge "Edit ironic inspector pxe filter driver name none to noop" into stable/victoria

This commit is contained in:
Zuul
2020-12-18 21:07:51 +00:00
committed by Gerrit Code Review

View File

@@ -205,7 +205,7 @@ ironic_console_serial_speed: "115200n8"
ironic_ipxe_url: "http://{{ api_interface_address | put_address_in_context('url') }}:{{ ironic_ipxe_port }}"
ironic_enable_rolling_upgrade: "yes"
ironic_inspector_kernel_cmdline_extras: []
ironic_inspector_pxe_filter: "{% if enable_neutron | bool %}dnsmasq{% else %}none{% endif %}"
ironic_inspector_pxe_filter: "{% if enable_neutron | bool %}dnsmasq{% else %}noop{% endif %}"
####################