]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Logging module cleanup
authorZhongyue Luo <zhongyue.nah@intel.com>
Thu, 3 Jan 2013 06:31:49 +0000 (14:31 +0800)
committerZhongyue Luo <zhongyue.nah@intel.com>
Thu, 3 Jan 2013 08:20:56 +0000 (16:20 +0800)
commitf78b0f9b054ef4af992613c718df65e4aeb8ebea
treec31f3715f6cb3496a36cbeaa9d9664347afc2da0
parentb5138f28a510e797bdda67c9b2d3a6b63ba7b572
Logging module cleanup

Replaced logging with openstack.common.log
Removed imports where logging is not used

Fixes bug #1095541

Change-Id: I5b03d9697dde3ef3520f67d1d8166f7af7689551
17 files changed:
HACKING.rst
quantum/common/test_lib.py
quantum/debug/commands.py
quantum/debug/debug_agent.py
quantum/extensions/credential.py
quantum/extensions/multiport.py
quantum/extensions/qos.py
quantum/plugins/metaplugin/meta_quantum_plugin.py
quantum/plugins/metaplugin/proxy_quantum_plugin.py
quantum/tests/__init__.py
quantum/tests/unit/_test_rootwrap_exec.py
quantum/tests/unit/database_stubs.py
quantum/tests/unit/test_api_v2.py
quantum/tests/unit/test_db_plugin.py
quantum/tests/unit/test_extensions.py
quantum/tests/unit/test_l3_plugin.py
quantum/tests/unit/test_quantum_manager.py