Current Series Release Notes¶
5.4.0-4¶
Bug Fixes¶
Fixed a Swift download regression for multi-backend deployments: some code read options from the raw Oslo config group, where grafted backends leave unset values as
None, instead of usingstore_conf(BackendGroupConfiguration), which falls back tobackend_defaults.Retry count and retry iterator configuration now read from
store_conf(Oslo defaults apply when unset). Token-refresh interval usesstore_confwith a driver fallback if still unset. This avoidsTypeErroron image download (including whenswift_store_retry_get_countis greater than zero).For more details, see bug 2146432.