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 scopeall
. 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 whenopenstack_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 scopeall
. 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
andkayobe
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
andmariadb_recovery
now aremariadb-backup
andmariadb-recovery
The
--key
parameter has also been dropped as it was duplicating--vault-password-file
.