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

This patchset adds missing "host" option to "options" section in
"/etc/designate/pools.yaml" file which is causing the designate
pool manager service to send notifications to localhost on every
zone change.

Change-Id: Icb189038ff7e1e48588430b3f08c3d8aa676811f
Closes-Bug: 1752861
This commit is contained in:
Tytus Kurek 2018-03-02 13:57:17 +01:00
parent 9b00a39aa4
commit fc3e8aad6f
1 changed files with 2 additions and 0 deletions

View File

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