[monasca] monasca-api 2.5.0 (queens)
We are stoked to announce the release of: monasca-api 2.5.0: OpenStack Monitoring as a Service This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/monasca-api/ For more details, please see below. Changes in monasca-api 2.4.0..2.5.0 ----------------------------------- 5703d0c Enable more extensions in pep8 f69cb31 Revert "Adds tags for inhibit and silence" 80b4f18 Remove bundled intree monasca-api tempest plugin 4a6015a Add password authentification in monasca-api with Cassandra 88d587a Statistics api failure when end time is not used dad8336 Updated from global requirements ed6a52e Add read performance testing to monasca-api 352ea0d Add python3 support for models_reposiotry tests e48ea3e Updated from global requirements 3e0c307 Remove obsolete tempest-lib 142ee7e Add unit test for _build_group_by_clause 11b30dd Fix Metric Statistics period call 1f1cc2b Updated from global requirements fdb0a49 Enable Cassandra tempest tests as voting bd8f6dc Update links in pom.xml f910660 Remove mox from requirements 3c1b716 Remove installation of mysql-python Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 5 +- AUTHORS | 3 + contrib/post_test_hook.sh | 94 ++ devstack/files/monasca-persister/persister.yml | 4 +- devstack/files/schema/mon_mysql.sql | 4 +- devstack/files/schema/mon_postgresql.sql | 3 - devstack/lib/notification.sh | 1 - .../repositories/cassandra/metrics_repository.py | 17 +- .../repositories/influxdb/metrics_repository.py | 4 +- .../common/repositories/sqla/alarms_repository.py | 2 - monasca_api/common/repositories/sqla/models.py | 11 +- monasca_api/conf/cassandra.py | 10 +- monasca_api/v2/reference/alarms.py | 4 - ...est_alarm_state_history_multiple_transitions.py | 141 --- .../test_alarms_state_history_one_transition.py | 237 ---- perf/README.md | 34 + perf/monasca_query_test.jmx | 624 +++++++++++ playbooks/legacy/monasca-tempest-base/run.yaml | 12 +- pom.xml | 2 +- requirements.txt | 2 +- setup.cfg | 4 - test-requirements.txt | 9 +- tox.ini | 8 +- 53 files changed, 933 insertions(+), 7628 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 12e4cfc..f522b40 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ oslo.context>=2.19.2 # Apache-2.0 -oslo.log>=3.30.0 # Apache-2.0 +oslo.log>=3.36.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 4abd30e..ed7598d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16,2 +16 @@ funcsigs>=1.0.0;python_version=='2.7' or python_version=='2.6' # Apache-2.0 -mox>=0.5.3 # Apache-2.0 -oslotest>=1.10.0 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0 @@ -25 +24 @@ testtools>=2.2.0 # MIT -tempest-lib>=1.0.0 # Apache-2.0 +tempest>=17.1.0 # Apache-2.0 @@ -29 +28 @@ doc8>=0.6.0 # Apache-2.0 -sphinx>=1.6.2 # BSD +sphinx!=1.6.6,>=1.6.2 # BSD @@ -32 +31 @@ reno>=2.5.0 # Apache-2.0 -openstackdocstheme>=1.17.0 # Apache-2.0 +openstackdocstheme>=1.18.1 # Apache-2.0
participants (1)
-
no-reply@openstack.org