We contentedly announce the release of: kolla 16.3.0: Kolla OpenStack Deployment This release is part of the antelope release series. The source is available from: https://opendev.org/openstack/kolla Download the package from: https://tarballs.openstack.org/kolla/ Please report issues through: https://bugs.launchpad.net/kolla/+bugs For more details, please see below. 16.3.0 ^^^^^^ Bug Fixes * The Nova API container extended startup script has been updated to only sync the local Nova cell. This resolves an error that would occur when the Nova database password changes. More details can be found on this bug report. Changes in kolla 16.2.0..16.3.0 ------------------------------- f3b9afdab rabbitmq: Use timeout in healthcheck script 48031708d Sync only local cell in nova bootstrap & upgrade acf23fa83 Pin docker.py to <7 9befcd697 Swift: Remove unused rootwrap 47a20d3d7 Add rsync to nova-compute 933c3a946 Adding db sync script for venus d6731028b Fix an issue with zun-cni-daemon building images in aarch64 Diffstat (except docs and test files) ------------------------------------- .zuul.d/project.yaml | 1 - .../nova-sync-local-cell-8e3258f4b410d25c.yaml | 7 ++++++ requirements.txt | 2 +- 14 files changed, 30 insertions(+), 56 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e949f8f5a..6a56bcb1e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2 +2 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -docker>=3.0.0 # Apache-2.0 +docker>=3.0.0,<7.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org