Use oslo.log instead of oslo-incubator

log module was removed from oslo-incubator after oslo.log released.

Change-Id: I205d0625c502cb462919edc76d12091edcc21b1b
Implements: blueprint port-oslo-incubator-to-oslo-log
Partial-Bug: #1381563
This commit is contained in:
Ivan Kolodyazhny
2015-02-19 18:43:42 +02:00
committed by Jay S. Bryant
parent 5f0fe65cc4
commit 5980da5d88
352 changed files with 475 additions and 1165 deletions

View File

@@ -13,6 +13,7 @@
# under the License.
from oslo_log import log as logging
import oslo_messaging as messaging
from oslo_utils import strutils
import webob
@@ -22,7 +23,6 @@ from cinder.api.openstack import wsgi
from cinder.api import xmlutil
from cinder import exception
from cinder.i18n import _
from cinder.openstack.common import log as logging
from cinder import utils
from cinder import volume