Implemented planner config module
Implemented planner config module Partially Implements: blueprint centralise-config-opts Change-Id: I4d710c8552ef211c6a9c38dd8f5515f68a6d36c4
This commit is contained in:
committed by
David TARDIVEL
parent
74112dd7cf
commit
80e77a5b81
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user