Comment 2 for bug 1707685

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

Reviewed: https://review.openstack.org/489565
Committed: https://git.openstack.org/cgit/openstack/charms.openstack/commit/?id=698337c5eed531d942dc75791248ad8e2ca6bf45
Submitter: Jenkins
Branch: master

commit 698337c5eed531d942dc75791248ad8e2ca6bf45
Author: Alex Kavanagh <email address hidden>
Date: Tue Aug 1 10:11:39 2017 +0100

    Rework the default handlers into layer-openstack-*

    Due to commit 95493a4 in charms.reactive, the default handlers in
    charms.openstack broke. This is because charms.reactive no longer will
    run handlers that are not in the hooks/ or reactive/ directory tree; the
    default handlers in charms.openstack are in the library code, which is
    pip installed into the module packages.

    This patch, and related patches in layer-openstack and
    layer-openstack-api enable the default handlers to function again. Note
    that from a charm author perspective, the API to default handlers is
    identical. This is merely an implementation change.

    Change-Id: I7786a39ab29ab71a4cdb8bd652e8927cbd5fcf5c
    Partial-Bug: #1707685