Comment 3 for bug 1882656

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

Reviewed: https://review.opendev.org/734450
Committed: https://git.openstack.org/cgit/openstack/charm-masakari/commit/?id=f051c76cf3971b08bd561b5256812fe09d45d14b
Submitter: Zuul
Branch: master

commit f051c76cf3971b08bd561b5256812fe09d45d14b
Author: Liam Young <email address hidden>
Date: Tue Jun 9 08:48:39 2020 +0000

    Add missing taskflow section

    The 'taskflow' section was missing from the masakari config file *1.
    Without this notification details cannot be retrieved. The 'taskflow'
    section was introduced in stein *2

    Adding the taskflow section causes masakari db sync to initialize new
    tables which have exposed a missing dep on sqlalchemy-utils (Bug 1882900). So
    until that is fixed ensure sqlalchemy-utils is installed too.

    *1 https://docs.openstack.org/masakari/latest/configuration/sample_config.html
    *2 https://docs.openstack.org/releasenotes/masakari/stein.html#new-features

    Change-Id: I850b9978d879cecbcfd2b03491779d31c676b235
    Closes-Bug: #1882656