Implemented paths config module

Implemented paths config module

Partially Implements: blueprint centralise-config-opts

Change-Id: I2b779fb1ce552567feac678cb5bd78aad0d53d52
This commit is contained in:
Prudhvi Rao Shedimbi
2016-11-29 22:56:45 +00:00
committed by David TARDIVEL
parent ac6848dad3
commit 5c79074e9c
4 changed files with 47 additions and 17 deletions

View File

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