Skip to content

Commit 29e8fa1

Browse files
committed
disable oslo_messaging_notifications
1 parent 584def5 commit 29e8fa1

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

templates/ceilometercompute/config/ceilometer.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ rpc_address_prefix=
2626
notify_address_prefix=
2727

2828
[oslo_messaging_notifications]
29-
driver=messagingv2
30-
topics=notifications
29+
driver=noop
3130

3231
[polling]
3332
heartbeat_socket_dir=/var/lib/ceilometer

templates/ceilometeripmi/config/ceilometer.conf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ rpc_address_prefix=
2424
notify_address_prefix=
2525

2626
[oslo_messaging_notifications]
27-
driver=messagingv2
28-
topics=notifications
29-
27+
driver=noop
3028

3129
[polling]
3230
heartbeat_socket_dir=/var/lib/ceilometer

0 commit comments

Comments
 (0)