Remove DNS hack.
authorIan Main <imain@redhat.com>
Fri, 12 Feb 2016 15:11:08 +0000 (10:11 -0500)
committerIan Main <imain@redhat.com>
Fri, 12 Feb 2016 15:11:08 +0000 (10:11 -0500)
With a properly configured undercloud the DNS is fine.  We can remove
the 8.8.8.8 dns setting.

Change-Id: I8ba98e76f95fd0a6f3f34cb5578e6c3ea7a1d15e

docker/firstboot/start_docker_agents.sh

index a0e95d1..7eace13 100644 (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