for baremtal dhcp-option
Change-Id: I0e29bf2e429b65065fdcd9e38b16a7ab6c04d917
| ... | ... |
@@ -1266,7 +1266,7 @@ if is_service_enabled nova && is_baremetal; then |
| 1266 | 1266 |
sudo dnsmasq --conf-file= --port=0 --enable-tftp --tftp-root=/tftpboot \ |
| 1267 | 1267 |
--dhcp-boot=pxelinux.0 --bind-interfaces --pid-file=/var/run/dnsmasq.pid \ |
| 1268 | 1268 |
--interface=$BM_DNSMASQ_IFACE --dhcp-range=$BM_DNSMASQ_RANGE \ |
| 1269 |
- ${$BM_DNSMASQ_DNS:+--dhcp-option=option:dns-server,$BM_DNSMASQ_DNS}
|
|
| 1269 |
+ ${BM_DNSMASQ_DNS:+--dhcp-option=option:dns-server,$BM_DNSMASQ_DNS}
|
|
| 1270 | 1270 |
# ensure callback daemon is running |
| 1271 | 1271 |
sudo pkill nova-baremetal-deploy-helper || true |
| 1272 | 1272 |
screen_it baremetal "nova-baremetal-deploy-helper" |