vitrage-tempest-plugin 2.1.0 (stein)
We are ecstatic to announce the release of: vitrage-tempest-plugin 2.1.0: Tempest plugin for Vitrage project This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/vitrage-tempest-plugin Download the package from: https://tarballs.openstack.org/vitrage-tempest-plugin/ Please report issues through launchpad: https://storyboard.openstack.org/#!/project/openstack/vitrage- tempest-plugin For more details, please see below. 2.1.0 ^^^^^ New Features ************ * vitrage-tempest-plugin uses tempest.conf for any kind of configuration. Upgrade Notes ************* * Configuration via environment variables is not supported. If you need configuration via environment variables, please use previous release of vitrage-tempest-plugin. Changes in vitrage-tempest-plugin 2.0.0..2.1.0 ---------------------------------------------- d424a7c Removing dependency of vitrage 36fa396 use the right graph compare 8b25bb2 add super call for tearDownClass 72489fd Use an environment variable for stack user 2b891fd remove unused module 83efcb9 some cleaning 144c501 use vitrage_client attribute where possible f6ffe1c use teardown where possible eb5b5f2 fix conf 0e1be3d Fix typo in .stestr.conf ef5f698 Should not be a list d30f923 remove handle exception 0484154 trying to remove vitrage dependency 9b444b1 Test template v3 with parameters 91d34a4 add new constants 3361a52 Finally remove vitrage.conf usage be69eba Do not use OpenStack services clients from Vitrage a0f3db1 Do not use keystoneclient from Vitrage 883d569 Use admin credentials for vitrageclient from tempest.conf 64e915e Use Tempest config for user sessions a3771ed Use Tempest config e10b6c1 removed skipped tests Diffstat (except docs and test files) ------------------------------------- .stestr.conf | 2 +- devstack/post_test_hook.sh | 33 +- ...pest-plugin-configuration-944443f3ce01666f.yaml | 9 + requirements.txt | 14 +- vitrage_tempest_plugin/config.py | 39 +- vitrage_tempest_plugin/plugin.py | 15 +- .../mock_datasource/test_3rd_degree_scenarios.py | 176 +++---- .../templates/api/corrupted_template.yaml | 2 + .../templates/api/nagios_alarm_for_alarms.yaml | 2 + .../resources/templates/api/v3_with_params.yaml | 28 ++ 43 files changed, 1323 insertions(+), 1930 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 808069b..41c613e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7,2 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -aodhclient>=0.9.0 # Apache-2.0 +aodhclient>=1.0.0 # Apache-2.0 +gnocchiclient>=3.3.1 # Apache-2.0 @@ -9,2 +10,2 @@ PyYAML>=3.12 # MIT -python-heatclient>=1.10.0 # Apache-2.0 -python-ceilometerclient>=2.5.0 # Apache-2.0 +python-heatclient>=1.14.0 # Apache-2.0 +python-ceilometerclient>=2.9.0 # Apache-2.0 @@ -13 +14 @@ python-dateutil>=2.5.3 # BSD -python-keystoneclient>=3.8.0 # Apache-2.0 +python-keystoneclient>=3.15.0 # Apache-2.0 @@ -15,2 +16,2 @@ python-neutronclient>=6.7.0 # Apache-2.0 -python-novaclient>=9.1.0 # Apache-2.0 -python-mistralclient!=3.2.0,>=3.1.0 # Apache-2.0 +python-novaclient>=10.1.0 # Apache-2.0 +python-mistralclient>=3.3.0 # Apache-2.0 @@ -22,0 +24 @@ oslo.log>=3.36.0 # Apache-2.0 +oslo.utils>=3.36.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org