Fix syntax error on notification listener docs

We are missing a list delimiter in our docs example for a notification
listener.

Change-Id: Ib8b9c35e7bff241bf8473a98a2ee188da7e194e4
This commit is contained in:
Gregory Haynes 2016-07-28 01:56:48 +00:00
parent bafe720867
commit 317641c42f
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ A simple example of a notification listener with multiple endpoints might be::
transport = oslo_messaging.get_notification_transport(cfg.CONF)
targets = [
oslo_messaging.Target(topic='notifications')
oslo_messaging.Target(topic='notifications'),
oslo_messaging.Target(topic='notifications_bis')
]
endpoints = [