Current Series Release Notes

15.0.0.0rc1-5

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.

  • Currently, the zone migration strategy has a src_type parameter in the storage_pools input parameter which is ignored, even though it’s required when storage_pools is defined.

    This patch makes the src_type parameter optional in the zone migration strategy, and when passed by the user, will use its values to filter the volumes which can be migrated.

    For more details: https://launchpad.net/bugs/2111507