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:
parent
bafe720867
commit
317641c42f
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user