summaryrefslogtreecommitdiff
path: root/designate/mdns/rpcapi.py
diff options
context:
space:
mode:
Diffstat (limited to 'designate/mdns/rpcapi.py')
-rw-r--r--designate/mdns/rpcapi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/designate/mdns/rpcapi.py b/designate/mdns/rpcapi.py
index e3956af7..d65f7cc4 100644
--- a/designate/mdns/rpcapi.py
+++ b/designate/mdns/rpcapi.py
@@ -77,7 +77,7 @@ class MdnsAPI(object):
def notify_zone_changed(self, context, zone, host, port, timeout,
retry_interval, max_retries, delay):
- if CONF['service:worker'].notify and CONF['service:worker'].enabled:
+ if CONF['service:worker'].notify:
LOG.debug('Letting worker send NOTIFYs instead')
return True