]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
moving all middleware code in cinder.api.middleware
authorMike Perez <thingee@gmail.com>
Sun, 4 Nov 2012 09:20:47 +0000 (01:20 -0800)
committerMike Perez <thingee@gmail.com>
Thu, 22 Nov 2012 05:26:40 +0000 (21:26 -0800)
commitc15d5eae48c42d5b885b8a6557d091a75713015f
treed73c2d4ee6bfd24b93c13ce7d4a9c09a522f20c1
parent30f8d3f8d62251023cceef21eca19fd508950f37
moving all middleware code in cinder.api.middleware

This includes auth, sizelimit, and faultwrapper middleware. Test
directory struture has been adjusted to match.

progress on blueprint apiv2

Change-Id: I62eecb208553abfee8dc8d2679264884b4cec153
13 files changed:
cinder/api/middleware/__init__.py [new file with mode: 0644]
cinder/api/middleware/auth.py [moved from cinder/api/auth.py with 65% similarity]
cinder/api/middleware/fault.py [new file with mode: 0644]
cinder/api/middleware/sizelimit.py [moved from cinder/api/sizelimit.py with 100% similarity]
cinder/api/openstack/__init__.py
cinder/api/openstack/auth.py [deleted file]
cinder/tests/api/middleware/__init__.py [new file with mode: 0644]
cinder/tests/api/middleware/test_auth.py [moved from cinder/tests/api/test_auth.py with 93% similarity]
cinder/tests/api/middleware/test_faults.py [moved from cinder/tests/api/openstack/test_faults.py with 100% similarity]
cinder/tests/api/middleware/test_sizelimit.py [moved from cinder/tests/api/test_sizelimit.py with 91% similarity]
cinder/tests/api/openstack/fakes.py
cinder/tests/test_wsgi.py
etc/cinder/api-paste.ini