Implemented api config module
Implemented api config module Partially Implements: blueprint centralise-config-opts Change-Id: I055618e546bb1bfa2c1764bcff1a1f94e5adea96
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# -*- encoding: utf-8 -*-
|
||||
# Copyright (c) 2016 b<>com
|
||||
# Copyright (c) 2016 Intel Corp
|
||||
#
|
||||
# Authors: Vincent FRANCOISE <vincent.francoise@b-com.com>
|
||||
#
|
||||
@@ -18,8 +19,10 @@
|
||||
|
||||
from oslo_config import cfg
|
||||
|
||||
from watcher.conf import api
|
||||
from watcher.conf import service
|
||||
|
||||
CONF = cfg.CONF
|
||||
|
||||
service.register_opts(CONF)
|
||||
api.register_opts(CONF)
|
||||
|
||||
Reference in New Issue
Block a user