[mistral] mistral 6.0.1 (queens)
We are excited to announce the release of: mistral 6.0.1: Mistral Project This release is part of the queens release series. Download the package from: https://pypi.python.org/pypi/mistral For more details, please see below. Changes in mistral 6.0.0..6.0.1 ------------------------------- eb59183 Make sure not to swallow original exceptions on handling remote errors 655f856 Updated from global requirements 0cea32a Update UPPER_CONSTRAINTS_FILE for stable/queens 4c58a0f Update .gitreview for stable/queens 3889d5d Temporarily disable TripleO CI in stable/queens 6d47667 Explain better combinations of task names and engine commands in docs Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 12 ++- mistral/db/v2/sqlalchemy/models.py | 16 +-- mistral/exceptions.py | 5 - mistral/rpc/base.py | 26 +++-- .../test_execution_fields_size_limitation.py | 20 ++-- requirements.txt | 2 +- tox.ini | 2 +- 10 files changed, 150 insertions(+), 50 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 7beb073..6e1fee9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40 +40 @@ python-keystoneclient>=3.8.0 # Apache-2.0 -python-mistralclient>=3.1.0 # Apache-2.0 +python-mistralclient!=3.2.0,>=3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org