Centralize plugin loaders in decision engine
Refactor planner loader in watcher/decision_engine/planner/loading/default.py to watcher/decision_engine/loading/default.py. Change-Id: I3d4f3668d2269b5a77a35f4470a4d1c96c3128dd Closes-Bug: #1591092
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
from watcher.decision_engine.loading import default
|
||||
from watcher.decision_engine.planner import base as planner
|
||||
from watcher.decision_engine.planner.loading import default
|
||||
from watcher.tests import base
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user