We are chuffed to announce the release of: kolla 14.12.0: Kolla OpenStack Deployment This release is part of the yoga 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. 14.12.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 14.11.0..14.12.0 --------------------------------- 63031520e [yoga-only]: Use pyroute2 from distro vendors 1eb0f2bf5 rabbitmq: Use timeout in healthcheck script 82fe25505 Sync only local cell in nova bootstrap & upgrade 009cbb376 Pin docker.py to <7 3a484edcd Swift: Remove unused rootwrap be43974c5 Add rsync to nova-compute Diffstat (except docs and test files) ------------------------------------- .zuul.d/project.yaml | 1 - .../nova-sync-local-cell-8e3258f4b410d25c.yaml | 7 ++++++ requirements.txt | 2 +- 11 files changed, 23 insertions(+), 55 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 7d1c0d9db..6b9078a32 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2 +2 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -docker>=2.4.2 # Apache-2.0 +docker>=2.4.2,<7.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org