[new][kolla] kolla 3.0.1 release (newton)
We are pleased to announce the release of: kolla 3.0.1: Kolla OpenStack Deployment This release is part of the newton stable release series. Download the package from: https://tarballs.openstack.org/kolla/ For more details, please see below. Changes in kolla 3.0.0..3.0.1 ----------------------------- b6194d0 Bump openstack_release to 3.0.1 69fe382 Install the packages needed by different ironic drivers 60828dd Fix template for multiple physical networks b6cf813 Murano fails to deploy - cannot check core library 294acc2 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- ansible/group_vars/all.yml | 2 +- ansible/roles/murano/tasks/start.yml | 14 +++++++++----- ansible/roles/neutron/templates/ml2_conf.ini.j2 | 5 +++-- requirements.txt | 2 +- test-requirements.txt | 12 ++++++------ 6 files changed, 42 insertions(+), 17 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 0b5a62d..ee1f1e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14 +14 @@ pycrypto>=2.6 # Public Domain -netaddr>=0.7.13,!=0.7.16 # BSD +netaddr!=0.7.16,>=0.7.13 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index 883a801..18c1eec 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ hacking>=0.10.0 -oslo.log>=3.11.0 # Apache-2.0 +oslo.log>=1.14.0 # Apache-2.0 @@ -12 +12 @@ oslotest>=1.10.0 # Apache-2.0 -oslosphinx>=4.7.0 # Apache-2.0 +oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 @@ -14,2 +14,2 @@ reno>=1.8.0 # Apache2 -PrettyTable<0.8,>=0.7.1 # BSD -PyYAML>=3.10.0 # MIT +PrettyTable<0.8,>=0.7 # BSD +PyYAML>=3.1.0 # MIT @@ -18 +18 @@ python-ceilometerclient>=2.5.0 # Apache-2.0 -python-heatclient>=1.5.0 # Apache-2.0 +python-heatclient>=1.4.0 # Apache-2.0 @@ -23 +23 @@ pytz>=2013.6 # MIT -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
participants (1)
-
no-reply@openstack.org