summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordanP <jordan.pittier@cloudwatt.com>2014-09-15 09:43:13 +0000
committerJordanP <jordan.pittier@cloudwatt.com>2014-09-15 09:43:13 +0000
commitee842f2c8339d157ef702131ae649f82ebc3bbb6 (patch)
treee0c690596a999883f422aac213209da40ad46bad
parenta31e41ecaca791286ab7b93b0035b6b1dd89a5e8 (diff)
downloaddesignate-ee842f2c8339d157ef702131ae649f82ebc3bbb6.tar.gz
Use non-deprecated notification_driver
Designate is using oslo.messaging so it should be using 'messaging' as its notification driver and not the now deprecated full python path to the oslo-incubator notification driver. Change-Id: Ic6896ce2606dd8d86a4c96ff570c51f3db4ac399
-rw-r--r--doc/source/examples/basic-config-sample.conf2
-rw-r--r--doc/source/examples/config-mysql-pdns.conf2
-rw-r--r--etc/designate/designate.conf.sample2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/examples/basic-config-sample.conf b/doc/source/examples/basic-config-sample.conf
index b799a762..6c217c1b 100644
--- a/doc/source/examples/basic-config-sample.conf
+++ b/doc/source/examples/basic-config-sample.conf
@@ -15,7 +15,7 @@ state_path = /root/designate
logdir = /var/log/designate
# Driver used for issuing notifications
-notification_driver = designate.openstack.common.notifier.rpc_notifier
+notification_driver = messaging
# Use "sudo designate-rootwrap /etc/designate/rootwrap.conf" to use the real
# root filter facility.
diff --git a/doc/source/examples/config-mysql-pdns.conf b/doc/source/examples/config-mysql-pdns.conf
index 31415b74..3fb9217a 100644
--- a/doc/source/examples/config-mysql-pdns.conf
+++ b/doc/source/examples/config-mysql-pdns.conf
@@ -15,7 +15,7 @@ state_path = /var/lib/designate
logdir = /var/log/designate
# Driver used for issuing notifications
-notification_driver = designate.openstack.common.notifier.rpc_notifier
+notification_driver = messaging
# Use "sudo designate-rootwrap /etc/designate/rootwrap.conf" to use the real
# root filter facility.
diff --git a/etc/designate/designate.conf.sample b/etc/designate/designate.conf.sample
index edb6d330..824a6bcd 100644
--- a/etc/designate/designate.conf.sample
+++ b/etc/designate/designate.conf.sample
@@ -18,7 +18,7 @@ debug = False
#logdir = /var/log/designate
# Driver used for issuing notifications
-#notification_driver = designate.openstack.common.notifier.rpc_notifier
+#notification_driver = messaging
# Notification Topics
#notification_topics = notifications