We are amped to announce the release of: kolla 15.4.0: Kolla OpenStack Deployment This release is part of the zed stable 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. 15.4.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 15.3.0..15.4.0 ------------------------------- 2e68a0f1a rabbitmq: Use timeout in healthcheck script 9dc637d47 Sync only local cell in nova bootstrap & upgrade 1369c7f44 Pin docker.py to <7 aa68a99c2 Swift: Remove unused rootwrap ddfa9a6de Add rsync to nova-compute 2fc3c9350 Adding db sync script for venus Diffstat (except docs and test files) ------------------------------------- .zuul.d/project.yaml | 1 - .../nova-sync-local-cell-8e3258f4b410d25c.yaml | 7 ++++++ requirements.txt | 2 +- 13 files changed, 29 insertions(+), 55 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