Remove DNS hack.

With a properly configured undercloud the DNS is fine.  We can remove
the 8.8.8.8 dns setting.

Change-Id: I8ba98e76f95fd0a6f3f34cb5578e6c3ea7a1d15e
This commit is contained in:
Ian Main 2016-02-12 10:11:08 -05:00
parent 8d763fc70c
commit e7dc316bff
1 changed files with 0 additions and 2 deletions

View File

@ -45,8 +45,6 @@ fi
/sbin/setenforce 0
/sbin/modprobe ebtables
echo nameserver 8.8.8.8 > /etc/resolv.conf
# We need hostname -f to return in a centos container for the puppet hook
HOSTNAME=$(hostname)
echo "127.0.0.1 $HOSTNAME.localdomain $HOSTNAME" >> /etc/hosts