]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Use oslo.log library instead of system logging module
authorSergey Vilgelm <sergey@vilgelm.info>
Mon, 10 Aug 2015 12:46:27 +0000 (15:46 +0300)
committerSergey Vilgelm <sergey@vilgelm.info>
Mon, 10 Aug 2015 12:52:26 +0000 (15:52 +0300)
commit5ff3439df5942a9cb150ac4cd3da987e20a31f5c
tree2fa1c64cfb303c2f8aa6846be347316aff83b2cb
parentbbfd5cf486068badd9a588cb8eda61972337fd77
Use oslo.log library instead of system logging module

The constants of log levels were added in the 1.8 version of
the oslo.log library. So we can replace all usage of system
logging module with log module from oslo.log.

Change-Id: I2992df0bec6337aefa8a75d4853b132bd134fa42
Closes-Bug: 1481370
neutron/common/utils.py
neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py
neutron/policy.py
neutron/tests/functional/db/test_migrations.py
neutron/tests/tempest/config.py
neutron/tests/unit/plugins/ml2/drivers/test_helpers.py
neutron/wsgi.py