Implemented applier config module

Implemented applier config module

Partially Implements: blueprint centralise-config-opts

Change-Id: I237596b06dc3bee318414346cfa58ae4cb81079b
This commit is contained in:
Prudhvi Rao Shedimbi
2016-11-22 21:09:44 +00:00
committed by David TARDIVEL
parent 80e77a5b81
commit ed21e452e0
5 changed files with 63 additions and 39 deletions

View File

@@ -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)