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:
Derek Higgins 2014-03-27 14:37:45 +00:00
parent 62c7a0c51b
commit 0f7028e39a

View File

@ -42,6 +42,7 @@ DEVICE="eth1"
BOOTPROTO="dhcp"
ONBOOT="yes"
TYPE="Ethernet"
PEERDNS="no"
EOF
elif [ -f /etc/network/interfaces ]; then