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.
Reviewed: https:/ /review. openstack. org/453964 /git.openstack. org/cgit/ openstack/ tacker/ commit/ ?id=829f50e9152 f8396da0a088221 d2bda839db6317
Committed: https:/
Submitter: Jenkins
Branch: master
commit 829f50e9152f839 6da0a088221d2bd a839db6317
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: I6ad163f7435c3b 778810f96c506c7 7298be0c53d
Closes-bug: #1582446