diff --git a/ansible/roles/cloudkitty/templates/cloudkitty.conf.j2 b/ansible/roles/cloudkitty/templates/cloudkitty.conf.j2
index 23861f0271..843fd2c672 100644
--- a/ansible/roles/cloudkitty/templates/cloudkitty.conf.j2
+++ b/ansible/roles/cloudkitty/templates/cloudkitty.conf.j2
@@ -30,10 +30,6 @@ lock_path = /var/lib/cloudkitty/tmp
 collector = {{ cloudkitty_collector_backend }}
 services = compute,image{% if enable_cinder | bool %},volume{% endif %},network.bw.out,network.bw.in,network.floating
 
-[oslo_messaging_notifications]
-driver = messagingv2
-topics = notifications
-
 [keystone_fetcher]
 keystone_version = 3
 auth_section = keystone_authtoken