Move datasources folder into decision_engine

The datasources are only used by the decision_engine, however, they
are placed in a directory one level higher. This patch moves the
datasources code into the decision_engine folder.

Change-Id: Ia54531fb899b79a59bb77adea079ff27c0d518fa
This commit is contained in:
Dantali0n
2019-07-12 08:54:09 +02:00
parent 233a2b5585
commit 433eabb8d1
23 changed files with 33 additions and 28 deletions

View File

@@ -18,7 +18,7 @@
from oslo_config import cfg
from watcher.datasources import manager
from watcher.decision_engine.datasources import manager
datasources = cfg.OptGroup(name='watcher_datasources',
title='Configuration Options for watcher'