Implemented exception config module

Implemented exception config module

Partially Implements: blueprint centralise-config-opts

Change-Id: Ic1b94e28a960a7306f15afbf69382edc15b5999e
This commit is contained in:
Prudhvi Rao Shedimbi
2016-11-29 22:21:53 +00:00
committed by David TARDIVEL
parent 5c79074e9c
commit 9e4bf718da
4 changed files with 39 additions and 10 deletions

View File

@@ -20,6 +20,7 @@
from oslo_config import cfg
from watcher.conf import api
from watcher.conf import exception
from watcher.conf import paths
from watcher.conf import service
from watcher.conf import utils
@@ -30,3 +31,4 @@ service.register_opts(CONF)
api.register_opts(CONF)
utils.register_opts(CONF)
paths.register_opts(CONF)
exception.register_opts(CONF)