deb-cinder/releasenotes/notes/use-oslo_middleware_sizelimit-5f171cf1c44444f8.yaml
Tom Barron ed4bcc0be5 Use oslo_middleware sizelimit
In Kilo, cinder.api.middleware.sizelimit was replaced by a
compatabilityshim calling in to oslo_middleware.sizelimit and a
deprecation log message was added to indicate the change to
use oslo_middleware [1].  However, the wsgi api-paste.ini file
still uses cinder.api.middleware.sizelimit.

This commit modifies api-paste.ini to use oslo_middlware.sizelimit
directly, thereby allowing removal of the compatabilty shim in
the next release.

[1] Ia99ab479cb8ef63a0db1a1208cc2501abba6132c

Change-Id: Ic0e2c401b0facdd9abe954b0531d970abf4bca22
2016-06-09 07:29:51 -04:00

10 lines
368 B
YAML

---
upgrade:
- use oslo_middleware.sizelimit rather than cinder.api.middleware.sizelimit
compatibility shim
deprecations:
- cinder.api.middleware.sizelimit was deprecated in kilo and compatability
shim added to call into oslo_middleware. Using oslo_middleware.sizelimit
directly will allow us to remove the compatability shim in a future
release.