Current Series Release Notes

20.0.0-13

New Features

  • Added mutually exclusive config options [action_providers]/allowlist and [action_providers]/denylist that can be used to filter what action providers is loaded.

  • Added mutually exclusive config options [legacy_action_provider]/allowlist and [legacy_action_provider]/denylist that can be used to filter what actions is loaded by the legacy action provider.

Upgrade Notes

  • Support for Python 3.8 and 3.9 has been dropped.

Deprecation Notes

  • Kombu RPC driver is now deleted from mistral RPC drivers. Only oslo messaging driver is supported.

Other Notes

  • The /v2/services endpoint in mistral is now removed. This endpoint was using tooz.coordination which we decided to get rid of in the previous release. That endpoint was introduced in the past to help administrator know which services were running but we believe this is not widely used and can easily be replaced by external tooling.