From 6295d2eead3e492959f5861ded6a6c3e3f8cc9d0 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Sat, 11 Dec 2021 02:38:47 +0000 Subject: Imported Translations from Zanata For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I8c8283efd0e7bb030b886e4a4e27a29d56e71288 --- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 114 ++++++++++++++++++++- 1 file changed, 112 insertions(+), 2 deletions(-) (limited to 'releasenotes') diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po index 8229d7e..0690bdc 100644 --- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po @@ -3,15 +3,16 @@ # Andi Chandler , 2018. #zanata # Andi Chandler , 2019. #zanata # Andi Chandler , 2020. #zanata +# Andi Chandler , 2021. #zanata msgid "" msgstr "" "Project-Id-Version: Glance_store Release Notes\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-09-16 18:23+0000\n" +"POT-Creation-Date: 2021-12-10 18:01+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2020-10-03 10:13+0000\n" +"PO-Revision-Date: 2021-09-18 07:44+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en_GB\n" @@ -92,6 +93,15 @@ msgstr "2.2.0" msgid "2.3.0" msgstr "2.3.0" +msgid "2.5.0" +msgstr "2.5.0" + +msgid "2.6.0" +msgstr "2.6.0" + +msgid "2.7.0" +msgstr "2.7.0" + msgid "" "A `BufferedReader`_ has been added to the Swift store driver in order to " "enable better recovery from errors during uploads of large image files. " @@ -317,6 +327,20 @@ msgstr "Bug 1870289_: Add lock per share for cinder nfs mount/umount" msgid "Bug 1875281_: API returns 503 if one of the store is mis-configured" msgstr "Bug 1875281_: API returns 503 if one of the store is mis-configured" +msgid "Bug 1885651_: swift_store_endpoint doesn't override keystone catalog" +msgstr "Bug 1885651_: swift_store_endpoint doesn't override Keystone catalogue" + +msgid "Bug 1915602_: Cinder store: Use v3 API by default" +msgstr "Bug 1915602_: Cinder store: Use v3 API by default" + +msgid "" +"Bug 1926404_: HTTP 413 : Failed to add object to Swift. Got error from Swift" +msgstr "" +"Bug 1926404_: HTTP 413 : Failed to add object to Swift. Got error from Swift" + +msgid "Bug 1934849_: s3 backend takes time exponentially" +msgstr "Bug 1934849_: s3 backend takes time exponentially" + msgid "Bug Fixes" msgstr "Bug Fixes" @@ -346,6 +370,15 @@ msgstr "Critical Issues" msgid "Current Series Release Notes" msgstr "Current Series Release Notes" +msgid "" +"Default value of the ``cinder_catalog_info`` parameter has been changed from " +"``volumev2::publicURL`` to ``volumev3::publicURL``, so that the current v3 " +"API is used by default instead of the deprecated v2 API." +msgstr "" +"Default value of the ``cinder_catalog_info`` parameter has been changed from " +"``volumev2::publicURL`` to ``volumev3::publicURL``, so that the current v3 " +"API is used by default instead of the deprecated v2 API." + msgid "Deprecation Notes" msgstr "Deprecation Notes" @@ -376,6 +409,13 @@ msgstr "" "traffic in addition to save space in the backend, as null bytes sequences " "are not sent over the network." +msgid "" +"Fixed creating multiple instances/volumes from image if multiattach volumes " +"are used." +msgstr "" +"Fixed creating multiple instances/volumes from image if multiattach volumes " +"are used." + msgid "" "Following bugs were fixed and included after 0.28.0 release: * Bug 1824533_: " "Do not include ETag when puting manifest in chunked uploads * Bug 1818915_: " @@ -401,6 +441,21 @@ msgid "For more information, see the `Buffered Reader for Swift Driver`_ spec." msgstr "" "For more information, see the `Buffered Reader for Swift Driver`_ spec." +msgid "" +"For the Cinder store, if using an internal user to store images, it is now " +"possible to have the internal user and the internal project in Keystone " +"domains other than the ``Default`` one. Two new config options " +"``cinder_store_user_domain_name`` and ``cinder_store_project_domain_name`` " +"are added (both default to ``Default``) and now are possible to use in the " +"configuration of the Cinder store." +msgstr "" +"For the Cinder store, if using an internal user to store images, it is now " +"possible to have the internal user and the internal project in Keystone " +"domains other than the ``Default`` one. Two new config options " +"``cinder_store_user_domain_name`` and ``cinder_store_project_domain_name`` " +"are added (both default to ``Default``) and now are possible to use in the " +"configuration of the Cinder store." + msgid "" "For years, `/var/lib/glance/images` has been presented as the default dir " "for the filesystem store. It was not part of the default value until now. " @@ -417,6 +472,9 @@ msgstr "" "From glance_store release 0.26.0 onwards Cinder driver is no longer " "considered as experimental." +msgid "Glance cinder store now supports handling of multiattach volumes." +msgstr "Glance Cinder store now supports handling of multiattach volumes." + msgid "Glance_store Release Notes" msgstr "Glance_store Release Notes" @@ -556,6 +614,17 @@ msgstr "" "the VMware storage backend now verifies HTTPS connection to vCenter server " "and thus addresses the vulnerabilities described in OSSN-0033." +msgid "" +"Previously, during service startup, the check to validate volume types used " +"to raise ``BackendException`` or ``BadStoreConfiguration`` exceptions when " +"an invalid volume type was configured hence failing the service startup. It " +"now logs a warning and the glance service starts normally." +msgstr "" +"Previously, during service startup, the check to validate volume types used " +"to raise ``BackendException`` or ``BadStoreConfiguration`` exceptions when " +"an invalid volume type was configured hence failing the service startup. It " +"now logs a warning and the Glance service starts normally." + msgid "" "Python 2.7 support has been dropped. Last release of glance_store to support " "py2.7 is OpenStack Train. The minimum version of Python now supported by " @@ -890,6 +959,13 @@ msgstr "" msgid "This release adds support for Glance multihash computation." msgstr "This release adds support for Glance multihash computation." +msgid "" +"This release adds support for handling cinder's multiattach volumes in " +"glance cinder store." +msgstr "" +"This release adds support for handling cinder's multiattach volumes in " +"Glance Cinder store." + msgid "" "This release contains the base work for multiple back-ends changing how the " "back-ends get configured. Please note that in Rocky release the work is " @@ -941,6 +1017,13 @@ msgstr "" "feature was added to the Swift store driver. Several bugs were fixed and " "some code changes were committed to increase stability." +msgid "" +"This was a quiet development cycle for the ``glance_store`` library. Several " +"bugs were fixed and some code changes were committed to increase stability." +msgstr "" +"This was a quiet development cycle for the ``glance_store`` library. Several " +"bugs were fixed and some code changes were committed to increase stability." + msgid "To use the new reader with the Swift store, you must do the following:" msgstr "To use the new reader with the Swift store, you must do the following:" @@ -967,6 +1050,12 @@ msgstr "Ussuri Series Release Notes" msgid "Victoria Series Release Notes" msgstr "Victoria Series Release Notes" +msgid "Wallaby Series Release Notes" +msgstr "Wallaby Series Release Notes" + +msgid "Xena Series Release Notes" +msgstr "Xena Series Release Notes" + msgid "" "`Add python 3.5 in classifier and envlist `_" @@ -981,6 +1070,27 @@ msgstr "" "`Bug #1884482 `_: Blocked " "creation of images on encrypted NFS volumes when Glance store is Cinder." +msgid "" +"`Bug #1901138 `_: " +"Blocked creation of images when glance store is cinder, cinder backend is " +"nfs and volumes created are qcow2 format." +msgstr "" +"`Bug #1901138 `_: " +"Blocked creation of images when Glance store is Cinder, Cinder backend is " +"NFS and volumes created are qcow2 format." + +msgid "`Bug #1904546 `_:" +msgstr "`Bug #1904546 `_:" + +msgid "" +"`Bug #1915163 `_: " +"Added handling to log and raise proper exception during image create when an " +"invalid volume type is configured." +msgstr "" +"`Bug #1915163 `_: " +"Added handling to log and raise proper exception during image create when an " +"invalid volume type is configured." + msgid "" "`Correct error msg variable that could be unassigned