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
This commit is contained in:
parent
a31e41ecac
commit
ee842f2c83
@ -15,7 +15,7 @@ state_path = /root/designate
|
|||||||
logdir = /var/log/designate
|
logdir = /var/log/designate
|
||||||
|
|
||||||
# Driver used for issuing notifications
|
# 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
|
# Use "sudo designate-rootwrap /etc/designate/rootwrap.conf" to use the real
|
||||||
# root filter facility.
|
# root filter facility.
|
||||||
|
@ -15,7 +15,7 @@ state_path = /var/lib/designate
|
|||||||
logdir = /var/log/designate
|
logdir = /var/log/designate
|
||||||
|
|
||||||
# Driver used for issuing notifications
|
# 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
|
# Use "sudo designate-rootwrap /etc/designate/rootwrap.conf" to use the real
|
||||||
# root filter facility.
|
# root filter facility.
|
||||||
|
@ -18,7 +18,7 @@ debug = False
|
|||||||
#logdir = /var/log/designate
|
#logdir = /var/log/designate
|
||||||
|
|
||||||
# Driver used for issuing notifications
|
# Driver used for issuing notifications
|
||||||
#notification_driver = designate.openstack.common.notifier.rpc_notifier
|
#notification_driver = messaging
|
||||||
|
|
||||||
# Notification Topics
|
# Notification Topics
|
||||||
#notification_topics = notifications
|
#notification_topics = notifications
|
||||||
|
Loading…
Reference in New Issue
Block a user