Implemented wacther decision engine config module

Implemented wacther decision engine config module

Partially Implements: blueprint centralise-config-opts

Change-Id: Ie4e9dd7d902fa85044d1859974cbd75d54c8b6cc
This commit is contained in:
Prudhvi Rao Shedimbi
2016-11-22 23:55:08 +00:00
committed by David TARDIVEL
parent ed21e452e0
commit 53c896dd24
6 changed files with 79 additions and 53 deletions

View File

@@ -22,6 +22,7 @@ from oslo_config import cfg
from watcher.conf import api
from watcher.conf import applier
from watcher.conf import db
from watcher.conf import decision_engine
from watcher.conf import exception
from watcher.conf import paths
from watcher.conf import planner
@@ -38,3 +39,4 @@ exception.register_opts(CONF)
db.register_opts(CONF)
planner.register_opts(CONF)
applier.register_opts(CONF)
decision_engine.register_opts(CONF)