[monasca] monasca-api 1.7.0 (ocata)
We are overjoyed to announce the release of: monasca-api 1.7.0: OpenStack Monitoring as a Service This release is part of the ocata stable release series. Download the package from: https://tarballs.openstack.org/monasca-api/ For more details, please see below. Changes in monasca-api 1.6.1..1.7.0 ----------------------------------- e4177f7 Accept epoch time offset for alarm-history 8a97284 Add libssl to fix pep8 f528ab8 Updated from global requirements 3841d92 Only import wsgiref when needed 8c6a77e Use proper type for notification periods 254f0a3 Run against ocata requirements 65e649a Add bindep.txt Diffstat (except docs and test files) ------------------------------------- bindep.txt | 6 + devstack/plugin.sh | 483 +++++++++++---------- devstack/post_test_hook.sh | 27 +- devstack/settings | 19 +- monasca_api/api/server.py | 2 +- .../repositories/influxdb/metrics_repository.py | 9 +- .../schemas/notifications_request_body_schema.py | 2 +- monasca_api/v2/reference/__init__.py | 1 + requirements.txt | 2 +- test-requirements.txt | 1 + tools/tox_install.sh | 2 +- tox.ini | 12 + 14 files changed, 308 insertions(+), 282 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b9af154..4ca703d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16 +16 @@ PasteDeploy>=1.5.0 # MIT -pbr<2.0.0,>=1.8 # Apache-2.0 +pbr>=1.8 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 61face6..a566a1e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,0 +6 @@ bandit>=1.1.0 # Apache-2.0 +bashate>=0.2 # Apache-2.0
participants (1)
-
no-reply@openstack.org