Merge "Ironic dnsmasq should not use VIP for TFTP server"

This commit is contained in:
Zuul 2018-05-04 05:42:18 +00:00 committed by Gerrit Code Review
commit 5abeaff832

View File

@ -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