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:
parent
ebcf33c92a
commit
6a10fc12d4
@ -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,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user