use oslo_log.log instead of n.openstack.common.log

(neutron.openstack.common.log has gone away recently)
Change-Id: Ic99d7b7f4f191f089f7da12aa2c02495bf78bb11
This commit is contained in:
Thomas Morin
2015年04月03日 15:13:17 +02:00
committed by mathieu-rohon
parent 0bc260e987
commit dd32547212

View File

@@ -19,8 +19,8 @@ from neutron.common import exceptions as q_exc
from neutron.db import common_db_mixin
from neutron.db import model_base
from neutron.db import models_v2
from neutron.openstack.common import log
from neutron.openstack.common import uuidutils
from oslo_log import log
from sqlalchemy import orm
from sqlalchemy.orm import exc

View File

@@ -21,9 +21,9 @@ from networking_bgpvpn.neutron.extensions import bgpvpn as bgpvpn_ext
from neutron.api import extensions
from neutron.api.v2 import attributes as attr
from neutron.api.v2 import resource_helper
from neutron.openstack.common import log
from neutron.plugins.common import constants
from neutron.services.service_base import ServicePluginBase
from oslo_log import log
LOG = log.getLogger(__name__)

View File

@@ -15,9 +15,9 @@
from networking_bgpvpn.neutron.db.bgpvpn import bgpvpn_db
from neutron.i18n import _LI
from neutron.openstack.common import log
from neutron.plugins.common import constants
from neutron.services import service_base
from oslo_log import log
LOG = log.getLogger(__name__)

View File

@@ -14,7 +14,7 @@
# under the License.
from networking_bgpvpn.neutron.services.bgpvpn import service_drivers
from neutron.openstack.common import log
from oslo_log import log
LOG = log.getLogger(__name__)
Reference in New Issue
openstack/networking-bgpvpn
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.