[new][kolla] kolla 2.0.2 release
We are satisfied to announce the release of: kolla 2.0.2: Kolla OpenStack Deployment For more details, please see below. Changes in kolla 2.0.1..2.0.2 ----------------------------- 03b0ca8 Updated from global requirements 561a882 Fix the upgrade haproxy failed c022de6 Fix the memcached config in horizon local_settings 614e6a5 Fix the ubuntu binary on mitaka branch 8742cc6 Fix the overwrite sudoers file issue bc42193 Fix build for oraclelinux base 034f89d Update kollaglue repo on docker to kolla 4dbf369 Update version info in config file 38ae6a6 Use proper images when deploying mitaka 518e14e Create ansible home directory in kolla-toolbox container 5f6d287 Remove useless comment in the sources.list b78f071 Revert "Added precheck to check kernel version 4.2 on Ubuntu 14.04." ad950e1 Makes ml2_conf.ini configuration consistent Diffstat (except docs and test files) ------------------------------------- README.rst | 6 +++--- ansible/group_vars/all.yml | 4 ++-- ansible/roles/haproxy/tasks/main.yml | 1 + ansible/roles/horizon/templates/local_settings.j2 | 2 +- ansible/roles/neutron/tasks/config.yml | 2 +- ansible/roles/prechecks/tasks/package_checks.yml | 9 --------- ansible/roles/prechecks/vars/main.yml | 1 - etc/kolla/globals.yml | 2 +- kolla/common/config.py | 2 +- requirements.txt | 2 +- 30 files changed, 52 insertions(+), 57 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b850039..ae80ae9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13 +13 @@ beautifulsoup4 # MIT -setuptools>=16.0 # PSF/ZPL +setuptools!=24.0.0,>=16.0 # PSF/ZPL
participants (1)
-
no-reply@openstack.org