2026.1 Series Release Notes¶
21.0.0-3¶
Bug Fixes¶
Fixes an issue during
COMPUTE_HOSTrecovery where transient failures from Nova or Keystone API calls could leave instance evacuation records inPENDINGwhile the notification was still markedfinished. Masakari now reports the host recovery as failed when any instance evacuation cannot be accounted for, so operators can retry or investigate the recovery instead of seeing a successful notification with missing instance results.Unlock failures during evacuation cleanup are now logged without escaping the instance recovery worker.
21.0.0¶
Upgrade Notes¶
This alises of the
[wsgi]options, which were loaded from the[DEFAULT]sections, have been removed.
Deprecation Notes¶
The
[wsgi] secure_proxy_ssl_headerparameter has been deprecated. Use thehttp_proxy_to_wsgimiddleware fromoslo.middlewareinstead.