Merge "Edit ironic inspector pxe filter driver name none to noop"

This commit is contained in:
Zuul 2020-12-16 09:37:08 +00:00 committed by Gerrit Code Review
commit 0445f41d3d

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 %}"
####################