]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Migrate to oslo.middleware
authorgordon chung <gord@live.ca>
Wed, 8 Oct 2014 21:51:47 +0000 (17:51 -0400)
committerIhar Hrachyshka <ihrachys@redhat.com>
Wed, 26 Nov 2014 21:12:21 +0000 (22:12 +0100)
commit064f763bb59b11077d332a08498ea8bf822407e7
treea170e7f910f15fc50f59757447cdb52ee83df6e2
parente842d54a2a71c0107729cc492800791fdd201620
Migrate to oslo.middleware

Synced middleware module from incubator instead of removing it
completely. This is needed for grenade and to keep backwards
compatibility with existing installations with old api-paste.ini.

'log' module is updated as a dependency for middleware module.

'versionutils' are added as a new dependency for middleware module.

Closes-Bug: #1371701
Change-Id: Ib1c3161ccc98642091134f2285fed7c90244e600
Co-Authored-By: Ihar Hrachyshka <ihrachys@redhat.com>
13 files changed:
etc/api-paste.ini
neutron/auth.py
neutron/openstack/common/log.py
neutron/openstack/common/middleware/base.py [deleted file]
neutron/openstack/common/middleware/catch_errors.py
neutron/openstack/common/middleware/correlation_id.py [deleted file]
neutron/openstack/common/middleware/debug.py [deleted file]
neutron/openstack/common/middleware/request_id.py
neutron/openstack/common/middleware/sizelimit.py [deleted file]
neutron/openstack/common/versionutils.py [new file with mode: 0644]
neutron/tests/unit/test_auth.py
openstack-common.conf
requirements.txt