diff options
Diffstat (limited to 'releasenotes/source/locale/en_GB')
-rw-r--r-- | releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po | 84 |
1 files changed, 82 insertions, 2 deletions
diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po index 4fb79f2..9985782 100644 --- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po @@ -2,15 +2,16 @@ # Andi Chandler <andi@gowling.com>, 2018. #zanata # Andi Chandler <andi@gowling.com>, 2019. #zanata # Andi Chandler <andi@gowling.com>, 2020. #zanata +# Andi Chandler <andi@gowling.com>, 2022. #zanata msgid "" msgstr "" "Project-Id-Version: keystonemiddleware\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-02 18:48+0000\n" +"POT-Creation-Date: 2022-05-06 17:38+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-28 02:17+0000\n" +"PO-Revision-Date: 2022-05-25 08:57+0000\n" "Last-Translator: Andi Chandler <andi@gowling.com>\n" "Language-Team: English (United Kingdom)\n" "Language: en_GB\n" @@ -92,6 +93,12 @@ msgstr "8.0.0" msgid "9.0.0" msgstr "9.0.0" +msgid "9.1.0" +msgstr "9.1.0" + +msgid "9.3.0" +msgstr "9.3.0" + msgid "" "A new configuration option for the s3token middleware called auth_uri can be " "used to set the URI to be used for authentication. This replaces auth_host, " @@ -155,6 +162,15 @@ msgstr "" "option should be set to ``True`` as soon as possible. The option will " "default to ``True`` in a future release." +msgid "" +"It is recommended that the ``memcache_use_advanced_pool`` option is set to " +"``True`` in the ``keystone_authtoken`` configuration section of the various " +"services (e.g. nova, glance, ...) when memcached is used for token cache." +msgstr "" +"It is recommended that the ``memcache_use_advanced_pool`` option is set to " +"``True`` in the ``keystone_authtoken`` configuration section of the various " +"services (e.g. nova, glance, ...) when Memcached is used for token cache." + msgid "Mitaka Series Release Notes" msgstr "Mitaka Series Release Notes" @@ -226,6 +242,17 @@ msgstr "" "enforce this behaviour. This will become the default setting in future " "releases." +msgid "" +"Since the removal of the Identity API v2 Keystone no longer has any special " +"functionality that requires using the admin endpoint for it. So this release " +"changes the default endpoint being used from ``admin`` to ``internal``, " +"allowing deployments to work without an admin endpoint." +msgstr "" +"Since the removal of the Identity API v2 Keystone no longer has any special " +"functionality that requires using the admin endpoint for it. So this release " +"changes the default endpoint being used from ``admin`` to ``internal``, " +"allowing deployments to work without an admin endpoint." + msgid "Stein Series Release Notes" msgstr "Stein Series Release Notes" @@ -276,6 +303,21 @@ msgstr "Upgrade Notes" msgid "Ussuri Series Release Notes" 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 "" +"We no longer recommend using the eventlet unsafe keystonemiddleware's " +"memcacheclientpool. This implementation may result in growing connections to " +"memcached." +msgstr "" +"We no longer recommend using the eventlet unsafe keystonemiddleware's " +"memcacheclientpool. This implementation may result in growing connections to " +"Memcached." + msgid "" "When ``delay_auth_decision`` is enabled and a Keystone failure prevents a " "final decision about whether a token is valid or invalid, it will be marked " @@ -316,6 +358,12 @@ msgstr "" "removal in keystonemiddleware 5.0.0 or in the `O` development cycle, " "whichever is later." +msgid "Xena Series Release Notes" +msgstr "Xena Series Release Notes" + +msgid "Yoga Series Release Notes" +msgstr "Yoga Series Release Notes" + msgid "" "[`bug 1333951 <https://bugs.launchpad.net/keystonemiddleware/" "+bug/1333951>`_] Add support for parsing AWS v4 for ec2." @@ -648,6 +696,15 @@ msgstr "" "may be set to `public` or `internal` as needed." msgid "" +"[`bug 1830002 <https://bugs.launchpad.net/keystonemiddleware/" +"+bug/1830002>`_] The default Identity endpoint has been changed from " +"``admin`` to ``internal``." +msgstr "" +"[`bug 1830002 <https://bugs.launchpad.net/keystonemiddleware/" +"+bug/1830002>`_] The default Identity endpoint has been changed from " +"``admin`` to ``internal``." + +msgid "" "[`bug 1845539 <https://bugs.launchpad.net/keystone/+bug/1845539>`_] The ec2 " "'url' config option now defaults to https://localhost:5000/v3/ec2tokens with " "the removal of ec2 v2.0 support. Keystonemiddleware no longer supports " @@ -670,6 +727,29 @@ msgstr "" "functionality has been removed." msgid "" +"[`bug 1892852 <https://bugs.launchpad.net/keystonemiddleware/" +"+bug/1892852>`_] [`bug 1888394 <https://bugs.launchpad.net/oslo.cache/" +"+bug/1888394>`_] [`bug 1883659 <https://bugs.launchpad.net/" +"keystonemiddleware/+bug/1883659>`_] Keystonemiddleware now using eventlet-" +"safe implementation of ``MemcacheClientPool`` from oslo.cache's library by " +"default. The ``keystonemiddleware`` implementation is now deprecated. For " +"backwards compatibility, the ``[keystone_authtoken] " +"memcache_use_advanced_pool`` option can be set to ``False`` config files of " +"the various services (e.g. nova, glance, ...) when memcached is used for " +"token cache." +msgstr "" +"[`bug 1892852 <https://bugs.launchpad.net/keystonemiddleware/" +"+bug/1892852>`_] [`bug 1888394 <https://bugs.launchpad.net/oslo.cache/" +"+bug/1888394>`_] [`bug 1883659 <https://bugs.launchpad.net/" +"keystonemiddleware/+bug/1883659>`_] Keystonemiddleware now using eventlet-" +"safe implementation of ``MemcacheClientPool`` from oslo.cache's library by " +"default. The ``keystonemiddleware`` implementation is now deprecated. For " +"backwards compatibility, the ``[keystone_authtoken] " +"memcache_use_advanced_pool`` option can be set to ``False`` config files of " +"the various services (e.g. nova, glance, ...) when Memcached is used for " +"token cache." + +msgid "" "[`bug/1747655 <https://bugs.launchpad.net/keystonemiddleware/" "+bug/1747655>`_] When keystone is temporarily unavailable, " "keystonemiddleware correctly sends a 503 response to the HTTP client but was " |