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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user