Merge "Add missing "host" options to "pools.yaml""

This commit is contained in:
Zuul 2018-03-07 12:28:37 +00:00 committed by Gerrit Code Review
commit 75718ee264
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@
port: 5354
{% endfor %}
options:
host: {{ slave.address }}
rndc_host: {{ slave.address }}
rndc_key_file: /etc/designate/rndc.key
{% endfor %}
@ -47,6 +48,7 @@
port: 5354
{% endfor %}
options:
host: {{ slave.address }}
rndc_host: {{ slave.address }}
rndc_key_file: {{ slave.rndc_key_file }}
{% endfor %}