Prevent tripleo-bm-test network from setting DNS
On reboot DNS was being set to the IP of the test network dhcp. It should be the DNS server set by the default network. Change-Id: I6cc793f26e585e094914b666cdbd06b60b6fae3a
This commit is contained in:
parent
62c7a0c51b
commit
0f7028e39a
@ -42,6 +42,7 @@ DEVICE="eth1"
|
||||
BOOTPROTO="dhcp"
|
||||
ONBOOT="yes"
|
||||
TYPE="Ethernet"
|
||||
PEERDNS="no"
|
||||
EOF
|
||||
|
||||
elif [ -f /etc/network/interfaces ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user