Merge "Add permission to notify dns server from worker" into stable/pike

This commit is contained in:
Zuul 2018-04-05 08:45:18 +00:00 committed by Gerrit Code Review
commit ba9eb867be
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ options {
request-ixfr no;
recursion no;
minimal-responses yes;
allow-notify { {% for host in groups['designate-worker'] %}{{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }};{% endfor %} };
};
controls {