]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove usage of WritableLogger from oslo_log
authorIhar Hrachyshka <ihrachys@redhat.com>
Thu, 8 Oct 2015 13:48:12 +0000 (15:48 +0200)
committerIhar Hrachyshka <ihrachys@redhat.com>
Thu, 8 Oct 2015 13:56:04 +0000 (15:56 +0200)
commitba2cb93b2975ec8151c95944ce4961fd7d28e326
treeaf8dfe99df28f6eb86957c2bd5cbd062b106f339
parent8f58bbf38f5984e70d6e0be7427deb99d7782d1d
Remove usage of WritableLogger from oslo_log

With Eventlet 0.17.2, we can directly pass the logger instance. This
allows us to deprecate/remove the WritableLogger class from oslo.log.

Closes-Bug: #1440773
Change-Id: I3985b30b499a1e676d39c2a6cd3a31ac13c0ab47
neutron/agent/linux/utils.py
neutron/tests/unit/test_wsgi.py
neutron/wsgi.py