diff --git a/doc/source/locale/en_GB/LC_MESSAGES/doc-configuration.po b/doc/source/locale/en_GB/LC_MESSAGES/doc-configuration.po index 319e37aa51..6a1856c8b1 100644 --- a/doc/source/locale/en_GB/LC_MESSAGES/doc-configuration.po +++ b/doc/source/locale/en_GB/LC_MESSAGES/doc-configuration.po @@ -3,13 +3,13 @@ # Andi Chandler , 2020. #zanata msgid "" msgstr "" -"Project-Id-Version: horizon 18.7.0.dev8\n" +"Project-Id-Version: horizon 18.7.0.dev44\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-10-02 21:09+0000\n" +"POT-Creation-Date: 2020-11-02 14:26+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-03 09:33+0000\n" +"PO-Revision-Date: 2020-11-03 11:14+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en_GB\n" @@ -2169,6 +2169,9 @@ msgstr "OPENSTACK_SSL_CACERT" msgid "OPENSTACK_SSL_NO_VERIFY" msgstr "OPENSTACK_SSL_NO_VERIFY" +msgid "OPENSTACK_USE_SIMPLE_TENANT_USAGE" +msgstr "OPENSTACK_USE_SIMPLE_TENANT_USAGE" + msgid "OPERATION_LOG_ENABLED" msgstr "OPERATION_LOG_ENABLED" @@ -3408,6 +3411,17 @@ msgstr "" msgid "This setting controls the behavior of the operation log." msgstr "This setting controls the behaviour of the operation log." +msgid "" +"This setting controls whether ``SimpleTenantUsage`` nova API is used in the " +"usage overview. According to feedbacks to the horizon team, the usage of " +"``SimpleTenantUsage`` can cause performance issues in the nova API in larger " +"deployments. Try to set this to ``False`` for such cases." +msgstr "" +"This setting controls whether ``SimpleTenantUsage`` nova API is used in the " +"usage overview. According to feedbacks to the Horizon team, the usage of " +"``SimpleTenantUsage`` can cause performance issues in the Nova API in larger " +"deployments. Try to set this to ``False`` for such cases." + msgid "" "This setting disables Images as a valid boot source for launching instances. " "Image sources won't show up in the Launch Instance modal." diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po index 52ab26885e..69a1aff0f8 100644 --- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po @@ -7,11 +7,11 @@ msgid "" msgstr "" "Project-Id-Version: horizon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-10-28 14:26+0000\n" +"POT-Creation-Date: 2020-11-02 14:22+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 10:48+0000\n" +"PO-Revision-Date: 2020-11-03 11:14+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en_GB\n" @@ -130,14 +130,17 @@ msgstr "15.2.0" msgid "15.3.0" msgstr "15.3.0" +msgid "15.3.1-2" +msgstr "15.3.1-2" + msgid "16.0.0" msgstr "16.0.0" msgid "16.2.0" msgstr "16.2.0" -msgid "16.2.0-7" -msgstr "16.2.0-7" +msgid "16.2.0-8" +msgstr "16.2.0-8" msgid "17.0.0" msgstr "17.0.0" @@ -154,8 +157,8 @@ msgstr "18.1.0" msgid "18.3.0" msgstr "18.3.0" -msgid "18.3.2-11" -msgstr "18.3.2-11" +msgid "18.3.2-12" +msgstr "18.3.2-12" msgid "18.5.0" msgstr "18.5.0" @@ -163,8 +166,8 @@ msgstr "18.5.0" msgid "18.6.0" msgstr "18.6.0" -msgid "18.6.0-25" -msgstr "18.6.0-25" +msgid "18.6.0-28" +msgstr "18.6.0-28" msgid "18.6.1" msgstr "18.6.1" @@ -319,6 +322,23 @@ msgstr "" "setting to ``False`` for better performance. For more detail, see [:bug:" "`1722417`]." +msgid "" +"A new setting ``OPENSTACK_USE_SIMPLE_TENANT_USAGE`` was introduced as a " +"replacement of ``SimpleTenantUsage`` in the deprecated " +"``OPENSTACK_NOVA_EXTENSIONS_BLACKLIST`` setting. This new setting controls " +"whether ``SimpleTenantUsage`` nova API is used in the usage overview. " +"According to feedbacks to the horizon team, the usage of " +"``SimpleTenantUsage`` can cause performance issues in the nova API in larger " +"deployments. Try to set this to ``False`` for such cases." +msgstr "" +"A new setting ``OPENSTACK_USE_SIMPLE_TENANT_USAGE`` was introduced as a " +"replacement of ``SimpleTenantUsage`` in the deprecated " +"``OPENSTACK_NOVA_EXTENSIONS_BLACKLIST`` setting. This new setting controls " +"whether ``SimpleTenantUsage`` nova API is used in the usage overview. " +"According to feedbacks to the horizon team, the usage of " +"``SimpleTenantUsage`` can cause performance issues in the nova API in larger " +"deployments. Try to set this to ``False`` for such cases." + msgid "" "A number of important new OpenStack Networking (Neutron) features are " "showcased in the Havana release, most notably:" @@ -1272,6 +1292,15 @@ msgstr "Configurable web root for Horizon beyond just '/'" msgid "Conflicting Security Group Names With Neutron" msgstr "Conflicting Security Group Names With Neutron" +msgid "" +"Considering the deprecation of ``OPENSTACK_NOVA_EXTENSIONS_BLACKLIST``, set " +"a new setting ``OPENSTACK_USE_SIMPLE_TENANT_USAGE`` to ``False`` if you " +"specify ``SimpleTenantUsage`` in ``OPENSTACK_USE_SIMPLE_TENANT_USAGE``" +msgstr "" +"Considering the deprecation of ``OPENSTACK_NOVA_EXTENSIONS_BLACKLIST``, set " +"a new setting ``OPENSTACK_USE_SIMPLE_TENANT_USAGE`` to ``False`` if you " +"specify ``SimpleTenantUsage`` in ``OPENSTACK_USE_SIMPLE_TENANT_USAGE``" + msgid "Conversion from LESS to SCSS" msgstr "Conversion from LESS to SCSS" diff --git a/releasenotes/source/locale/ja/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/ja/LC_MESSAGES/releasenotes.po index d711bbfa49..31bae6ff3e 100644 --- a/releasenotes/source/locale/ja/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/ja/LC_MESSAGES/releasenotes.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: horizon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-10-14 05:30+0000\n" +"POT-Creation-Date: 2020-11-02 14:22+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -154,9 +154,6 @@ msgstr "18.1.0" msgid "18.3.0" msgstr "18.3.0" -msgid "18.3.2-11" -msgstr "18.3.2-11" - msgid "18.5.0" msgstr "18.5.0"