Remove dns_servers from provider-subnet-infracloud

Because of the way glean works, we don't actually need to have a DNS
server setup to boot our images. In this case, it is actually
problematic for centos-7, because glean overwrites our
/etc/resolv.conf file.

Change-Id: Ie81bc593ac3257021e0636b6c111c37e8b87b747
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-08-10 19:52:56 -04:00
parent ebcf33c92a
commit 6a10fc12d4
1 changed files with 0 additions and 1 deletions

View File

@ -340,7 +340,6 @@ class infracloud::controller(
cidr => $neutron_subnet_cidr,
gateway_ip => $neutron_subnet_gateway,
network_name => 'public',
dns_nameservers => ['8.8.8.8', ],
allocation_pools => $neutron_subnet_allocation_pools,
}