Implemented utils config module

Implemented utils config module

Partially Implements: blueprint centralise-config-opts

Change-Id: Ic09ecba60022b69ec4031608716e34209d3fe578
This commit is contained in:
Prudhvi Rao Shedimbi
2016-11-29 23:15:28 +00:00
parent 8e7ba3c44a
commit 04fdea2aa0
4 changed files with 43 additions and 13 deletions

View File

@@ -21,8 +21,10 @@ from oslo_config import cfg
from watcher.conf import api
from watcher.conf import service
from watcher.conf import utils
CONF = cfg.CONF
service.register_opts(CONF)
api.register_opts(CONF)
utils.register_opts(CONF)