Use oslo_config instead of deprecated oslo.config

Change-Id: I85d5c8d3d9f00f86fd14500be0da1289f5672614
This commit is contained in:
Dina Belova
2015-01-12 14:21:32 +03:00
committed by Lena Novokshonova
parent fb53883fcb
commit fc7e781344
113 changed files with 117 additions and 117 deletions

View File

@@ -20,7 +20,7 @@
import abc
from ceilometerclient import client as ceiloclient
from oslo.config import cfg
from oslo_config import cfg
from oslo_utils import netutils
import six
from stevedore import extension