[solum] solum 5.4.0 (pike)
We are chuffed to announce the release of: solum 5.4.0: Application Lifecycle Management for OpenStack This release is part of the pike stable release series. Download the package from: https://tarballs.openstack.org/solum/ Please report issues through launchpad: https://bugs.launchpad.net/solum For more details, please see below. Changes in solum 5.3.0..5.4.0 ----------------------------- ddc4df7 Update the solum conf sample file 7f76597 Updated from global requirements 474a132 Devstack plugin scripts cleanup [1] d3efced Updated from global requirements 256e522 Updated from global requirements b0f6f5e Updated from global requirements 0b3c691 Update the documentation link for doc migration a767556 Updated from global requirements c18bb7a Updated from global requirements 308bf60 Refactor the install_solumclient function 0d204c1 Update Documentation link in README b89e27b Give solum user admin role e25c445 switch to openstackdocstheme bb21ca2 Adapt solum documentation for new standards 5b45ca1 Updated from global requirements 7baee17 Upgrade from docker-py to docker e66f4ee Updated from global requirements 7b1da8c Updated from global requirements 3da3e17 Updated from global requirements 1e65870 Remove devstack-plugin-container from gate_hook 6910fe5 Use "type" command to take place of "which" Diffstat (except docs and test files) ------------------------------------- HACKING.rst | 2 +- README.rst | 8 +- contrib/lp-cedarish/docker/unittest-app | 2 +- contrib/lp-chef/docker/unittest-app | 2 +- devstack/plugin.sh | 18 +- devstack/solum.conf.sample | 894 +++++++++++++++++---- .../configure_and_run/solum_architecture.gliffy | 1 - .../configure_and_run/solum_architecture.png | Bin 100104 -> 0 bytes releasenotes/source/conf.py | 12 +- requirements.txt | 14 +- setup.cfg | 2 +- solum/i18n.py | 2 +- solum/worker/app_handlers/base.py | 2 +- test-requirements.txt | 4 +- 34 files changed, 1391 insertions(+), 822 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 455bbd7..50e2f1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -eventlet!=0.18.3,<0.21.0,>=0.18.2 # MIT +eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT @@ -7 +7 @@ Babel!=2.4.0,>=2.3.4 # BSD -docker-py>=1.8.1 # Apache-2.0 +docker>=2.0.0 # Apache-2.0 @@ -12 +12 @@ netaddr!=0.7.16,>=0.7.13 # BSD -oslo.config>=4.0.0 # Apache-2.0 +oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 @@ -14 +14 @@ oslo.context>=2.14.0 # Apache-2.0 -oslo.db>=4.21.1 # Apache-2.0 +oslo.db>=4.24.0 # Apache-2.0 @@ -17 +17 @@ oslo.middleware>=3.27.0 # Apache-2.0 -oslo.serialization>=1.10.0 # Apache-2.0 +oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0 @@ -23,2 +23,2 @@ pycrypto>=2.6 # Public Domain -python-barbicanclient>=4.0.0 # Apache-2.0 -python-glanceclient>=2.7.0 # Apache-2.0 +python-barbicanclient!=4.5.0,!=4.5.1,>=4.0.0 # Apache-2.0 +python-glanceclient>=2.8.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 3e8d17d..62a05b0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11,2 +11,2 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx!=1.6.1,>=1.5.1 # BSD -oslosphinx>=4.7.0 # Apache-2.0 +sphinx>=1.6.2 # BSD +openstackdocstheme>=1.16.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org