We are pleased to announce the release of: barbican 5.0.1: OpenStack Secure Key Management This release is part of the pike stable release series. Download the package from: https://tarballs.openstack.org/barbican/ For more details, please see below. Changes in barbican 5.0.0..5.0.1 -------------------------------- 5e756a7 Add zuulv3 to Pike bb9e089 Fix Dogtag mode on key generation 8a1c728 Updating time for functional tests 4b75f78 Zuul: Remove project name 93b79b2 Pick up general URI when constructing barbican endpoint 4aefe87 zuul: run tripleo-scenario002 job 661d8e5 Ensure module is initialized before being used ec47f03 Update UPPER_CONSTRAINTS_FILE for stable/pike 907589c Update .gitreview for stable/pike Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 86 ++++++++++++++++++++++ barbican/api/controllers/versions.py | 2 + barbican/common/utils.py | 12 ++- barbican/plugin/dogtag.py | 1 - .../api/v1/functional/test_consumers.py | 2 +- .../api/v1/functional/test_containers.py | 4 +- .../barbican-devstack-tempest-base/post.yaml | 15 ++++ .../legacy/barbican-devstack-tempest-base/run.yaml | 72 ++++++++++++++++++ .../legacy/grenade-devstack-barbican/post.yaml | 15 ++++ .../legacy/grenade-devstack-barbican/run.yaml | 60 +++++++++++++++ tox.ini | 2 +- 19 files changed, 310 insertions(+), 14 deletions(-)