Implemented exception config module
Implemented exception config module Partially Implements: blueprint centralise-config-opts Change-Id: Ic1b94e28a960a7306f15afbf69382edc15b5999e
This commit is contained in:
committed by
David TARDIVEL
parent
5c79074e9c
commit
9e4bf718da
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user