summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2018-08-09 06:34:59 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2018-08-09 06:34:59 +0000
commit2ff936a38f48f7f6f8c24c3b77fcde18e9c05580 (patch)
tree6b5e052803b6110ce1476714131f5798ae4a732d
parent6daedf125c6126bd1c32a377fded9d7b46a2b4e9 (diff)
downloaddesignate-7.0.0.tar.gz
Imported Translations from Zanata7.0.0.0rc17.0.0
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I660e0dd489a24aac6d6dbbe516236e9f6d640fc9
-rw-r--r--releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po34
1 files changed, 30 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 1712efa2..aee8f339 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-06-14 11:32+0000\n"
+"POT-Creation-Date: 2018-08-07 23:31+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2018-06-15 05:16+0000\n"
+"PO-Revision-Date: 2018-08-08 09:11+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en_GB\n"
@@ -39,8 +39,8 @@ msgstr "5.0.0"
msgid "6.0.0"
msgstr "6.0.0"
-msgid "7.0.0.0b2-5"
-msgstr "7.0.0.0b2-5"
+msgid "7.0.0.0b3"
+msgstr "7.0.0.0b3"
msgid ""
"A new recordset api ``/v2/recordsets`` is exposed with GET method allowed "
@@ -186,6 +186,21 @@ msgstr ""
"instead."
msgid ""
+"Designate-Sink service now supports notification listener pooling for those "
+"oslo.messaging drivers that support this feature (currently those are "
+"``rabbit``/``kombu`` and ``kafka``). `Listener pools <https://docs.openstack."
+"org/oslo.messaging/latest/reference/notification_listener.html>`_ is an "
+"alternative to specifying several topics for notification consumers in "
+"configuration of service that emits notifications."
+msgstr ""
+"Designate-Sink service now supports notification listener pooling for those "
+"oslo.messaging drivers that support this feature (currently those are "
+"``rabbit``/``kombu`` and ``kafka``). `Listener pools <https://docs.openstack."
+"org/oslo.messaging/latest/reference/notification_listener.html>`_ is an "
+"alternative to specifying several topics for notification consumers in "
+"configuration of service that emits notifications."
+
+msgid ""
"Fixed `bug 1768824`_ which could cause the service_statuses table to be "
"flooded with duplicate service entries."
msgstr ""
@@ -418,6 +433,17 @@ msgstr ""
"zone-manager``, and start ``designate-worker`` and ``designate-producer``"
msgid ""
+"To enable listener pooling, set the option ``[service:"
+"sink]listener_pool_name`` to some string value, that must be the same for "
+"all designate-sink service instances. Default value of this option "
+"(``None``) disables notification listener pooling."
+msgstr ""
+"To enable listener pooling, set the option ``[service:"
+"sink]listener_pool_name`` to some string value, that must be the same for "
+"all designate-sink service instances. Default value of this option "
+"(``None``) disables notification listener pooling."
+
+msgid ""
"To maintain exact matching behaviour (if you have multiple pools) you will "
"need to set the ``scheduler_filters`` option in ``[service:central]`` to "
"``default_pool``"