From 9f66d68eb5364335500cc8c6a02027a3da480c61 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Wed, 2 Apr 2014 00:54:18 +0800 Subject: [PATCH] Commits staged files in the git status from rc1. Change-Id: Ifb6114673f1d5d39dc074685cb4e82d596ff1a3a --- neutron/agent/linux/dhcp.py | 21 - neutron/locale/ar/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/bg_BG/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/bn_IN/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/bs/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/ca/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/cs/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/da/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/de/LC_MESSAGES/neutron.po | 540 +----------------- neutron/locale/en_AU/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/en_GB/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/en_US/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/es/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/es_MX/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/eu/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/eu_ES/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/fa/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/fi_FI/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/fil/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/fr/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/gl/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/hi/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/hr/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/hu/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/id/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/is_IS/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/it/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/it_IT/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/ja/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/ka_GE/LC_MESSAGES/neutron.po | 234 +------- neutron/locale/km/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/kn/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/ko/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/ko_KR/LC_MESSAGES/neutron.po | 238 +------- neutron/locale/ml_IN/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/mr_IN/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/ms/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/nb/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/ne/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/neutron.pot | 70 +-- neutron/locale/nl_NL/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/pa_IN/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/pl_PL/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/pt/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/pt_BR/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/ro/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/ru/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/ru_RU/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/sk/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/sl_SI/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/sv/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/sw_KE/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/tl/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/tl_PH/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/tr_TR/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/uk/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/ur/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/vi_VN/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/zh_CN/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/zh_HK/LC_MESSAGES/neutron.po | 68 +-- neutron/locale/zh_TW/LC_MESSAGES/neutron.po | 436 +------------- neutron/plugins/bigswitch/plugin.py | 1 + neutron/plugins/ml2/drivers/mech_agent.py | 29 - neutron/plugins/nec/db/api.py | 2 - neutron/plugins/nec/drivers/pfc.py | 148 ----- neutron/plugins/nec/nec_plugin.py | 13 - neutron/plugins/vmware/dbexts/networkgw_db.py | 2 +- .../vmware/extensions/nvp_networkgw.py | 42 -- .../tests/unit/cisco/test_network_plugin.py | 1 - neutron/tests/unit/db/vpn/test_db_vpnaas.py | 47 -- .../tests/unit/hyperv/test_hyperv_utilsv2.py | 8 - neutron/tests/unit/nec/test_nec_plugin.py | 1 - neutron/tests/unit/nec/test_packet_filter.py | 11 - neutron/tests/unit/test_linux_dhcp.py | 1 - 74 files changed, 115 insertions(+), 5470 deletions(-) delete mode 100644 neutron/plugins/vmware/extensions/nvp_networkgw.py diff --git a/neutron/agent/linux/dhcp.py b/neutron/agent/linux/dhcp.py index 9fbc5753e..e650c0031 100644 --- a/neutron/agent/linux/dhcp.py +++ b/neutron/agent/linux/dhcp.py @@ -507,27 +507,6 @@ class Dnsmasq(DhcpLocalProcess): utils.replace_file(addn_hosts, buf.getvalue()) return addn_hosts - def _read_hosts_file_leases(self, filename): - leases = set() - if os.path.exists(filename): - with open(filename) as f: - for l in f.readlines(): - host = l.strip().split(',') - leases.add((host[2], host[0])) - return leases - - def _release_unused_leases(self): - filename = self.get_conf_file_name('host') - old_leases = self._read_hosts_file_leases(filename) - - new_leases = set() - for port in self.network.ports: - for alloc in port.fixed_ips: - new_leases.add((alloc.ip_address, port.mac_address)) - - for ip, mac in old_leases - new_leases: - self._release_lease(mac, ip) - def _output_opts_file(self): """Write a dnsmasq compatible options file.""" diff --git a/neutron/locale/ar/LC_MESSAGES/neutron.po b/neutron/locale/ar/LC_MESSAGES/neutron.po index 66a6ffca9..ac8d02b05 100644 --- a/neutron/locale/ar/LC_MESSAGES/neutron.po +++ b/neutron/locale/ar/LC_MESSAGES/neutron.po @@ -1270,7 +1270,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3880,21 +3880,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4233,45 +4218,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11370,10 +11316,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11457,14 +11399,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/bg_BG/LC_MESSAGES/neutron.po b/neutron/locale/bg_BG/LC_MESSAGES/neutron.po index be385eb0b..a1628f4f7 100644 --- a/neutron/locale/bg_BG/LC_MESSAGES/neutron.po +++ b/neutron/locale/bg_BG/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/bn_IN/LC_MESSAGES/neutron.po b/neutron/locale/bn_IN/LC_MESSAGES/neutron.po index 697de866e..893a3c7a3 100644 --- a/neutron/locale/bn_IN/LC_MESSAGES/neutron.po +++ b/neutron/locale/bn_IN/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/bs/LC_MESSAGES/neutron.po b/neutron/locale/bs/LC_MESSAGES/neutron.po index 5f8297785..4e7215bfd 100644 --- a/neutron/locale/bs/LC_MESSAGES/neutron.po +++ b/neutron/locale/bs/LC_MESSAGES/neutron.po @@ -1270,7 +1270,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3880,21 +3880,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4233,45 +4218,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11370,10 +11316,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11457,14 +11399,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/ca/LC_MESSAGES/neutron.po b/neutron/locale/ca/LC_MESSAGES/neutron.po index fea9d5c07..f7d44ea71 100644 --- a/neutron/locale/ca/LC_MESSAGES/neutron.po +++ b/neutron/locale/ca/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/cs/LC_MESSAGES/neutron.po b/neutron/locale/cs/LC_MESSAGES/neutron.po index 861a14c4d..a620868ca 100644 --- a/neutron/locale/cs/LC_MESSAGES/neutron.po +++ b/neutron/locale/cs/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/da/LC_MESSAGES/neutron.po b/neutron/locale/da/LC_MESSAGES/neutron.po index af66aec0e..31272e277 100644 --- a/neutron/locale/da/LC_MESSAGES/neutron.po +++ b/neutron/locale/da/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/de/LC_MESSAGES/neutron.po b/neutron/locale/de/LC_MESSAGES/neutron.po index 4766b281e..94ae45c50 100644 --- a/neutron/locale/de/LC_MESSAGES/neutron.po +++ b/neutron/locale/de/LC_MESSAGES/neutron.po @@ -4067,21 +4067,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4420,45 +4405,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -5231,8 +5177,6 @@ msgstr "" #, python-format msgid "Updating router rules to %s" msgstr "" -"In dieser Plug-in-Version wird das Einstellen von 'admin_state_up=False' " -"nicht unterstützt. Einstellungen werden ignoriert für Ressource: %s" #: neutron/plugins/bigswitch/servermanager.py:77 #, python-format @@ -5242,8 +5186,6 @@ msgstr "" #: neutron/plugins/bigswitch/servermanager.py:116 msgid "Couldn't retrieve capabilities. Newer API calls won't be supported." msgstr "" -"Der Betriebsstatus wird intern vom Plug-in eingestellt. Die Einstellung " -"'status=%s' wird ignoriert." #: neutron/plugins/bigswitch/servermanager.py:118 #, python-format @@ -5469,153 +5411,6 @@ msgstr "" msgid "Consistency hash for group %(hash_id)s updated to %(hash)s" msgstr "" -#: neutron/plugins/bigswitch/servermanager.py:196 -msgid "ServerPool: initialization done" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:239 -#, python-format -msgid "Received an empty port ID for host_id '%s'" -msgstr "" - -#: neutron/plugins/bigswitch/db/porttracker_db.py:42 -#, python-format -msgid "Received an empty host_id for port '%s'" -msgstr "" - -#: neutron/plugins/bigswitch/db/porttracker_db.py:44 -#, python-format -msgid "Logging port %(port)s on host_id %(host)s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:245 -#, python-format -msgid "" -"ServerProxy: Error details: status=%(status)d, reason=%(reason)r, " -"ret=%(ret)s, data=%(data)r" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:252 -#, python-format -msgid "ServerProxy: %(action)s failure for all servers: %(server)r" -msgstr "ServerProxy: Fehler bei %(action)s für alle Server: %(server)r" - -#: neutron/plugins/bigswitch/servermanager.py:274 -#, python-format -msgid "" -"NeutronRestProxyV2: Received and ignored error code %(code)s on " -"%(action)s action to resource %(resource)s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:284 -#, python-format -msgid "Unable to create remote router: %s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:290 -#, python-format -msgid "Unable to update remote router: %s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:295 -#, python-format -msgid "Unable to delete remote router: %s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:301 -#, python-format -msgid "Unable to add router interface: %s" -msgstr "" - -#: neutron/plugins/brocade/NeutronPlugin.py:66 -#: neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py:33 -msgid "The address of the host to SSH to" -msgstr "" - -#: neutron/plugins/brocade/NeutronPlugin.py:68 -#: neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py:35 -msgid "The SSH username to use" -msgstr "" - -#: neutron/plugins/brocade/NeutronPlugin.py:70 -#: neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py:37 -msgid "The SSH password to use" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:332 -#, python-format -msgid "No device MAC attached to port %s. Skipping notification to controller." -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:337 -#, python-format -msgid "Unable to create remote port: %s" -msgstr "" - -#: neutron/plugins/brocade/NeutronPlugin.py:134 -#: neutron/plugins/hyperv/rpc_callbacks.py:55 -#: neutron/plugins/linuxbridge/lb_neutron_plugin.py:89 -#: neutron/plugins/mlnx/rpc_callbacks.py:76 -#: neutron/plugins/openvswitch/ovs_neutron_plugin.py:96 -#, python-format -msgid "Unable to delete remote port: %s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:352 -#, python-format -msgid "Unable to create floating IP: %s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:357 -#, python-format -msgid "Unable to update floating IP: %s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:362 -#, python-format -msgid "Unable to delete floating IP: %s" -msgstr "" - -#: neutron/plugins/bigswitch/agent/restproxy_agent.py:113 -#: neutron/plugins/ryu/agent/ryu_neutron_agent.py:236 -msgid "Port update received" -msgstr "" - -#: neutron/plugins/bigswitch/agent/restproxy_agent.py:117 -#, python-format -msgid "Port %s is not present on this host." -msgstr "" - -#: neutron/plugins/bigswitch/agent/restproxy_agent.py:120 -#, python-format -msgid "Port %s found. Refreshing firewall." -msgstr "" - -#: neutron/plugins/bigswitch/agent/restproxy_agent.py:148 -#: neutron/plugins/ryu/agent/ryu_neutron_agent.py:269 -msgid "Agent loop has new device" -msgstr "Agentenschleife umfasst ein neues Gerät" - -#: neutron/plugins/bigswitch/agent/restproxy_agent.py:152 -#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:401 -#: neutron/plugins/nec/agent/nec_neutron_agent.py:222 -#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:1313 -#: neutron/plugins/ryu/agent/ryu_neutron_agent.py:273 -msgid "Error in agent event loop" -msgstr "Fehler in Agentenereignisschleife" - -#: neutron/plugins/bigswitch/agent/restproxy_agent.py:158 -#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:201 -#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:975 -#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:1328 -#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1236 -#: neutron/plugins/ryu/agent/ryu_neutron_agent.py:279 -#, python-format -msgid "Loop iteration exceeded interval (%(polling_interval)s vs. %(elapsed)s)!" -msgstr "" -"Schleifeniteration hat Intervall (%(polling_interval)s contra " -"%(elapsed)s) überschritten!" - #: neutron/plugins/bigswitch/db/porttracker_db.py:36 msgid "No host_id in port request to track port location." msgstr "" @@ -5668,14 +5463,17 @@ msgid "Duplicate router rules (src,dst) found '%s'" msgstr "" #: neutron/plugins/brocade/NeutronPlugin.py:66 +#: neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py:33 msgid "The address of the host to SSH to" msgstr "" #: neutron/plugins/brocade/NeutronPlugin.py:68 +#: neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py:35 msgid "The SSH username to use" msgstr "" #: neutron/plugins/brocade/NeutronPlugin.py:70 +#: neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py:37 msgid "The SSH password to use" msgstr "" @@ -9463,8 +9261,6 @@ msgstr "" #, python-format msgid "ODL-----> sending JSON (%s) <-----ODL" msgstr "" -"Erstellung von Teilschnittstelle %(interface)s für VLAN %(vlan_id)s auf " -"Schnittstelle %(physical_interface)s" #: neutron/plugins/ml2/drivers/mechanism_odl.py:339 #, python-format @@ -9528,15 +9324,11 @@ msgid "" "Comma-separated list of : tuples enumerating ranges of " "GRE tunnel IDs that are available for tenant network allocation" msgstr "" -"Starten von Brücke %(bridge_name)s für Teilschnittstelle %(interface)s " -"abgeschlossen" #: neutron/plugins/ml2/drivers/type_gre.py:85 #, python-format msgid "Reserving specific gre tunnel %s from pool" msgstr "" -"Hinzufügen von %(interface)s zu %(bridge_name)s nicht möglich! Ausnahme: " -"%(e)s" #: neutron/plugins/ml2/drivers/type_gre.py:89 #, python-format @@ -9603,15 +9395,11 @@ msgstr "" #, python-format msgid "Invalid tunnel ID range: '%(range)s' - %(e)s. Agent terminated!" msgstr "" -"Entfernen von Einheit %(interface_name)s von Brücke %(bridge_name)s " -"abgeschlossen" #: neutron/plugins/ml2/drivers/type_tunnel.py:65 #, python-format msgid "%(type)s ID ranges: %(range)s" msgstr "" -"Einheit %(interface_name)s kann nicht von Brücke %(bridge_name)s entfernt" -" werden, da nicht vorhanden" #: neutron/plugins/ml2/drivers/type_tunnel.py:71 #: neutron/plugins/openvswitch/ovs_neutron_plugin.py:430 @@ -11598,8 +11386,6 @@ msgstr "" #, python-format msgid "Network %(id)s created under tenant %(tenant_id)s" msgstr "" -"Bereitstellung von VLAN-Netz für net-id=%(net_uuid)s nicht möglich - " -"keine Brücke für 'physical_network' %(physical_network)s" #: neutron/plugins/oneconvergence/lib/nvsdlib.py:126 #, python-format @@ -11630,8 +11416,6 @@ msgstr "" #, python-format msgid "Port %(id)s created under tenant %(tenant_id)s" msgstr "" -"Brücke %(bridge)s für physisches Netz %(physical_network)s ist nicht " -"vorhanden. Agent beendet!" #: neutron/plugins/oneconvergence/lib/nvsdlib.py:246 #, python-format @@ -11734,33 +11518,6 @@ msgstr "" #, python-format msgid "%s" msgstr "" -"Unverhältnismäßiger Tunnel-ID-Bereich %(tun_min)s:%(tun_max)s wird " -"übersprungen" - -#: neutron/plugins/openvswitch/ovs_db_v2.py:257 -#, python-format -msgid "Reserving tunnel %s from pool" -msgstr "Reservieren von Tunnel %s aus Pool" - -#: neutron/plugins/openvswitch/ovs_db_v2.py:272 -#, python-format -msgid "Reserving specific tunnel %s from pool" -msgstr "Reservieren eines bestimmten Tunnels %s aus Pool" - -#: neutron/plugins/openvswitch/ovs_db_v2.py:275 -#, python-format -msgid "Reserving specific tunnel %s outside pool" -msgstr "Reservieren eines bestimmten Tunnels %s außerhalb des Pools" - -#: neutron/plugins/openvswitch/ovs_db_v2.py:298 -#, python-format -msgid "Releasing tunnel %s outside pool" -msgstr "Freigabe von Tunnel %s außerhalb des Pools" - -#: neutron/plugins/openvswitch/ovs_db_v2.py:300 -#, python-format -msgid "Releasing tunnel %s to pool" -msgstr "Freigabe von Tunnel %s an Pool" #: neutron/plugins/oneconvergence/lib/plugin_helper.py:161 #, python-format @@ -12219,8 +11976,6 @@ msgstr "" #: neutron/plugins/plumgrid/plumgrid_plugin/plumgrid_plugin.py:522 msgid "Neutron PLUMgrid Director: delete_floatingip() called" msgstr "" -"Netze, für die 'admin_state_up=False' gilt, werden von diesem Plug-in " -"noch nicht unterstützt. Einstellungen für Netz %s werden ignoriert" #: neutron/plugins/plumgrid/plumgrid_plugin/plumgrid_plugin.py:535 msgid "PLUMgrid Library: delete_floatingip() called" @@ -12480,63 +12235,6 @@ msgstr "" "%(method)s an %(url)s, unerwarteter Antwortcode: %(status)d (Inhalt = " "'%(body)s')" -#: neutron/plugins/vmware/api_client/base.py:148 -#, python-format -msgid "[%(rid)d] Connection returned in bad state, reconnecting to %(conn)s" -msgstr "" - -#: neutron/plugins/vmware/api_client/base.py:173 -#, python-format -msgid "Login error \"%s\"" -msgstr "" - -#: neutron/plugins/vmware/api_client/base.py:183 -#, python-format -msgid "Saving new authentication cookie '%s'" -msgstr "Speichern von neuem Authentifizierungscookie '%s'" - -#: neutron/plugins/vmware/api_client/base.py:194 -msgid "Waiting for auth to complete" -msgstr "Warten auf Abschluss von Authentifizierung" - -#: neutron/plugins/vmware/api_client/base.py:236 -#, python-format -msgid "[%d] Request timeout." -msgstr "[%d] Anforderungs-Zeitlimitüberschreitung." - -#: neutron/plugins/vmware/api_client/eventlet_request.py:123 -msgid "Request timeout" -msgstr "Anforderungs-Zeitlimitüberschreitung" - -#: neutron/plugins/vmware/api_client/client.py:93 -#, python-format -msgid "Request returns \"%s\"" -msgstr "" - -#: neutron/plugins/vmware/api_client/client.py:106 -#, python-format -msgid "Request timed out: %(method)s to %(url)s" -msgstr "Anforderung hat zulässiges Zeitlimit überschritten: %(method)s an %(url)s" - -#: neutron/plugins/vmware/api_client/client.py:117 -#, python-format -msgid "Received error code: %s" -msgstr "Empfangener Fehlercode: %s" - -#: neutron/plugins/vmware/api_client/client.py:118 -#, python-format -msgid "Server Error Message: %s" -msgstr "Serverfehlernachricht: %s" - -#: neutron/plugins/vmware/api_client/client.py:124 -#, python-format -msgid "" -"%(method)s to %(url)s, unexpected response code: %(status)d (content = " -"'%(body)s')" -msgstr "" -"%(method)s an %(url)s, unerwarteter Antwortcode: %(status)d (Inhalt = " -"'%(body)s')" - #: neutron/plugins/vmware/api_client/client.py:141 msgid "Unable to determine NSX version. Plugin might not work as expected." msgstr "" @@ -12548,8 +12246,8 @@ msgstr "" #: neutron/plugins/vmware/api_client/eventlet_client.py:149 #, python-format -msgid "[%(rid)d] Error while handling request: %(req)s" -msgstr "[%(rid)d] Fehler bei Verarbeitung von Anforderung: %(req)s" +msgid "Saving new authentication cookie '%s'" +msgstr "Speichern von neuem Authentifizierungscookie '%s'" #: neutron/plugins/vmware/api_client/eventlet_request.py:102 msgid "Joining an invalid green thread" @@ -13301,7 +12999,7 @@ msgstr "" #: neutron/plugins/vmware/dbexts/nsxrouter.py:61 #, python-format -msgid "DSCP value (%s) will be ignored with 'trusted' marking" +msgid "Nsx router extension successfully processed for router:%s" msgstr "" #: neutron/plugins/vmware/dbexts/qos_db.py:286 @@ -13949,8 +13647,6 @@ msgstr "" #: neutron/plugins/vmware/plugins/base.py:1776 msgid "Unable to update logical routeron NSX Platform" msgstr "" -"Ausnahme wird ignoriert, da dies bedeutet, dass der Peer für Port '%s' " -"bereits gelöscht wurde." #: neutron/plugins/vmware/plugins/base.py:674 #, python-format @@ -13958,8 +13654,6 @@ msgid "" "_nsx_delete_ext_gw_port completed on external network %(ext_net_id)s, " "attached to NSX router:%(router_id)s" msgstr "" -"Die Erstellung von Routerschnittstellenports in externen Netzen wie %s " -"ist nicht zulässig" #: neutron/plugins/vmware/plugins/base.py:716 #, python-format @@ -14046,8 +13740,6 @@ msgstr "" #: neutron/plugins/vmware/plugins/base.py:1189 msgid "Unable to create port or set port attachment in NSX." msgstr "" -"Netze, für die 'admin_state_up=False' gilt, werden von diesem Plug-in " -"noch nicht unterstützt. Einstellungen für Netz %s werden ignoriert" #: neutron/plugins/vmware/plugins/base.py:1281 #, python-format @@ -14195,8 +13887,6 @@ msgstr "" #, python-format msgid "Unable to update name on NSX backend for network gateway: %s" msgstr "" -"'Add_router_interface' für Teilnetz: %(subnet_id)s und Router: " -"%(router_id)s abgeschlossen" #: neutron/plugins/vmware/plugins/base.py:2130 #: neutron/plugins/vmware/plugins/base.py:2176 @@ -15538,22 +15228,22 @@ msgstr "" msgid "Pool %(pool_id)s is scheduled to lbaas agent %(agent_id)s" msgstr "" -#: neutron/services/loadbalancer/plugin.py:81 +#: neutron/services/loadbalancer/plugin.py:82 #, python-format msgid "Delete associated loadbalancer pools before removing providers %s" msgstr "" -#: neutron/services/loadbalancer/plugin.py:90 +#: neutron/services/loadbalancer/plugin.py:91 #, python-format msgid "Error retrieving driver for provider %s" msgstr "" -#: neutron/services/loadbalancer/plugin.py:98 +#: neutron/services/loadbalancer/plugin.py:99 #, python-format msgid "Error retrieving provider for pool %s" msgstr "" -#: neutron/services/loadbalancer/plugin.py:181 +#: neutron/services/loadbalancer/plugin.py:190 #, python-format msgid "Failed to delete pool %s, putting it in ERROR state" msgstr "" @@ -15581,208 +15271,6 @@ msgstr "Fehler beim Importieren von Lastverteilungstreiber: %s" msgid "Multiple device drivers with the same name found: %s" msgstr "" -#: neutron/services/loadbalancer/agent/agent_manager.py:141 -msgid "Error upating stats" -msgstr "Fehler beim Aktualisieren der Statistiken" - -#: neutron/services/loadbalancer/agent/agent_manager.py:156 -msgid "Unable to retrieve ready devices" -msgstr "Abrufen von bereiten Einheiten nicht möglich" - -#: neutron/services/loadbalancer/agent/agent_manager.py:173 -#: neutron/services/loadbalancer/agent/agent_manager.py:238 -#, python-format -msgid "No device driver on agent: %s." -msgstr "" - -#: neutron/services/loadbalancer/agent/agent_manager.py:183 -#, python-format -msgid "Unable to deploy instance for pool: %s" -msgstr "" - -#: neutron/services/loadbalancer/agent/agent_manager.py:193 -#, python-format -msgid "Unable to destroy device for pool: %s" -msgstr "Einheit für Pool kann nicht gelöscht werden: %s" - -#: neutron/services/loadbalancer/agent/agent_manager.py:206 -#, python-format -msgid "%(operation)s %(obj)s %(id)s failed on device driver %(driver)s" -msgstr "" - -#: neutron/services/loadbalancer/agent/agent_manager.py:332 -#, python-format -msgid "Destroying pool %s due to agent disabling" -msgstr "" - -#: neutron/services/loadbalancer/agent/agent_manager.py:335 -#, python-format -msgid "Agent_updated by server side %s!" -msgstr "" - -#: neutron/services/loadbalancer/drivers/common/agent_driver_base.py:44 -msgid "Driver to use for scheduling pool to a default loadbalancer agent" -msgstr "" - -#: neutron/services/loadbalancer/drivers/common/agent_driver_base.py:52 -msgid "Device driver for agent should be specified in plugin driver." -msgstr "" - -#: neutron/services/loadbalancer/drivers/common/agent_driver_base.py:79 -#, python-format -msgid "Multiple lbaas agents found on host %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/common/agent_driver_base.py:99 -msgid "Expected active pool" -msgstr "" - -#: neutron/services/loadbalancer/drivers/common/agent_driver_base.py:161 -#, python-format -msgid "Unknown object type: %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/common/agent_driver_base.py:172 -#, python-format -msgid "" -"Cannot update status: %(obj_type)s %(obj_id)s not found in the DB, it was" -" probably deleted concurrently" -msgstr "" - -#: neutron/services/loadbalancer/drivers/common/agent_driver_base.py:195 -#, python-format -msgid "Unable to find port %s to plug." -msgstr "Zu verbindender Port %s kann nicht gefunden werden." - -#: neutron/services/loadbalancer/drivers/common/agent_driver_base.py:219 -#: neutron/services/loadbalancer/drivers/common/agent_driver_base.py:236 -#, python-format -msgid "" -"Unable to find port %s to unplug. This can occur when the Vip has been " -"deleted first." -msgstr "" -"Zu entfernender Port %s kann nicht gefunden werden. Dies kann auftreten, " -"wenn die VIP zuerst gelöscht wurde." - -#: neutron/services/loadbalancer/drivers/haproxy/namespace_driver.py:48 -msgid "Location to store config and state files" -msgstr "Position zum Speichern der Konfigurations- und Statusdateien" - -#: neutron/services/loadbalancer/drivers/haproxy/namespace_driver.py:54 -msgid "The user group" -msgstr "Die Benutzergruppe" - -#: neutron/services/loadbalancer/drivers/haproxy/namespace_driver.py:70 -#, python-format -msgid "Error importing interface driver: %s" -msgstr "Fehler beim Importieren von Schnittstellentreiber: %s" - -#: neutron/services/loadbalancer/drivers/haproxy/namespace_driver.py:160 -#, python-format -msgid "Stats socket not found for pool %s" -msgstr "Statistiksocket für Pool nicht gefunden: %s" - -#: neutron/services/loadbalancer/drivers/haproxy/namespace_driver.py:202 -#, python-format -msgid "Error while connecting to stats socket: %s" -msgstr "Fehler beim Versuch, mit Statistiksocket zu verbinden: %s" - -#: neutron/services/loadbalancer/drivers/haproxy/namespace_driver.py:348 -#, python-format -msgid "Unable to kill haproxy process: %s" -msgstr "HAProxy-Prozess kann nicht beendet werden: %s" - -#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:43 -#, python-format -msgid "NCC Error %d" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:54 -msgid "No NetScaler Control Center URI specified. Cannot connect." -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:133 -#, python-format -msgid "Connection error occurred while connecting to %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:138 -#, python-format -msgid "SSL error occurred while connecting to %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:143 -#, python-format -msgid "Request to %s timed out" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:150 -msgid "Request did not specify a valid URL" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:154 -#, python-format -msgid "Too many redirects occurred for request to %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:158 -#, python-format -msgid "A request error while connecting to %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:163 -#, python-format -msgid "A unknown error occurred during request to %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:168 -#, python-format -msgid "Response: %s" -msgstr "" - -#: neutron/services/loadbalancer/plugin.py:82 -#, python-format -msgid "Unable to login. Invalid credentials passed.for: %s" -msgstr "" - -#: neutron/services/loadbalancer/plugin.py:91 -#, python-format -msgid "Failed %(method)s operation on %(url)s status code: %(response_status)s" -msgstr "" - -#: neutron/services/loadbalancer/plugin.py:99 -#, python-format -msgid "Error retrieving provider for pool %s" -msgstr "" - -#: neutron/services/loadbalancer/plugin.py:190 -#, python-format -msgid "Failed to delete pool %s, putting it in ERROR state" -msgstr "" - -#: neutron/services/loadbalancer/agent/agent.py:34 -msgid "Seconds between periodic task runs" -msgstr "Sekunden zwischen Ausführungen regelmäßig wiederkehrender Tasks" - -#: neutron/services/loadbalancer/agent/agent_manager.py:40 -msgid "Drivers used to manage loadbalancing devices" -msgstr "" - -#: neutron/services/loadbalancer/agent/agent_manager.py:46 -#, python-format -msgid "NetScaler driver vip creation: %s" -msgstr "" - -#: neutron/services/loadbalancer/agent/agent_manager.py:94 -#, python-format -msgid "NetScaler driver vip %(vip_id)s update: %(vip_obj)s" -msgstr "" - -#: neutron/services/loadbalancer/agent/agent_manager.py:101 -#, python-format -msgid "NetScaler driver vip removal: %s" -msgstr "" - #: neutron/services/loadbalancer/agent/agent_manager.py:141 #, python-format msgid "Error updating statistics on pool %s" @@ -15795,18 +15283,18 @@ msgstr "Abrufen von bereiten Einheiten nicht möglich" #: neutron/services/loadbalancer/agent/agent_manager.py:174 #: neutron/services/loadbalancer/agent/agent_manager.py:239 #, python-format -msgid "NetScaler driver pool creation: %s" +msgid "No device driver on agent: %s." msgstr "" #: neutron/services/loadbalancer/agent/agent_manager.py:184 #, python-format -msgid "NetScaler driver pool %(pool_id)s update: %(pool_obj)s" +msgid "Unable to deploy instance for pool: %s" msgstr "" #: neutron/services/loadbalancer/agent/agent_manager.py:194 #, python-format -msgid "NetScaler driver pool removal: %s" -msgstr "" +msgid "Unable to destroy device for pool: %s" +msgstr "Einheit für Pool kann nicht gelöscht werden: %s" #: neutron/services/loadbalancer/agent/agent_manager.py:207 #, python-format diff --git a/neutron/locale/en_AU/LC_MESSAGES/neutron.po b/neutron/locale/en_AU/LC_MESSAGES/neutron.po index 10c39a19a..fbcb0732e 100644 --- a/neutron/locale/en_AU/LC_MESSAGES/neutron.po +++ b/neutron/locale/en_AU/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/en_GB/LC_MESSAGES/neutron.po b/neutron/locale/en_GB/LC_MESSAGES/neutron.po index 65baa3c3f..d1d957c4a 100644 --- a/neutron/locale/en_GB/LC_MESSAGES/neutron.po +++ b/neutron/locale/en_GB/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/en_US/LC_MESSAGES/neutron.po b/neutron/locale/en_US/LC_MESSAGES/neutron.po index b39aeada3..a5600f72c 100644 --- a/neutron/locale/en_US/LC_MESSAGES/neutron.po +++ b/neutron/locale/en_US/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/es/LC_MESSAGES/neutron.po b/neutron/locale/es/LC_MESSAGES/neutron.po index b8c41f47c..ef42bc365 100644 --- a/neutron/locale/es/LC_MESSAGES/neutron.po +++ b/neutron/locale/es/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/es_MX/LC_MESSAGES/neutron.po b/neutron/locale/es_MX/LC_MESSAGES/neutron.po index b347fa7c7..0306f9c66 100644 --- a/neutron/locale/es_MX/LC_MESSAGES/neutron.po +++ b/neutron/locale/es_MX/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/eu/LC_MESSAGES/neutron.po b/neutron/locale/eu/LC_MESSAGES/neutron.po index 716e1c0dc..f3284c0f2 100644 --- a/neutron/locale/eu/LC_MESSAGES/neutron.po +++ b/neutron/locale/eu/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/eu_ES/LC_MESSAGES/neutron.po b/neutron/locale/eu_ES/LC_MESSAGES/neutron.po index dc03d61a9..f45ee749b 100644 --- a/neutron/locale/eu_ES/LC_MESSAGES/neutron.po +++ b/neutron/locale/eu_ES/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/fa/LC_MESSAGES/neutron.po b/neutron/locale/fa/LC_MESSAGES/neutron.po index 7282b87f2..4906a59dd 100644 --- a/neutron/locale/fa/LC_MESSAGES/neutron.po +++ b/neutron/locale/fa/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/fi_FI/LC_MESSAGES/neutron.po b/neutron/locale/fi_FI/LC_MESSAGES/neutron.po index 3caf4aaac..ae72e1350 100644 --- a/neutron/locale/fi_FI/LC_MESSAGES/neutron.po +++ b/neutron/locale/fi_FI/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/fil/LC_MESSAGES/neutron.po b/neutron/locale/fil/LC_MESSAGES/neutron.po index 8a3b5ca6d..a3c535035 100644 --- a/neutron/locale/fil/LC_MESSAGES/neutron.po +++ b/neutron/locale/fil/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/fr/LC_MESSAGES/neutron.po b/neutron/locale/fr/LC_MESSAGES/neutron.po index 20d61dd8e..0b6a6619f 100644 --- a/neutron/locale/fr/LC_MESSAGES/neutron.po +++ b/neutron/locale/fr/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/gl/LC_MESSAGES/neutron.po b/neutron/locale/gl/LC_MESSAGES/neutron.po index 9af4c5c02..731dd7fad 100644 --- a/neutron/locale/gl/LC_MESSAGES/neutron.po +++ b/neutron/locale/gl/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/hi/LC_MESSAGES/neutron.po b/neutron/locale/hi/LC_MESSAGES/neutron.po index eff7f841d..b69e2bdd4 100644 --- a/neutron/locale/hi/LC_MESSAGES/neutron.po +++ b/neutron/locale/hi/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/hr/LC_MESSAGES/neutron.po b/neutron/locale/hr/LC_MESSAGES/neutron.po index 793188276..68a4174ec 100644 --- a/neutron/locale/hr/LC_MESSAGES/neutron.po +++ b/neutron/locale/hr/LC_MESSAGES/neutron.po @@ -1270,7 +1270,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3880,21 +3880,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4233,45 +4218,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11370,10 +11316,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11457,14 +11399,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/hu/LC_MESSAGES/neutron.po b/neutron/locale/hu/LC_MESSAGES/neutron.po index 589a22a98..1a5029df9 100644 --- a/neutron/locale/hu/LC_MESSAGES/neutron.po +++ b/neutron/locale/hu/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/id/LC_MESSAGES/neutron.po b/neutron/locale/id/LC_MESSAGES/neutron.po index 4e2c4ca67..cf3a4b8b1 100644 --- a/neutron/locale/id/LC_MESSAGES/neutron.po +++ b/neutron/locale/id/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/is_IS/LC_MESSAGES/neutron.po b/neutron/locale/is_IS/LC_MESSAGES/neutron.po index e38e0f3b0..28aa4cce2 100644 --- a/neutron/locale/is_IS/LC_MESSAGES/neutron.po +++ b/neutron/locale/is_IS/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/it/LC_MESSAGES/neutron.po b/neutron/locale/it/LC_MESSAGES/neutron.po index 3d67915d6..be2c547b1 100644 --- a/neutron/locale/it/LC_MESSAGES/neutron.po +++ b/neutron/locale/it/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/it_IT/LC_MESSAGES/neutron.po b/neutron/locale/it_IT/LC_MESSAGES/neutron.po index 85faa112a..2c404e9ae 100644 --- a/neutron/locale/it_IT/LC_MESSAGES/neutron.po +++ b/neutron/locale/it_IT/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/ja/LC_MESSAGES/neutron.po b/neutron/locale/ja/LC_MESSAGES/neutron.po index 7125bd2dc..e265e2818 100644 --- a/neutron/locale/ja/LC_MESSAGES/neutron.po +++ b/neutron/locale/ja/LC_MESSAGES/neutron.po @@ -1270,7 +1270,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3880,21 +3880,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4233,45 +4218,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11370,10 +11316,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11457,14 +11399,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/ka_GE/LC_MESSAGES/neutron.po b/neutron/locale/ka_GE/LC_MESSAGES/neutron.po index 0e1557edd..0158a4ca9 100644 --- a/neutron/locale/ka_GE/LC_MESSAGES/neutron.po +++ b/neutron/locale/ka_GE/LC_MESSAGES/neutron.po @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4234,29 +4219,29 @@ msgstr "" #: neutron/openstack/common/notifier/api.py:125 #, python-format -msgid "Invalid SSL version : %s" +msgid "%s not in valid priorities" msgstr "" -#: neutron/openstack/common/versionutils.py:69 +#: neutron/openstack/common/notifier/api.py:141 #, python-format msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." +"Problem '%(e)s' attempting to send to notification system. " +"Payload=%(payload)s" msgstr "" -#: neutron/openstack/common/versionutils.py:73 +#: neutron/openstack/common/notifier/api.py:171 #, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." +msgid "Failed to load notifier %s. These notifications will not be sent." msgstr "" -#: neutron/openstack/common/db/api.py:97 -msgid "DB exceeded retry limit." +#: neutron/openstack/common/notifier/rabbit_notifier.py:27 +msgid "The rabbit_notifier is now deprecated. Please use rpc_notifier instead." msgstr "" -#: neutron/openstack/common/db/api.py:101 -msgid "DB connection error." +#: neutron/openstack/common/notifier/rpc_notifier.py:45 +#: neutron/openstack/common/notifier/rpc_notifier2.py:51 +#, python-format +msgid "Could not send notification to %(topic)s. Payload=%(message)s" msgstr "" #: neutron/openstack/common/rpc/__init__.py:103 @@ -5197,194 +5182,6 @@ msgstr "" msgid "Consistency hash for group %(hash_id)s updated to %(hash)s" msgstr "" -#: neutron/plugins/bigswitch/servermanager.py:115 -#, python-format -msgid "ServerProxy: server=%(server)s, port=%(port)d, ssl=%(ssl)r" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:118 -#, python-format -msgid "Received an empty port ID for host_id '%s'" -msgstr "" - -#: neutron/plugins/bigswitch/db/porttracker_db.py:42 -#, python-format -msgid "Received an empty host_id for port '%s'" -msgstr "" - -#: neutron/plugins/bigswitch/db/porttracker_db.py:44 -#, python-format -msgid "Logging port %(port)s on host_id %(host)s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:128 -msgid "ServerProxy: Could not establish HTTPS connection" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:135 -msgid "ServerProxy: Could not establish HTTP connection" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:152 -#, python-format -msgid "ServerProxy: %(action)s failure, %(e)r" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:156 -#, python-format -msgid "" -"ServerProxy: status=%(status)d, reason=%(reason)r, ret=%(ret)s, " -"data=%(data)r" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:168 -msgid "ServerPool: initializing" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:184 -msgid "Servers not defined. Aborting server manager." -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:190 -#, python-format -msgid "Servers must be defined as :. Configuration was %s" -msgstr "" - -#: neutron/plugins/brocade/NeutronPlugin.py:66 -#: neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py:33 -msgid "The address of the host to SSH to" -msgstr "" - -#: neutron/plugins/brocade/NeutronPlugin.py:68 -#: neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py:35 -msgid "The SSH username to use" -msgstr "" - -#: neutron/plugins/brocade/NeutronPlugin.py:70 -#: neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py:37 -msgid "The SSH password to use" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:252 -#, python-format -msgid "ServerProxy: %(action)s failure for all servers: %(server)r" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:274 -#, python-format -msgid "" -"NeutronRestProxyV2: Received and ignored error code %(code)s on " -"%(action)s action to resource %(resource)s" -msgstr "" - -#: neutron/plugins/brocade/NeutronPlugin.py:134 -#: neutron/plugins/hyperv/rpc_callbacks.py:55 -#: neutron/plugins/linuxbridge/lb_neutron_plugin.py:89 -#: neutron/plugins/mlnx/rpc_callbacks.py:76 -#: neutron/plugins/openvswitch/ovs_neutron_plugin.py:96 -#, python-format -msgid "Unable to create remote router: %s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:290 -#, python-format -msgid "Unable to update remote router: %s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:295 -#, python-format -msgid "Unable to delete remote router: %s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:301 -#, python-format -msgid "Unable to add router interface: %s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:306 -#, python-format -msgid "Unable to delete remote intf: %s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:312 -#, python-format -msgid "Unable to create remote network: %s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:318 -#: neutron/plugins/bigswitch/servermanager.py:323 -#, python-format -msgid "Unable to update remote network: %s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:332 -#, python-format -msgid "No device MAC attached to port %s. Skipping notification to controller." -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:337 -#, python-format -msgid "Unable to create remote port: %s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:342 -#, python-format -msgid "Unable to delete remote port: %s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:352 -#, python-format -msgid "Unable to create floating IP: %s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:357 -#, python-format -msgid "Unable to update floating IP: %s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:362 -#, python-format -msgid "Unable to delete floating IP: %s" -msgstr "" - -#: neutron/plugins/bigswitch/agent/restproxy_agent.py:113 -#: neutron/plugins/ryu/agent/ryu_neutron_agent.py:236 -msgid "Port update received" -msgstr "" - -#: neutron/plugins/bigswitch/agent/restproxy_agent.py:117 -#, python-format -msgid "Port %s is not present on this host." -msgstr "" - -#: neutron/plugins/bigswitch/agent/restproxy_agent.py:120 -#, python-format -msgid "Port %s found. Refreshing firewall." -msgstr "" - -#: neutron/plugins/bigswitch/agent/restproxy_agent.py:148 -#: neutron/plugins/ryu/agent/ryu_neutron_agent.py:269 -msgid "Agent loop has new device" -msgstr "" - -#: neutron/plugins/bigswitch/agent/restproxy_agent.py:152 -#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:401 -#: neutron/plugins/nec/agent/nec_neutron_agent.py:222 -#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:1313 -#: neutron/plugins/ryu/agent/ryu_neutron_agent.py:273 -msgid "Error in agent event loop" -msgstr "" - -#: neutron/plugins/bigswitch/agent/restproxy_agent.py:158 -#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:201 -#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:975 -#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:1328 -#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1236 -#: neutron/plugins/ryu/agent/ryu_neutron_agent.py:279 -#, python-format -msgid "Loop iteration exceeded interval (%(polling_interval)s vs. %(elapsed)s)!" -msgstr "" - #: neutron/plugins/bigswitch/db/porttracker_db.py:36 msgid "No host_id in port request to track port location." msgstr "" @@ -5437,14 +5234,17 @@ msgid "Duplicate router rules (src,dst) found '%s'" msgstr "" #: neutron/plugins/brocade/NeutronPlugin.py:66 +#: neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py:33 msgid "The address of the host to SSH to" msgstr "" #: neutron/plugins/brocade/NeutronPlugin.py:68 +#: neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py:35 msgid "The SSH username to use" msgstr "" #: neutron/plugins/brocade/NeutronPlugin.py:70 +#: neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py:37 msgid "The SSH password to use" msgstr "" @@ -11592,10 +11392,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1242 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Agent rpc_loop - iteration:%(iter_num)d -ancillary port info retrieved. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/km/LC_MESSAGES/neutron.po b/neutron/locale/km/LC_MESSAGES/neutron.po index d81bc23de..961e9f3f9 100644 --- a/neutron/locale/km/LC_MESSAGES/neutron.po +++ b/neutron/locale/km/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/kn/LC_MESSAGES/neutron.po b/neutron/locale/kn/LC_MESSAGES/neutron.po index 0dedd532c..4707ed3c8 100644 --- a/neutron/locale/kn/LC_MESSAGES/neutron.po +++ b/neutron/locale/kn/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/ko/LC_MESSAGES/neutron.po b/neutron/locale/ko/LC_MESSAGES/neutron.po index bcf431efe..02251b743 100644 --- a/neutron/locale/ko/LC_MESSAGES/neutron.po +++ b/neutron/locale/ko/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/ko_KR/LC_MESSAGES/neutron.po b/neutron/locale/ko_KR/LC_MESSAGES/neutron.po index 6d2b814d0..8fdcfbf39 100644 --- a/neutron/locale/ko_KR/LC_MESSAGES/neutron.po +++ b/neutron/locale/ko_KR/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4178,7 +4163,7 @@ msgstr "" #: neutron/openstack/common/db/sqlalchemy/session.py:804 #, python-format -msgid "Unable to find ca_file : %s" +msgid "SQL connection failed. %s attempts left." msgstr "" #: neutron/openstack/common/db/sqlalchemy/utils.py:57 @@ -4234,28 +4219,29 @@ msgstr "" #: neutron/openstack/common/notifier/api.py:125 #, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." +msgid "%s not in valid priorities" msgstr "" -#: neutron/openstack/common/versionutils.py:73 +#: neutron/openstack/common/notifier/api.py:141 #, python-format msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." +"Problem '%(e)s' attempting to send to notification system. " +"Payload=%(payload)s" msgstr "" -#: neutron/openstack/common/db/api.py:97 -msgid "DB exceeded retry limit." +#: neutron/openstack/common/notifier/api.py:171 +#, python-format +msgid "Failed to load notifier %s. These notifications will not be sent." msgstr "" -#: neutron/openstack/common/db/api.py:101 -msgid "DB connection error." +#: neutron/openstack/common/notifier/rabbit_notifier.py:27 +msgid "The rabbit_notifier is now deprecated. Please use rpc_notifier instead." msgstr "" -#: neutron/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." +#: neutron/openstack/common/notifier/rpc_notifier.py:45 +#: neutron/openstack/common/notifier/rpc_notifier2.py:51 +#, python-format +msgid "Could not send notification to %(topic)s. Payload=%(message)s" msgstr "" #: neutron/openstack/common/rpc/__init__.py:103 @@ -5196,193 +5182,6 @@ msgstr "" msgid "Consistency hash for group %(hash_id)s updated to %(hash)s" msgstr "" -#: neutron/plugins/bigswitch/servermanager.py:115 -#, python-format -msgid "ServerProxy: server=%(server)s, port=%(port)d, ssl=%(ssl)r" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:118 -#, python-format -msgid "Received an empty port ID for host_id '%s'" -msgstr "" - -#: neutron/plugins/bigswitch/db/porttracker_db.py:42 -#, python-format -msgid "Received an empty host_id for port '%s'" -msgstr "" - -#: neutron/plugins/bigswitch/db/porttracker_db.py:44 -#, python-format -msgid "Logging port %(port)s on host_id %(host)s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:128 -msgid "ServerProxy: Could not establish HTTPS connection" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:135 -msgid "ServerProxy: Could not establish HTTP connection" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:152 -#, python-format -msgid "ServerProxy: %(action)s failure, %(e)r" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:156 -#, python-format -msgid "" -"ServerProxy: status=%(status)d, reason=%(reason)r, ret=%(ret)s, " -"data=%(data)r" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:168 -msgid "ServerPool: initializing" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:184 -msgid "Servers not defined. Aborting server manager." -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:190 -#, python-format -msgid "Servers must be defined as :. Configuration was %s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:196 -msgid "ServerPool: initialization done" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:239 -#, python-format -msgid "" -"ServerProxy: %(action)s failure for servers: %(server)r Response: " -"%(response)s" -msgstr "" - -#: neutron/plugins/brocade/NeutronPlugin.py:66 -#: neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py:33 -msgid "The address of the host to SSH to" -msgstr "" - -#: neutron/plugins/brocade/NeutronPlugin.py:68 -#: neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py:35 -msgid "The SSH username to use" -msgstr "" - -#: neutron/plugins/brocade/NeutronPlugin.py:70 -#: neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py:37 -msgid "The SSH password to use" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:284 -#, python-format -msgid "Unable to create remote router: %s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:290 -#, python-format -msgid "Unable to update remote router: %s" -msgstr "" - -#: neutron/plugins/brocade/NeutronPlugin.py:134 -#: neutron/plugins/hyperv/rpc_callbacks.py:55 -#: neutron/plugins/linuxbridge/lb_neutron_plugin.py:89 -#: neutron/plugins/mlnx/rpc_callbacks.py:76 -#: neutron/plugins/openvswitch/ovs_neutron_plugin.py:96 -#, python-format -msgid "Unable to delete remote router: %s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:301 -#, python-format -msgid "Unable to add router interface: %s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:306 -#, python-format -msgid "Unable to delete remote intf: %s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:312 -#, python-format -msgid "Unable to create remote network: %s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:318 -#: neutron/plugins/bigswitch/servermanager.py:323 -#, python-format -msgid "Unable to update remote network: %s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:332 -#, python-format -msgid "No device MAC attached to port %s. Skipping notification to controller." -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:337 -#, python-format -msgid "Unable to create remote port: %s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:342 -#, python-format -msgid "Unable to delete remote port: %s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:352 -#, python-format -msgid "Unable to create floating IP: %s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:357 -#, python-format -msgid "Unable to update floating IP: %s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:362 -#, python-format -msgid "Unable to delete floating IP: %s" -msgstr "" - -#: neutron/plugins/bigswitch/agent/restproxy_agent.py:113 -#: neutron/plugins/ryu/agent/ryu_neutron_agent.py:236 -msgid "Port update received" -msgstr "" - -#: neutron/plugins/bigswitch/agent/restproxy_agent.py:117 -#, python-format -msgid "Port %s is not present on this host." -msgstr "" - -#: neutron/plugins/bigswitch/agent/restproxy_agent.py:120 -#, python-format -msgid "Port %s found. Refreshing firewall." -msgstr "" - -#: neutron/plugins/bigswitch/agent/restproxy_agent.py:148 -#: neutron/plugins/ryu/agent/ryu_neutron_agent.py:269 -msgid "Agent loop has new device" -msgstr "" - -#: neutron/plugins/bigswitch/agent/restproxy_agent.py:152 -#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:401 -#: neutron/plugins/nec/agent/nec_neutron_agent.py:222 -#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:1313 -#: neutron/plugins/ryu/agent/ryu_neutron_agent.py:273 -msgid "Error in agent event loop" -msgstr "" - -#: neutron/plugins/bigswitch/agent/restproxy_agent.py:158 -#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:201 -#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:975 -#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:1328 -#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1236 -#: neutron/plugins/ryu/agent/ryu_neutron_agent.py:279 -#, python-format -msgid "Loop iteration exceeded interval (%(polling_interval)s vs. %(elapsed)s)!" -msgstr "" - #: neutron/plugins/bigswitch/db/porttracker_db.py:36 msgid "No host_id in port request to track port location." msgstr "" @@ -5435,14 +5234,17 @@ msgid "Duplicate router rules (src,dst) found '%s'" msgstr "" #: neutron/plugins/brocade/NeutronPlugin.py:66 +#: neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py:33 msgid "The address of the host to SSH to" msgstr "" #: neutron/plugins/brocade/NeutronPlugin.py:68 +#: neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py:35 msgid "The SSH username to use" msgstr "" #: neutron/plugins/brocade/NeutronPlugin.py:70 +#: neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py:37 msgid "The SSH password to use" msgstr "" @@ -11452,10 +11254,6 @@ msgstr "" #: neutron/plugins/openvswitch/ovs_db_v2.py:391 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Adding a tunnel endpoint failed due to a concurrenttransaction had been " "committed (%s attempts left)" diff --git a/neutron/locale/ml_IN/LC_MESSAGES/neutron.po b/neutron/locale/ml_IN/LC_MESSAGES/neutron.po index 34335a31d..9c16feda1 100644 --- a/neutron/locale/ml_IN/LC_MESSAGES/neutron.po +++ b/neutron/locale/ml_IN/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/mr_IN/LC_MESSAGES/neutron.po b/neutron/locale/mr_IN/LC_MESSAGES/neutron.po index ea28ffe8f..cf98edc41 100644 --- a/neutron/locale/mr_IN/LC_MESSAGES/neutron.po +++ b/neutron/locale/mr_IN/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/ms/LC_MESSAGES/neutron.po b/neutron/locale/ms/LC_MESSAGES/neutron.po index d6b440947..0736d0577 100644 --- a/neutron/locale/ms/LC_MESSAGES/neutron.po +++ b/neutron/locale/ms/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/nb/LC_MESSAGES/neutron.po b/neutron/locale/nb/LC_MESSAGES/neutron.po index 3a02dc610..60c82be5c 100644 --- a/neutron/locale/nb/LC_MESSAGES/neutron.po +++ b/neutron/locale/nb/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/ne/LC_MESSAGES/neutron.po b/neutron/locale/ne/LC_MESSAGES/neutron.po index 639e291bd..ef42ebbaa 100644 --- a/neutron/locale/ne/LC_MESSAGES/neutron.po +++ b/neutron/locale/ne/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/neutron.pot b/neutron/locale/neutron.pot index f2ed8fdce..9381e1b7a 100644 --- a/neutron/locale/neutron.pot +++ b/neutron/locale/neutron.pot @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -12675,7 +12621,7 @@ msgstr "" #: neutron/plugins/vmware/dbexts/nsxrouter.py:61 #, python-format -msgid "DSCP value (%s) will be ignored with 'trusted' marking" +msgid "Nsx router extension successfully processed for router:%s" msgstr "" #: neutron/plugins/vmware/dbexts/qos_db.py:286 @@ -13052,10 +12998,6 @@ msgstr "" #: neutron/plugins/vmware/nsxlib/router.py:605 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "An exception occurred while updating IP addresses on a router logical " "port:%s" @@ -13168,14 +13110,6 @@ msgstr "" #: neutron/plugins/vmware/plugins/base.py:249 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Unable to create logical router port for neutron port id %(port_id)s on " "router %(nsx_router_id)s" diff --git a/neutron/locale/nl_NL/LC_MESSAGES/neutron.po b/neutron/locale/nl_NL/LC_MESSAGES/neutron.po index aabd349dd..8dd201da9 100644 --- a/neutron/locale/nl_NL/LC_MESSAGES/neutron.po +++ b/neutron/locale/nl_NL/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/pa_IN/LC_MESSAGES/neutron.po b/neutron/locale/pa_IN/LC_MESSAGES/neutron.po index f1690501c..c6731d8af 100644 --- a/neutron/locale/pa_IN/LC_MESSAGES/neutron.po +++ b/neutron/locale/pa_IN/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/pl_PL/LC_MESSAGES/neutron.po b/neutron/locale/pl_PL/LC_MESSAGES/neutron.po index fb27948f4..d5f72a11e 100644 --- a/neutron/locale/pl_PL/LC_MESSAGES/neutron.po +++ b/neutron/locale/pl_PL/LC_MESSAGES/neutron.po @@ -1270,7 +1270,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3880,21 +3880,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4233,45 +4218,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11370,10 +11316,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11457,14 +11399,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/pt/LC_MESSAGES/neutron.po b/neutron/locale/pt/LC_MESSAGES/neutron.po index f29588f6f..5cd033849 100644 --- a/neutron/locale/pt/LC_MESSAGES/neutron.po +++ b/neutron/locale/pt/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/pt_BR/LC_MESSAGES/neutron.po b/neutron/locale/pt_BR/LC_MESSAGES/neutron.po index ff5ff44d6..7f28167d5 100644 --- a/neutron/locale/pt_BR/LC_MESSAGES/neutron.po +++ b/neutron/locale/pt_BR/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/ro/LC_MESSAGES/neutron.po b/neutron/locale/ro/LC_MESSAGES/neutron.po index 7d42c65c5..c80df0558 100644 --- a/neutron/locale/ro/LC_MESSAGES/neutron.po +++ b/neutron/locale/ro/LC_MESSAGES/neutron.po @@ -1270,7 +1270,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3880,21 +3880,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4233,45 +4218,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11370,10 +11316,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11457,14 +11399,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/ru/LC_MESSAGES/neutron.po b/neutron/locale/ru/LC_MESSAGES/neutron.po index 3bef03d64..72dee59cc 100644 --- a/neutron/locale/ru/LC_MESSAGES/neutron.po +++ b/neutron/locale/ru/LC_MESSAGES/neutron.po @@ -1270,7 +1270,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3880,21 +3880,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4233,45 +4218,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11370,10 +11316,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11457,14 +11399,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/ru_RU/LC_MESSAGES/neutron.po b/neutron/locale/ru_RU/LC_MESSAGES/neutron.po index 051fcc485..3d1cd60d1 100644 --- a/neutron/locale/ru_RU/LC_MESSAGES/neutron.po +++ b/neutron/locale/ru_RU/LC_MESSAGES/neutron.po @@ -1270,7 +1270,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3880,21 +3880,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4233,45 +4218,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11370,10 +11316,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11457,14 +11399,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/sk/LC_MESSAGES/neutron.po b/neutron/locale/sk/LC_MESSAGES/neutron.po index 89ba68136..0394abc21 100644 --- a/neutron/locale/sk/LC_MESSAGES/neutron.po +++ b/neutron/locale/sk/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/sl_SI/LC_MESSAGES/neutron.po b/neutron/locale/sl_SI/LC_MESSAGES/neutron.po index 913015c9b..175a9afc7 100644 --- a/neutron/locale/sl_SI/LC_MESSAGES/neutron.po +++ b/neutron/locale/sl_SI/LC_MESSAGES/neutron.po @@ -1270,7 +1270,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3880,21 +3880,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4233,45 +4218,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11370,10 +11316,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11457,14 +11399,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/sv/LC_MESSAGES/neutron.po b/neutron/locale/sv/LC_MESSAGES/neutron.po index d9dcbe45f..055300f0d 100644 --- a/neutron/locale/sv/LC_MESSAGES/neutron.po +++ b/neutron/locale/sv/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/sw_KE/LC_MESSAGES/neutron.po b/neutron/locale/sw_KE/LC_MESSAGES/neutron.po index a18d7898e..93f6b5de1 100644 --- a/neutron/locale/sw_KE/LC_MESSAGES/neutron.po +++ b/neutron/locale/sw_KE/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/tl/LC_MESSAGES/neutron.po b/neutron/locale/tl/LC_MESSAGES/neutron.po index 630e12951..5d6f3a5c6 100644 --- a/neutron/locale/tl/LC_MESSAGES/neutron.po +++ b/neutron/locale/tl/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/tl_PH/LC_MESSAGES/neutron.po b/neutron/locale/tl_PH/LC_MESSAGES/neutron.po index baddbca41..bf2e0efac 100644 --- a/neutron/locale/tl_PH/LC_MESSAGES/neutron.po +++ b/neutron/locale/tl_PH/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/tr_TR/LC_MESSAGES/neutron.po b/neutron/locale/tr_TR/LC_MESSAGES/neutron.po index 3f331877c..443b430a6 100644 --- a/neutron/locale/tr_TR/LC_MESSAGES/neutron.po +++ b/neutron/locale/tr_TR/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/uk/LC_MESSAGES/neutron.po b/neutron/locale/uk/LC_MESSAGES/neutron.po index 16d82efd5..bb2aa6838 100644 --- a/neutron/locale/uk/LC_MESSAGES/neutron.po +++ b/neutron/locale/uk/LC_MESSAGES/neutron.po @@ -1270,7 +1270,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3880,21 +3880,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4233,45 +4218,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11370,10 +11316,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11457,14 +11399,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/ur/LC_MESSAGES/neutron.po b/neutron/locale/ur/LC_MESSAGES/neutron.po index 00f944ca9..d72ab1f0f 100644 --- a/neutron/locale/ur/LC_MESSAGES/neutron.po +++ b/neutron/locale/ur/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/vi_VN/LC_MESSAGES/neutron.po b/neutron/locale/vi_VN/LC_MESSAGES/neutron.po index 29f731722..9dbc34bd0 100644 --- a/neutron/locale/vi_VN/LC_MESSAGES/neutron.po +++ b/neutron/locale/vi_VN/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/zh_CN/LC_MESSAGES/neutron.po b/neutron/locale/zh_CN/LC_MESSAGES/neutron.po index b85521e93..970a83b3e 100644 --- a/neutron/locale/zh_CN/LC_MESSAGES/neutron.po +++ b/neutron/locale/zh_CN/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/zh_HK/LC_MESSAGES/neutron.po b/neutron/locale/zh_HK/LC_MESSAGES/neutron.po index ee26a1379..1b1a9d831 100644 --- a/neutron/locale/zh_HK/LC_MESSAGES/neutron.po +++ b/neutron/locale/zh_HK/LC_MESSAGES/neutron.po @@ -1269,7 +1269,7 @@ msgstr "" msgid "Found failed openvswitch port: %s" msgstr "" -#: neutron/agent/linux/ovs_lib.py:464 +#: neutron/agent/linux/ovs_lib.py:400 #, python-format msgid "Port: %(port_name)s is on %(switch)s, not on %(br_name)s" msgstr "" @@ -3879,21 +3879,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4232,45 +4217,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -11369,10 +11315,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:958 #, python-format -msgid "Creating NAT rule: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/router.py:460 msgid "" "Port %s was not found on the integration bridge and will therefore not be" " processed" @@ -11456,14 +11398,6 @@ msgstr "" #: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1251 #, python-format -msgid "Port not found, Error: %s" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:56 -msgid "Operation may not be supported" -msgstr "" - -#: neutron/plugins/vmware/nsxlib/versioning.py:64 msgid "" "Agent rpc_loop - iteration:%(iter_num)d - ancillary ports processed. " "Elapsed:%(elapsed).3f" diff --git a/neutron/locale/zh_TW/LC_MESSAGES/neutron.po b/neutron/locale/zh_TW/LC_MESSAGES/neutron.po index b27edc354..581c31195 100644 --- a/neutron/locale/zh_TW/LC_MESSAGES/neutron.po +++ b/neutron/locale/zh_TW/LC_MESSAGES/neutron.po @@ -3894,21 +3894,6 @@ msgid "" "characters. Please use unicode() or translate() instead." msgstr "" -#: neutron/openstack/common/excutils.py:91 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:262 -msgid "Message objects do not support addition." -msgstr "" - -#: neutron/openstack/common/gettextutils.py:271 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - #: neutron/openstack/common/lockutils.py:103 #, python-format msgid "Could not release the acquired lock `%s`" @@ -4247,45 +4232,6 @@ msgstr "" msgid "Request is too large." msgstr "" -#: neutron/openstack/common/notifier/api.py:125 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:199 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:279 -#, python-format -msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" -msgstr "" - -#: neutron/openstack/common/db/sqlalchemy/utils.py:300 -msgid "Unsupported id columns type" -msgstr "" - -#: neutron/openstack/common/middleware/catch_errors.py:40 -#, python-format -msgid "An error occurred during processing the request: %s" -msgstr "" - -#: neutron/openstack/common/middleware/notifier.py:40 -#, python-format -msgid "An exception occurred processing the API call: %s " -msgstr "" - -#: neutron/openstack/common/middleware/sizelimit.py:55 -#: neutron/openstack/common/middleware/sizelimit.py:64 -#: neutron/openstack/common/middleware/sizelimit.py:75 -msgid "Request is too large." -msgstr "" - #: neutron/openstack/common/notifier/api.py:125 #, python-format msgid "%s not in valid priorities" @@ -5257,163 +5203,6 @@ msgstr "迴圈反覆運算已超出間隔(%(polling_interval)s 與 %(elapsed)s msgid "Consistency hash for group %(hash_id)s updated to %(hash)s" msgstr "" -#: neutron/plugins/bigswitch/servermanager.py:196 -msgid "ServerPool: initialization done" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:239 -#, python-format -msgid "Received an empty port ID for host_id '%s'" -msgstr "" - -#: neutron/plugins/bigswitch/db/porttracker_db.py:42 -#, python-format -msgid "Received an empty host_id for port '%s'" -msgstr "" - -#: neutron/plugins/bigswitch/db/porttracker_db.py:44 -#, python-format -msgid "Logging port %(port)s on host_id %(host)s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:245 -#, python-format -msgid "" -"ServerProxy: Error details: status=%(status)d, reason=%(reason)r, " -"ret=%(ret)s, data=%(data)r" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:252 -#, python-format -msgid "ServerProxy: %(action)s failure for all servers: %(server)r" -msgstr "ServerProxy:對所有伺服器 %(server)r 執行的 %(action)s 失敗" - -#: neutron/plugins/bigswitch/servermanager.py:274 -#, python-format -msgid "" -"NeutronRestProxyV2: Received and ignored error code %(code)s on " -"%(action)s action to resource %(resource)s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:284 -#, python-format -msgid "Unable to create remote router: %s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:290 -#, python-format -msgid "Unable to update remote router: %s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:295 -#, python-format -msgid "Unable to delete remote router: %s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:301 -#, python-format -msgid "Unable to add router interface: %s" -msgstr "" - -#: neutron/plugins/brocade/NeutronPlugin.py:66 -#: neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py:33 -msgid "The address of the host to SSH to" -msgstr "" - -#: neutron/plugins/brocade/NeutronPlugin.py:68 -#: neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py:35 -msgid "The SSH username to use" -msgstr "" - -#: neutron/plugins/brocade/NeutronPlugin.py:70 -#: neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py:37 -msgid "The SSH password to use" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:332 -#, python-format -msgid "No device MAC attached to port %s. Skipping notification to controller." -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:337 -#, python-format -msgid "Unable to create remote port: %s" -msgstr "" - -#: neutron/plugins/brocade/NeutronPlugin.py:134 -#: neutron/plugins/hyperv/rpc_callbacks.py:55 -#: neutron/plugins/linuxbridge/lb_neutron_plugin.py:89 -#: neutron/plugins/mlnx/rpc_callbacks.py:76 -#: neutron/plugins/openvswitch/ovs_neutron_plugin.py:96 -#, python-format -msgid "Unable to delete remote port: %s" -msgstr "" - -#: neutron/plugins/brocade/NeutronPlugin.py:148 -#: neutron/plugins/brocade/NeutronPlugin.py:165 -#: neutron/plugins/hyperv/rpc_callbacks.py:71 -#: neutron/plugins/hyperv/rpc_callbacks.py:90 -#: neutron/plugins/linuxbridge/lb_neutron_plugin.py:112 -#: neutron/plugins/linuxbridge/lb_neutron_plugin.py:139 -#: neutron/plugins/linuxbridge/lb_neutron_plugin.py:162 -#: neutron/plugins/mlnx/rpc_callbacks.py:98 -#: neutron/plugins/mlnx/rpc_callbacks.py:117 -#: neutron/plugins/mlnx/rpc_callbacks.py:132 -#: neutron/plugins/openvswitch/ovs_neutron_plugin.py:114 -#: neutron/plugins/openvswitch/ovs_neutron_plugin.py:141 -#: neutron/plugins/openvswitch/ovs_neutron_plugin.py:164 -#, python-format -msgid "Unable to create floating IP: %s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:357 -#, python-format -msgid "Unable to update floating IP: %s" -msgstr "" - -#: neutron/plugins/bigswitch/servermanager.py:362 -#, python-format -msgid "Unable to delete floating IP: %s" -msgstr "" - -#: neutron/plugins/bigswitch/agent/restproxy_agent.py:113 -#: neutron/plugins/ryu/agent/ryu_neutron_agent.py:236 -msgid "Port update received" -msgstr "" - -#: neutron/plugins/bigswitch/agent/restproxy_agent.py:117 -#, python-format -msgid "Port %s is not present on this host." -msgstr "" - -#: neutron/plugins/bigswitch/agent/restproxy_agent.py:120 -#, python-format -msgid "Port %s found. Refreshing firewall." -msgstr "" - -#: neutron/plugins/bigswitch/agent/restproxy_agent.py:148 -#: neutron/plugins/ryu/agent/ryu_neutron_agent.py:269 -msgid "Agent loop has new device" -msgstr "代理程式迴圈具有新裝置" - -#: neutron/plugins/bigswitch/agent/restproxy_agent.py:152 -#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:401 -#: neutron/plugins/nec/agent/nec_neutron_agent.py:222 -#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:1313 -#: neutron/plugins/ryu/agent/ryu_neutron_agent.py:273 -msgid "Error in agent event loop" -msgstr "代理程式事件迴圈發生錯誤" - -#: neutron/plugins/bigswitch/agent/restproxy_agent.py:158 -#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:201 -#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:975 -#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:1328 -#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1236 -#: neutron/plugins/ryu/agent/ryu_neutron_agent.py:279 -#, python-format -msgid "Loop iteration exceeded interval (%(polling_interval)s vs. %(elapsed)s)!" -msgstr "迴圈反覆運算已超出間隔(%(polling_interval)s 與 %(elapsed)s)!" - #: neutron/plugins/bigswitch/db/porttracker_db.py:36 msgid "No host_id in port request to track port location." msgstr "" @@ -5466,14 +5255,17 @@ msgid "Duplicate router rules (src,dst) found '%s'" msgstr "" #: neutron/plugins/brocade/NeutronPlugin.py:66 +#: neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py:33 msgid "The address of the host to SSH to" msgstr "" #: neutron/plugins/brocade/NeutronPlugin.py:68 +#: neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py:35 msgid "The SSH username to use" msgstr "" #: neutron/plugins/brocade/NeutronPlugin.py:70 +#: neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py:37 msgid "The SSH password to use" msgstr "" @@ -8386,7 +8178,7 @@ msgstr "" #: neutron/plugins/midonet/midonet_lib.py:273 #, python-format -msgid "%s. Agent terminated!" +msgid "MidoClient.update_port called: id=%(id)s, kwargs=%(kwargs)s" msgstr "" #: neutron/plugins/midonet/midonet_lib.py:298 @@ -12878,7 +12670,7 @@ msgstr "" #: neutron/plugins/vmware/dbexts/nsxrouter.py:61 #, python-format -msgid "DSCP value (%s) will be ignored with 'trusted' marking" +msgid "Nsx router extension successfully processed for router:%s" msgstr "" #: neutron/plugins/vmware/dbexts/qos_db.py:286 @@ -15081,22 +14873,22 @@ msgstr "" msgid "Pool %(pool_id)s is scheduled to lbaas agent %(agent_id)s" msgstr "" -#: neutron/services/loadbalancer/plugin.py:81 +#: neutron/services/loadbalancer/plugin.py:82 #, python-format msgid "Delete associated loadbalancer pools before removing providers %s" msgstr "" -#: neutron/services/loadbalancer/plugin.py:90 +#: neutron/services/loadbalancer/plugin.py:91 #, python-format msgid "Error retrieving driver for provider %s" msgstr "" -#: neutron/services/loadbalancer/plugin.py:98 +#: neutron/services/loadbalancer/plugin.py:99 #, python-format msgid "Error retrieving provider for pool %s" msgstr "" -#: neutron/services/loadbalancer/plugin.py:181 +#: neutron/services/loadbalancer/plugin.py:190 #, python-format msgid "Failed to delete pool %s, putting it in ERROR state" msgstr "" @@ -15124,216 +14916,6 @@ msgstr "匯入負載平衡器裝置驅動程式時發生錯誤:%s" msgid "Multiple device drivers with the same name found: %s" msgstr "" -#: neutron/services/loadbalancer/agent/agent_manager.py:141 -msgid "Error upating stats" -msgstr "更新統計資料時發生錯誤" - -#: neutron/services/loadbalancer/agent/agent_manager.py:156 -msgid "Unable to retrieve ready devices" -msgstr "無法擷取備妥的裝置" - -#: neutron/services/loadbalancer/agent/agent_manager.py:173 -#: neutron/services/loadbalancer/agent/agent_manager.py:238 -#, python-format -msgid "No device driver on agent: %s." -msgstr "" - -#: neutron/services/loadbalancer/agent/agent_manager.py:183 -#, python-format -msgid "Unable to deploy instance for pool: %s" -msgstr "" - -#: neutron/services/loadbalancer/agent/agent_manager.py:193 -#, python-format -msgid "Unable to destroy device for pool: %s" -msgstr "無法毀損儲存區的裝置:%s" - -#: neutron/services/loadbalancer/agent/agent_manager.py:206 -#, python-format -msgid "%(operation)s %(obj)s %(id)s failed on device driver %(driver)s" -msgstr "" - -#: neutron/services/loadbalancer/agent/agent_manager.py:332 -#, python-format -msgid "Destroying pool %s due to agent disabling" -msgstr "" - -#: neutron/services/loadbalancer/agent/agent_manager.py:335 -#, python-format -msgid "Agent_updated by server side %s!" -msgstr "" - -#: neutron/services/loadbalancer/drivers/common/agent_driver_base.py:44 -msgid "Driver to use for scheduling pool to a default loadbalancer agent" -msgstr "" - -#: neutron/services/loadbalancer/drivers/common/agent_driver_base.py:52 -msgid "Device driver for agent should be specified in plugin driver." -msgstr "" - -#: neutron/services/loadbalancer/drivers/common/agent_driver_base.py:79 -#, python-format -msgid "Multiple lbaas agents found on host %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/common/agent_driver_base.py:99 -msgid "Expected active pool" -msgstr "" - -#: neutron/services/loadbalancer/drivers/common/agent_driver_base.py:161 -#, python-format -msgid "Unknown object type: %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/common/agent_driver_base.py:172 -#, python-format -msgid "" -"Cannot update status: %(obj_type)s %(obj_id)s not found in the DB, it was" -" probably deleted concurrently" -msgstr "" - -#: neutron/services/loadbalancer/drivers/common/agent_driver_base.py:195 -#, python-format -msgid "Unable to find port %s to plug." -msgstr "找不到要插入的埠 %s。" - -#: neutron/services/loadbalancer/drivers/common/agent_driver_base.py:219 -#: neutron/services/loadbalancer/drivers/common/agent_driver_base.py:236 -#, python-format -msgid "" -"Unable to find port %s to unplug. This can occur when the Vip has been " -"deleted first." -msgstr "找不到要拔除的埠 %s。如果先刪除 VIP,則可能會發生此情況。" - -#: neutron/services/loadbalancer/drivers/haproxy/namespace_driver.py:48 -msgid "Location to store config and state files" -msgstr "配置檔及狀態檔的儲存位置" - -#: neutron/services/loadbalancer/drivers/haproxy/namespace_driver.py:54 -msgid "The user group" -msgstr "使用者群組" - -#: neutron/services/loadbalancer/drivers/haproxy/namespace_driver.py:70 -#, python-format -msgid "Error importing interface driver: %s" -msgstr "匯入介面驅動程式時發生錯誤:%s" - -#: neutron/services/loadbalancer/drivers/haproxy/namespace_driver.py:160 -#, python-format -msgid "Stats socket not found for pool %s" -msgstr "找不到儲存區 %s 的統計資料 Socket" - -#: neutron/services/loadbalancer/drivers/haproxy/namespace_driver.py:202 -#, python-format -msgid "Error while connecting to stats socket: %s" -msgstr "連接至統計資料 Socket 時發生錯誤:%s" - -#: neutron/services/loadbalancer/drivers/haproxy/namespace_driver.py:348 -#, python-format -msgid "Unable to kill haproxy process: %s" -msgstr "無法結束 haproxy 處理程序:%s" - -#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:43 -#, python-format -msgid "NCC Error %d" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:54 -msgid "No NetScaler Control Center URI specified. Cannot connect." -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:133 -#, python-format -msgid "Connection error occurred while connecting to %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:138 -#, python-format -msgid "SSL error occurred while connecting to %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:143 -#, python-format -msgid "Request to %s timed out" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:150 -msgid "Request did not specify a valid URL" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:154 -#, python-format -msgid "Too many redirects occurred for request to %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:158 -#, python-format -msgid "A request error while connecting to %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:163 -#, python-format -msgid "A unknown error occurred during request to %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:168 -#, python-format -msgid "Response: %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:171 -#, python-format -msgid "Unable to login. Invalid credentials passed.for: %s" -msgstr "" - -#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:175 -#, python-format -msgid "Failed %(method)s operation on %(url)s status code: %(response_status)s" -msgstr "" - -#: neutron/services/loadbalancer/plugin.py:82 -#, python-format -msgid "Delete associated loadbalancer pools before removing providers %s" -msgstr "" - -#: neutron/services/loadbalancer/plugin.py:91 -#, python-format -msgid "Error retrieving driver for provider %s" -msgstr "" - -#: neutron/services/loadbalancer/plugin.py:99 -#, python-format -msgid "Error retrieving provider for pool %s" -msgstr "" - -#: neutron/services/loadbalancer/plugin.py:190 -#, python-format -msgid "NetScaler driver vip creation: %s" -msgstr "" - -#: neutron/services/loadbalancer/agent/agent.py:34 -msgid "Seconds between periodic task runs" -msgstr "定期執行作業的間隔秒數" - -#: neutron/services/loadbalancer/agent/agent_manager.py:40 -msgid "Drivers used to manage loadbalancing devices" -msgstr "" - -#: neutron/services/loadbalancer/agent/agent_manager.py:46 -#, python-format -msgid "NetScaler driver vip removal: %s" -msgstr "" - -#: neutron/services/loadbalancer/agent/agent_manager.py:94 -#, python-format -msgid "NetScaler driver pool creation: %s" -msgstr "" - -#: neutron/services/loadbalancer/agent/agent_manager.py:101 -#, python-format -msgid "NetScaler driver pool %(pool_id)s update: %(pool_obj)s" -msgstr "" - #: neutron/services/loadbalancer/agent/agent_manager.py:141 #, python-format msgid "Error updating statistics on pool %s" diff --git a/neutron/plugins/bigswitch/plugin.py b/neutron/plugins/bigswitch/plugin.py index 88428be07..161b71f8d 100644 --- a/neutron/plugins/bigswitch/plugin.py +++ b/neutron/plugins/bigswitch/plugin.py @@ -59,6 +59,7 @@ from neutron.common import constants as const from neutron.common import exceptions from neutron.common import rpc as q_rpc from neutron.common import topics +from neutron.common import utils from neutron import context as qcontext from neutron.db import agents_db from neutron.db import agentschedulers_db diff --git a/neutron/plugins/ml2/drivers/mech_agent.py b/neutron/plugins/ml2/drivers/mech_agent.py index fbd5092e8..62134439b 100644 --- a/neutron/plugins/ml2/drivers/mech_agent.py +++ b/neutron/plugins/ml2/drivers/mech_agent.py @@ -134,25 +134,6 @@ class SimpleAgentMechanismDriverBase(AgentMechanismDriverBase): else: return False - @abstractmethod - def try_to_bind_segment_for_agent(self, context, segment, agent): - """Try to bind with segment for agent. - - :param context: PortContext instance describing the port - :param segment: segment dictionary describing segment to bind - :param agent: agents_db entry describing agent to bind - :returns: True iff segment has been bound for agent - - Called inside transaction during bind_port() so that derived - MechanismDrivers can use agent_db data along with built-in - knowledge of the corresponding agent's capabilities to attempt - to bind to the specified network segment for the agent. - - If the segment can be bound for the agent, this function must - call context.set_binding() with appropriate values and then - return True. Otherwise, it must return False. - """ - @abstractmethod def check_segment_for_agent(self, segment, agent): """Check if segment can be bound for agent. @@ -167,13 +148,3 @@ class SimpleAgentMechanismDriverBase(AgentMechanismDriverBase): determine whether or not the specified network segment can be bound for the agent. """ - super(SimpleAgentMechanismDriverBase, self).__init__( - agent_type, supported_vnic_types) - self.vif_type = vif_type - self.vif_details = vif_details - - def try_to_bind_segment_for_agent(self, context, segment, agent): - if self.check_segment_for_agent(segment, agent): - context.set_binding(segment[api.ID], - self.vif_type, - self.vif_details) diff --git a/neutron/plugins/nec/db/api.py b/neutron/plugins/nec/db/api.py index 023696a3b..7963fdce4 100644 --- a/neutron/plugins/nec/db/api.py +++ b/neutron/plugins/nec/db/api.py @@ -15,8 +15,6 @@ # under the License. # @author: Ryota MIBU -# TODO(amotoki): bug 1287432: Rename quantum_id column in ID mapping tables. - import sqlalchemy as sa from neutron.db import api as db diff --git a/neutron/plugins/nec/drivers/pfc.py b/neutron/plugins/nec/drivers/pfc.py index 65ba1b342..deae83354 100644 --- a/neutron/plugins/nec/drivers/pfc.py +++ b/neutron/plugins/nec/drivers/pfc.py @@ -291,154 +291,6 @@ class PFCFilterDriverMixin(object): return ofc_filter_id -class PFCFilterDriverMixin(object): - """PFC PacketFilter Driver Mixin.""" - filters_path = "/filters" - filter_path = "/filters/%s" - - # PFC specific constants - MIN_PRIORITY = 1 - MAX_PRIORITY = 32766 - CREATE_ONLY_FIELDS = ['action', 'priority'] - PFC_ALLOW_ACTION = "pass" - PFC_DROP_ACTION = "drop" - - match_ofc_filter_id = re.compile("^/filters/(?P[^/]+)$") - - @classmethod - def filter_supported(cls): - return True - - def _set_param(self, filter_dict, body, key, create, convert_to=None): - if key in filter_dict: - if filter_dict[key]: - if convert_to: - body[key] = convert_to(filter_dict[key]) - else: - body[key] = filter_dict[key] - elif not create: - body[key] = "" - - def _generate_body(self, filter_dict, apply_ports=None, create=True): - body = {} - - if create: - # action : pass, drop (mandatory) - if filter_dict['action'].lower() in ext_pf.ALLOW_ACTIONS: - body['action'] = self.PFC_ALLOW_ACTION - else: - body['action'] = self.PFC_DROP_ACTION - # priority : mandatory - body['priority'] = filter_dict['priority'] - - for key in ['src_mac', 'dst_mac', 'src_port', 'dst_port']: - self._set_param(filter_dict, body, key, create) - - for key in ['src_cidr', 'dst_cidr']: - # CIDR must contain netmask even if it is an address. - convert_to = lambda x: str(netaddr.IPNetwork(x)) - self._set_param(filter_dict, body, key, create, convert_to) - - # protocol : decimal (0-255) - if 'protocol' in filter_dict: - if (not filter_dict['protocol'] or - # In the case of ARP, ip_proto should be set to wildcard. - # eth_type is set during adding an entry to DB layer. - filter_dict['protocol'].lower() == ext_pf.PROTO_NAME_ARP): - if not create: - body['protocol'] = "" - elif filter_dict['protocol'].lower() == constants.PROTO_NAME_ICMP: - body['protocol'] = constants.PROTO_NUM_ICMP - elif filter_dict['protocol'].lower() == constants.PROTO_NAME_TCP: - body['protocol'] = constants.PROTO_NUM_TCP - elif filter_dict['protocol'].lower() == constants.PROTO_NAME_UDP: - body['protocol'] = constants.PROTO_NUM_UDP - else: - body['protocol'] = int(filter_dict['protocol'], 0) - - # eth_type : hex (0x0-0xFFFF) - self._set_param(filter_dict, body, 'eth_type', create, hex) - - # apply_ports - if apply_ports: - # each element of apply_ports is a tuple of (neutron_id, ofc_id), - body['apply_ports'] = [] - for p in apply_ports: - try: - body['apply_ports'].append(self._extract_ofc_port_id(p[1])) - except InvalidOFCIdFormat: - pass - - return body - - def _validate_filter_common(self, filter_dict): - # Currently PFC support only IPv4 CIDR. - for field in ['src_cidr', 'dst_cidr']: - if (not filter_dict.get(field) or - filter_dict[field] == attributes.ATTR_NOT_SPECIFIED): - continue - net = netaddr.IPNetwork(filter_dict[field]) - if net.version != 4: - raise ext_pf.PacketFilterIpVersionNonSupported( - version=net.version, field=field, value=filter_dict[field]) - if ('priority' in filter_dict and - not (self.MIN_PRIORITY <= filter_dict['priority'] - <= self.MAX_PRIORITY)): - raise ext_pf.PacketFilterInvalidPriority( - min=self.MIN_PRIORITY, max=self.MAX_PRIORITY) - - def _validate_duplicate_priority(self, context, filter_dict): - plugin = manager.NeutronManager.get_plugin() - filters = {'network_id': [filter_dict['network_id']], - 'priority': [filter_dict['priority']]} - ret = plugin.get_packet_filters(context, filters=filters, - fields=['id']) - if ret: - raise ext_pf.PacketFilterDuplicatedPriority( - priority=filter_dict['priority']) - - def validate_filter_create(self, context, filter_dict): - self._validate_filter_common(filter_dict) - self._validate_duplicate_priority(context, filter_dict) - - def validate_filter_update(self, context, filter_dict): - for field in self.CREATE_ONLY_FIELDS: - if field in filter_dict: - raise ext_pf.PacketFilterUpdateNotSupported(field=field) - self._validate_filter_common(filter_dict) - - @call_log.log - def create_filter(self, ofc_network_id, filter_dict, - portinfo=None, filter_id=None, apply_ports=None): - body = self._generate_body(filter_dict, apply_ports, create=True) - res = self.client.post(self.filters_path, body=body) - # filter_id passed from a caller is not used. - # ofc_filter_id is generated by PFC because the prefix of - # filter_id has special meaning and it is internally used. - ofc_filter_id = res['id'] - return self.filter_path % ofc_filter_id - - @call_log.log - def update_filter(self, ofc_filter_id, filter_dict): - body = self._generate_body(filter_dict, create=False) - self.client.put(ofc_filter_id, body) - - @call_log.log - def delete_filter(self, ofc_filter_id): - return self.client.delete(ofc_filter_id) - - def _extract_ofc_filter_id(self, ofc_filter_id): - match = self.match_ofc_filter_id.match(ofc_filter_id) - if match: - return match.group('filter_id') - raise InvalidOFCIdFormat(resource='filter', ofc_id=ofc_filter_id) - - def convert_ofc_filter_id(self, context, ofc_filter_id): - # PFC Packet Filter is supported after the format of mapping tables - # are changed, so it is enough just to return ofc_filter_id - return ofc_filter_id - - class PFCRouterDriverMixin(object): router_supported = True diff --git a/neutron/plugins/nec/nec_plugin.py b/neutron/plugins/nec/nec_plugin.py index f56eb7e57..94220c4e4 100644 --- a/neutron/plugins/nec/nec_plugin.py +++ b/neutron/plugins/nec/nec_plugin.py @@ -31,7 +31,6 @@ from neutron.db import db_base_plugin_v2 from neutron.db import dhcp_rpc_base from neutron.db import external_net_db from neutron.db import l3_rpc_base -from neutron.db import models_v2 from neutron.db import portbindings_base from neutron.db import portbindings_db from neutron.db import quota_db # noqa @@ -658,18 +657,6 @@ class NECPluginV2(db_base_plugin_v2.NeutronDbPluginV2, super(NECPluginV2, self).delete_port(context, id) self.notify_security_groups_member_updated(context, port) - def delete_ports(self, context, filters): - # Note(amotoki): Override the superclass method to avoid - # a long transaction over external API calls. - # TODO(amotoki): Need to revisit after bug 1282925 is addressed. - query = context.session.query( - models_v2.Port).enable_eagerloads(False) - query = self._apply_filters_to_query( - query, models_v2.Port, filters) - port_ids = [p['id'] for p in query] - for port_id in port_ids: - self.delete_port(context, port_id) - class NECPluginV2AgentNotifierApi(proxy.RpcProxy, sg_rpc.SecurityGroupAgentRpcApiMixin): diff --git a/neutron/plugins/vmware/dbexts/networkgw_db.py b/neutron/plugins/vmware/dbexts/networkgw_db.py index 3afa968d8..6a1c3c21b 100644 --- a/neutron/plugins/vmware/dbexts/networkgw_db.py +++ b/neutron/plugins/vmware/dbexts/networkgw_db.py @@ -395,7 +395,7 @@ class NetworkGatewayMixin(networkgw.NetworkGatewayPluginBase): raise MultipleGatewayConnections( gateway_id=network_gateway_id) # Remove gateway port from network - # FIXME(salvatore-orlando): Ensure state of port in NSX is + # FIXME(salvatore-orlando): Ensure state of port in NVP is # consistent with outcome of transaction self.delete_port(context, net_connection['port_id'], nw_gw_port_check=False) diff --git a/neutron/plugins/vmware/extensions/nvp_networkgw.py b/neutron/plugins/vmware/extensions/nvp_networkgw.py deleted file mode 100644 index 53299ea28..000000000 --- a/neutron/plugins/vmware/extensions/nvp_networkgw.py +++ /dev/null @@ -1,42 +0,0 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# Copyright 2013 VMware, Inc. -# All Rights Reserved -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. -# -# TODO(armando-migliaccio): This is deprecated in Icehouse, and -# to be removed in Juno. - -from neutron.plugins.vmware.extensions import networkgw - - -class Nvp_networkgw(networkgw.Networkgw): - """(Deprecated) API extension for Layer-2 Gateway support.""" - - @classmethod - def get_name(cls): - return "Neutron-NVP Network Gateway" - - @classmethod - def get_alias(cls): - return "network-gateway" - - @classmethod - def get_description(cls): - return ("Connects Neutron networks with external " - "networks at layer 2 (deprecated).") - - @classmethod - def get_namespace(cls): - return "http://docs.openstack.org/ext/neutron/network-gateway/api/v1.0" diff --git a/neutron/tests/unit/cisco/test_network_plugin.py b/neutron/tests/unit/cisco/test_network_plugin.py index 9689a789b..fe5aaa3b1 100644 --- a/neutron/tests/unit/cisco/test_network_plugin.py +++ b/neutron/tests/unit/cisco/test_network_plugin.py @@ -1059,7 +1059,6 @@ class TestCiscoRouterInterfacesV2(CiscoNetworkPluginV2TestCase): super(TestCiscoRouterInterfacesV2, self).setUp() ext_mgr = extensions.PluginAwareExtensionManager.get_instance() self.ext_api = test_extensions.setup_extensions_middleware(ext_mgr) - self.addCleanup(cisco_config.CONF.reset) @contextlib.contextmanager def _network_subnet_router(self): diff --git a/neutron/tests/unit/db/vpn/test_db_vpnaas.py b/neutron/tests/unit/db/vpn/test_db_vpnaas.py index 274228e40..826416d72 100644 --- a/neutron/tests/unit/db/vpn/test_db_vpnaas.py +++ b/neutron/tests/unit/db/vpn/test_db_vpnaas.py @@ -449,53 +449,6 @@ class VPNPluginDbTestCase(VPNTestMixin, app = config.load_paste_app('extensions_test_app') self.ext_api = ExtensionMiddleware(app, ext_mgr=ext_mgr) - def _check_ipsec_site_connection(self, ipsec_site_connection, keys, dpd): - self.assertEqual( - keys, - dict((k, v) for k, v - in ipsec_site_connection.items() - if k in keys)) - self.assertEqual( - dpd, - dict((k, v) for k, v - in ipsec_site_connection['dpd'].items() - if k in dpd)) - - def _set_active(self, model, resource_id): - service_plugin = manager.NeutronManager.get_service_plugins()[ - constants.VPN] - adminContext = context.get_admin_context() - with adminContext.session.begin(subtransactions=True): - resource_db = service_plugin._get_resource( - adminContext, - model, - resource_id) - resource_db.status = constants.ACTIVE - - -class VPNPluginDbTestCase(VPNTestMixin, - test_l3_plugin.L3NatTestCaseMixin, - test_db_plugin.NeutronDbPluginV2TestCase): - def setUp(self, core_plugin=None, vpnaas_plugin=DB_VPN_PLUGIN_KLASS): - service_plugins = {'vpnaas_plugin': vpnaas_plugin} - plugin_str = ('neutron.tests.unit.db.vpn.' - 'test_db_vpnaas.TestVpnCorePlugin') - - super(VPNPluginDbTestCase, self).setUp( - plugin_str, - service_plugins=service_plugins - ) - self._subnet_id = uuidutils.generate_uuid() - self.core_plugin = TestVpnCorePlugin - self.plugin = vpn_plugin.VPNPlugin() - ext_mgr = PluginAwareExtensionManager( - extensions_path, - {constants.CORE: self.core_plugin, - constants.VPN: self.plugin} - ) - app = config.load_paste_app('extensions_test_app') - self.ext_api = ExtensionMiddleware(app, ext_mgr=ext_mgr) - class TestVpnaas(VPNPluginDbTestCase): diff --git a/neutron/tests/unit/hyperv/test_hyperv_utilsv2.py b/neutron/tests/unit/hyperv/test_hyperv_utilsv2.py index 1471d2127..52970aa52 100644 --- a/neutron/tests/unit/hyperv/test_hyperv_utilsv2.py +++ b/neutron/tests/unit/hyperv/test_hyperv_utilsv2.py @@ -50,14 +50,6 @@ class TestHyperVUtilsV2(base.BaseTestCase): _FAKE_REMOTE_ADDR = '0.0.0.0/0' _FAKE_WEIGHT = 'fake_weight' - _FAKE_ACL_ACT = 'fake_acl_action' - _FAKE_ACL_DIR = 'fake_acl_dir' - _FAKE_ACL_TYPE = 'fake_acl_type' - _FAKE_LOCAL_PORT = 'fake_local_port' - _FAKE_PROTOCOL = 'fake_port_protocol' - _FAKE_REMOTE_ADDR = '0.0.0.0/0' - _FAKE_WEIGHT = 'fake_weight' - def setUp(self): super(TestHyperVUtilsV2, self).setUp() self._utils = utilsv2.HyperVUtilsV2() diff --git a/neutron/tests/unit/nec/test_nec_plugin.py b/neutron/tests/unit/nec/test_nec_plugin.py index 7a0960935..3b8a6478b 100644 --- a/neutron/tests/unit/nec/test_nec_plugin.py +++ b/neutron/tests/unit/nec/test_nec_plugin.py @@ -13,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -import contextlib import os import fixtures diff --git a/neutron/tests/unit/nec/test_packet_filter.py b/neutron/tests/unit/nec/test_packet_filter.py index d18642992..b87a9255a 100644 --- a/neutron/tests/unit/nec/test_packet_filter.py +++ b/neutron/tests/unit/nec/test_packet_filter.py @@ -124,17 +124,6 @@ class TestNecPluginPacketFilterBase(test_nec_plugin.NecPluginV2TestCase): self._delete('packet_filters', pf['packet_filter']['id']) -class TestNecPluginPacketFilter(TestNecPluginPacketFilterBase): - - def setUp(self): - super(TestNecPluginPacketFilter, self).setUp() - # Remove attributes explicitly from mock object to check - # a case where there are no update_filter and validate_*. - del self.ofc.driver.update_filter - del self.ofc.driver.validate_filter_create - del self.ofc.driver.validate_filter_update - - class TestNecPluginPacketFilter(TestNecPluginPacketFilterBase): def setUp(self): diff --git a/neutron/tests/unit/test_linux_dhcp.py b/neutron/tests/unit/test_linux_dhcp.py index 40fd3e601..7764bce76 100644 --- a/neutron/tests/unit/test_linux_dhcp.py +++ b/neutron/tests/unit/test_linux_dhcp.py @@ -722,7 +722,6 @@ class TestDnsmasq(TestBase): self.conf.set_override('dnsmasq_dns_servers', ['8.8.8.8']) self._test_spawn(['--conf-file=', '--server=8.8.8.8', - '--server=9.9.9.9', '--domain=openstacklocal']) def test_spawn_cfg_multiple_dns_server(self): -- 2.45.2