Implemented paths config module
Implemented paths config module Partially Implements: blueprint centralise-config-opts Change-Id: I2b779fb1ce552567feac678cb5bd78aad0d53d52
This commit is contained in:
committed by
David TARDIVEL
parent
ac6848dad3
commit
5c79074e9c
@@ -20,6 +20,7 @@
|
||||
from oslo_config import cfg
|
||||
|
||||
from watcher.conf import api
|
||||
from watcher.conf import paths
|
||||
from watcher.conf import service
|
||||
from watcher.conf import utils
|
||||
|
||||
@@ -28,3 +29,4 @@ CONF = cfg.CONF
|
||||
service.register_opts(CONF)
|
||||
api.register_opts(CONF)
|
||||
utils.register_opts(CONF)
|
||||
paths.register_opts(CONF)
|
||||
|
||||
Reference in New Issue
Block a user