[telemetry] panko 3.1.0 (pike)
We are excited to announce the release of: panko 3.1.0: Event storage dispatcher for Ceilometer This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/panko/ For more details, please see below. 3.1.0 ^^^^^ New Features * Specify the 'all_tenants=True' query parameter to get all events for all projects, this is only allowed by admin users. Changes in panko 3.0.0..3.1.0 ----------------------------- 4c47548 Block keystonemiddleware for temporary + bindep 5123976 remove paas format 6f70065 Support admin to get all events 70dec95 zuul: run TripleO jobs with new zuulv3 layout c858cfb Zuul: add file extension to playbook path 23b2f4e Move legacy jobs to project 9a3a889 Update .gitreview for stable/pike Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 106 +++++++ bindep.txt | 9 + panko/api/controllers/v2/events.py | 10 +- .../functional/api/v2/test_event_scenarios.py | 14 + playbooks/legacy/panko-tox-py27-mongodb/post.yaml | 67 ++++ playbooks/legacy/panko-tox-py27-mongodb/run.yaml | 86 ++++++ playbooks/legacy/panko-tox-py27-mysql/post.yaml | 67 ++++ playbooks/legacy/panko-tox-py27-mysql/run.yaml | 86 ++++++ .../legacy/panko-tox-py27-postgresql/post.yaml | 67 ++++ .../legacy/panko-tox-py27-postgresql/run.yaml | 86 ++++++ playbooks/legacy/panko-tox-py35-mongodb/post.yaml | 67 ++++ playbooks/legacy/panko-tox-py35-mongodb/run.yaml | 86 ++++++ playbooks/legacy/panko-tox-py35-mysql/post.yaml | 67 ++++ playbooks/legacy/panko-tox-py35-mysql/run.yaml | 86 ++++++ .../legacy/panko-tox-py35-postgresql/post.yaml | 67 ++++ .../legacy/panko-tox-py35-postgresql/run.yaml | 86 ++++++ .../telemetry-dsvm-integration-panko/post.yaml | 80 +++++ .../telemetry-dsvm-integration-panko/run.yaml | 61 ++++ ...port-admin-get-all-events-ffa33e4156647bb9.yaml | 5 + requirements.txt | 2 +- 22 files changed, 1204 insertions(+), 343 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e7037da..fb66f72 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ tenacity>=3.1.0 # Apache-2.0 -keystonemiddleware!=4.1.0,>=4.0.0 # Apache-2.0 +keystonemiddleware!=4.1.0,!=4.19.0,>=4.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org