Current Series Release Notes¶
15.0.0.0rc1-4¶
Bug Fixes¶
The CORS middleware has been added to api pipeline, to support Cross-Origin Resource Sharing.
The
http_proxy_to_wsgi
middleware has been added to the api pipeline. Now setting the[oslo_middleware] enable_proxy_headers_parsing
option to true enables parsing the HTTP headers set by forwarders, to detect endpoint urls clients actually use.
Now request id is returned by Watcher API in the X-OpenStack-Request-ID response header.