heat/releasenotes/notes/remove-SSLMiddleware-2f15049af559f26a.yaml
ricolin f2fd3884e8 Remove SSLMiddleware
We deprecate SSLMiddleware in 6.0.0, and announce to remove it at
8.0.0. Now will be a good time to remove it out.

Change-Id: Iaf9be21ffcec9018ad91a5122ed7f2477a7e4a52
2017-10-18 02:19:46 +00:00

8 lines
267 B
YAML

---
deprecations:
- |
The SSL middleware ``heat.api.middleware.ssl:SSLMiddleware`` that has
been deprecated since 6.0.0 has now been removed, check your paste
config and ensure it has been replaced by
``oslo_middleware.http_proxy_to_wsgi`` instead.