We are glad to announce the release of: glance 22.1.0: OpenStack Image Service This release is part of the wallaby 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. 22.1.0 ^^^^^^ Bug Fixes * Bug 1934673: Policy deprecations falsely claims defaulting to role based policies. * Bug 1922928: Image Tasks API excludes in-progress tasks * 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/1934673) (https://code.launchpad.net/bugs/1922928) (https://code.launchpad.net/bugs/1916052) (https://code.launchpad.net/bugs/1930597) Changes in glance 22.0.0..22.1.0 -------------------------------- 8499efd3 Add 22.0.1 release notes 62e921ec Remove SSL configuration section from docs 7ce475ce Revert "Remove all usage of keystoneclient" 29725837 Fix the policy deprecation message 78e8b750 Fix image/tasks API for in-progress tasks b5437773 Update TOX_CONSTRAINTS_FILE for stable/wallaby 955f4ecb Update .gitreview for stable/wallaby Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + glance/common/auth.py | 11 ++++++----- glance/common/trust_auth.py | 21 +++++++++++---------- glance/db/sqlalchemy/api.py | 3 ++- glance/policies/image.py | 2 +- .../notes/wallaby-22.0.1-712ef4d32107c171.yaml | 15 +++++++++++++++ requirements.txt | 1 + tox.ini | 8 ++++---- 10 files changed, 46 insertions(+), 48 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 0e43a7fb..c2cc8407 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,0 +35 @@ jsonschema>=3.2.0 # MIT +python-keystoneclient>=3.8.0 # Apache-2.0