neutron/neutron/locale/neutron-log-error.pot

1203 lines
32 KiB
Plaintext

# Translations template for neutron.
# Copyright (C) 2015 ORGANIZATION
# This file is distributed under the same license as the neutron project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: neutron 2015.1.dev561\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-03-17 06:47+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
#: neutron/manager.py:140
#, python-format
msgid "Error loading plugin by name, %s"
msgstr ""
#: neutron/manager.py:141
#, python-format
msgid "Error loading plugin by class, %s"
msgstr ""
#: neutron/policy.py:122
#, python-format
msgid ""
"Backward compatibility unavailable for deprecated policy %s. The policy "
"will not be enforced"
msgstr ""
#: neutron/policy.py:310
#, python-format
msgid "Policy check error while calling %s!"
msgstr ""
#: neutron/service.py:106 neutron/service.py:164
msgid "Unrecoverable error: please check log for details."
msgstr ""
#: neutron/service.py:147
#, python-format
msgid "'rpc_workers = %d' ignored because start_rpc_listeners is not implemented."
msgstr ""
#: neutron/service.py:171
msgid "No known API applications configured."
msgstr ""
#: neutron/service.py:278
msgid "Exception occurs when timer stops"
msgstr ""
#: neutron/service.py:287
msgid "Exception occurs when waiting for timer"
msgstr ""
#: neutron/wsgi.py:147
#, python-format
msgid "Unable to listen on %(host)s:%(port)s"
msgstr ""
#: neutron/wsgi.py:785
#, python-format
msgid "InvalidContentType: %s"
msgstr ""
#: neutron/wsgi.py:789
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:798
msgid "Internal error"
msgstr ""
#: neutron/agent/dhcp/agent.py:129
#, python-format
msgid "Unable to %(action)s dhcp for %(net_id)s."
msgstr ""
#: neutron/agent/dhcp/agent.py:156
#, python-format
msgid "Unable to sync network state on deleted network %s"
msgstr ""
#: neutron/agent/dhcp/agent.py:169
msgid "Unable to sync network state."
msgstr ""
#: neutron/agent/dhcp/agent.py:200
#, python-format
msgid "Network %s info call failed."
msgstr ""
#: neutron/agent/dhcp/agent.py:564 neutron/agent/l3/agent.py:898
#: neutron/agent/metadata/agent.py:304
#: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:141
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:108
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:778
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:279
#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:129
#: neutron/services/metering/agents/metering_agent.py:275
msgid "Failed reporting state!"
msgstr ""
#: neutron/agent/l3/agent.py:163 neutron/tests/unit/test_l3_agent.py:1650
#, python-format
msgid "Error importing interface driver '%s'"
msgstr ""
#: neutron/agent/l3/agent.py:225 neutron/agent/linux/dhcp.py:778
msgid "An interface driver must be specified"
msgstr ""
#: neutron/agent/l3/agent.py:230
msgid "Router id is required if not using namespaces."
msgstr ""
#: neutron/agent/l3/agent.py:484
msgid "Missing subnet/agent_gateway_port"
msgstr ""
#: neutron/agent/l3/agent.py:670
#, python-format
msgid "The external network bridge '%s' does not exist"
msgstr ""
#: neutron/agent/l3/agent.py:728
#, python-format
msgid "Failed to fetch router information for '%s'"
msgstr ""
#: neutron/agent/l3/agent.py:752
#, python-format
msgid "Removing incompatible router '%s'"
msgstr ""
#: neutron/agent/l3/agent.py:756
#, python-format
msgid "Failed to process compatible router '%s'"
msgstr ""
#: neutron/agent/l3/agent.py:805
msgid "Failed synchronizing routers due to RPC error"
msgstr ""
#: neutron/agent/l3/dvr_router.py:206
msgid "DVR: Failed updating arp entry"
msgstr ""
#: neutron/agent/l3/dvr_router.py:236
msgid "DVR: no map match_port found!"
msgstr ""
#: neutron/agent/l3/dvr_router.py:273
msgid "DVR: error adding redirection logic"
msgstr ""
#: neutron/agent/l3/dvr_router.py:285
msgid "DVR: removed snat failed"
msgstr ""
#: neutron/agent/l3/ha.py:60
#, python-format
msgid "Unable to process HA router %s without ha port"
msgstr ""
#: neutron/agent/l3/namespace_manager.py:90
#, python-format
msgid "Failed to destroy stale namespace %s"
msgstr ""
#: neutron/agent/l3/namespace_manager.py:119
msgid "RuntimeError in obtaining namespace list for namespace cleanup."
msgstr ""
#: neutron/agent/l3/namespaces.py:52
#, python-format
msgid "Failed trying to delete namespace: %s"
msgstr ""
#: neutron/agent/l3/router_info.py:96
#, python-format
msgid "Ignoring multiple IPs on router port %s"
msgstr ""
#: neutron/agent/linux/async_process.py:172
#, python-format
msgid "An error occurred while killing [%s]."
msgstr ""
#: neutron/agent/linux/async_process.py:194
#, python-format
msgid "An error occurred while communicating with async process [%s]."
msgstr ""
#: neutron/agent/linux/daemon.py:94
#, python-format
msgid "Error while handling pidfile: %s"
msgstr ""
#: neutron/agent/linux/daemon.py:154
msgid "Fork failed"
msgstr ""
#: neutron/agent/linux/daemon.py:196
#, python-format
msgid "Pidfile %s already exist. Daemon already running?"
msgstr ""
#: neutron/agent/linux/dhcp.py:784
#, python-format
msgid "Error importing interface driver '%(driver)s': %(inner)s"
msgstr ""
#: neutron/agent/linux/external_process.py:218
#, 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:238
#, python-format
msgid "respawning %(service)s for uuid %(uuid)s"
msgstr ""
#: neutron/agent/linux/external_process.py:244
msgid "Exiting agent as programmed in check_child_processes_actions"
msgstr ""
#: neutron/agent/linux/external_process.py:255
#, 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:149
#, python-format
msgid "Failed deleting ingress connection state of floatingip %s"
msgstr ""
#: neutron/agent/linux/interface.py:158
#, python-format
msgid "Failed deleting egress connection state of floatingip %s"
msgstr ""
#: neutron/agent/linux/interface.py:273 neutron/agent/linux/interface.py:314
#: neutron/agent/linux/interface.py:376 neutron/agent/linux/interface.py:416
#, python-format
msgid "Failed unplugging interface '%s'"
msgstr ""
#: neutron/agent/linux/ip_lib.py:668
#, python-format
msgid "Failed sending gratuitous ARP to %(addr)s on %(iface)s in namespace %(ns)s"
msgstr ""
#: neutron/agent/linux/ip_link_support.py:105
#: neutron/plugins/sriovnicagent/pci_lib.py:57
#: neutron/plugins/sriovnicagent/pci_lib.py:78
#: neutron/plugins/sriovnicagent/pci_lib.py:104
msgid "Failed executing ip command"
msgstr ""
#: neutron/agent/linux/ip_monitor.py:43 neutron/agent/linux/ip_monitor.py:54
#, python-format
msgid "Unable to parse route \"%s\""
msgstr ""
#: neutron/agent/linux/iptables_manager.py:464
#, python-format
msgid ""
"IPTablesManager.apply failed to apply the following set of iptables "
"rules:\n"
"%s"
msgstr ""
#: neutron/agent/linux/ovs_lib.py:204 neutron/agent/linux/ovs_lib.py:299
#, python-format
msgid "Unable to execute %(cmd)s. Exception: %(exception)s"
msgstr ""
#: neutron/agent/linux/ovs_lib.py:225
#, python-format
msgid "Timed out retrieving ofport on port %(pname)s. Exception: %(exception)s"
msgstr ""
#: neutron/agent/linux/ovs_lib.py:482
#, python-format
msgid "OVS flows could not be applied on bridge %s"
msgstr ""
#: neutron/agent/linux/ovsdb_monitor.py:50
#, python-format
msgid "Error received from ovsdb monitor: %s"
msgstr ""
#: neutron/agent/linux/utils.py:218
#, python-format
msgid "Unable to convert value in %s"
msgstr ""
#: neutron/agent/metadata/agent.py:109
#: neutron/agent/metadata/namespace_proxy.py:56
msgid "Unexpected error."
msgstr ""
#: neutron/agent/ovsdb/impl_vsctl.py:67
#, python-format
msgid "Unable to execute %(cmd)s."
msgstr ""
#: neutron/agent/ovsdb/impl_vsctl.py:126
#, python-format
msgid "Could not parse: %s"
msgstr ""
#: neutron/api/extensions.py:483
#, python-format
msgid "Error fetching extended attributes for extension '%s'"
msgstr ""
#: neutron/api/extensions.py:492
#, python-format
msgid ""
"It was impossible to process the following extensions: %s because of "
"missing requirements."
msgstr ""
#: neutron/api/extensions.py:509
#, python-format
msgid "Exception loading extension: %s"
msgstr ""
#: neutron/api/extensions.py:528
#, python-format
msgid "Extension path '%s' doesn't exist!"
msgstr ""
#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:97
#, 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:105
#, python-format
msgid ""
"No plugin for L3 routing registered. Cannot notify agents with the "
"message %s"
msgstr ""
#: neutron/api/rpc/handlers/l3_rpc.py:71
msgid ""
"No plugin for L3 routing registered! Will reply to l3 agent with empty "
"router dictionary."
msgstr ""
#: neutron/api/v2/base.py:366
#, python-format
msgid "Unable to undo add for %(resource)s %(id)s"
msgstr ""
#: neutron/api/v2/resource.py:97 neutron/api/v2/resource.py:105
#: neutron/api/v2/resource.py:125
#, python-format
msgid "%s failed"
msgstr ""
#: neutron/callbacks/manager.py:145
#, python-format
msgid "Error during notification for %(callback)s %(resource)s, %(event)s"
msgstr ""
#: neutron/cmd/netns_cleanup.py:135
#, python-format
msgid "Error unable to destroy namespace: %s"
msgstr ""
#: neutron/cmd/sanity_check.py:48
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:57
msgid ""
"Check for iproute2 VXLAN support failed. Please ensure that the iproute2 "
"has VXLAN support."
msgstr ""
#: neutron/cmd/sanity_check.py:65
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:82
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:99
#, python-format
msgid ""
"The installed version of dnsmasq is too old. Please update to at least "
"version %s."
msgstr ""
#: neutron/cmd/sanity_check.py:108
msgid ""
"Nova notifications are enabled, but novaclient is not installed. Either "
"disable nova notifications or install python-novaclient."
msgstr ""
#: neutron/cmd/sanity_check.py:117
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:126
msgid ""
"Check for VF management support failed. Please ensure that the version of"
" ip link being used has VF support."
msgstr ""
#: neutron/cmd/sanity/checks.py:88
#, python-format
msgid "Unexpected exception while checking supported feature via command: %s"
msgstr ""
#: neutron/cmd/sanity/checks.py:118
msgid "Unexpected exception while checking supported ip link command"
msgstr ""
#: neutron/db/agentschedulers_db.py:214
#, python-format
msgid "Failed to schedule network %s"
msgstr ""
#: neutron/db/agentschedulers_db.py:281
#, python-format
msgid ""
"Unexpected exception occurred while removing network %(net)s from agent "
"%(agent)s"
msgstr ""
#: neutron/db/db_base_plugin_v2.py:852 neutron/plugins/ml2/plugin.py:549
#, python-format
msgid "An exception occurred while creating the %(resource)s:%(item)s"
msgstr ""
#: neutron/db/db_base_plugin_v2.py:1332
#, python-format
msgid "Unable to generate mac address after %s attempts"
msgstr ""
#: neutron/db/dvr_mac_db.py:98
#, python-format
msgid "MAC generation error after %s attempts"
msgstr ""
#: neutron/db/dvr_mac_db.py:170
#, python-format
msgid "Could not retrieve gateway port for subnet %s"
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:117
#, python-format
msgid "Failed to reschedule router %s"
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:122
msgid "Exception encountered during router rescheduling."
msgstr ""
#: neutron/db/metering/metering_rpc.py:47
#, python-format
msgid "Unable to find agent %s."
msgstr ""
#: neutron/extensions/l3agentscheduler.py:49
#: neutron/extensions/l3agentscheduler.py:92
msgid "No plugin for L3 routing registered to handle router scheduling"
msgstr ""
#: neutron/notifiers/nova.py:291
#, python-format
msgid "Failed to notify nova on events: %s"
msgstr ""
#: neutron/notifiers/nova.py:295 neutron/notifiers/nova.py:311
#, python-format
msgid "Error response returned from nova: %s"
msgstr ""
#: neutron/openstack/common/loopingcall.py:95
msgid "in fixed duration looping call"
msgstr ""
#: neutron/openstack/common/loopingcall.py:138
msgid "in dynamic looping call"
msgstr ""
#: neutron/openstack/common/periodic_task.py:228
#, python-format
msgid "Error during %(full_task_name)s: %(e)s"
msgstr ""
#: neutron/openstack/common/policy.py:564
#: neutron/openstack/common/policy.py:844
#, python-format
msgid "Failed to understand rule %s"
msgstr ""
#: neutron/openstack/common/policy.py:574
#, python-format
msgid "No handler for matches of kind %s"
msgstr ""
#: neutron/openstack/common/service.py:268
msgid "Unhandled exception"
msgstr ""
#: neutron/plugins/brocade/NeutronPlugin.py:297
#: neutron/plugins/brocade/NeutronPlugin.py:341
#: neutron/plugins/brocade/NeutronPlugin.py:394
#: neutron/plugins/brocade/NeutronPlugin.py:424
msgid "Brocade NOS driver error"
msgstr ""
#: neutron/plugins/brocade/nos/nosdriver.py:66
#, python-format
msgid "Connect failed to switch: %s"
msgstr ""
#: neutron/plugins/brocade/nos/nosdriver.py:93
#: neutron/plugins/brocade/nos/nosdriver.py:107
#: neutron/plugins/brocade/nos/nosdriver.py:120
#: neutron/plugins/brocade/nos/nosdriver.py:133
#, python-format
msgid "NETCONF error: %s"
msgstr ""
#: neutron/plugins/cisco/models/virt_phy_sw_v2.py:280
#, python-format
msgid "Unable to delete port '%(pname)s' on switch. Exception: %(exp)s"
msgstr ""
#: neutron/plugins/embrane/base_plugin.py:106
#: neutron/plugins/embrane/agent/dispatcher.py:131
msgid "Unhandled exception occurred"
msgstr ""
#: neutron/plugins/embrane/base_plugin.py:171
#: neutron/plugins/embrane/base_plugin.py:190
#, python-format
msgid "The following routers have not physical match: %s"
msgstr ""
#: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:293
#, python-format
msgid "Unsupported network type %s"
msgstr ""
#: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:323
#, python-format
msgid "Port metrics raw enabling for port: %s"
msgstr ""
#: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:442
#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:140
msgid "Error in agent event loop"
msgstr ""
#: neutron/plugins/hyperv/agent/security_groups_driver.py:63
#, python-format
msgid "Hyper-V Exception: %(hyperv_exeption)s while adding rule: %(rule)s"
msgstr ""
#: neutron/plugins/hyperv/agent/security_groups_driver.py:73
#, python-format
msgid "Hyper-V Exception: %(hyperv_exeption)s while removing rule: %(rule)s"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:177
#, python-format
msgid "Error: Could not reach server: %(url)s Exception: %(excp)s."
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:368
#, python-format
msgid "Did not find tenant: %r"
msgstr ""
#: neutron/plugins/ibm/sdnve_neutron_plugin.py:234
#, python-format
msgid "Delete net failed after deleting the network in DB: %s"
msgstr ""
#: neutron/plugins/ibm/sdnve_neutron_plugin.py:351
#, python-format
msgid "Delete port operation failed in SDN-VE after deleting the port from DB: %s"
msgstr ""
#: neutron/plugins/ibm/sdnve_neutron_plugin.py:416
#, python-format
msgid ""
"Delete subnet operation failed in SDN-VE after deleting the subnet from "
"DB: %s"
msgstr ""
#: neutron/plugins/ibm/sdnve_neutron_plugin.py:497
#, python-format
msgid ""
"Delete router operation failed in SDN-VE after deleting the router in DB:"
" %s"
msgstr ""
#: neutron/plugins/ibm/sdnve_neutron_plugin.py:541
msgid ""
"SdnvePluginV2._add_router_interface_only: failed to add the interface in "
"the roll back. of a remove_router_interface operation"
msgstr ""
#: neutron/plugins/ibm/sdnve_neutron_plugin.py:661
#, python-format
msgid "Delete floatingip failed in SDN-VE: %s"
msgstr ""
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:195
#, python-format
msgid ""
"Interface %(interface)s for physical network %(physical_network)s does "
"not exist. Agent terminated!"
msgstr ""
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:255
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1612
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1624
#, python-format
msgid "%s Agent terminated!"
msgstr ""
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:184
#, python-format
msgid "Failed creating vxlan interface for %(segmentation_id)s"
msgstr ""
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:339
#, python-format
msgid "Unable to add %(interface)s to %(bridge_name)s! Exception: %(e)s"
msgstr ""
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:352
#, python-format
msgid "Unable to add vxlan interface for network %s"
msgstr ""
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:359
#, python-format
msgid "No mapping for physical network %s"
msgstr ""
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:368
#, python-format
msgid "Unknown network_type %(network_type)s for network %(network_id)s."
msgstr ""
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:453
#, python-format
msgid "Cannot delete bridge %s, does not exist"
msgstr ""
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:532
msgid "No valid Segmentation ID to perform UCAST test."
msgstr ""
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:788
msgid "Unable to obtain MAC address for unique ID. Agent terminated!"
msgstr ""
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:985
#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:270
#, python-format
msgid "Error in agent loop. Devices info: %s"
msgstr ""
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1008
#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:39
#, python-format
msgid "Parsing physical_interface_mappings failed: %s. Agent terminated!"
msgstr ""
#: neutron/plugins/ml2/db.py:242 neutron/plugins/ml2/db.py:328
#: neutron/plugins/ml2/plugin.py:1199
#, python-format
msgid "Multiple ports have port_id starting with %s"
msgstr ""
#: neutron/plugins/ml2/managers.py:56
#, 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:72
#, python-format
msgid "No type driver for tenant network_type: %s. Service terminated!"
msgstr ""
#: neutron/plugins/ml2/managers.py:144
#, python-format
msgid "Network %s has no segments"
msgstr ""
#: neutron/plugins/ml2/managers.py:221 neutron/plugins/ml2/managers.py:248
#, python-format
msgid "Failed to release segment '%s' because network type is not supported."
msgstr ""
#: neutron/plugins/ml2/managers.py:307
#, python-format
msgid "Mechanism driver '%(name)s' failed in %(method)s"
msgstr ""
#: neutron/plugins/ml2/managers.py:592 neutron/plugins/ml2/managers.py:654
#, python-format
msgid "Failed to bind port %(port)s on host %(host)s"
msgstr ""
#: neutron/plugins/ml2/managers.py:607
#, python-format
msgid ""
"Exceeded maximum binding levels attempting to bind port %(port)s on host "
"%(host)s"
msgstr ""
#: neutron/plugins/ml2/managers.py:650
#, python-format
msgid "Mechanism driver %s failed in bind_port"
msgstr ""
#: neutron/plugins/ml2/managers.py:721
#, python-format
msgid "Extension driver '%(name)s' failed in %(method)s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:272
#, python-format
msgid "Failed to commit binding results for %(port)s after %(max)s tries"
msgstr ""
#: neutron/plugins/ml2/plugin.py:429
#, python-format
msgid "Serialized vif_details DB value '%(value)s' for port %(port)s is invalid"
msgstr ""
#: neutron/plugins/ml2/plugin.py:440
#, python-format
msgid "Serialized profile DB value '%(value)s' for port %(port)s is invalid"
msgstr ""
#: neutron/plugins/ml2/plugin.py:526
#, python-format
msgid "Could not find %s to delete."
msgstr ""
#: neutron/plugins/ml2/plugin.py:529
#, python-format
msgid "Could not delete %(res)s %(id)s."
msgstr ""
#: neutron/plugins/ml2/plugin.py:562
#, 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:602
#, python-format
msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:672
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:684
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:766
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:787
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:892
#, python-format
msgid "Exception deleting fixed_ip from port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:901
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:943
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:955
#, python-format
msgid "_bind_port_if_needed failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:985
#, python-format
msgid "_bind_port_if_needed failed. Deleting all ports from create bulk '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:1081
#, python-format
msgid "No Host supplied to bind DVR Port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:1180
#, python-format
msgid "mechanism_manager.delete_port_postcommit failed for port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:1212
#, python-format
msgid "Binding info for DVR port %s not found"
msgstr ""
#: neutron/plugins/ml2/drivers/type_gre.py:81
msgid "Failed to parse tunnel_id_ranges. Service terminated!"
msgstr ""
#: neutron/plugins/ml2/drivers/type_gre.py:92
#, python-format
msgid "Skipping unreasonable gre ID range %(tun_min)s:%(tun_max)s"
msgstr ""
#: neutron/plugins/ml2/drivers/type_vlan.py:96
msgid "Failed to parse network_vlan_ranges. Service terminated!"
msgstr ""
#: neutron/plugins/ml2/drivers/type_vxlan.py:88
msgid "Failed to parse vni_ranges. Service terminated!"
msgstr ""
#: neutron/plugins/ml2/drivers/type_vxlan.py:98
#, python-format
msgid "Skipping unreasonable VXLAN VNI range %(tun_min)s:%(tun_max)s"
msgstr ""
#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:110
msgid "APIC service agent: failed in reporting state"
msgstr ""
#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:195
#, python-format
msgid "No such interface (ignored): %s"
msgstr ""
#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:245
msgid "APIC service agent: exception in LLDP parsing"
msgstr ""
#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:300
#, python-format
msgid "APIC service agent: can not get MACaddr for %s"
msgstr ""
#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:316
msgid "APIC host agent: failed in reporting state"
msgstr ""
#: neutron/plugins/ml2/drivers/mech_nuage/driver.py:92
#, python-format
msgid ""
"Refusing to bind port for segment ID %(id)s, segment %(seg)s, phys net "
"%(physnet)s, and network type %(nettype)s"
msgstr ""
#: neutron/plugins/ml2/drivers/mech_sriov/mech_driver.py:90
msgid "Failed to parse supported PCI vendor devices"
msgstr ""
#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:48
#, python-format
msgid "Failed on Agent initialisation : %s. Agent terminated!"
msgstr ""
#: neutron/plugins/oneconvergence/plugin.py:238
msgid "Failed to create subnet, deleting it from neutron"
msgstr ""
#: neutron/plugins/oneconvergence/plugin.py:302
#, python-format
msgid "Deleting newly created neutron port %s"
msgstr ""
#: neutron/plugins/oneconvergence/plugin.py:373
msgid "Failed to create floatingip"
msgstr ""
#: neutron/plugins/oneconvergence/plugin.py:412
msgid "Failed to create router"
msgstr ""
#: neutron/plugins/oneconvergence/lib/plugin_helper.py:89
#, python-format
msgid "Login Failed: %s"
msgstr ""
#: neutron/plugins/oneconvergence/lib/plugin_helper.py:90
#, python-format
msgid "Unable to establish connection with Controller %s"
msgstr ""
#: neutron/plugins/oneconvergence/lib/plugin_helper.py:92
msgid "Retrying after 1 second..."
msgstr ""
#: neutron/plugins/oneconvergence/lib/plugin_helper.py:102
msgid "login failed"
msgstr ""
#: neutron/plugins/oneconvergence/lib/plugin_helper.py:133
#, python-format
msgid "request: Request failed from Controller side :%s"
msgstr ""
#: neutron/plugins/oneconvergence/lib/plugin_helper.py:138
#, python-format
msgid "Response is Null, Request timed out: %(method)s to %(uri)s"
msgstr ""
#: neutron/plugins/oneconvergence/lib/plugin_helper.py:150
#, python-format
msgid ""
"Request %(method)s %(uri)s body = %(body)s failed with status %(status)s."
" Reason: %(reason)s)"
msgstr ""
#: neutron/plugins/oneconvergence/lib/plugin_helper.py:159
#, python-format
msgid "%(method)s to %(url)s, unexpected response code: %(status)d"
msgstr ""
#: neutron/plugins/oneconvergence/lib/plugin_helper.py:165
#, python-format
msgid "Request failed from Controller side with Status=%s"
msgstr ""
#: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:163
msgid ""
"DVR: Failed to obtain a valid local DVR MAC address - L2 Agent operating "
"in Non-DVR Mode"
msgstr ""
#: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:414
#, python-format
msgid "DVR: Duplicate DVR router interface detected for subnet %s"
msgstr ""
#: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:422
#, python-format
msgid "DVR: Unable to retrieve subnet information for subnet_id %s"
msgstr ""
#: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:598
#, python-format
msgid "Centralized-SNAT port %s already seen on "
msgstr ""
#: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:600
#, python-format
msgid "a different subnet %s"
msgstr ""
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:351
msgid "No tunnel_type specified, cannot create tunnels"
msgstr ""
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:354
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:377
#, python-format
msgid "tunnel_type %s not supported by agent"
msgstr ""
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:370
msgid "No tunnel_ip specified, cannot delete tunnels"
msgstr ""
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:374
msgid "No tunnel_type specified, cannot delete tunnels"
msgstr ""
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:512
#, python-format
msgid "No local VLAN available for net-id=%s"
msgstr ""
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:551
#, python-format
msgid ""
"Cannot provision %(network_type)s network for net-id=%(net_uuid)s - "
"tunneling disabled"
msgstr ""
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:570
#, python-format
msgid ""
"Cannot provision flat network for net-id=%(net_uuid)s - no bridge for "
"physical_network %(physical_network)s"
msgstr ""
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:598
#, python-format
msgid ""
"Cannot provision VLAN network for net-id=%(net_uuid)s - no bridge for "
"physical_network %(physical_network)s"
msgstr ""
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:607
#, python-format
msgid ""
"Cannot provision unknown network type %(network_type)s for net-"
"id=%(net_uuid)s"
msgstr ""
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:663
#, python-format
msgid ""
"Cannot reclaim unknown network type %(network_type)s for net-"
"id=%(net_uuid)s"
msgstr ""
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:808
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/openvswitch/agent/ovs_neutron_agent.py:935
#, python-format
msgid ""
"Bridge %(bridge)s for physical network %(physical_network)s does not "
"exist. Agent terminated!"
msgstr ""
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1087
#, python-format
msgid "Failed to set-up %(type)s tunnel port to %(ip)s"
msgstr ""
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1289
#, python-format
msgid ""
"process_network_ports - iteration:%d - failure while retrieving port "
"details from server"
msgstr ""
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1318
#, python-format
msgid ""
"process_ancillary_network_ports - iteration:%d - failure while retrieving"
" port details from server"
msgstr ""
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1463
msgid "Error while synchronizing tunnels"
msgstr ""
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1533
msgid "Error while processing VIF ports"
msgstr ""
#: neutron/plugins/sriovnicagent/eswitch_manager.py:48
#, python-format
msgid "Failed to get devices for %s"
msgstr ""
#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:177
#, python-format
msgid "Failed to set device %s state"
msgstr ""
#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:330
msgid "Failed on Agent configuration parse. Agent terminated!"
msgstr ""
#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:342
msgid "Agent Initialization Failed"
msgstr ""
#: neutron/scheduler/l3_agent_scheduler.py:287
#, python-format
msgid "Not enough candidates, a HA router needs at least %s agents"
msgstr ""
#: neutron/services/service_base.py:88
#, python-format
msgid "Error loading provider '%(provider)s' for service %(service_type)s"
msgstr ""
#: neutron/services/firewall/agents/l3reference/firewall_l3_agent.py:144
#, python-format
msgid "Firewall Driver Error for %(func_name)s for fw: %(fwid)s"
msgstr ""
#: neutron/services/firewall/agents/l3reference/firewall_l3_agent.py:159
#, python-format
msgid "FWaaS RPC failure in %(func_name)s for fw: %(fwid)s"
msgstr ""
#: neutron/services/firewall/agents/l3reference/firewall_l3_agent.py:179
#: neutron/services/firewall/agents/l3reference/firewall_l3_agent.py:198
#, python-format
msgid "Firewall Driver Error on fw state %(fwmsg)s for fw: %(fwid)s"
msgstr ""
#: neutron/services/firewall/agents/l3reference/firewall_l3_agent.py:238
#, python-format
msgid "FWaaS RPC info call failed for '%s'."
msgstr ""
#: neutron/services/firewall/agents/l3reference/firewall_l3_agent.py:282
msgid "Failed fwaas process services sync"
msgstr ""
#: neutron/services/l3_router/l3_arista.py:114
#, python-format
msgid "Error creating router on Arista HW router=%s "
msgstr ""
#: neutron/services/l3_router/l3_arista.py:137
#, python-format
msgid "Error updating router on Arista HW router=%s "
msgstr ""
#: neutron/services/l3_router/l3_arista.py:152
#, python-format
msgid "Error deleting router on Arista HW router %(r)s exception=%(e)s"
msgstr ""
#: neutron/services/l3_router/l3_arista.py:198
#, python-format
msgid "Error Adding subnet %(subnet)s to router %(router_id)s on Arista HW"
msgstr ""
#: neutron/services/l3_router/l3_arista.py:232
#, python-format
msgid ""
"Error removing interface %(interface)s from router %(router_id)s on "
"Arista HWException =(exc)s"
msgstr ""
#: neutron/services/l3_router/l3_arista.py:278
#, python-format
msgid "Error Adding interface %(subnet_id)s to router %(router_id)s on Arista HW"
msgstr ""
#: neutron/services/metering/agents/metering_agent.py:60
msgid "Failed synchronizing routers"
msgstr ""
#: neutron/services/metering/agents/metering_agent.py:177
#, python-format
msgid "Driver %(driver)s does not implement %(func)s"
msgstr ""
#: neutron/services/metering/agents/metering_agent.py:181
#, python-format
msgid "Driver %(driver)s:%(func)s runtime error"
msgstr ""