summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2018-08-15 06:21:39 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2018-08-15 06:21:39 +0000
commit045dc837185051365f97044711158dab22200133 (patch)
tree27d1bbd57bce912a96710877f5c5957baa945494 /releasenotes
parentf49c211fbdebcc79b82a5c9402f1e9da89b3002b (diff)
downloadglance_store-045dc837185051365f97044711158dab22200133.tar.gz
Imported Translations from Zanata
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I3271db43146fa028e9f1507d47366b4785a8ed09
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po141
1 files changed, 138 insertions, 3 deletions
diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
index 6f91dcb..49b81de 100644
--- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
+++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
@@ -3,19 +3,30 @@
# Andi Chandler <andi@gowling.com>, 2018. #zanata
msgid ""
msgstr ""
-"Project-Id-Version: Glance_store Release Notes\n"
+"Project-Id-Version: glance_store\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-02-28 18:24+0000\n"
+"POT-Creation-Date: 2018-08-14 13:59+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2018-02-02 08:42+0000\n"
+"PO-Revision-Date: 2018-08-08 09:17+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en_GB\n"
"X-Generator: Zanata 4.3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+msgid ""
+"'stores' and 'default_store' config options have been deprecated for "
+"removal. As the replacements are experimental for Rocky release, migration "
+"away from these options in production environments is not advised before "
+"Stein release."
+msgstr ""
+"'stores' and 'default_store' config options have been deprecated for "
+"removal. As the replacements are experimental for Rocky release, migration "
+"away from these options in production environments is not advised before "
+"Stein release."
+
msgid "0.11.0"
msgstr "0.11.0"
@@ -40,6 +51,12 @@ msgstr "0.21.0"
msgid "0.23.0"
msgstr "0.23.0"
+msgid "0.25.0"
+msgstr "0.25.0"
+
+msgid "0.26.0"
+msgstr "0.26.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. "
@@ -54,6 +71,23 @@ msgstr ""
"default."
msgid ""
+"A new function, ``store_add_to_backend_with_multihash``, has been added. "
+"This function wraps each store's ``add`` method to provide consumers with a "
+"constant interface. It is similar to the existing ``store_add_to_backend`` "
+"function but requires the caller to specify an additional ``hashing_algo`` "
+"argument whose value is a hashlib algorithm identifier. The function "
+"returns a 5-tuple containing a ``multihash`` value, which is a hexdigest of "
+"the stored data computed using the specified hashing algorithm."
+msgstr ""
+"A new function, ``store_add_to_backend_with_multihash``, has been added. "
+"This function wraps each store's ``add`` method to provide consumers with a "
+"constant interface. It is similar to the existing ``store_add_to_backend`` "
+"function but requires the caller to specify an additional ``hashing_algo`` "
+"argument whose value is a hashlib algorithm identifier. The function "
+"returns a 5-tuple containing a ``multihash`` value, which is a hexdigest of "
+"the stored data computed using the specified hashing algorithm."
+
+msgid ""
"Allow glance_store to refresh token when upload or download data to Swift "
"store. glance_store identifies if token is going to expire soon when "
"executing request to Swift and refresh the token. For multi-tenant swift "
@@ -77,6 +111,11 @@ msgstr ""
"space used for buffering may decrease the actual disk space available for "
"the Glance image cache, which may affect overall performance."
+msgid ""
+"Bug 1606268_: Failure to upload to swift when keystone uses \"insecure\" SSL"
+msgstr ""
+"Bug 1606268_: Failure to upload to swift when keystone uses \"insecure\" SSL"
+
msgid "Bug 1618666_: Fix SafeConfigParser DeprecationWarning in Python 3.2+"
msgstr "Bug 1618666_: Fix SafeConfigParser DeprecationWarning in Python 3.2+"
@@ -118,6 +157,12 @@ msgstr ""
msgid "Bug 1738331_: Fix BufferedReader writing zero size chunks"
msgstr "Bug 1738331_: Fix BufferedReader writing zero size chunks"
+msgid "Bug 1764200_: Glance Cinder backed images & multiple regions"
+msgstr "Bug 1764200_: Glance Cinder backed images & multiple regions"
+
+msgid "Bug 1779455_: cinder backend causes BadRequest due to NULL mountpoint"
+msgstr "Bug 1779455_: cinder backend causes BadRequest due to NULL mountpoint"
+
msgid "Bug Fixes"
msgstr "Bug Fixes"
@@ -127,6 +172,18 @@ msgstr "Current Series Release Notes"
msgid "Deprecation Notes"
msgstr "Deprecation Notes"
+msgid ""
+"During Rocky cycle number of issues still warranting experimental status on "
+"Cinder back-end driver was addressed. The team considers the driver stable "
+"and production ready from Rocky release onwards (0.26.0)."
+msgstr ""
+"During Rocky cycle number of issues still warranting experimental status on "
+"Cinder back-end driver was addressed. The team considers the driver stable "
+"and production ready from Rocky release onwards (0.26.0)."
+
+msgid "EXPERIMENTAL: Multiple back-end stores"
+msgstr "EXPERIMENTAL: Multiple back-end stores"
+
msgid "For more information, see the `Buffered Reader for Swift Driver`_ spec."
msgstr ""
"For more information, see the `Buffered Reader for Swift Driver`_ spec."
@@ -140,6 +197,13 @@ msgstr ""
"for the filesystem store. It was not part of the default value until now. "
"New deployments and people overriding config files should watch for this."
+msgid ""
+"From glance_store release 0.26.0 onwards Cinder driver is no longer "
+"considered as experimental."
+msgstr ""
+"From glance_store release 0.26.0 onwards Cinder driver is no longer "
+"considered as experimental."
+
msgid "Glance_store Release Notes"
msgstr "Glance_store Release Notes"
@@ -237,6 +301,9 @@ msgstr ""
"Return list of store drivers in sorted order for generating configs. More "
"info in ``Upgrade Notes`` and ``Bug Fixes`` section."
+msgid "Rocky Series Release Notes"
+msgstr "Rocky Series Release Notes"
+
msgid "Security Issues"
msgstr "Security Issues"
@@ -324,6 +391,34 @@ msgstr ""
"any remnant consumption of the same must be avoided/removed."
msgid ""
+"The function is replaced by ``store_add_to_backend_with_multihash``, which "
+"is a similar wrapper, but which takes an additional argument allowing a "
+"caller to specify an secure hashing algorithm. The hexdigest of this "
+"algorithm is returned as one of the multiple values returned by the "
+"function. The function also returns the md5 checksum for backward "
+"compatability."
+msgstr ""
+"The function is replaced by ``store_add_to_backend_with_multihash``, which "
+"is a similar wrapper, but which takes an additional argument allowing a "
+"caller to specify an secure hashing algorithm. The hexdigest of this "
+"algorithm is returned as one of the multiple values returned by the "
+"function. The function also returns the md5 checksum for backward "
+"compatibility."
+
+msgid ""
+"The glance_store configuration option "
+"``store_capabilities_update_min_interval`` is deprecated in this release and "
+"is subject to removal at the beginning of the Stein development cycle, "
+"following the `OpenStack standard deprecation policy <https://governance."
+"openstack.org/reference/tags/assert_follows-standard-deprecation.html>`_."
+msgstr ""
+"The glance_store configuration option "
+"``store_capabilities_update_min_interval`` is deprecated in this release and "
+"is subject to removal at the beginning of the Stein development cycle, "
+"following the `OpenStack standard deprecation policy <https://governance."
+"openstack.org/reference/tags/assert_follows-standard-deprecation.html>`_."
+
+msgid ""
"The glance_store configuration options have been improved with detailed help "
"texts, defaults for sample configuration files, explicit choices of values "
"for operators to choose from, and a strict range defined with ``min`` and "
@@ -357,6 +452,19 @@ msgstr ""
"configuration option and the reason why the supplied value has been rejected."
msgid ""
+"The glance_store function ``store_add_to_backend``, which is a wrapper "
+"around each store's ``add()`` method, is deprecated in this release and is "
+"subject to removal at the beginning of the Stein development cycle, "
+"following the `OpenStack standard deprecation policy <https://governance."
+"openstack.org/reference/tags/assert_follows-standard-deprecation.html>`_."
+msgstr ""
+"The glance_store function ``store_add_to_backend``, which is a wrapper "
+"around each store's ``add()`` method, is deprecated in this release and is "
+"subject to removal at the beginning of the Stein development cycle, "
+"following the `OpenStack standard deprecation policy <https://governance."
+"openstack.org/reference/tags/assert_follows-standard-deprecation.html>`_."
+
+msgid ""
"The gridfs driver has been removed from the tree. The environments using "
"this driver that were not migrated will stop working after the upgrade."
msgstr ""
@@ -364,6 +472,33 @@ msgstr ""
"this driver that were not migrated will stop working after the upgrade."
msgid ""
+"The option configures a stub method that has not been implemented for any "
+"existing store drivers. Hence it is non-operational. Given that it has "
+"*never* been operational, it will not be missed. Its presence is confusing "
+"to operators and thus it is hereby deprecated for removal."
+msgstr ""
+"The option configures a stub method that has not been implemented for any "
+"existing store drivers. Hence it is non-operational. Given that it has "
+"*never* been operational, it will not be missed. Its presence is confusing "
+"to operators and thus it is hereby deprecated for removal."
+
+msgid "This release adds support for Glance multihash computation."
+msgstr "This release adds support for Glance multihash computation."
+
+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 "
+"still experimental. Thus it's not advised to utilize the new configs in "
+"production environments before Stein release even though old config options "
+"are deprecated for removal."
+msgstr ""
+"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 "
+"still experimental. Thus it's not advised to utilise the new configs in "
+"production environments before Stein release even though old config options "
+"are deprecated for removal."
+
+msgid ""
"This version of glance_store will result in Glance generating the configs in "
"a sorted (deterministic) order. So, preferably store releases on or after "
"this should be used for generating any new configs if the mismatched "