We are tickled pink to announce the release of: vitrage 1.8.3: The OpenStack RCA Service This release is part of the pike stable release series. The source is available from: https://git.openstack.org/cgit/openstack/vitrage Download the package from: https://tarballs.openstack.org/vitrage/ Please report issues through: https://bugs.launchpad.net/vitrage/+bugs For more details, please see below. Changes in vitrage 1.8.2..1.8.3 ------------------------------- c3e081d8 Replace openstack.org git:// URLs with https:// 11e10c61 import zuul job settings from project-config 6e714783 Fix policy.json link in the installation document 5fdc06a0 Updated the API documentation 0769b026 Updated from global requirements e7093fc9 filter out the manager and info section Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 9 + devstack/gate_hook.sh | 10 +- devstack/plugin.sh | 2 +- requirements.txt | 2 +- test-requirements.txt | 2 +- vitrage/datasources/neutron/network/driver.py | 5 + 8 files changed, 147 insertions(+), 397 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 75e0edec..9975b32a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16 +16 @@ pyzabbix>=0.7.4 # LGPL -networkx>=1.10 # BSD +networkx<2.0,>=1.10 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index eb17adc5..5341de71 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +9 @@ lxml!=3.7.0,>=2.3 # BSD -networkx>=1.10 # BSD +networkx<2.0,>=1.10 # BSD
participants (1)
-
no-reply@openstack.org