Dev-Deploy: move to k8s DNS addr for private network

This PS moves the DNS nameservers used in the smoketest heat
template to use the k8s DNS on the dev host.

Change-Id: I3a5f9eb2689f01ee2ef216843b80fbe2607eb5bc
This commit is contained in:
portdirect 2018-01-03 11:07:47 -05:00 committed by Pete Birley
parent e12d626f9c
commit c6b7fc2764

View File

@ -39,5 +39,4 @@ resources:
gateway_ip: {get_param: subnet_gateway}
enable_dhcp: false
dns_nameservers:
- 8.8.8.8
- 8.8.4.4
- 10.96.0.10