[glance] glance 16.0.1 (queens)
We eagerly announce the release of: glance 16.0.1: OpenStack Image Service This release is part of the queens stable release series. Download the package from: https://tarballs.openstack.org/glance/ For more details, please see below. 16.0.1 ^^^^^^ Known Issues ************ * 'enabled_import_methods' is ListOpt type config option. If only one method is enabled, the format needs to be ['method'] this is not obvious as even the example does not have the '[' and ']' boundaries around the default value. * If signature verification fails upon creation, the image data will stay in the backend even though the image goes to 'killed' state. The data remains even if a user deletes the killed image record. Critical Issues *************** * Image Import API failure with PY35 has been fixed. * Image Import method 'web-download' failure when 'node_staging_uri' ends with '/' has been fixed. * Image Import call accepting all implemented methods instead of configured ones has been rectified. It only accepts import calls for the methods listed in the config option 'enabled_import_methods' Bug Fixes ********* * Some documentation and test issues have been addressed in this release on top of the following bugfixes: * Bug 1753964: web-download fails with default node_staging_uri * Bug 1759510: Image Import fails with Python 3.5 * Bug 1754634: Image Import call does not honour enabled methods (https://code.launchpad.net/bugs/1753964) (https://code.launchpad.net/bugs/1759510) (https://code.launchpad.net/bugs/1754634) Changes in glance 16.0.0..16.0.1 -------------------------------- 205b321 Releasenotes for 16.0.1 b87a978 Update image schema with Image API 2.6 statuses 0c87483 Update installation guide: no uwsgi for glance 5326f64 Use 'Default' as sample install domain name 66e03a3 Functional tests for new Image Import API 704483f Update auth_url in install docs 40c8866 Fix web-download fails with default node_staging_uri 0da2691 Python 3.5: Image Import fails with Unicode Error 76f110f Use oslo_db.sqlalchemy.test_fixtures 2221868 Use config opt value to determine import methods 5fc7148 Add barbican-tempest experimental job 968f4ae Imported Translations from Zanata Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 + api-ref/source/v2/images-images-v2.inc | 8 + .../v2/samples/schemas-image-show-response.json | 4 +- .../v2/samples/schemas-images-list-response.json | 4 +- glance/api/v2/images.py | 5 +- glance/async/flows/api_image_import.py | 9 +- glance/common/scripts/utils.py | 2 +- glance/locale/en_GB/LC_MESSAGES/glance.po | 14 +- glance/locale/ko_KR/LC_MESSAGES/glance.po | 8 +- glance/locale/pt_BR/LC_MESSAGES/glance.po | 8 +- glance/locale/tr_TR/LC_MESSAGES/glance.po | 8 +- glance/locale/zh_CN/LC_MESSAGES/glance.po | 8 +- glance/locale/zh_TW/LC_MESSAGES/glance.po | 8 +- .../unit/async/flows/test_api_image_import.py | 90 +++++++ .../notes/queens-16.0.1-e6b03a36e4df16b2.yaml | 33 +++ 25 files changed, 539 insertions(+), 98 deletions(-)
participants (1)
-
no-reply@openstack.org