We are amped to announce the release of: glance 17.0.1: OpenStack Image Service This release is part of the rocky 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. 17.0.1 ^^^^^^ Known Issues * The "show_multiple_locations" configuration option remains deprecated in this release, but it has not been removed. (It had been scheduled for removal in the Pike release.) Please keep a watch on the Glance release notes and the glance-specs repository to stay informed about developments on this issue. The plan is to eliminate the option and use only policies to control image locations access. This, however, requires some major refactoring. See the draft Policy Refactor spec (https://review.openstack.org/#/c/528021/) for more information. There is no projected timeline for this change, as no one has been able to commit time to it. The Glance team would be happy to discuss this more with anyone interested in working on it. The workaround is to continue to use the "show_multiple_locations" option in a dedicated "internal" Glance node that is not accessible to end users. We continue to recommend that image locations not be exposed to end users. See OSSN-0065 (https://wiki.openstack.org/wiki/OSSN/OSSN-0065) for more information. Changes in glance 17.0.0..17.0.1 -------------------------------- 3c863435 Updating Ceph 404 URLs 516ae5ae Remove experimental openSUSE 42.3 job f992a0b2 Fix manpage building and remove glance-cache-manage b3ff79ff OpenDev Migration Patch 8f171a6b Fix doc build after removal of glance-cache-manage man page ec2969d9 Failure in web-dowload kept image in importing state d0117ffe Replace openstack.org git:// URLs with https:// 8c3751db Data remains in staging area if 'file' store is not enabled f126d3b8 Removed glancecachemanage.rst and updated header.txt. f3a584ff Image conversion fails 92fb3c1b Correct typo in config option choices d2bb38d5 Update show_multiple_locations deprecation note cccfe808 [doc] Fix options group for default_backend 8edcd106 Imported Translations from Zanata 2bcd6c66 py3: fix recursion issue under py37 a0aa660d Do not use Accept.best_match 4c48794c Refactor periodic "tips" jobs afc0ceb1 Use new devstack-plugin-ceph job 02912831 Imported Translations from Zanata 0a9d3b7a import zuul job settings from project-config baa52224 Add multihash checks to functional tests Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .zuul.yaml | 138 +- etc/glance-image-import.conf.sample | 8 +- glance/api/v2/image_data.py | 27 +- .../async/flows/_internal_plugins/web_download.py | 23 +- glance/async/flows/api_image_import.py | 23 +- glance/async/flows/plugins/image_conversion.py | 6 +- glance/common/config.py | 26 +- glance/common/wsgi.py | 6 +- glance/domain/__init__.py | 8 +- glance/locale/en_GB/LC_MESSAGES/glance.po | 307 +-- glance/locale/ko_KR/LC_MESSAGES/glance.po | 10 +- glance/locale/pt_BR/LC_MESSAGES/glance.po | 9 +- .../async_/flows/plugins/test_image_conversion.py | 124 + .../legacy/glance-dsvm-grenade-multinode/run.yaml | 8 +- ...ltiple-location-continued-646f91b21cd771f7.yaml | 23 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 2778 -------------------- .../source/locale/ja/LC_MESSAGES/releasenotes.po | 2304 ---------------- .../locale/ko_KR/LC_MESSAGES/releasenotes.po | 342 --- tox.ini | 14 + 29 files changed, 592 insertions(+), 6051 deletions(-)
participants (1)
-
no-reply@openstack.org