We joyfully announce the release of: glance 20.2.0: OpenStack Image Service This release is part of the ussuri stable release series. The source is available from: https://opendev.org/openstack/glance Download the package from: https://tarballs.openstack.org/glance/ Please report issues through: https://bugs.launchpad.net/glance/+bugs For more details, please see below. 20.2.0 ^^^^^^ Bug Fixes * Bug 1916052: Unable to Create trust errors in glance-api * Bug 1930597: Doc for "Configuring SSL Support" outdated in glance (https://code.launchpad.net/bugs/1916052) (https://code.launchpad.net/bugs/1930597) Changes in glance 20.1.0..20.2.0 -------------------------------- 57de1804 Add 20.1.1 reno e7915489 Remove SSL configuration section from docs f213c1bf Revert "Remove all usage of keystoneclient" Diffstat (except docs and test files) ------------------------------------- glance/common/auth.py | 11 ++++++----- glance/common/trust_auth.py | 21 +++++++++++---------- .../notes/ussuri-20.1.1-e5ed6cdb4afa2e7c.yaml | 9 +++++++++ requirements.txt | 3 ++- 5 files changed, 28 insertions(+), 38 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index a4c6777f..b769fbb8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34 +34,2 @@ Paste>=2.0.2 # MIT -jsonschema>=2.6.0 # MIT +jsonschema>=3.2.0 # MIT +python-keystoneclient>=3.8.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org