Implemented api config module

Implemented api config module

Partially Implements: blueprint centralise-config-opts

Change-Id: I055618e546bb1bfa2c1764bcff1a1f94e5adea96
This commit is contained in:
Prudhvi Rao Shedimbi
2016-11-21 18:08:01 +00:00
parent c08666b2fa
commit 8e7ba3c44a
6 changed files with 82 additions and 54 deletions

View File

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