Edit ironic inspector pxe filter driver name none to noop

Change-Id: I94005edeb95282619770b3310af8e6c5811bf8d8
This commit is contained in:
douyali 2020-12-08 07:32:32 +00:00
parent ace3562f2e
commit 7ac1643660

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