switch the order of the dns servers such that the undercloud has precedent

Change-Id: Ie71f0c5630c06d23f8b8e2043a06b33002c3e7a0
This commit is contained in:
Wesley Hayutin
2016-05-03 17:30:14 -04:00
parent 9567f840e8
commit 8a195b3ae7

View File

@@ -19,4 +19,4 @@ parameter_defaults:
ControlPlaneSubnetCidr: "24"
ControlPlaneDefaultRoute: 192.0.2.1
EC2MetadataIp: 192.0.2.1
DnsServers: ["8.8.8.8", "192.168.23.1",]
DnsServers: ["192.168.23.1", "8.8.8.8",]