Current Series Release Notes

20.0.0-19

Upgrade Notes

  • Removed the deprecated options --kolla-tags and kolla-limit from all commands.

  • Removes the deprecated configuration variable external_net_name. Users should use external_net_names instead.

Bug Fixes

  • Bumps the stackhpc.openstack collection to version 0.10.2. This fixes a broken conditional causing IPA and overcloud image build failures when ALLOW_BROKEN_CONDITIONALS is disabled. LP#2157021

  • Fixes paths to EPEL repositories on Rocky Linux. Previously, they were only using the major version $releasever which could point to an incompatible repository. They now use both major and minor versions, e.g. 10.2 instead of 10. There is no change on CentOS Stream which uses only the major version. LP#2156407