diff --git a/keystonemiddleware/locale/en_GB/LC_MESSAGES/keystonemiddleware.po b/keystonemiddleware/locale/en_GB/LC_MESSAGES/keystonemiddleware.po index 807afcbc..0f043bfa 100644 --- a/keystonemiddleware/locale/en_GB/LC_MESSAGES/keystonemiddleware.po +++ b/keystonemiddleware/locale/en_GB/LC_MESSAGES/keystonemiddleware.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: keystonemiddleware VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\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" @@ -37,13 +37,6 @@ msgstr "Failure parsing response from Keystone" msgid "Identity server rejected authorization necessary to fetch token data" msgstr "Identity server rejected authorisation necessary to fetch token data" -msgid "" -"Implementations of auth_token must set kwargs_to_fetch_token this will be " -"the required and assumed in Queens." -msgstr "" -"Implementations of auth_token must set kwargs_to_fetch_token this will be " -"the required and assumed in Queens." - msgid "Invalid MAC; data appears to be corrupted." msgstr "Invalid MAC; data appears to be corrupted." diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po index 38f8294e..ff2a6ec0 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 , 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 \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" @@ -161,6 +170,15 @@ msgstr "" "enforce this behaviour. This will become the default setting in future " "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." @@ -370,6 +388,27 @@ msgstr "" "``pycrypto`` and ``cryptography``. The same is true of data encrypted using " "``cryptography``." +msgid "" +"[`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 `_] 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 `_] Last release have accidentaly make python-memcached a hard " @@ -390,5 +429,29 @@ msgstr "" "object, the configuration was not read from the configuration file. This " "have been fixed." +msgid "" +"[`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 `_] The value of the header \"WWW-Authenticate\" in a 401 " +"(Unauthorised) response now is double quoted to follow the RFC requirement." + +msgid "" +"[`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 `_] 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"