Comment 3 for bug 1823726

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

Reviewed: https://review.openstack.org/650894
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=a0e214115cc1ca962f6f2bc8fa2c56d59d2148ba
Submitter: Zuul
Branch: master

commit a0e214115cc1ca962f6f2bc8fa2c56d59d2148ba
Author: Mark Goddard <email address hidden>
Date: Mon Apr 8 13:31:58 2019 +0000

    Make monasca notification templates optional

    backport: stein

    If I deploy monasca by setting enable_monasca to true, the monasca_notification
    restarts with the following error:

    ERROR:__main__:MissingRequiredSource: /var/lib/kolla/config_files/notification_templates/* file is not found

    These templates are optional, so we need to mark this directory as optional in
    config.json.

    Change-Id: Ia2dd835daa7ab1153617cc92f17c2d8d498c73e0
    Closes-Bug: #1823726