We are delighted to announce the release of: kolla 6.2.3: Kolla OpenStack Deployment This release is part of the queens 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. Changes in kolla 6.2.2..6.2.3 ----------------------------- c717c5872 Bump service versions for Queens 1e2ff199d Unbreak CI: fluentd 13ad39745 Fix ovs-appctl by adding --pidfile to ovsdb command. 689506f53 ceph mds cap 'allow *' in extend_start 69a7cb5e9 Fix deployment of ceph-nfs container failing due to wrong USER 795171379 Add sha256 in ceph fetch keys bd5ca648d Fix lower-constraints test fail due to failing dep build 57ed1ea4f Remove HTTP configuration shipped in openstack-nova-placement-api RPM fc49f6cfc Handle role properly when it is changed in kolla_keystone_user module Diffstat (except docs and test files) ------------------------------------- .../openvswitch-db-server/start_ovsdb_server.sh | 2 +- kolla/common/config.py | 16 ++++++++-------- requirements.txt | 1 - test-requirements.txt | 3 ++- 10 files changed, 22 insertions(+), 18 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index f631555d7..a384e0a8b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +5,0 @@ docker>=2.4.2 # Apache-2.0 -cryptography!=2.0,>=1.9 # BSD/Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index a39fa595b..eb133396a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -25 +25,2 @@ pytz>=2013.6 # MIT -sphinx!=1.6.6,>=1.6.2 # BSD +sphinx>=1.6.2,!=1.6.6,<2.0.0;python_version=='2.7' # BSD +sphinx>=1.6.2,!=1.6.6;python_version>='3.4' # BSD