diff options
author | Ian Main <imain@redhat.com> | 2016-02-12 10:11:08 -0500 |
---|---|---|
committer | Ian Main <imain@redhat.com> | 2016-02-12 10:11:08 -0500 |
commit | e7dc316bff9650fb389a15a5696426efb5bd8164 (patch) | |
tree | 8f0f74fa8ea8f346fe65acf9dc7525926d56e99f | |
parent | 8d763fc70c33695a4752b04656d3904561cc19f3 (diff) |
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
-rw-r--r-- | docker/firstboot/start_docker_agents.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docker/firstboot/start_docker_agents.sh b/docker/firstboot/start_docker_agents.sh index a0e95d11..7eace135 100644 --- a/docker/firstboot/start_docker_agents.sh +++ b/docker/firstboot/start_docker_agents.sh @@ -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 |