From e5eb4f51be9e366c2c0a8b20635abaf13c3b1d0e Mon Sep 17 00:00:00 2001 From: Hidekazu Nakamura Date: Tue, 18 Apr 2017 11:54:16 +0900 Subject: [PATCH] [Doc] messaging -> messagingv2 Nova sends notifications using 2.0 messging format. Change-Id: Ib0202ba5291f1666bdbf9b6830521b1a2aa20a80 --- doc/source/deploy/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/deploy/configuration.rst b/doc/source/deploy/configuration.rst index 6b989f94f..d37915696 100644 --- a/doc/source/deploy/configuration.rst +++ b/doc/source/deploy/configuration.rst @@ -424,7 +424,7 @@ to Watcher receives Nova notifications in ``watcher_notifications`` as well. into which Nova services will publish events :: [oslo_messaging_notifications] - driver = messaging + driver = messagingv2 topics = notifications,watcher_notifications * Restart the Nova services.