Fixing documentation for multiple event_dispatchers

[default]
event_dispatchers = database
event_dispatchers = message

Change-Id: I069d3b06ca70d1ac7a1bcd56fe9cf6533f2e11fc
Closes-Bug: #1757052
This commit is contained in:
Erik Olof Gunnar Andersson 2018-03-19 23:35:37 -07:00
parent 07d30cd81c
commit 8b429c795c
1 changed files with 2 additions and 1 deletions

View File

@ -74,7 +74,8 @@ means you can only access to the events by the message queue.
both the ``database`` and ``message`` dispatchers if needed by the following
configuration::
[default]
event_dispatchers = database, message
event_dispatchers = database
event_dispatchers = message
[oslo_messaging_notifications]
driver = messaging