fix neutron log to oslo_log

fix neutron log to oslo_log for neutron-powervc

Change-Id: I724d40fe55d43fc218818a0ae6c51132c75727ec
Closes-Bug: #1436253
This commit is contained in:
Jerry Cai 2015-03-25 18:20:25 +08:00
parent 0c18f3154e
commit d6275551c5
10 changed files with 10 additions and 10 deletions

View File

@ -19,7 +19,7 @@ import time
from exceptions import KeyboardInterrupt
from neutron.common import rpc
from neutron.openstack.common import log as logging
from oslo_log import log as logging
from oslo.config import cfg

View File

@ -8,7 +8,7 @@ from oslo.config import cfg
from neutron.common.rpc import RpcProxy
from neutron.common import rpc
from neutron.openstack.common import log as logging
from oslo_log import log as logging
from powervc.common.gettextutils import _

View File

@ -1,6 +1,6 @@
# Copyright 2013 IBM Corp.
from neutron.openstack.common import log as logging
from oslo_log import log as logging
from powervc.common.constants import LOCAL_OS
from powervc.common.constants import POWERVC_OS

View File

@ -10,7 +10,7 @@ Created on Aug 1, 2013
@author: John Kasperski
'''
from neutron.openstack.common import log as logging
from oslo_log import log as logging
from powervc.common.client import factory
from powervc.common.constants import SERVICE_TYPES

View File

@ -10,7 +10,7 @@ Created on Aug 1, 2013
@author: John Kasperski
'''
from neutron.openstack.common import log as logging
from oslo_log import log as logging
from neutronclient.common import exceptions
import powervc.common.client.extensions.base as base

View File

@ -10,7 +10,7 @@ Created on Aug 1, 2013
@author: John Kasperski
'''
from neutron.openstack.common import log as logging
from oslo_log import log as logging
from powervc.common.constants import POWERVC_OS
from powervc.common.gettextutils import _

View File

@ -13,7 +13,7 @@ from powervc.neutron.common import constants
from oslo.config import cfg
import json
from neutron.openstack.common import log as logging
from oslo_log import log as logging
LOG = logging.getLogger(__name__)
CONF = cfg.CONF

View File

@ -4,7 +4,7 @@ import sqlalchemy as sql
from sqlalchemy.orm import exc
import neutron.db.api as db_api
from neutron.openstack.common import log as logging
from oslo_log import log as logging
from powervc.common.gettextutils import _
from powervc.neutron.common import constants

View File

@ -20,7 +20,7 @@ CONF = cfg.CONF
from neutron.common import config as logging_config
from neutron.openstack.common.rpc import proxy
from neutron.openstack.common import log as logging
from oslo_log import log as logging
from powervc.common.gettextutils import _
from neutron import context

View File

@ -21,7 +21,7 @@ CONF = cfg.CONF
from neutron.common import config as logging_config
from neutron.openstack.common import rpc
from neutron.openstack.common.rpc import dispatcher
from neutron.openstack.common import log as logging
from oslo_log import log as logging
from powervc.common.gettextutils import _
from neutron import context