Comment 5 for bug 1582446

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

Reviewed: https://review.openstack.org/453964
Committed: https://git.openstack.org/cgit/openstack/tacker/commit/?id=829f50e9152f8396da0a088221d2bda839db6317
Submitter: Jenkins
Branch: master

commit 829f50e9152f8396da0a088221d2bda839db6317
Author: doantungbk <email address hidden>
Date: Wed Apr 5 20:12:15 2017 -0700

    Refactor: separating backend actions out from monitor

    Currently, backend actions are tightly coupled with monitor module.
    This is like a barrier when we have a various actions in the future.
    Also, it will be good for separating monitoring-related features out
    from tacker-server. This patch also proposes a policy action framework so
    that VNF operators can easily add their own actions.

    Change-Id: I6ad163f7435c3b778810f96c506c77298be0c53d
    Closes-bug: #1582446