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."""
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
"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`"
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"
#, 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
#: 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
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 ""
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 ""
#, 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
"Comma-separated list of <tun_min>:<tun_max> 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
#, 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
#, 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
#, 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
#, 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
#: 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"
"%(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 ""
#: 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"
#: 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
#: 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
"_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
#: 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
#, 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
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 ""
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"
#: 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
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
"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`"
#: 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
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 <ip>:<port>. 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 ""
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/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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
#: 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
#: 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
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 <ip>:<port>. 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 ""
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/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)"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
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 ""
"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`"
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"
#: 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"
#: 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"
"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`"
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"
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 ""
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/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
#: 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
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 ""
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"
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
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.
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)
# 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
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<filter_id>[^/]+)$")
-
- @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
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
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):
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)
+++ /dev/null
-# 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"
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):
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):
_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()
# See the License for the specific language governing permissions and
# limitations under the License.
-import contextlib
import os
import fixtures
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):
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):