[Doc] messaging -> messagingv2

Nova sends notifications using 2.0 messging format.

Change-Id: Ib0202ba5291f1666bdbf9b6830521b1a2aa20a80
This commit is contained in:
Hidekazu Nakamura 2017-04-18 11:54:16 +09:00
parent 2e8fb5a821
commit e5eb4f51be
1 changed files with 1 additions and 1 deletions

View File

@ -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.