We are excited to announce the release of: vitrage 2.2.0: The OpenStack RCA Service This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/vitrage Download the package from: https://tarballs.openstack.org/vitrage/ For more details, please see below. Changes in vitrage 2.1.0..2.2.0 ------------------------------- 3fa987f Fixed alarm list API example c01b7af Create mistral client without auth_url e88f4cb Updated from global requirements 97d8948 Update UPPER_CONSTRAINTS_FILE for stable/queens c757497 Update .gitreview for stable/queens Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + requirements.txt | 3 ++- tox.ini | 4 ++-- vitrage/os_clients.py | 2 -- 5 files changed, 6 insertions(+), 6 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index f039cf9..72483f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,0 +17 @@ python-heatclient>=1.10.0 # Apache-2.0 +python-mistralclient>=3.1.0 # Apache-2.0 @@ -46 +47 @@ six>=1.10.0 # MIT -debtcollector>=1.2.0 # Apache-2.0 +debtcollector>=1.2.0 # Apache-2.0