
In some clouds, the nodes created may not have a usable dns server from Neutron. Use the Google one, may set this role parameterized at some point. Change-Id: I05fcd867e47fcc45dab25d5be5c8349d272514f4
4 lines
63 B
Django/Jinja
4 lines
63 B
Django/Jinja
{% for s in dns_nameservers %}
|
|
nameserver {{ s }}
|
|
{% endfor %}
|