Implemented utils config module
Implemented utils config module Partially Implements: blueprint centralise-config-opts Change-Id: Ic09ecba60022b69ec4031608716e34209d3fe578
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user