From a9b941e2bd336e7cf729e4b82680edb375c0e4f6 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Tue, 6 Nov 2018 07:20:03 +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: I33df114dce55ef18e3b38d0200b10d23c29a55ce --- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 21 +++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po index 15a475dc5..58a28c22d 100644 --- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po @@ -4,11 +4,11 @@ msgid "" msgstr "" "Project-Id-Version: designate\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-08 10:40+0000\n" +"POT-Creation-Date: 2018-10-24 06:37+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2018-10-14 01:03+0000\n" +"PO-Revision-Date: 2018-11-05 09:18+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en_GB\n" @@ -42,8 +42,8 @@ msgstr "6.0.0" msgid "7.0.0" msgstr "7.0.0" -msgid "7.0.0-20" -msgstr "7.0.0-20" +msgid "7.0.0-29" +msgstr "7.0.0-29" msgid "" "A new recordset api ``/v2/recordsets`` is exposed with GET method allowed " @@ -450,6 +450,19 @@ msgstr "" "manager`` and ``designate-pool-manager``. We have also added support for new " "DNS Servers, and added scheduling across pools." +msgid "" +"To allow for python3.7 support, the `designate-worker` service was changed " +"from a `ThreadPoolExecutor` to a `GreenThreadPoolExecutor`. This should no " +"impact for most deployments, but in some cases it may cause performance " +"degredation. In these cases, tuning `[service:worker].workers` and `[service:" +"worker].threads` alleviate the issues." +msgstr "" +"To allow for python3.7 support, the `designate-worker` service was changed " +"from a `ThreadPoolExecutor` to a `GreenThreadPoolExecutor`. This should no " +"impact for most deployments, but in some cases it may cause performance " +"degredation. In these cases, tuning `[service:worker].workers` and `[service:" +"worker].threads` alleviate the issues." + msgid "" "To enable ``designate-worker`` and ``designate-producer`` add a section to " "your ``designate.conf`` called ``[service:worker]`` and add an option "