event_dispatchers uses the wrong configuration type

Bug #1757052 reported by Erik Olof Gunnar Andersson
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
senlin
Fix Released
Undecided
Unassigned

Bug Description

In the documentation for events it is indicated that event_dispatchers are configured like this.

[default]
event_dispatchers = database, message

[oslo_messaging_notifications]
driver = messaging

This is incorrect, as we are currently using multi valued (MultiStrOpt), and not list value (ListOpt) to read these values.

Currently they need to be configured like this.

[default]
event_dispatchers = database
event_dispatchers = message

[oslo_messaging_notifications]
driver = messaging

https://github.com/openstack/senlin/blob/stable/queens/doc/source/user/events.rst

Revision history for this message
Qiming Teng (tengqim) wrote :

Yes, the second snippet is the right one.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to senlin (master)

Reviewed: https://review.openstack.org/554426
Committed: https://git.openstack.org/cgit/openstack/senlin/commit/?id=8b429c795c48dd1c0cf9d11141ba683e32493328
Submitter: Zuul
Branch: master

commit 8b429c795c48dd1c0cf9d11141ba683e32493328
Author: Erik Olof Gunnar Andersson <email address hidden>
Date: Mon Mar 19 23:35:37 2018 -0700

    Fixing documentation for multiple event_dispatchers

    [default]
    event_dispatchers = database
    event_dispatchers = message

    Change-Id: I069d3b06ca70d1ac7a1bcd56fe9cf6533f2e11fc
    Closes-Bug: #1757052

Changed in senlin:
status: New → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/senlin 6.0.0.0b1

This issue was fixed in the openstack/senlin 6.0.0.0b1 development milestone.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.