Current Series Release Notes¶
17.3.0¶
Deprecation Notes¶
The
[oslo_messaging_rabbit] enforce_fips_modeoption has been deprecated and has no effect.
Bug Fixes¶
Avoid deleting RabbitMQ
quorumqueues if they are failing on server side withInternal Server Error(error541).
17.2.0¶
Upgrade Notes¶
Support for Python 3.9 has been removed. Now the minimum python version supported is 3.10.
Bug Fixes¶
Bug 2131652: Fixed ignorance of Precondition Failed error by rabbitmq driver so that the error is properly raised to clients.
Fixes a bug where calling some OpenStack utilites, such as
nova-manage, within podman containers would fail when using Queue Manager. LP#2091703