Merge "Ironic dnsmasq should not use VIP for TFTP server"
This commit is contained in:
commit
5abeaff832
@ -1,8 +1,8 @@
|
||||
port=0
|
||||
interface={{ api_interface }}
|
||||
dhcp-range={{ ironic_dnsmasq_dhcp_range }}
|
||||
dhcp-option=option:tftp-server,{{ kolla_internal_vip_address }}
|
||||
dhcp-option=option:server-ip-address,{{ kolla_internal_vip_address }}
|
||||
dhcp-option=option:tftp-server,{{ api_interface_address }}
|
||||
dhcp-option=option:server-ip-address,{{ api_interface_address }}
|
||||
bind-interfaces
|
||||
dhcp-sequential-ip
|
||||
dhcp-option=option:bootfile-name,pxelinux.0
|
||||
|
Loading…
Reference in New Issue
Block a user