summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2018-05-01 07:09:40 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2018-05-01 07:09:40 +0000
commitc64c10640f38ad924d672b478783eb5cae0edea4 (patch)
tree483d37bc4ea02018c8ec7bb0e210dc44cd982ca4 /releasenotes
parent686f7a5b0b13a7ef4c7ce6721e6c9e601816ad45 (diff)
downloadkeystonemiddleware-c64c10640f38ad924d672b478783eb5cae0edea4.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: I27a90c1f3132af5cbbeb18a6e59f88f5fe387a36
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po69
1 files changed, 66 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 38f8294..ff2a6ec 100644
--- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
+++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
@@ -2,13 +2,13 @@
# Andi Chandler <andi@gowling.com>, 2018. #zanata
msgid ""
msgstr ""
-"Project-Id-Version: keystonemiddleware Release Notes\n"
+"Project-Id-Version: keystonemiddleware\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-02-20 19:27+0000\n"
+"POT-Creation-Date: 2018-04-21 04:01+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-01 09:55+0000\n"
+"PO-Revision-Date: 2018-04-30 10:08+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en_GB\n"
@@ -42,6 +42,12 @@ msgstr "4.5.0"
msgid "4.6.0"
msgstr "4.6.0"
+msgid "5.0.0"
+msgstr "5.0.0"
+
+msgid "5.0.0-5"
+msgstr "5.0.0-5"
+
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, "
@@ -117,6 +123,9 @@ msgstr "Newton Series Release Notes"
msgid "Ocata Series Release Notes"
msgstr "Ocata Series Release Notes"
+msgid "Other Notes"
+msgstr "Other Notes"
+
msgid "Pike Series Release Notes"
msgstr "Pike Series Release Notes"
@@ -162,6 +171,15 @@ msgstr ""
"releases."
msgid ""
+"The ``kwargs_to_fetch_token`` setting was removed from the "
+"``BaseAuthProtocol`` class. Implementations of auth_token now assume kwargs "
+"will be passed to the ``fetch_token`` method."
+msgstr ""
+"The ``kwargs_to_fetch_token`` setting was removed from the "
+"``BaseAuthProtocol`` class. Implementations of auth_token now assume kwargs "
+"will be passed to the ``fetch_token`` method."
+
+msgid ""
"The auth_host, auth_port, and auth_protocol configuration options to the "
"s3token middleware are now deprecated."
msgstr ""
@@ -371,6 +389,27 @@ msgstr ""
"``cryptography``."
msgid ""
+"[`bug 1695038 <https://bugs.launchpad.net/keystonemiddleware/"
+"+bug/1695038>`_] The use_oslo_messaging configuration option is added for "
+"services such as Swift, which need the audit middleware to use the local "
+"logger instead of the oslo.messaging notifier regardless of whether the oslo."
+"messaging package is present or not. Leave this option set to its default "
+"True value to keep the previous behavior unchanged - the audit middleware "
+"will use the oslo.messaging notifier if the oslo.messaging package is "
+"present, and the local logger otherwise. Services that rely on the local "
+"logger for audit notifications must set this option to False."
+msgstr ""
+"[`bug 1695038 <https://bugs.launchpad.net/keystonemiddleware/"
+"+bug/1695038>`_] The use_oslo_messaging configuration option is added for "
+"services such as Swift, which need the audit middleware to use the local "
+"logger instead of the oslo.messaging notifier regardless of whether the oslo."
+"messaging package is present or not. Leave this option set to its default "
+"True value to keep the previous behaviour unchanged - the audit middleware "
+"will use the oslo.messaging notifier if the oslo.messaging package is "
+"present, and the local logger otherwise. Services that rely on the local "
+"logger for audit notifications must set this option to False."
+
+msgid ""
"[`bug 1737115 <https://bugs.launchpad.net/keystonemiddleware/"
"+bug/1737115>`_] Last release have accidentaly make python-memcached a hard "
"dependency, this have changed back to an optional one."
@@ -390,5 +429,29 @@ msgstr ""
"object, the configuration was not read from the configuration file. This "
"have been fixed."
+msgid ""
+"[`bug 1762362 <https://bugs.launchpad.net/keystonemiddleware/"
+"+bug/1762362>`_] The value of the header \"WWW-Authenticate\" in a 401 "
+"(Unauthorized) response now is double quoted to follow the RFC requirement."
+msgstr ""
+"[`bug 1762362 <https://bugs.launchpad.net/keystonemiddleware/"
+"+bug/1762362>`_] The value of the header \"WWW-Authenticate\" in a 401 "
+"(Unauthorised) response now is double quoted to follow the RFC requirement."
+
+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 "
+"not identifying which service was down, leading to confusion on whether it "
+"was keystone or the service using keystonemiddleware that was unavailable. "
+"This change identifies keystone in the error response."
+msgstr ""
+"[`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 "
+"not identifying which service was down, leading to confusion on whether it "
+"was keystone or the service using keystonemiddleware that was unavailable. "
+"This change identifies keystone in the error response."
+
msgid "keystonemiddleware Release Notes"
msgstr "keystonemiddleware Release Notes"