Pike 系列发布说明

3.27.0

新特性

  • 这为 RequestId 中间件添加了一个新的类属性 compat_headers。 这使得像 Nova 这样在替代 request-id header 上拥有 API 合约的项目可以采用 oslo RequestId 中间件,同时仍然保留其 API 合约。

  • 这为 RequestId 中间件添加了对 global_request_id 的支持。 只要格式为 req-$uuid,就接受传入的 header X-OpenStack-Request-ID,并将其提供给 oslo.context。 这将允许跨项目请求 ID 跟踪。