Implemented applier config module
Implemented applier config module Partially Implements: blueprint centralise-config-opts Change-Id: I237596b06dc3bee318414346cfa58ae4cb81079b
This commit is contained in:
committed by
David TARDIVEL
parent
80e77a5b81
commit
ed21e452e0
@@ -20,6 +20,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 exception
|
||||
from watcher.conf import paths
|
||||
@@ -36,3 +37,4 @@ paths.register_opts(CONF)
|
||||
exception.register_opts(CONF)
|
||||
db.register_opts(CONF)
|
||||
planner.register_opts(CONF)
|
||||
applier.register_opts(CONF)
|
||||
|
||||
Reference in New Issue
Block a user