Implemented planner config module

Implemented planner config module

Partially Implements: blueprint centralise-config-opts

Change-Id: I4d710c8552ef211c6a9c38dd8f5515f68a6d36c4
This commit is contained in:
Prudhvi Rao Shedimbi
2016-11-29 21:21:16 +00:00
committed by David TARDIVEL
parent 74112dd7cf
commit 80e77a5b81
4 changed files with 47 additions and 18 deletions

View File

@@ -23,6 +23,7 @@ from watcher.conf import api
from watcher.conf import db
from watcher.conf import exception
from watcher.conf import paths
from watcher.conf import planner
from watcher.conf import service
from watcher.conf import utils
@@ -34,3 +35,4 @@ utils.register_opts(CONF)
paths.register_opts(CONF)
exception.register_opts(CONF)
db.register_opts(CONF)
planner.register_opts(CONF)