# Translations template for neutron. # Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the neutron project. # FIRST AUTHOR , 2016. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: neutron 9.0.0.0rc2.dev498\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" "POT-Creation-Date: 2016-11-15 15:38+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: neutron/manager.py:158 #, python-format msgid "Plugin '%s' not found." msgstr "" #: neutron/policy.py:276 #, python-format msgid "Policy check error while calling %s!" msgstr "" #: neutron/service.py:90 neutron/service.py:260 msgid "Unrecoverable error: please check log for details." msgstr "" #: neutron/service.py:123 msgid "done with wait" msgstr "" #: neutron/service.py:167 #, python-format msgid "'rpc_workers = %d' ignored because start_rpc_listeners is not implemented." msgstr "" #: neutron/service.py:291 msgid "No known API applications configured." msgstr "" #: neutron/service.py:401 msgid "Exception occurs when timer stops" msgstr "" #: neutron/service.py:410 msgid "Exception occurs when waiting for timer" msgstr "" #: neutron/wsgi.py:132 #, python-format msgid "Unable to listen on %(host)s:%(port)s" msgstr "" #: neutron/wsgi.py:592 #, python-format msgid "InvalidContentType: %s" msgstr "" #: neutron/wsgi.py:596 #, python-format msgid "MalformedRequestBody: %s" msgstr "" #: neutron/wsgi.py:605 msgid "Internal error" msgstr "" #: neutron/wsgi.py:635 msgid "Invalid request" msgstr "" #: neutron/agent/common/ovs_lib.py:257 neutron/agent/common/ovs_lib.py:375 #: neutron/agent/ovsdb/impl_vsctl.py:68 #, python-format msgid "Unable to execute %(cmd)s. Exception: %(exception)s" msgstr "" #: neutron/agent/common/ovs_lib.py:279 #, python-format msgid "Timed out retrieving ofport on port %s." msgstr "" #: neutron/agent/common/ovs_lib.py:658 #, python-format msgid "OVS flows could not be applied on bridge %s" msgstr "" #: neutron/agent/common/utils.py:56 #, python-format msgid "Error loading interface driver '%s'" msgstr "" #: neutron/agent/dhcp/agent.py:140 #, python-format msgid "Unable to %(action)s dhcp for %(net_id)s." msgstr "" #: neutron/agent/dhcp/agent.py:168 #, python-format msgid "Unable to sync network state on deleted network %s" msgstr "" #: neutron/agent/dhcp/agent.py:188 msgid "Unable to sync network state." msgstr "" #: neutron/agent/dhcp/agent.py:202 msgid "Timeout notifying server of ports ready. Retrying..." msgstr "" #: neutron/agent/dhcp/agent.py:212 msgid "" "Failure notifying DHCP server of ready DHCP ports. Will retry on next " "iteration." msgstr "" #: neutron/agent/dhcp/agent.py:250 #, python-format msgid "Network %s info call failed." msgstr "" #: neutron/agent/dhcp/agent.py:701 neutron/agent/l3/agent.py:714 #: neutron/agent/metadata/agent.py:270 #: neutron/plugins/ml2/drivers/agent/_common_agent.py:141 #: neutron/plugins/ml2/drivers/mech_sriov/agent/sriov_nic_agent.py:186 #: neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py:334 #: neutron/services/metering/agents/metering_agent.py:274 msgid "Failed reporting state!" msgstr "" #: neutron/agent/l2/l2_agent_extensions_manager.py:45 #, python-format msgid "Agent Extension '%(name)s' does not implement method handle_port" msgstr "" #: neutron/agent/l2/l2_agent_extensions_manager.py:57 #, python-format msgid "Agent Extension '%(name)s' does not implement method delete_port" msgstr "" #: neutron/agent/l2/extensions/fdb_population.py:140 #, python-format msgid "" "FDB extension is only supported for OVS and linux bridge agent, currently" " uses %(driver_type)s" msgstr "" #: neutron/agent/l2/extensions/fdb_population.py:149 msgid "Invalid configuration provided for FDB extension: no physical devices" msgstr "" #: neutron/agent/l3/agent.py:268 msgid "An interface driver must be specified" msgstr "" #: neutron/agent/l3/agent.py:275 #, python-format msgid "%s used in config as ipv6_gateway is not a valid IPv6 link-local address." msgstr "" #: neutron/agent/l3/agent.py:360 #, python-format msgid "Error while deleting router %s" msgstr "" #: neutron/agent/l3/agent.py:424 #, python-format msgid "The external network bridge '%s' does not exist" msgstr "" #: neutron/agent/l3/agent.py:486 #, python-format msgid "Failed to fetch router information for '%s'" msgstr "" #: neutron/agent/l3/agent.py:513 #, python-format msgid "Removing incompatible router '%s'" msgstr "" #: neutron/agent/l3/agent.py:518 #, python-format msgid "Failed to process compatible router: %s" msgstr "" #: neutron/agent/l3/agent.py:594 #, python-format msgid "" "Server failed to return info for routers in required time, decreasing " "chunk size to: %s" msgstr "" #: neutron/agent/l3/agent.py:598 #, python-format msgid "" "Server failed to return info for routers in required time even with min " "chunk size: %s. It might be under very high load or just inoperable" msgstr "" #: neutron/agent/l3/agent.py:606 #, python-format msgid "Failed synchronizing routers '%s' due to RPC error" msgstr "" #: neutron/agent/l3/dvr_edge_router.py:211 #, python-format msgid "The SNAT namespace %s does not exist for the router." msgstr "" #: neutron/agent/l3/dvr_local_router.py:246 msgid "DVR: Failed updating arp entry" msgstr "" #: neutron/agent/l3/dvr_local_router.py:357 msgid "DVR: error adding redirection logic" msgstr "" #: neutron/agent/l3/dvr_local_router.py:359 msgid "DVR: snat remove failed to clear the rule and device" msgstr "" #: neutron/agent/l3/dvr_local_router.py:536 #, python-format msgid "No FloatingIP agent gateway port returned from server for 'network-id': %s" msgstr "" #: neutron/agent/l3/dvr_local_router.py:541 msgid "Missing subnet/agent_gateway_port" msgstr "" #: neutron/agent/l3/dvr_router_base.py:50 #, python-format msgid "" "DVR: SNAT port not found in the list %(snat_list)s for the given router " "internal port %(int_p)s" msgstr "" #: neutron/agent/l3/ha_router.py:89 #, python-format msgid "Error while writing HA state for %s" msgstr "" #: neutron/agent/l3/ha_router.py:100 #, python-format msgid "Unable to process HA router %s without HA port" msgstr "" #: neutron/agent/l3/keepalived_state_change.py:89 #, python-format msgid "Failed to process or handle event for line %s" msgstr "" #: neutron/agent/l3/l3_agent_extensions_manager.py:45 #, python-format msgid "Agent Extension '%(name)s' does not implement method add_router" msgstr "" #: neutron/agent/l3/l3_agent_extensions_manager.py:57 #, python-format msgid "Agent Extension '%(name)s' does not implement method update_router" msgstr "" #: neutron/agent/l3/l3_agent_extensions_manager.py:69 #, python-format msgid "Agent Extension '%(name)s' does not implement method delete_router" msgstr "" #: neutron/agent/l3/namespace_manager.py:122 msgid "RuntimeError in obtaining namespace list for namespace cleanup." msgstr "" #: neutron/agent/l3/namespace_manager.py:147 #, python-format msgid "Failed to destroy stale namespace %s" msgstr "" #: neutron/agent/l3/namespaces.py:104 #, python-format msgid "Failed trying to delete namespace: %s" msgstr "" #: neutron/agent/l3/router_info.py:836 neutron/agent/l3/router_info.py:862 msgid "Failed to process floating IPs." msgstr "" #: neutron/agent/linux/async_process.py:184 #, python-format msgid "An error occurred while killing [%s]." msgstr "" #: neutron/agent/linux/async_process.py:213 #, python-format msgid "An error occurred while communicating with async process [%s]." msgstr "" #: neutron/agent/linux/async_process.py:244 #, python-format msgid "Error received from [%(cmd)s]: %(err)s" msgstr "" #: neutron/agent/linux/async_process.py:248 #, python-format msgid "Process [%(cmd)s] dies due to the error: %(err)s" msgstr "" #: neutron/agent/linux/daemon.py:128 #, python-format msgid "Error while handling pidfile: %s" msgstr "" #: neutron/agent/linux/daemon.py:190 msgid "Fork failed" msgstr "" #: neutron/agent/linux/daemon.py:243 #, python-format msgid "Pidfile %s already exist. Daemon already running?" msgstr "" #: neutron/agent/linux/dhcp.py:418 #, python-format msgid "Error while create dnsmasq log dir: %s" msgstr "" #: neutron/agent/linux/dhcp.py:1345 msgid "Exception during stale dhcp device cleanup" msgstr "" #: neutron/agent/linux/dhcp.py:1377 #, python-format msgid "Unable to plug DHCP port for network %s. Releasing port." msgstr "" #: neutron/agent/linux/external_process.py:235 #, python-format msgid "" "%(service)s for %(resource_type)s with uuid %(uuid)s not found. The " "process should not have died" msgstr "" #: neutron/agent/linux/external_process.py:261 msgid "Exiting agent as programmed in check_child_processes_actions" msgstr "" #: neutron/agent/linux/external_process.py:272 #, python-format msgid "" "Exiting agent because of a malfunction with the %(service)s process " "identified by uuid %(uuid)s" msgstr "" #: neutron/agent/linux/interface.py:376 neutron/agent/linux/interface.py:435 #: neutron/agent/linux/interface.py:474 #, python-format msgid "Failed unplugging interface '%s'" msgstr "" #: neutron/agent/linux/ip_conntrack.py:104 #, python-format msgid "Failed execute conntrack command %s" msgstr "" #: neutron/agent/linux/ip_lib.py:320 #, python-format msgid "Failed deleting ingress connection state of floatingip %s" msgstr "" #: neutron/agent/linux/ip_lib.py:329 #, python-format msgid "Failed deleting egress connection state of floatingip %s" msgstr "" #: neutron/agent/linux/ip_lib.py:353 #, python-format msgid "Failed running %s" msgstr "" #: neutron/agent/linux/ip_link_support.py:106 #: neutron/plugins/ml2/drivers/mech_sriov/agent/pci_lib.py:85 #: neutron/plugins/ml2/drivers/mech_sriov/agent/pci_lib.py:108 msgid "Failed executing ip command" msgstr "" #: neutron/agent/linux/ip_monitor.py:44 neutron/agent/linux/ip_monitor.py:55 #, python-format msgid "Unable to parse route \"%s\"" msgstr "" #: neutron/agent/linux/iptables_manager.py:529 #, python-format msgid "" "IPTablesManager.apply failed to apply the following set of iptables " "rules:\n" "%s" msgstr "" #: neutron/agent/linux/keepalived.py:382 #, python-format msgid "Could not delete file %s, keepalived can refuse to start." msgstr "" #: neutron/agent/linux/ovsdb_monitor.py:75 msgid "Interface monitor is not active" msgstr "" #: neutron/agent/linux/utils.py:214 #, python-format msgid "Unable to convert value in %s" msgstr "" #: neutron/agent/linux/openvswitch_firewall/firewall.py:274 #, python-format msgid "Initializing port %s that was already initialized." msgstr "" #: neutron/agent/metadata/agent.py:95 #: neutron/agent/metadata/namespace_proxy.py:59 msgid "Unexpected error." msgstr "" #: neutron/agent/ovsdb/impl_idl.py:154 msgid "Post-commit checks failed" msgstr "" #: neutron/agent/ovsdb/impl_vsctl.py:128 #, python-format msgid "Could not parse: %(raw_result)s. Exception: %(exception)s" msgstr "" #: neutron/agent/ovsdb/native/commands.py:41 msgid "Error executing command" msgstr "" #: neutron/agent/windows/ip_lib.py:41 msgid "Failed to get network interfaces." msgstr "" #: neutron/agent/windows/ip_lib.py:61 #, python-format msgid "Failed to get ip addresses for interface: %s." msgstr "" #: neutron/api/extensions.py:525 #, python-format msgid "" "Unable to process extensions (%s) because the configured plugins do not " "satisfy their requirements. Some features will not work as expected." msgstr "" #: neutron/api/extensions.py:562 msgid "Exception loading extension" msgstr "" #: neutron/api/extensions.py:581 #, python-format msgid "Extension path '%s' doesn't exist!" msgstr "" #: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:139 #, python-format msgid "" "Will not send event %(method)s for network %(net_id)s: no agent " "available. Payload: %(payload)s" msgstr "" #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:93 #, python-format msgid "" "No plugin for L3 routing registered. Cannot notify agents with the " "message %s" msgstr "" #: neutron/api/v2/base.py:417 #, python-format msgid "Unable to undo add for %(resource)s %(id)s" msgstr "" #: neutron/api/v2/resource.py:88 #, python-format msgid "%(action)s failed: %(details)s" msgstr "" #: neutron/callbacks/manager.py:153 #, python-format msgid "Error during notification for %(callback)s %(resource)s, %(event)s" msgstr "" #: neutron/callbacks/manager.py:158 #, python-format msgid "Callback %(callback)s raised %(error)s" msgstr "" #: neutron/cmd/ipset_cleanup.py:55 #, python-format msgid "Error, unable to remove iptables rule for IPset: %s" msgstr "" #: neutron/cmd/ipset_cleanup.py:70 #, python-format msgid "Error, unable to destroy IPset: %s" msgstr "" #: neutron/cmd/linuxbridge_cleanup.py:33 #, python-format msgid "Parsing physical_interface_mappings failed: %s." msgstr "" #: neutron/cmd/linuxbridge_cleanup.py:41 #, python-format msgid "Parsing bridge_mappings failed: %s." msgstr "" #: neutron/cmd/linuxbridge_cleanup.py:57 #, python-format msgid "Linux bridge %s delete failed" msgstr "" #: neutron/cmd/netns_cleanup.py:153 #, python-format msgid "Error unable to destroy namespace: %s" msgstr "" #: neutron/cmd/sanity_check.py:55 msgid "" "Check for Open vSwitch VXLAN support failed. Please ensure that the " "version of openvswitch being used has VXLAN support." msgstr "" #: neutron/cmd/sanity_check.py:64 msgid "" "Check for Open vSwitch Geneve support failed. Please ensure that the " "version of openvswitch and kernel being used has Geneve support." msgstr "" #: neutron/cmd/sanity_check.py:73 msgid "" "Check for iproute2 VXLAN support failed. Please ensure that the iproute2 " "has VXLAN support." msgstr "" #: neutron/cmd/sanity_check.py:81 msgid "" "Check for Open vSwitch patch port support failed. Please ensure that the " "version of openvswitch being used has patch port support or disable " "features requiring patch ports (gre/vxlan, etc.)." msgstr "" #: neutron/cmd/sanity_check.py:98 msgid "" "The user that is executing neutron does not have permissions to read the " "namespaces. Enable the use_helper_for_ns_read configuration option." msgstr "" #: neutron/cmd/sanity_check.py:115 #, python-format msgid "" "The installed version of dnsmasq is too old. Please update to at least " "version %s." msgstr "" #: neutron/cmd/sanity_check.py:124 msgid "" "The installed version of keepalived does not support IPv6. Please update " "to at least version 1.2.10 for IPv6 support." msgstr "" #: neutron/cmd/sanity_check.py:133 #, python-format msgid "" "The installed version of dibbler-client is too old. Please update to at " "least version %s." msgstr "" #: neutron/cmd/sanity_check.py:142 msgid "" "Nova notifications are enabled, but novaclient is not installed. Either " "disable nova notifications or install python-novaclient." msgstr "" #: neutron/cmd/sanity_check.py:151 msgid "" "Check for Open vSwitch ARP responder support failed. Please ensure that " "the version of openvswitch being used has ARP flows support." msgstr "" #: neutron/cmd/sanity_check.py:160 msgid "" "Check for Open vSwitch support of ARP header matching failed. ARP " "spoofing suppression will not work. A newer version of OVS is required." msgstr "" #: neutron/cmd/sanity_check.py:169 msgid "" "Check for Open vSwitch support of ICMPv6 header matching failed. ICMPv6 " "Neighbor Advt spoofing (part of arp spoofing) suppression will not work. " "A newer version of OVS is required." msgstr "" #: neutron/cmd/sanity_check.py:179 msgid "" "Check for VF management support failed. Please ensure that the version of" " ip link being used has VF support." msgstr "" #: neutron/cmd/sanity_check.py:188 msgid "" "Check for VF extended management support failed. Please ensure that the " "version of ip link being used has VF extended support: version " "\"iproute2-ss140804\", git tag \"v3.16.0\"" msgstr "" #: neutron/cmd/sanity_check.py:199 msgid "Check for native OVSDB support failed." msgstr "" #: neutron/cmd/sanity_check.py:206 msgid "" "Check for Open vSwitch support of conntrack support failed. OVS/CT " "firewall will not work. A newer version of OVS (2.5+) and linux kernel " "(4.3+) are required. See " "https://github.com/openvswitch/ovs/blob/master/FAQ.md for more " "information." msgstr "" #: neutron/cmd/sanity_check.py:218 msgid "Cannot run ebtables. Please ensure that it is installed." msgstr "" #: neutron/cmd/sanity_check.py:226 msgid "Cannot run ipset. Please ensure that it is installed." msgstr "" #: neutron/cmd/sanity_check.py:234 msgid "Cannot run ip6tables. Please ensure that it is installed." msgstr "" #: neutron/cmd/sanity_check.py:242 #, python-format msgid "" "No dhcp_release6 tool detected. The installed version of dnsmasq does not" " support releasing IPv6 leases. Please update to at least version %s if " "you need this feature. If you do not use IPv6 stateful subnets you can " "continue to use this version of dnsmasq, as other IPv6 address assignment" " mechanisms besides stateful DHCPv6 should continue to work without the " "dhcp_release6 utility. Current version of dnsmasq is ok if other checks " "pass." msgstr "" #: neutron/cmd/sanity_check.py:259 msgid "" "Bridge firewalling is not enabled. It may be the case that bridge and/or " "br_netfilter kernel modules are not loaded. Alternatively, corresponding " "sysctl settings may be overridden to disable it by default." msgstr "" #: neutron/cmd/sanity/checks.py:105 #, python-format msgid "Unexpected exception while checking supported feature via command: %s" msgstr "" #: neutron/cmd/sanity/checks.py:158 msgid "Unexpected exception while checking supported ip link command" msgstr "" #: neutron/cmd/sanity/checks.py:369 #, python-format msgid "" "Failed to import required modules. Ensure that the python-openvswitch " "package is installed. Error: %s" msgstr "" #: neutron/cmd/sanity/checks.py:373 msgid "Unexpected exception occurred." msgstr "" #: neutron/common/rpc.py:130 #, python-format msgid "" "Timeout in RPC method %(method)s. Waiting for %(wait)s seconds before " "next attempt. If the server is not down, consider increasing the " "rpc_response_timeout option as Neutron server(s) may be overloaded and " "unable to respond quickly enough." msgstr "" #: neutron/common/utils.py:357 msgid "Alias or class name is not set" msgstr "" #: neutron/common/utils.py:369 msgid "Error loading class by alias" msgstr "" #: neutron/common/utils.py:371 msgid "Error loading class by class name" msgstr "" #: neutron/common/utils.py:691 #, python-format msgid "Failed cleaning up dependency %s" msgstr "" #: neutron/common/utils.py:792 msgid "No details." msgstr "" #: neutron/db/_utils.py:71 #, python-format msgid "Cannot clean up created object %(obj)s. Exception: %(exc)s" msgstr "" #: neutron/db/agents_db.py:499 #, python-format msgid "" "Message received from the host: %(host)s during the registration of " "%(agent_name)s has a timestamp: %(agent_time)s. This differs from the " "current server timestamp: %(serv_time)s by %(diff)s seconds, which is " "more than the threshold agent downtime: %(threshold)s." msgstr "" #: neutron/db/agentschedulers_db.py:245 #, python-format msgid "Failed to reschedule %(resource_name)s %(resource)s" msgstr "" #: neutron/db/agentschedulers_db.py:252 #, python-format msgid "Exception encountered during %(resource_name)s rescheduling." msgstr "" #: neutron/db/agentschedulers_db.py:343 #, python-format msgid "Failed to schedule network %s" msgstr "" #: neutron/db/agentschedulers_db.py:430 #, python-format msgid "" "Unexpected exception occurred while removing network %(net)s from agent " "%(agent)s" msgstr "" #: neutron/db/agentschedulers_db.py:441 msgid "Exception encountered during network rescheduling" msgstr "" #: neutron/db/api.py:149 #, python-format msgid "Could not find position of var %s" msgstr "" #: neutron/db/db_base_plugin_v2.py:333 neutron/plugins/ml2/plugin.py:676 #, python-format msgid "An exception occurred while creating the %(resource)s:%(item)s" msgstr "" #: neutron/db/dns_db.py:68 #: neutron/plugins/ml2/extensions/dns_integration.py:340 msgid "" "ImportError exception occurred while loading the external DNS service " "driver" msgstr "" #: neutron/db/dns_db.py:221 #, python-format msgid "" "Error deleting Floating IP data from external DNS service. Name: " "'%(name)s'. Domain: '%(domain)s'. IP addresses '%(ips)s'. DNS service " "driver message '%(message)s'" msgstr "" #: neutron/db/dns_db.py:252 #, python-format msgid "" "Error publishing floating IP data in external DNS service. Name: " "'%(name)s'. Domain: '%(domain)s'. DNS service driver message " "'%(message)s'" msgstr "" #: neutron/db/dvr_mac_db.py:138 #, python-format msgid "MAC generation error after %s attempts" msgstr "" #: neutron/db/dvr_mac_db.py:216 #, python-format msgid "Could not retrieve gateway port for subnet %s" msgstr "" #: neutron/db/ipam_pluggable_backend.py:92 #, python-format msgid "IP deallocation failed on external system for %s" msgstr "" #: neutron/db/ipam_pluggable_backend.py:146 #, python-format msgid "IP allocation failed on external system for %s" msgstr "" #: neutron/db/l3_dvr_db.py:416 #, python-format msgid "Failed to revert change to router port %s." msgstr "" #: neutron/db/provisioning_blocks.py:130 msgid "Must not be called in a transaction" msgstr "" #: neutron/db/provisioning_blocks.py:171 #, python-format msgid "" "Could not find model for %s. If you are adding provisioning blocks for a " "new resource you must call add_model_for_resource during initialization " "for your type." msgstr "" #: neutron/db/standard_attr.py:163 #, python-format msgid "" "Model %(sub)s tried to register for API resource %(res)s which conflicts " "with model %(other)s." msgstr "" #: neutron/db/metering/metering_rpc.py:47 #, python-format msgid "Unable to find agent %s." msgstr "" #: neutron/extensions/l3agentscheduler.py:50 #: neutron/extensions/l3agentscheduler.py:93 msgid "No plugin for L3 routing registered to handle router scheduling" msgstr "" #: neutron/ipam/drivers/neutrondb_ipam/driver.py:93 #: neutron/ipam/drivers/neutrondb_ipam/driver.py:317 #, python-format msgid "IPAM subnet referenced to Neutron subnet %s does not exist" msgstr "" #: neutron/notifiers/nova.py:265 #, python-format msgid "Failed to notify nova on events: %s" msgstr "" #: neutron/notifiers/nova.py:269 neutron/notifiers/nova.py:285 #, python-format msgid "Error response returned from nova: %s" msgstr "" #: neutron/pecan_wsgi/hooks/translation.py:40 #, python-format msgid "%s failed." msgstr "" #: neutron/plugins/common/utils.py:215 #, python-format msgid "Failed to delete port: %s" msgstr "" #: neutron/plugins/common/utils.py:228 #, python-format msgid "Failed to update port: %s" msgstr "" #: neutron/plugins/ml2/db.py:181 neutron/plugins/ml2/db.py:266 #: neutron/plugins/ml2/plugin.py:1673 #, python-format msgid "Multiple ports have port_id starting with %s" msgstr "" #: neutron/plugins/ml2/managers.py:64 #, python-format msgid "" "Type driver '%(new_driver)s' ignored because type driver '%(old_driver)s'" " is already registered for type '%(type)s'" msgstr "" #: neutron/plugins/ml2/managers.py:80 #, python-format msgid "No type driver for tenant network_type: %s. Service terminated!" msgstr "" #: neutron/plugins/ml2/managers.py:87 #, python-format msgid "No type driver for external network_type: %s. Service terminated!" msgstr "" #: neutron/plugins/ml2/managers.py:285 neutron/plugins/ml2/managers.py:313 #, python-format msgid "Failed to release segment '%s' because network type is not supported." msgstr "" #: neutron/plugins/ml2/managers.py:442 #, python-format msgid "Mechanism driver '%(name)s' failed in %(method)s" msgstr "" #: neutron/plugins/ml2/managers.py:756 #, python-format msgid "" "Failed to bind port %(port)s on host %(host)s for vnic_type %(vnic_type)s" " using segments %(segments)s" msgstr "" #: neutron/plugins/ml2/managers.py:775 #, python-format msgid "" "Exceeded maximum binding levels attempting to bind port %(port)s on host " "%(host)s" msgstr "" #: neutron/plugins/ml2/managers.py:823 #, python-format msgid "Mechanism driver %s failed in bind_port" msgstr "" #: neutron/plugins/ml2/managers.py:965 #, python-format msgid "Extension driver '%(name)s' failed in %(method)s" msgstr "" #: neutron/plugins/ml2/plugin.py:384 #, python-format msgid "Failed to commit binding results for %(port)s after %(max)s tries" msgstr "" #: neutron/plugins/ml2/plugin.py:556 #, python-format msgid "Serialized vif_details DB value '%(value)s' for port %(port)s is invalid" msgstr "" #: neutron/plugins/ml2/plugin.py:567 #, python-format msgid "Serialized profile DB value '%(value)s' for port %(port)s is invalid" msgstr "" #: neutron/plugins/ml2/plugin.py:652 #, python-format msgid "Could not find %s to delete." msgstr "" #: neutron/plugins/ml2/plugin.py:655 #, python-format msgid "Could not delete %(res)s %(id)s." msgstr "" #: neutron/plugins/ml2/plugin.py:689 #, python-format msgid "" "mechanism_manager.create_%(res)s_postcommit failed for %(res)s: " "'%(failed_id)s'. Deleting %(res)ss %(resource_ids)s" msgstr "" #: neutron/plugins/ml2/plugin.py:785 #, python-format msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'" msgstr "" #: neutron/plugins/ml2/plugin.py:879 #, python-format msgid "Exception auto-deleting port %s" msgstr "" #: neutron/plugins/ml2/plugin.py:892 #, python-format msgid "Exception auto-deleting subnet %s" msgstr "" #: neutron/plugins/ml2/plugin.py:984 msgid "mechanism_manager.delete_network_postcommit failed" msgstr "" #: neutron/plugins/ml2/plugin.py:1016 #, python-format msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'" msgstr "" #: neutron/plugins/ml2/plugin.py:1183 #, python-format msgid "Exception deleting fixed_ip from port %s" msgstr "" #: neutron/plugins/ml2/plugin.py:1195 msgid "mechanism_manager.delete_subnet_postcommit failed" msgstr "" #: neutron/plugins/ml2/plugin.py:1286 #, python-format msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'" msgstr "" #: neutron/plugins/ml2/plugin.py:1305 #, python-format msgid "_bind_port_if_needed failed, deleting port '%s'" msgstr "" #: neutron/plugins/ml2/plugin.py:1336 #, python-format msgid "_bind_port_if_needed failed. Deleting all ports from create bulk '%s'" msgstr "" #: neutron/plugins/ml2/plugin.py:1488 #, python-format msgid "mechanism_manager.update_port_postcommit failed for port %s" msgstr "" #: neutron/plugins/ml2/plugin.py:1537 #, python-format msgid "No Host supplied to bind DVR Port %s" msgstr "" #: neutron/plugins/ml2/plugin.py:1652 #, python-format msgid "mechanism_manager.delete_port_postcommit failed for port %s" msgstr "" #: neutron/plugins/ml2/plugin.py:1686 #, python-format msgid "Binding info for DVR port %s not found" msgstr "" #: neutron/plugins/ml2/plugin.py:1885 #, python-format msgid "" "mechanism_manager error occurred when handle event %(event)s for segment " "'%(segment)s'" msgstr "" #: neutron/plugins/ml2/rpc.py:162 #, python-format msgid "Failed to get details for device %s" msgstr "" #: neutron/plugins/ml2/rpc.py:294 #, python-format msgid "Failed to update device %s up" msgstr "" #: neutron/plugins/ml2/rpc.py:308 #, python-format msgid "Failed to update device %s down" msgstr "" #: neutron/plugins/ml2/drivers/helpers.py:43 #, python-format msgid "Failed to parse physical_network_mtus: %s" msgstr "" #: neutron/plugins/ml2/drivers/type_geneve.py:51 #: neutron/plugins/ml2/drivers/type_vxlan.py:48 msgid "Failed to parse vni_ranges. Service terminated!" msgstr "" #: neutron/plugins/ml2/drivers/type_gre.py:49 msgid "Failed to parse tunnel_id_ranges. Service terminated!" msgstr "" #: neutron/plugins/ml2/drivers/type_vlan.py:60 msgid "Failed to parse network_vlan_ranges. Service terminated!" msgstr "" #: neutron/plugins/ml2/drivers/agent/_common_agent.py:75 msgid "" "Manager class must inherit from CommonAgentManagerBase to ensure " "CommonAgent works properly." msgstr "" #: neutron/plugins/ml2/drivers/agent/_common_agent.py:146 msgid "" "RPC Callback class must inherit from CommonAgentManagerRpcCallBackBase to" " ensure CommonAgent works properly." msgstr "" #: neutron/plugins/ml2/drivers/agent/_common_agent.py:222 #, python-format msgid "Unable to get port details for %s" msgstr "" #: neutron/plugins/ml2/drivers/agent/_common_agent.py:341 #, python-format msgid "Error occurred while removing port %s" msgstr "" #: neutron/plugins/ml2/drivers/agent/_common_agent.py:455 #: neutron/plugins/ml2/drivers/mech_sriov/agent/sriov_nic_agent.py:391 #, python-format msgid "Error in agent loop. Devices info: %s" msgstr "" #: neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py:88 #: neutron/plugins/ml2/drivers/macvtap/agent/macvtap_neutron_agent.py:96 #, python-format msgid "" "Interface %(intf)s for physical network %(net)s does not exist. Agent " "terminated!" msgstr "" #: neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py:96 #, python-format msgid "" "Bridge %(brq)s for physical network %(net)s does not exist. Agent " "terminated!" msgstr "" #: neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py:113 #, python-format msgid "" "Invalid VXLAN Group: %(group)s, must be an address or network (in CIDR " "notation) in a multicast range of the same address family as local_ip: " "%(ip)s" msgstr "" #: neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py:125 #, python-format msgid "" "Tunneling cannot be enabled without the local_ip bound to an interface on" " the host. Please configure local_ip %s on the host interface to be used " "for tunneling and restart the agent." msgstr "" #: neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py:222 #, python-format msgid "Failed creating vxlan interface for %(segmentation_id)s" msgstr "" #: neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py:274 #, python-format msgid "" "Unable to create VLAN interface for VLAN ID %s because it is in use by " "another interface." msgstr "" #: neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py:309 #, python-format msgid "" "Unable to create VXLAN interface for VNI %s because it is in use by " "another interface." msgstr "" #: neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py:401 #, python-format msgid "Unable to add %(interface)s to %(bridge_name)s! Exception: %(e)s" msgstr "" #: neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py:414 #, python-format msgid "Unable to add vxlan interface for network %s" msgstr "" #: neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py:423 #, python-format msgid "No bridge or interface mappings for physical network %s" msgstr "" #: neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py:435 #, python-format msgid "Unknown network_type %(network_type)s for network %(network_id)s." msgstr "" #: neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py:636 msgid "No valid Segmentation ID to perform UCAST test." msgstr "" #: neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py:731 #: neutron/plugins/ml2/drivers/macvtap/agent/macvtap_neutron_agent.py:119 msgid "Unable to obtain MAC address for unique ID. Agent terminated!" msgstr "" #: neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py:917 #: neutron/plugins/ml2/drivers/macvtap/agent/macvtap_neutron_agent.py:181 #, python-format msgid "Parsing physical_interface_mappings failed: %s. Agent terminated!" msgstr "" #: neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py:926 #, python-format msgid "Parsing bridge_mappings failed: %s. Agent terminated!" msgstr "" #: neutron/plugins/ml2/drivers/macvtap/agent/macvtap_neutron_agent.py:59 #, python-format msgid "Network %s is not available." msgstr "" #: neutron/plugins/ml2/drivers/macvtap/agent/macvtap_neutron_agent.py:191 #, python-format msgid "" "Unsupported configuration option for \"SECURITYGROUP.firewall_driver\"! " "Only the NoopFirewallDriver is supported by macvtap agent, but \"%s\" is " "configured. Set the firewall_driver to \"noop\" and start the agent " "again. Agent terminated!" msgstr "" #: neutron/plugins/ml2/drivers/macvtap/mech_driver/mech_macvtap.py:102 #, python-format msgid "" "Vif binding denied by mechanism driver. MacVTap source device " "'%(target_dev)s' on the migration target '%(target_host)s'is not equal to" " device '%(source_dev)s' on the migration source '%(source_host)s. Make " "sure that the interface mapping of macvtap agent on both hosts is equal " "for the physical network '%(physnet)s'!" msgstr "" #: neutron/plugins/ml2/drivers/mech_sriov/agent/eswitch_manager.py:50 #, python-format msgid "Failed to get devices for %s" msgstr "" #: neutron/plugins/ml2/drivers/mech_sriov/agent/eswitch_manager.py:433 #, python-format msgid "PCI slot %(pci_slot)s has no mapping to Embedded Switch; skipping" msgstr "" #: neutron/plugins/ml2/drivers/mech_sriov/agent/pci_lib.py:201 #, python-format msgid "Failed executing ip command: %s" msgstr "" #: neutron/plugins/ml2/drivers/mech_sriov/agent/sriov_nic_agent.py:452 msgid "Failed on Agent configuration parse. Agent terminated!" msgstr "" #: neutron/plugins/ml2/drivers/mech_sriov/agent/sriov_nic_agent.py:464 msgid "Agent Initialization Failed" msgstr "" #: neutron/plugins/ml2/drivers/mech_sriov/agent/extension_drivers/qos_driver.py:63 #, python-format msgid "Failed to set device %s max rate" msgstr "" #: neutron/plugins/ml2/drivers/mech_sriov/agent/extension_drivers/qos_driver.py:92 #, python-format msgid "Failed to set device %s min_tx_rate" msgstr "" #: neutron/plugins/ml2/drivers/openvswitch/agent/ovs_dvr_neutron_agent.py:172 #, python-format msgid "" "L2 agent could not get DVR MAC address at startup due to RPC error. It " "happens when the server does not support this RPC API. Detailed message:" " %s" msgstr "" #: neutron/plugins/ml2/drivers/openvswitch/agent/ovs_dvr_neutron_agent.py:177 msgid "DVR: Failed to obtain a valid local DVR MAC address" msgstr "" #: neutron/plugins/ml2/drivers/openvswitch/agent/ovs_dvr_neutron_agent.py:366 #, python-format msgid "DVR: Duplicate DVR router interface detected for subnet %s" msgstr "" #: neutron/plugins/ml2/drivers/openvswitch/agent/ovs_dvr_neutron_agent.py:510 #, python-format msgid "" "Centralized-SNAT port %(port)s on subnet %(port_subnet)s already seen on " "a different subnet %(orig_subnet)s" msgstr "" #: neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py:479 msgid "No tunnel_type specified, cannot create tunnels" msgstr "" #: neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py:482 #: neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py:507 #, python-format msgid "tunnel_type %s not supported by agent" msgstr "" #: neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py:500 msgid "No tunnel_ip specified, cannot delete tunnels" msgstr "" #: neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py:504 msgid "No tunnel_type specified, cannot delete tunnels" msgstr "" #: neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py:650 #, python-format msgid "No local VLAN available for net-id=%s" msgstr "" #: neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py:680 #, python-format msgid "" "Cannot provision %(network_type)s network for net-id=%(net_uuid)s - " "tunneling disabled" msgstr "" #: neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py:688 #, python-format msgid "" "Cannot provision flat network for net-id=%(net_uuid)s - no bridge for " "physical_network %(physical_network)s" msgstr "" #: neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py:698 #, python-format msgid "" "Cannot provision VLAN network for net-id=%(net_uuid)s - no bridge for " "physical_network %(physical_network)s" msgstr "" #: neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py:707 #, python-format msgid "" "Cannot provision unknown network type %(network_type)s for net-" "id=%(net_uuid)s" msgstr "" #: neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py:768 #, python-format msgid "" "Cannot reclaim unknown network type %(network_type)s for net-" "id=%(net_uuid)s" msgstr "" #: neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py:806 #, python-format msgid "Expected port %s not found" msgstr "" #: neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py:892 #, python-format msgid "Configuration for devices %s failed!" msgstr "" #: neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py:1065 msgid "" "Failed to create OVS patch port. Cannot have tunneling enabled on this " "agent, since this version of OVS does not support tunnels or patch ports." " Agent terminated!" msgstr "" #: neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py:1102 #, python-format msgid "" "Bridge %(bridge)s for physical network %(physical_network)s does not " "exist. Agent terminated!" msgstr "" #: neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py:1429 #, python-format msgid "" "IP version mismatch, cannot create tunnel: local_ip=%(lip)s " "remote_ip=%(rip)s" msgstr "" #: neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py:1434 #, python-format msgid "" "Invalid local or remote IP, cannot create tunnel: local_ip=%(lip)s " "remote_ip=%(rip)s" msgstr "" #: neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py:1446 #, python-format msgid "Failed to set-up %(type)s tunnel port to %(ip)s" msgstr "" #: neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py:2005 msgid "Error while configuring tunnel endpoints" msgstr "" #: neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py:2081 msgid "Error while processing VIF ports" msgstr "" #: neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py:2139 #, python-format msgid "" "Tunneling can't be enabled with invalid local_ip '%s'. IP couldn't be " "found on this host's interfaces." msgstr "" #: neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py:2153 #, python-format msgid "Invalid tunnel type specified: %s" msgstr "" #: neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py:2175 #, python-format msgid "%s Agent terminated!" msgstr "" #: neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/br_int.py:54 msgid "Failed to communicate with the switch" msgstr "" #: neutron/plugins/ml2/extensions/dns_integration.py:368 #, python-format msgid "" "Error publishing port data in external DNS service. Name: '%(name)s'. " "Domain: '%(domain)s'. DNS service driver message '%(message)s'" msgstr "" #: neutron/plugins/ml2/extensions/dns_integration.py:381 #, python-format msgid "" "Error deleting port data from external DNS service. Name: '%(name)s'. " "Domain: '%(domain)s'. IP addresses '%(ips)s'. DNS service driver message " "'%(message)s'" msgstr "" #: neutron/quota/resource.py:202 #, python-format msgid "Model class %s does not have a tenant_id attribute" msgstr "" #: neutron/scheduler/l3_agent_scheduler.py:278 #, python-format msgid "Not enough candidates, a HA router needs at least %s agents" msgstr "" #: neutron/services/service_base.py:64 #, python-format msgid "No providers specified for '%s' service, exiting" msgstr "" #: neutron/services/service_base.py:81 #, python-format msgid "Error loading provider '%(provider)s' for service %(service_type)s" msgstr "" #: neutron/services/auto_allocate/db.py:169 #, python-format msgid "" "Unknown error while provisioning topology for tenant %(tenant_id)s. " "Reason: %(reason)s" msgstr "" #: neutron/services/auto_allocate/db.py:232 msgid "" "Unable to find default external network for deployment, please " "create/assign one to allow auto-allocation to work correctly." msgstr "" #: neutron/services/auto_allocate/db.py:238 #, python-format msgid "Multiple external default networks detected. Network %s is true 'default'." msgstr "" #: neutron/services/auto_allocate/db.py:253 msgid "No default pools available" msgstr "" #: neutron/services/auto_allocate/db.py:284 #, python-format msgid "" "Unable to auto allocate topology for tenant %(tenant_id)s due to missing " "or unmet requirements. Reason: %(reason)s" msgstr "" #: neutron/services/auto_allocate/db.py:316 #, python-format msgid "" "Unable to auto allocate topology for tenant %(tenant_id)s because of " "router errors. Reason: %(reason)s" msgstr "" #: neutron/services/metering/agents/metering_agent.py:62 msgid "Failed synchronizing routers" msgstr "" #: neutron/services/metering/agents/metering_agent.py:168 #, python-format msgid "Driver %(driver)s does not implement %(func)s" msgstr "" #: neutron/services/metering/agents/metering_agent.py:172 #, python-format msgid "Driver %(driver)s:%(func)s runtime error" msgstr "" #: neutron/services/metering/drivers/iptables/iptables_driver.py:361 #, python-format msgid "Failed to get traffic counters, router: %s" msgstr "" #: neutron/services/trunk/drivers/linuxbridge/agent/driver.py:126 #, python-format msgid "Failure setting up subports for %s" msgstr "" #: neutron/services/trunk/drivers/openvswitch/agent/driver.py:54 #, python-format msgid "Unknown or unimplemented event %s" msgstr "" #: neutron/services/trunk/drivers/openvswitch/agent/driver.py:69 #, python-format msgid "Error on event %(event)s for subports %(subports)s: %(err)s" msgstr "" #: neutron/services/trunk/drivers/openvswitch/agent/ovsdb_handler.py:88 #, python-format msgid "Cannot obtain interface list for bridge %(bridge)s: %(err)s" msgstr "" #: neutron/services/trunk/drivers/openvswitch/agent/ovsdb_handler.py:188 #, python-format msgid "Got messaging error while processing trunk bridge %(bridge_name)s: %(err)s" msgstr "" #: neutron/services/trunk/drivers/openvswitch/agent/ovsdb_handler.py:193 #, python-format msgid "Failed to get parent port for bridge %(bridge_name)s: %(err)s" msgstr "" #: neutron/services/trunk/drivers/openvswitch/agent/ovsdb_handler.py:222 #, python-format msgid "Removing trunk %(trunk_id)s failed: %(err)s" msgstr "" #: neutron/services/trunk/drivers/openvswitch/agent/ovsdb_handler.py:246 #, python-format msgid "Failed to get subports for bridge %(bridge)s: %(err)s" msgstr "" #: neutron/services/trunk/drivers/openvswitch/agent/ovsdb_handler.py:267 #, python-format msgid "" "Failed to add subport with port ID %(subport_port_id)s to trunk with ID " "%(trunk_id)s: %(err)s" msgstr "" #: neutron/services/trunk/drivers/openvswitch/agent/ovsdb_handler.py:280 #: neutron/services/trunk/drivers/openvswitch/agent/ovsdb_handler.py:315 #, python-format msgid "Failed to store metadata for trunk %(trunk_id)s: %(reason)s" msgstr "" #: neutron/services/trunk/drivers/openvswitch/agent/ovsdb_handler.py:299 #, python-format msgid "Removing subport %(subport_id)s from trunk %(trunk_id)s failed: %(err)s" msgstr "" #: neutron/services/trunk/drivers/openvswitch/agent/ovsdb_handler.py:361 #, python-format msgid "Can't obtain parent port ID from port %s" msgstr "" #: neutron/services/trunk/drivers/openvswitch/agent/ovsdb_handler.py:365 #, python-format msgid "Port %s has no trunk associated." msgstr "" #: neutron/services/trunk/drivers/openvswitch/agent/ovsdb_handler.py:373 #, python-format msgid "Failed to create trunk %(trunk_id)s: %(err)s" msgstr "" #: neutron/services/trunk/drivers/openvswitch/agent/ovsdb_handler.py:470 #, python-format msgid "No port present on trunk bridge %(br_name)s in %(timeout)d seconds." msgstr "" #: neutron/services/trunk/drivers/openvswitch/agent/trunk_manager.py:272 #, python-format msgid "" "Could not delete '%(peers)s' associated to trunk bridge %(name)s. Reason:" " %(reason)s." msgstr "" #: neutron/services/trunk/rpc/server.py:133 #, python-format msgid "Failed to bind subport: %s" msgstr "" #: neutron/services/trunk/rpc/server.py:141 #, python-format msgid "Failed to bind subport port %(port)s on trunk %(trunk)s: %(exc)s" msgstr ""