Current Series Release Notes

19.0.0.0rc1-14

New Features

  • User role assignments can now customise domain and system scopes.

Upgrade Notes

  • The ironic-inspector service user is now assigned the system scope all. If you have overridden the default list of role assignments, you should make this change too.

Bug Fixes

  • Fixes a bug where the etcd3gw backend_url in cinder.conf would be invalid when openstack_cacert was set. LP#2085908

  • Fixes cyborg deployment, which was missing variables in order to configure the haproxy listener. LP#2020088

  • The ironic-inspector service user is now assigned the system scope all. This allows it to create baremetal ports during node inspection again. LP#2064655

  • Adds a check to stop deploying/upgrading the RabbitMQ containers if it will result in downgrading the version of RabbitMQ running.

  • Fixes a bug where the RabbitMQ version check would fail to pull the new image due to lack of auth. LP#2086171

19.0.0.0rc1

Upgrade Notes

  • Rewrite kolla-ansible CLI in Python. Moving the CLI to Python allows for easier maintenance and larger feature set. The CLI was built using the cliff package that is used in the openstack and kayobe commands.

    This patch introduces a few breaking changes stemming from the nature of the cliff package:

    • the order of parameters must be kolla-ansible <action> <arguments>

    • mariadb_backup and mariadb_recovery now are mariadb-backup and mariadb-recovery

    The --key parameter has also been dropped as it was duplicating --vault-password-file.