From 5552d59485a8b056f1c16d36aadee9084e1027d3 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 9 May 2024 03:44:48 +0000 Subject: [PATCH] Imported Translations from Zanata For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Ic7503f6b66925e19c45d677c4f19f01c7e9c92ed --- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 143 +++++++++--------- 1 file changed, 71 insertions(+), 72 deletions(-) diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po index 93d8cf5b..0df59aea 100644 --- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po @@ -6,15 +6,16 @@ # Andi Chandler , 2021. #zanata # Andi Chandler , 2022. #zanata # Andi Chandler , 2023. #zanata +# Andi Chandler , 2024. #zanata msgid "" msgstr "" "Project-Id-Version: Glance_store Release Notes\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-06-23 19:07+0000\n" +"POT-Creation-Date: 2024-04-30 11:23+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2023-07-07 09:08+0000\n" +"PO-Revision-Date: 2024-05-08 01:29+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en_GB\n" @@ -86,12 +87,6 @@ msgstr "1.1.0" msgid "2.0.0" msgstr "2.0.0" -msgid "2.1.0" -msgstr "2.1.0" - -msgid "2.2.0" -msgstr "2.2.0" - msgid "2.3.0" msgstr "2.3.0" @@ -101,9 +96,6 @@ msgstr "2.5.0" msgid "2.5.1" msgstr "2.5.1" -msgid "2.6.0" -msgstr "2.6.0" - msgid "2.7.0" msgstr "2.7.0" @@ -116,30 +108,36 @@ msgstr "2.7.1-2" msgid "2023.1 Series Release Notes" msgstr "2023.1 Series Release Notes" +msgid "2023.2 Series Release Notes" +msgstr "2023.2 Series Release Notes" + +msgid "2024.1 Series Release Notes" +msgstr "2024.1 Series Release Notes" + msgid "3.0.0" msgstr "3.0.0" msgid "3.0.1" msgstr "3.0.1" -msgid "4.0.0" -msgstr "4.0.0" - -msgid "4.0.1" -msgstr "4.0.1" - msgid "4.1.0" msgstr "4.1.0" msgid "4.1.1" msgstr "4.1.1" +msgid "4.1.1-3" +msgstr "4.1.1-3" + msgid "4.3.0" msgstr "4.3.0" msgid "4.3.1" msgstr "4.3.1" +msgid "4.3.2" +msgstr "4.3.2" + msgid "4.4.0" msgstr "4.4.0" @@ -149,6 +147,12 @@ msgstr "4.5.0" msgid "4.6.0" msgstr "4.6.0" +msgid "4.7.0" +msgstr "4.7.0" + +msgid "4.8.0" +msgstr "4.8.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. " @@ -401,12 +405,6 @@ msgid "" msgstr "" "Bug 1866966_: define mount_point for ``*fs`` drivers in glance cinder store" -msgid "Bug 1870289_: Add lock per share for cinder nfs mount/umount" -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" @@ -546,21 +544,6 @@ 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. " @@ -750,16 +733,37 @@ msgstr "" "py2.7 is OpenStack Train. The minimum version of Python now supported by " "glance_store is Python 3.6." -msgid "" -"Python 3.6 & 3.7 support has been dropped. The minimum version of Python now " -"supported is Python 3.8." -msgstr "" -"Python 3.6 & 3.7 support has been dropped. The minimum version of Python now " -"supported is Python 3.8." - msgid "Queens Series Release Notes" msgstr "Queens Series Release Notes" +msgid "" +"RBD driver: the ``rados_connect_timeout`` config option has been un-" +"deprecated and its behavior has been improved. A value of ``0`` is now " +"respected as disabling timeout in requests, while a value less than zero " +"indicates that glance_store will not set a timeout but instead will use " +"whatever timeouts are set in the Ceph configuration file." +msgstr "" +"RBD driver: the ``rados_connect_timeout`` config option has been un-" +"deprecated and its behaviour has been improved. A value of ``0`` is now " +"respected as disabling timeout in requests, while a value less than zero " +"indicates that glance_store will not set a timeout but instead will use " +"whatever timeouts are set in the Ceph configuration file." + +msgid "" +"RBD driver: the default value of the ``rados_connect_timeout`` option has " +"been changed from 0 to -1, so that the RBD driver will by default use the " +"timeout values defined in ``ceph.conf``. Be aware that setting this option " +"to 0 disables timeouts (that is, the RBD driver will make requests with a " +"timeout of zero, and all requests wait forever), thereby overriding any " +"timeouts that are set in the Ceph configuration file." +msgstr "" +"RBD driver: the default value of the ``rados_connect_timeout`` option has " +"been changed from 0 to -1, so that the RBD driver will by default use the " +"timeout values defined in ``ceph.conf``. Be aware that setting this option " +"to 0 disables timeouts (that is, the RBD driver will make requests with a " +"timeout of zero, and all requests wait forever), thereby overriding any " +"timeouts that are set in the Ceph configuration file." + msgid "" "Removal of ``stores`` and ``default_store`` has been postponed until Train " "cycle to allow time to move multiple backends stores from being EXPERIMENTAL " @@ -952,6 +956,15 @@ msgstr "" "standard deprecation policy `_." +msgid "" +"The VMWare Datastore has been deprecated. The vmwareapi virt driver in nova " +"was marked as experimental due to lack of CI and maintainers and it may be " +"removed in a future release." +msgstr "" +"The VMWare Datastore has been deprecated. The vmwareapi Virt driver in Nova " +"was marked as experimental due to lack of CI and maintainers and it may be " +"removed in a future release." + msgid "" "The ``store_capabilities_update_min_interval`` configuration option, " "deprecated since the Rocky release, has been removed. The option configured " @@ -1211,26 +1224,6 @@ msgstr "Victoria Series Release Notes" msgid "Wallaby Series Release Notes" msgstr "Wallaby Series Release Notes" -msgid "" -"When running Cinder and Glance with Cinder backend on the same host an os-" -"brick shared location can be configured using the ``lock_path`` in the " -"``[os_brick]`` configuration section." -msgstr "" -"When running Cinder and Glance with Cinder backend on the same host an os-" -"brick shared location can be configured using the ``lock_path`` in the " -"``[os_brick]`` configuration section." - -msgid "" -"When using the cinder backend, a custom os-brick file lock location can be " -"specified using the ``lock_path`` configuration option in the ``[os_brick]`` " -"configuration section. Helpful when deploying on the same host as the " -"Cinder service." -msgstr "" -"When using the Cinder backend, a custom os-brick file lock location can be " -"specified using the ``lock_path`` configuration option in the ``[os_brick]`` " -"configuration section. Helpful when deploying on the same host as the " -"Cinder service." - msgid "Xena Series Release Notes" msgstr "Xena Series Release Notes" @@ -1247,13 +1240,6 @@ msgstr "" "`Add python 3.5 in classifier and envlist `_" -msgid "" -"`Bug #1884482 `_: Blocked " -"creation of images on encrypted nfs volumes when glance store is cinder." -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 " @@ -1318,6 +1304,19 @@ msgstr "" "`Bug #2000584 `_: " "Fixed image create with Cinder NFS store when using sparse volumes." +msgid "" +"`Bug #2056179 `_: " +"Cinder Store: Fix issue when updating legacy image location. Previously we " +"only used the user context's credentials to make request to cinder which we " +"have now updated to use the service credentials configured in the config " +"file else use the user context's credentials." +msgstr "" +"`Bug #2056179 `_: " +"Cinder Store: Fix issue when updating legacy image location. Previously we " +"only used the user context's credentials to make requests to Cinder which we " +"have now updated to use the service credentials configured in the config " +"file else use the user context's credentials." + msgid "" "`Correct error msg variable that could be unassigned