mirror of https://github.com/apache/cloudstack.git
empty dhcp information when start domr
This commit is contained in:
parent
5e3e3a7a1c
commit
165b85fab5
|
|
@ -646,6 +646,8 @@ EOF
|
|||
cp /etc/vpcdnsmasq.conf /etc/dnsmasq.conf
|
||||
cp /etc/cloud-nic.rules /etc/udev/rules.d/cloud-nic.rules
|
||||
echo "" > /etc/dnsmasq.d/dhcphosts.txt
|
||||
echo "" > /etc/dhcphosts.txt
|
||||
echo "" > /etc/dhcpopts.txt
|
||||
echo "dhcp-hostsfile=/etc/dhcphosts.txt" > /etc/dnsmasq.d/cloud.conf
|
||||
|
||||
[ -z $DOMAIN ] && DOMAIN="cloudnine.internal"
|
||||
|
|
|
|||
Loading…
Reference in New Issue