Add permission to notify dns server from worker

Change-Id: I67ea2b1a91dfd61341ae2e5bcd82d1cf0597fe9c
Closes-Bug: #1745957
(cherry picked from commit 7892826743)
This commit is contained in:
Kevin TIBI 2018-01-29 10:44:29 +01:00 committed by Kevin Tibi
parent 6e0139ebf4
commit a655df733e
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 {