switch the order of the dns servers such that the undercloud has precedent
Change-Id: Ie71f0c5630c06d23f8b8e2043a06b33002c3e7a0
This commit is contained in:
@@ -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",]
|
||||
|
||||
Reference in New Issue
Block a user