neutron/neutron/locale/neutron.pot

4383 lines
120 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 8.0.0.dev524\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-11-29 06:23+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 2.1.1\n"
#: neutron/manager.py:73
#, python-format
msgid "dhcp_agents_per_network must be >= 1. '%s' is invalid."
msgstr ""
#: neutron/manager.py:85
msgid "Neutron core_plugin not configured!"
msgstr ""
#: neutron/manager.py:145
#, python-format
msgid "Plugin '%s' not found."
msgstr ""
#: neutron/manager.py:187
#, python-format
msgid "Multiple plugins for service %s were configured"
msgstr ""
#: neutron/policy.py:197
#, python-format
msgid ""
"Unable to identify a target field from:%s. Match should be in the form "
"%%(<field_name>)s"
msgstr ""
#: neutron/policy.py:227
#, python-format
msgid "Unable to find resource name in %s"
msgstr ""
#: neutron/policy.py:236
#, python-format
msgid ""
"Unable to verify match:%(match)s as the parent resource: %(res)s was not "
"found"
msgstr ""
#: neutron/service.py:42
msgid "Seconds between running periodic tasks"
msgstr ""
#: neutron/service.py:44
msgid ""
"Number of separate API worker processes for service. If not specified, "
"the default is equal to the number of CPUs available for best "
"performance."
msgstr ""
#: neutron/service.py:49
msgid "Number of RPC worker processes for service"
msgstr ""
#: neutron/service.py:52
msgid "Number of RPC worker processes dedicated to state reports queue"
msgstr ""
#: neutron/service.py:56
msgid ""
"Range of seconds to randomly delay when starting the periodic task "
"scheduler to reduce stampeding. (Disable by setting to 0)"
msgstr ""
#: neutron/wsgi.py:50
msgid "Number of backlog requests to configure the socket with"
msgstr ""
#: neutron/wsgi.py:54
msgid "Number of seconds to keep retrying to listen"
msgstr ""
#: neutron/wsgi.py:57
msgid "Enable SSL on the API server"
msgstr ""
#: neutron/wsgi.py:159
#, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr ""
#: neutron/wsgi.py:389
msgid "Cannot understand JSON"
msgstr ""
#: neutron/wsgi.py:555
msgid "You must implement __call__"
msgstr ""
#: neutron/wsgi.py:600
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:604
msgid "Malformed request body"
msgstr ""
#: neutron/wsgi.py:741
#, python-format
msgid "The requested content type %s is invalid."
msgstr ""
#: neutron/wsgi.py:794
msgid "Could not deserialize data"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:34
msgid "Driver for security groups firewall in the L2 agent"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:38
msgid ""
"Controls whether the neutron security group API is enabled in the server."
" It should be false when using no security groups or using the nova "
"security group API."
msgstr ""
#: neutron/agent/securitygroups_rpc.py:45
msgid ""
"Use ipset to speed-up the iptables based security groups. Enabling ipset "
"support requires that ipset is installed on L2 agent node."
msgstr ""
#: neutron/agent/common/config.py:29
msgid ""
"Root helper application. Use 'sudo neutron-rootwrap "
"/etc/neutron/rootwrap.conf' to use the real root filter facility. Change "
"to 'sudo' to skip the filtering and just run the command directly."
msgstr ""
#: neutron/agent/common/config.py:36
msgid ""
"Use the root helper when listing the namespaces on a system. This may not"
" be required depending on the security configuration. If the root helper "
"is not required, set this to False for a performance improvement."
msgstr ""
#: neutron/agent/common/config.py:46
msgid "Root helper daemon application to use when possible."
msgstr ""
#: neutron/agent/common/config.py:51
msgid ""
"Seconds between nodes reporting state to server; should be less than "
"agent_down_time, best if it is half or less than agent_down_time."
msgstr ""
#: neutron/agent/common/config.py:55
msgid "Log agent heartbeats"
msgstr ""
#: neutron/agent/common/config.py:60
msgid "The driver used to manage the virtual interface."
msgstr ""
#: neutron/agent/common/config.py:65
msgid ""
"Add comments to iptables rules. Set to false to disallow the addition of "
"comments to generated iptables rules that describe each rule's purpose. "
"System must support the iptables comments module for addition of "
"comments."
msgstr ""
#: neutron/agent/common/config.py:75
msgid "Action to be executed when a child process dies"
msgstr ""
#: neutron/agent/common/config.py:77
msgid ""
"Interval between checks of child process liveness (seconds), use 0 to "
"disable"
msgstr ""
#: neutron/agent/common/config.py:85
msgid "Availability zone of this node"
msgstr ""
#: neutron/agent/common/config.py:91
msgid ""
"Name of bridge used for external network traffic. This should be set to "
"an empty value for the Linux Bridge. When this parameter is set, each L3 "
"agent can be associated with no more than one external network. This "
"option is deprecated and will be removed in the M release."
msgstr ""
#: neutron/agent/common/config.py:161
msgid "Top-level directory for maintaining dhcp state"
msgstr ""
#: neutron/agent/common/ovs_lib.py:50
msgid ""
"Timeout in seconds for ovs-vsctl commands. If the timeout expires, ovs "
"commands will fail with ALARMCLOCK error."
msgstr ""
#: neutron/agent/common/ovs_lib.py:520
#, python-format
msgid "Unable to determine mac address for %s"
msgstr ""
#: neutron/agent/common/ovs_lib.py:658
msgid "Cannot match priority on flow deletion or modification"
msgstr ""
#: neutron/agent/common/ovs_lib.py:663
msgid "Must specify one or more actions on flow addition or modification"
msgstr ""
#: neutron/agent/dhcp/agent.py:579
#, python-format
msgid "Agent updated: %(payload)s"
msgstr ""
#: neutron/agent/dhcp/config.py:21
msgid ""
"The DHCP agent will resync its state with Neutron to recover from any "
"transient notification or RPC errors. The interval is number of seconds "
"between attempts."
msgstr ""
#: neutron/agent/dhcp/config.py:26
msgid "The driver used to manage the DHCP server."
msgstr ""
#: neutron/agent/dhcp/config.py:28
msgid ""
"The DHCP server can assist with providing metadata support on isolated "
"networks. Setting this value to True will cause the DHCP server to append"
" specific host routes to the DHCP request. The metadata service will only"
" be activated when the subnet does not contain any router port. The guest"
" instance must be configured to request host routes via DHCP (Option "
"121). This option doesn't have any effect when force_metadata is set to "
"True."
msgstr ""
#: neutron/agent/dhcp/config.py:38
msgid ""
"In some cases the Neutron router is not present to provide the metadata "
"IP but the DHCP server can be used to provide this info. Setting this "
"value will force the DHCP server to append specific host routes to the "
"DHCP request. If this option is set, then the metadata service will be "
"activated for all the networks."
msgstr ""
#: neutron/agent/dhcp/config.py:46
msgid ""
"Allows for serving metadata requests coming from a dedicated metadata "
"access network whose CIDR is 169.254.169.254/16 (or larger prefix), and "
"is connected to a Neutron router from which the VMs send metadata:1 "
"request. In this case DHCP Option 121 will not be injected in VMs, as "
"they will be able to reach 169.254.169.254 through a router. This option "
"requires enable_isolated_metadata = True."
msgstr ""
#: neutron/agent/dhcp/config.py:55
msgid ""
"Number of threads to use during sync process. Should not exceed "
"connection pool size configured on server."
msgstr ""
#: neutron/agent/dhcp/config.py:63
msgid "Location to store DHCP server config files"
msgstr ""
#: neutron/agent/dhcp/config.py:66
msgid ""
"Domain to use for building the hostnames.This option is deprecated. It "
"has been moved to neutron.conf as dns_domain. It will removed from here "
"in a future release"
msgstr ""
#: neutron/agent/dhcp/config.py:76
msgid "Override the default dnsmasq settings with this file"
msgstr ""
#: neutron/agent/dhcp/config.py:78
msgid "Comma-separated list of the DNS servers which will be used as forwarders."
msgstr ""
#: neutron/agent/dhcp/config.py:82
msgid ""
"Base log dir for dnsmasq logging. The log contains DHCP and DNS log "
"information and is useful for debugging issues with either DHCP or DNS. "
"If this section is null, disable dnsmasq log."
msgstr ""
#: neutron/agent/dhcp/config.py:89
msgid "Limit number of leases to prevent a denial-of-service."
msgstr ""
#: neutron/agent/dhcp/config.py:91
msgid "Use broadcast in DHCP replies"
msgstr ""
#: neutron/agent/l2/extensions/manager.py:29
msgid "Extensions list to use"
msgstr ""
#: neutron/agent/l3/agent.py:289
msgid ""
"The 'gateway_external_network_id' option must be configured for this "
"agent as Neutron has more than one external network."
msgstr ""
#: neutron/agent/l3/config.py:28
msgid ""
"The working mode for the agent. Allowed modes are: 'legacy' - this "
"preserves the existing behavior where the L3 agent is deployed on a "
"centralized networking node to provide L3 services like DNAT, and SNAT. "
"Use this mode if you do not want to adopt DVR. 'dvr' - this mode enables "
"DVR functionality and must be used for an L3 agent that runs on a compute"
" host. 'dvr_snat' - this enables centralized SNAT support in conjunction "
"with DVR. This mode must be used for an L3 agent running on a "
"centralized node (or in single-host deployments, e.g. devstack)"
msgstr ""
#: neutron/agent/l3/config.py:42
msgid "TCP Port used by Neutron metadata namespace proxy."
msgstr ""
#: neutron/agent/l3/config.py:45
msgid ""
"Send this many gratuitous ARPs for HA setup, if less than or equal to 0, "
"the feature is disabled"
msgstr ""
#: neutron/agent/l3/config.py:49
msgid ""
"If non-empty, the l3 agent can only configure a router that has the "
"matching router ID."
msgstr ""
#: neutron/agent/l3/config.py:53
msgid ""
"Indicates that this L3 agent should also handle routers that do not have "
"an external network gateway configured. This option should be True only "
"for a single agent in a Neutron deployment, and may be False for all "
"agents if all routers must have an external network gateway."
msgstr ""
#: neutron/agent/l3/config.py:60
msgid ""
"When external_network_bridge is set, each L3 agent can be associated with"
" no more than one external network. This value should be set to the UUID "
"of that external network. To allow L3 agent support multiple external "
"networks, both the external_network_bridge and "
"gateway_external_network_id must be left empty."
msgstr ""
#: neutron/agent/l3/config.py:67
msgid ""
"With IPv6, the network used for the external gateway does not need to "
"have an associated subnet, since the automatically assigned link-local "
"address (LLA) can be used. However, an IPv6 gateway address is needed for"
" use as the next-hop for the default route. If no IPv6 gateway address is"
" configured here, (and only then) the neutron router will be configured "
"to get its default route from router advertisements (RAs) from the "
"upstream router; in which case the upstream router must also be "
"configured to send these RAs. The ipv6_gateway, when configured, should "
"be the LLA of the interface on the upstream router. If a next-hop using a"
" global unique address (GUA) is desired, it needs to be done via a subnet"
" allocated to the network and not through this parameter. "
msgstr ""
#: neutron/agent/l3/config.py:85
msgid ""
"Driver used for ipv6 prefix delegation. This needs to be an entry point "
"defined in the neutron.agent.linux.pd_drivers namespace. See setup.cfg "
"for entry points included with the neutron source."
msgstr ""
#: neutron/agent/l3/config.py:91
msgid "Allow running metadata proxy."
msgstr ""
#: neutron/agent/l3/config.py:94
msgid ""
"Iptables mangle mark used to mark metadata valid requests. This mark will"
" be masked with 0xffff so that only the lower 16 bits will be used."
msgstr ""
#: neutron/agent/l3/config.py:99
msgid ""
"Iptables mangle mark used to mark ingress from external network. This "
"mark will be masked with 0xffff so that only the lower 16 bits will be "
"used."
msgstr ""
#: neutron/agent/l3/ha.py:36
msgid "Location to store keepalived/conntrackd config files"
msgstr ""
#: neutron/agent/l3/ha.py:41
msgid "VRRP authentication type"
msgstr ""
#: neutron/agent/l3/ha.py:43
msgid "VRRP authentication password"
msgstr ""
#: neutron/agent/l3/ha.py:47
msgid "The advertisement interval in seconds"
msgstr ""
#: neutron/agent/l3/keepalived_state_change.py:95
#, python-format
msgid "Unexpected response: %s"
msgstr ""
#: neutron/agent/l3/keepalived_state_change.py:102
msgid "ID of the router"
msgstr ""
#: neutron/agent/l3/keepalived_state_change.py:104
msgid "Namespace of the router"
msgstr ""
#: neutron/agent/l3/keepalived_state_change.py:106
msgid "Path to the router directory"
msgstr ""
#: neutron/agent/l3/keepalived_state_change.py:108
msgid "Interface to monitor"
msgstr ""
#: neutron/agent/l3/keepalived_state_change.py:110
msgid "CIDR to monitor"
msgstr ""
#: neutron/agent/l3/keepalived_state_change.py:112
msgid "Path to PID file for this process"
msgstr ""
#: neutron/agent/l3/keepalived_state_change.py:114
msgid "User (uid or name) running this process after its initialization"
msgstr ""
#: neutron/agent/l3/keepalived_state_change.py:117
msgid "Group (gid or name) running this process after its initialization"
msgstr ""
#: neutron/agent/l3/keepalived_state_change.py:122
#: neutron/agent/metadata/namespace_proxy.py:158
#: neutron/tests/functional/agent/l3/test_keepalived_state_change.py:33
msgid "Location of Metadata Proxy UNIX domain socket"
msgstr ""
#: neutron/agent/linux/async_process.py:77
msgid "respawn_interval must be >= 0 if provided."
msgstr ""
#: neutron/agent/linux/async_process.py:111
msgid "Process is already started"
msgstr ""
#: neutron/agent/linux/async_process.py:131
msgid "Process is not running."
msgstr ""
#: neutron/agent/linux/daemon.py:54
#, python-format
msgid "Failed to set uid %s"
msgstr ""
#: neutron/agent/linux/daemon.py:68
#, python-format
msgid "Failed to set gid %s"
msgstr ""
#: neutron/agent/linux/daemon.py:98
msgid "Root permissions are required to drop privileges."
msgstr ""
#: neutron/agent/linux/daemon.py:106
msgid "Failed to remove supplemental groups"
msgstr ""
#: neutron/agent/linux/dhcp.py:244
#, python-format
msgid "Error while reading %s"
msgstr ""
#: neutron/agent/linux/dhcp.py:251
#, python-format
msgid "Unable to convert value in %s"
msgstr ""
#: neutron/agent/linux/dhcp.py:253
#, python-format
msgid "Unable to access %s"
msgstr ""
#: neutron/agent/linux/external_process.py:38
msgid "Location to store child pid files"
msgstr ""
#: neutron/agent/linux/interface.py:37
msgid "Name of Open vSwitch bridge to use"
msgstr ""
#: neutron/agent/linux/interface.py:40
msgid ""
"Uses veth for an OVS interface or not. Support kernels with limited "
"namespace support (e.g. RHEL 6.5) so long as ovs_use_veth is set to True."
msgstr ""
#: neutron/agent/linux/interface.py:45
msgid "MTU setting for device."
msgstr ""
#: neutron/agent/linux/ip_lib.py:36
msgid "Force ip_lib calls to use the root helper"
msgstr ""
#: neutron/agent/linux/ip_lib.py:50
#, python-format
msgid "Failure waiting for address %(address)s to become ready: %(reason)s"
msgstr ""
#: neutron/agent/linux/ip_lib.py:597
msgid "Address not present on interface"
msgstr ""
#: neutron/agent/linux/ip_lib.py:602
msgid "Duplicate adddress detected"
msgstr ""
#: neutron/agent/linux/ip_lib.py:603
#, python-format
msgid "Exceeded %s second limit waiting for address to leave the tentative state."
msgstr ""
#: neutron/agent/linux/ip_link_support.py:33
#, python-format
msgid "ip link command is not supported: %(reason)s"
msgstr ""
#: neutron/agent/linux/ip_link_support.py:37
#, python-format
msgid "ip link capability %(capability)s is not supported"
msgstr ""
#: neutron/agent/linux/iptables_manager.py:216
#, python-format
msgid "Unknown chain: %r"
msgstr ""
#: neutron/agent/linux/iptables_manager.py:408
msgid "Failure applying iptables rules"
msgstr ""
#: neutron/agent/linux/keepalived.py:53
#, python-format
msgid ""
"Network of size %(size)s, from IP range %(parent_range)s excluding IP "
"ranges %(excluded_ranges)s was not found."
msgstr ""
#: neutron/agent/linux/keepalived.py:62
#, python-format
msgid "Invalid instance state: %(state)s, valid states are: %(valid_states)s"
msgstr ""
#: neutron/agent/linux/keepalived.py:72
#, python-format
msgid ""
"Invalid authentication type: %(auth_type)s, valid types are: "
"%(valid_auth_types)s"
msgstr ""
#: neutron/agent/linux/keepalived.py:82
#, python-format
msgid ""
"Attempted to add duplicate VIP address, existing vips are: "
"%(existing_vips)s, duplicate vip is: %(duplicate_vip)s"
msgstr ""
#: neutron/agent/linux/pd.py:39
msgid "Service to handle DHCPv6 Prefix delegation."
msgstr ""
#: neutron/agent/linux/pd_driver.py:24
msgid "Location to store IPv6 PD files."
msgstr ""
#: neutron/agent/linux/pd_driver.py:27
msgid ""
"A decimal value as Vendor's Registered Private Enterprise Number as "
"required by RFC3315 DUID-EN."
msgstr ""
#: neutron/agent/linux/ra.py:36
msgid "Location to store IPv6 RA config files"
msgstr ""
#: neutron/agent/linux/utils.py:128
#, python-format
msgid ""
"Exit code: %(returncode)d; Stdin: %(stdin)s; Stdout: %(stdout)s; Stderr: "
"%(stderr)s"
msgstr ""
#: neutron/agent/metadata/agent.py:98
#: neutron/agent/metadata/namespace_proxy.py:60
msgid "An unknown error has occurred. Please try your request again."
msgstr ""
#: neutron/agent/metadata/agent.py:153
msgid ""
"Either one of parameter network_id or router_id must be passed to "
"_get_ports method."
msgstr ""
#: neutron/agent/metadata/agent.py:215
#: neutron/agent/metadata/namespace_proxy.py:106
msgid "Remote metadata server experienced an internal server error."
msgstr ""
#: neutron/agent/metadata/agent.py:222
#: neutron/agent/metadata/namespace_proxy.py:113
#, python-format
msgid "Unexpected response code: %s"
msgstr ""
#: neutron/agent/metadata/config.py:23
msgid "Location for Metadata Proxy UNIX domain socket."
msgstr ""
#: neutron/agent/metadata/config.py:26
msgid ""
"User (uid or name) running metadata proxy after its initialization (if "
"empty: agent effective user)."
msgstr ""
#: neutron/agent/metadata/config.py:31
msgid ""
"Group (gid or name) running metadata proxy after its initialization (if "
"empty: agent effective group)."
msgstr ""
#: neutron/agent/metadata/config.py:39
msgid ""
"Enable/Disable log watch by metadata proxy. It should be disabled when "
"metadata_proxy_user/group is not allowed to read/write its log file and "
"copytruncate logrotate option must be used if logrotate is enabled on "
"metadata proxy log files. Option default value is deduced from "
"metadata_proxy_user: watch log is enabled if metadata_proxy_user is agent"
" effective user id/name."
msgstr ""
#: neutron/agent/metadata/config.py:53
msgid "Certificate Authority public key (CA cert) file for ssl"
msgstr ""
#: neutron/agent/metadata/config.py:56
msgid "IP address used by Nova metadata server."
msgstr ""
#: neutron/agent/metadata/config.py:59
msgid "TCP Port used by Nova metadata server."
msgstr ""
#: neutron/agent/metadata/config.py:62
msgid ""
"When proxying metadata requests, Neutron signs the Instance-ID header "
"with a shared secret to prevent spoofing. You may select any string for a"
" secret, but it must match here and in the configuration used by the Nova"
" Metadata Server. NOTE: Nova uses the same config key, but in [neutron] "
"section."
msgstr ""
#: neutron/agent/metadata/config.py:72
msgid "Protocol to access nova metadata, http or https"
msgstr ""
#: neutron/agent/metadata/config.py:74
msgid "Allow to perform insecure SSL (https) requests to nova metadata"
msgstr ""
#: neutron/agent/metadata/config.py:78
msgid "Client certificate for nova metadata api server."
msgstr ""
#: neutron/agent/metadata/config.py:81
msgid "Private key of client certificate."
msgstr ""
#: neutron/agent/metadata/config.py:95
msgid ""
"Metadata Proxy UNIX domain socket mode, 4 values allowed: 'deduce': "
"deduce mode from metadata_proxy_user/group values, 'user': set metadata "
"proxy socket mode to 0o644, to use when metadata_proxy_user is agent "
"effective user or root, 'group': set metadata proxy socket mode to 0o664,"
" to use when metadata_proxy_group is agent effective group or root, "
"'all': set metadata proxy socket mode to 0o666, to use otherwise."
msgstr ""
#: neutron/agent/metadata/config.py:109
msgid ""
"Number of separate worker processes for metadata server (defaults to half"
" of the number of CPUs)"
msgstr ""
#: neutron/agent/metadata/config.py:113
msgid "Number of backlog requests to configure the metadata server socket with"
msgstr ""
#: neutron/agent/metadata/namespace_proxy.py:142
msgid "Network that will have instance metadata proxied."
msgstr ""
#: neutron/agent/metadata/namespace_proxy.py:145
msgid "Router that will have connected instances' metadata proxied."
msgstr ""
#: neutron/agent/metadata/namespace_proxy.py:148
#: neutron/tests/functional/agent/linux/simple_daemon.py:42
msgid "Location of pid file of this process."
msgstr ""
#: neutron/agent/metadata/namespace_proxy.py:151
msgid "Run as daemon."
msgstr ""
#: neutron/agent/metadata/namespace_proxy.py:154
msgid "TCP Port to listen for metadata server requests."
msgstr ""
#: neutron/agent/metadata/namespace_proxy.py:161
msgid "User (uid or name) running metadata proxy after its initialization"
msgstr ""
#: neutron/agent/metadata/namespace_proxy.py:164
msgid "Group (gid or name) running metadata proxy after its initialization"
msgstr ""
#: neutron/agent/metadata/namespace_proxy.py:168
msgid ""
"Watch file log. Log watch should be disabled when "
"metadata_proxy_user/group has no read/write permissions on metadata proxy"
" log file."
msgstr ""
#: neutron/agent/ovsdb/api.py:32
msgid "The interface for interacting with the OVSDB"
msgstr ""
#: neutron/agent/ovsdb/api.py:35
msgid ""
"The connection string for the native OVSDB backend. Requires the native "
"ovsdb_interface to be enabled."
msgstr ""
#: neutron/agent/ovsdb/impl_idl.py:93
#, python-format
msgid "OVSDB Error: %s"
msgstr ""
#: neutron/agent/ovsdb/native/commands.py:95
#, python-format
msgid "Bridge %s does not exist"
msgstr ""
#: neutron/agent/ovsdb/native/commands.py:323
#, python-format
msgid "Port %s does not exist"
msgstr ""
#: neutron/agent/ovsdb/native/commands.py:334
#, python-format
msgid "Port %(port)s does not exist on %(bridge)s!"
msgstr ""
#: neutron/agent/ovsdb/native/commands.py:428
#, python-format
msgid ""
"Row doesn't exist in the DB. Request info: Table=%(table)s. "
"Columns=%(columns)s. Records=%(records)s."
msgstr ""
#: neutron/agent/ovsdb/native/idlutils.py:48
#, python-format
msgid "Cannot find %(table)s with %(col)s=%(match)s"
msgstr ""
#: neutron/agent/ovsdb/native/idlutils.py:78
#, python-format
msgid "Table %s can only be queried by UUID"
msgstr ""
#: neutron/agent/ovsdb/native/idlutils.py:80
msgid "'.' searches are not implemented"
msgstr ""
#: neutron/agent/ovsdb/native/idlutils.py:85
msgid "record"
msgstr ""
#: neutron/agent/windows/utils.py:63
#, python-format
msgid ""
"\n"
"Command: %(cmd)s\n"
"Exit code: %(code)s\n"
"Stdin: %(stdin)s\n"
"Stdout: %(stdout)s\n"
"Stderr: %(stderr)s"
msgstr ""
#: neutron/api/api_common.py:119
#, python-format
msgid "Limit must be an integer 0 or greater and not '%d'"
msgstr ""
#: neutron/api/api_common.py:136
msgid "The number of sort_keys and sort_dirs must be same"
msgstr ""
#: neutron/api/api_common.py:141
#, python-format
msgid "%s is invalid attribute for sort_keys"
msgstr ""
#: neutron/api/api_common.py:145
#, python-format
msgid ""
"%(invalid_dirs)s is invalid value for sort_dirs, valid value is '%(asc)s'"
" and '%(desc)s'"
msgstr ""
#: neutron/api/api_common.py:329 neutron/api/v2/base.py:665
#, python-format
msgid "Unable to find '%s' in request body"
msgstr ""
#: neutron/api/api_common.py:336
#, python-format
msgid "Failed to parse request. Parameter '%s' not specified"
msgstr ""
#: neutron/api/extensions.py:231 neutron/pecan_wsgi/controllers/root.py:135
#, python-format
msgid "Extension with alias %s does not exist"
msgstr ""
#: neutron/api/extensions.py:235 neutron/api/extensions.py:239
msgid "Resource not found."
msgstr ""
#: neutron/api/versions.py:45
msgid "Unknown API version specified"
msgstr ""
#: neutron/api/rpc/callbacks/exceptions.py:17
#, python-format
msgid "Callback for %(resource_type)s returned wrong resource type"
msgstr ""
#: neutron/api/rpc/callbacks/exceptions.py:21
#, python-format
msgid "Callback for %(resource_type)s not found"
msgstr ""
#: neutron/api/rpc/callbacks/exceptions.py:25
#, python-format
msgid "Cannot add multiple callbacks for %(resource_type)s"
msgstr ""
#: neutron/api/rpc/handlers/dhcp_rpc.py:90
msgid "Unrecognized action"
msgstr ""
#: neutron/api/rpc/handlers/resources_rpc.py:38
#, python-format
msgid "Invalid resource type %(resource_type)s"
msgstr ""
#: neutron/api/rpc/handlers/resources_rpc.py:42
#, python-format
msgid "Resource %(resource_id)s of type %(resource_type)s not found"
msgstr ""
#: neutron/api/v2/attributes.py:57
#, python-format
msgid ""
"Invalid input. '%(target_dict)s' must be a dictionary with keys: "
"%(expected_keys)s"
msgstr ""
#: neutron/api/v2/attributes.py:69
#, python-format
msgid ""
"Validation of dictionary's keys failed. Expected keys: %(expected_keys)s "
"Provided keys: %(provided_keys)s"
msgstr ""
#: neutron/api/v2/attributes.py:84
#, python-format
msgid "'%(data)s' is not in %(valid_values)s"
msgstr ""
#: neutron/api/v2/attributes.py:100
#, python-format
msgid "'%s' Blank strings are not permitted"
msgstr ""
#: neutron/api/v2/attributes.py:112
#, python-format
msgid "'%s' is not a valid string"
msgstr ""
#: neutron/api/v2/attributes.py:117
#, python-format
msgid "'%(data)s' exceeds maximum length of %(max_len)s"
msgstr ""
#: neutron/api/v2/attributes.py:125 neutron/api/v2/attributes.py:354
#: neutron/api/v2/attributes.py:415
#, python-format
msgid "'%s' is not a list"
msgstr ""
#: neutron/api/v2/attributes.py:129 neutron/api/v2/attributes.py:359
#: neutron/api/v2/attributes.py:425
#, python-format
msgid "Duplicate items in the list: '%s'"
msgstr ""
#: neutron/api/v2/attributes.py:142
#, python-format
msgid "'%s' is not a valid boolean value"
msgstr ""
#: neutron/api/v2/attributes.py:161 neutron/api/v2/attributes.py:501
#, python-format
msgid "'%s' is not an integer"
msgstr ""
#: neutron/api/v2/attributes.py:165
#, python-format
msgid "'%(data)s' is too small - must be at least '%(limit)d'"
msgstr ""
#: neutron/api/v2/attributes.py:170
#, python-format
msgid "'%(data)s' is too large - must be no larger than '%(limit)d'"
msgstr ""
#: neutron/api/v2/attributes.py:179
#, python-format
msgid "'%s' contains whitespace"
msgstr ""
#: neutron/api/v2/attributes.py:198
#, python-format
msgid "'%s' is not a valid MAC address"
msgstr ""
#: neutron/api/v2/attributes.py:227
#, python-format
msgid "'%s' is not a valid IP address"
msgstr ""
#: neutron/api/v2/attributes.py:238
#, python-format
msgid "Invalid data format for IP pool: '%s'"
msgstr ""
#: neutron/api/v2/attributes.py:255 neutron/api/v2/attributes.py:262
#, python-format
msgid "Invalid data format for fixed IP: '%s'"
msgstr ""
#: neutron/api/v2/attributes.py:270
#, python-format
msgid "Duplicate IP address '%s'"
msgstr ""
#: neutron/api/v2/attributes.py:285
#, python-format
msgid "Invalid data format for nameserver: '%s'"
msgstr ""
#: neutron/api/v2/attributes.py:294
#, python-format
msgid "'%(host)s' is not a valid nameserver. %(msg)s"
msgstr ""
#: neutron/api/v2/attributes.py:299
#, python-format
msgid "Duplicate nameserver '%s'"
msgstr ""
#: neutron/api/v2/attributes.py:307
#, python-format
msgid "Invalid data format for hostroute: '%s'"
msgstr ""
#: neutron/api/v2/attributes.py:324
#, python-format
msgid "Duplicate hostroute '%s'"
msgstr ""
#: neutron/api/v2/attributes.py:340
#: neutron/tests/unit/api/v2/test_attributes.py:520
#: neutron/tests/unit/api/v2/test_attributes.py:528
#: neutron/tests/unit/api/v2/test_attributes.py:542
#: neutron/tests/unit/api/v2/test_attributes.py:550
#, python-format
msgid "'%(data)s' isn't a recognized IP subnet cidr, '%(cidr)s' is recommended"
msgstr ""
#: neutron/api/v2/attributes.py:346
#, python-format
msgid "'%s' is not a valid IP subnet"
msgstr ""
#: neutron/api/v2/attributes.py:381
#, python-format
msgid "'%s' is not a valid input"
msgstr ""
#: neutron/api/v2/attributes.py:403
#, python-format
msgid "'%s' is not a valid UUID"
msgstr ""
#: neutron/api/v2/attributes.py:445
#, python-format
msgid "Validator '%s' does not exist."
msgstr ""
#: neutron/api/v2/attributes.py:457
#, python-format
msgid "'%s' is not a dictionary"
msgstr ""
#: neutron/api/v2/attributes.py:506
#, python-format
msgid "'%s' should be non-negative"
msgstr ""
#: neutron/api/v2/attributes.py:525
#, python-format
msgid "'%s' cannot be converted to boolean"
msgstr ""
#: neutron/api/v2/attributes.py:538
#, python-format
msgid "'%s' is not a integer"
msgstr ""
#: neutron/api/v2/attributes.py:561
#, python-format
msgid "'%s' must be a non negative decimal."
msgstr ""
#: neutron/api/v2/attributes.py:575
#, python-format
msgid "'%s' is not of the form <key>=[value]"
msgstr ""
#: neutron/api/v2/attributes.py:925
#, python-format
msgid "Failed to parse request. Required attribute '%s' not specified"
msgstr ""
#: neutron/api/v2/attributes.py:932
#, python-format
msgid "Attribute '%s' not allowed in POST"
msgstr ""
#: neutron/api/v2/attributes.py:951
#, python-format
msgid "Invalid input for %(attr)s. Reason: %(reason)s."
msgstr ""
#: neutron/api/v2/attributes.py:960
msgid ""
"Specifying 'tenant_id' other than authenticated tenant in request "
"requires admin privileges"
msgstr ""
#: neutron/api/v2/attributes.py:968
msgid "Running without keystone AuthN requires that tenant_id is specified"
msgstr ""
#: neutron/api/v2/attributes.py:976
#: neutron/extensions/allowedaddresspairs.py:80
#: neutron/extensions/multiprovidernet.py:45
#, python-format
msgid "Unrecognized attribute(s) '%s'"
msgstr ""
#: neutron/api/v2/base.py:94
msgid "Native pagination depend on native sorting"
msgstr ""
#: neutron/api/v2/base.py:205 neutron/api/v2/base.py:364
#: neutron/api/v2/base.py:542 neutron/api/v2/base.py:606
#: neutron/extensions/l3agentscheduler.py:51
#: neutron/extensions/l3agentscheduler.py:94
#: neutron/pecan_wsgi/hooks/policy_enforcement.py:66
msgid "The resource could not be found."
msgstr ""
#: neutron/api/v2/base.py:567
#, python-format
msgid "Invalid format: %s"
msgstr ""
#: neutron/api/v2/base.py:643
msgid "Resource body required"
msgstr ""
#: neutron/api/v2/base.py:649
msgid "Bulk operation not supported"
msgstr ""
#: neutron/api/v2/base.py:652
msgid "Resources required"
msgstr ""
#: neutron/api/v2/base.py:662
msgid "Body contains invalid data"
msgstr ""
#: neutron/api/v2/base.py:677
#, python-format
msgid "Cannot update read-only attribute %s"
msgstr ""
#: neutron/api/v2/base.py:699
#: neutron/pecan_wsgi/hooks/ownership_validation.py:51
#, python-format
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr ""
#: neutron/api/v2/resource.py:131
#: neutron/tests/unit/api/v2/test_resource.py:248
msgid "Request Failed: internal server error while processing your request."
msgstr ""
#: neutron/callbacks/exceptions.py:17
#, python-format
msgid "The value '%(value)s' for %(element)s is not valid."
msgstr ""
#: neutron/cmd/ipset_cleanup.py:38
msgid "Destroy all IPsets."
msgstr ""
#: neutron/cmd/ipset_cleanup.py:41
msgid "Destroy IPsets even if there is an iptables reference."
msgstr ""
#: neutron/cmd/ipset_cleanup.py:45
msgid "String prefix used to match IPset names."
msgstr ""
#: neutron/cmd/netns_cleanup.py:66
msgid "Delete the namespace by removing all devices."
msgstr ""
#: neutron/cmd/ovs_cleanup.py:40
msgid ""
"True to delete all ports on all the OpenvSwitch bridges. False to delete "
"ports created by Neutron on integration and external network bridges."
msgstr ""
#: neutron/cmd/sanity_check.py:215
msgid "Check for OVS vxlan support"
msgstr ""
#: neutron/cmd/sanity_check.py:217
msgid "Check for OVS Geneve support"
msgstr ""
#: neutron/cmd/sanity_check.py:219
msgid "Check for iproute2 vxlan support"
msgstr ""
#: neutron/cmd/sanity_check.py:221
msgid "Check for patch port support"
msgstr ""
#: neutron/cmd/sanity_check.py:223
msgid "Check for nova notification support"
msgstr ""
#: neutron/cmd/sanity_check.py:225
msgid "Check for ARP responder support"
msgstr ""
#: neutron/cmd/sanity_check.py:227
msgid "Check for ARP header match support"
msgstr ""
#: neutron/cmd/sanity_check.py:229
msgid "Check for ICMPv6 header match support"
msgstr ""
#: neutron/cmd/sanity_check.py:231
msgid "Check for VF management support"
msgstr ""
#: neutron/cmd/sanity_check.py:233
msgid "Check netns permission settings"
msgstr ""
#: neutron/cmd/sanity_check.py:235
msgid "Check minimal dnsmasq version"
msgstr ""
#: neutron/cmd/sanity_check.py:237
msgid "Check ovsdb native interface support"
msgstr ""
#: neutron/cmd/sanity_check.py:239
msgid "Check ebtables installation"
msgstr ""
#: neutron/cmd/sanity_check.py:241
msgid "Check keepalived IPv6 support"
msgstr ""
#: neutron/cmd/sanity_check.py:243
msgid "Check minimal dibbler version"
msgstr ""
#: neutron/cmd/sanity_check.py:245
msgid "Check ipset installation"
msgstr ""
#: neutron/common/config.py:41
msgid "The host IP to bind to"
msgstr ""
#: neutron/common/config.py:43
msgid "The port to bind to"
msgstr ""
#: neutron/common/config.py:45
msgid ""
"The path for API extensions. Note that this can be a colon-separated list"
" of paths. For example: api_extensions_path = "
"extensions:/path/to/more/exts:/even/more/exts. The __path__ of "
"neutron.extensions is appended to this, so if your extensions are in "
"there you don't need to specify them here."
msgstr ""
#: neutron/common/config.py:53
msgid "The type of authentication to use"
msgstr ""
#: neutron/common/config.py:55
msgid "The core plugin Neutron will use"
msgstr ""
#: neutron/common/config.py:57
msgid "The service plugins Neutron will use"
msgstr ""
#: neutron/common/config.py:59
msgid ""
"The base MAC address Neutron will use for VIFs. The first 3 octets will "
"remain unchanged. If the 4th octet is not 00, it will also be used. The "
"others will be randomly generated."
msgstr ""
#: neutron/common/config.py:64
msgid "How many times Neutron will retry MAC generation"
msgstr ""
#: neutron/common/config.py:66
msgid "Allow the usage of the bulk API"
msgstr ""
#: neutron/common/config.py:68
msgid "Allow the usage of the pagination"
msgstr ""
#: neutron/common/config.py:70
msgid "Allow the usage of the sorting"
msgstr ""
#: neutron/common/config.py:72
msgid ""
"The maximum number of items returned in a single response, value was "
"'infinite' or negative integer means no limit"
msgstr ""
#: neutron/common/config.py:76
msgid ""
"Default value of availability zone hints. The availability zone aware "
"schedulers use this when the resources availability_zone_hints is empty. "
"Multiple availability zones can be specified by a comma separated string."
" This value can be empty. In this case, even if availability_zone_hints "
"for a resource is empty, availability zone is considered for high "
"availability while scheduling the resource."
msgstr ""
#: neutron/common/config.py:86
msgid "Maximum number of DNS nameservers per subnet"
msgstr ""
#: neutron/common/config.py:88
msgid "Maximum number of host routes per subnet"
msgstr ""
#: neutron/common/config.py:91
msgid ""
"Maximum number of fixed ips per port. This option is deprecated and will "
"be removed in the N release."
msgstr ""
#: neutron/common/config.py:95
msgid ""
"Default IPv4 subnet pool to be used for automatic subnet CIDR allocation."
" Specifies by UUID the pool to be used in case where creation of a subnet"
" is being called without a subnet pool ID. If not set then no pool will "
"be used unless passed explicitly to the subnet create. If no pool is "
"used, then a CIDR must be passed to create a subnet and that subnet will "
"not be allocated from any pool; it will be considered part of the "
"tenant's private address space. This option is deprecated for removal in "
"the N release."
msgstr ""
#: neutron/common/config.py:107
msgid ""
"Default IPv6 subnet pool to be used for automatic subnet CIDR allocation."
" Specifies by UUID the pool to be used in case where creation of a subnet"
" is being called without a subnet pool ID. See the description for "
"default_ipv4_subnet_pool for more information. This option is deprecated "
"for removal in the N release."
msgstr ""
#: neutron/common/config.py:115
msgid ""
"Enables IPv6 Prefix Delegation for automatic subnet CIDR allocation. Set "
"to True to enable IPv6 Prefix Delegation for subnet allocation in a PD-"
"capable environment. Users making subnet creation requests for IPv6 "
"subnets without providing a CIDR or subnetpool ID will be given a CIDR "
"via the Prefix Delegation mechanism. Note that enabling PD will override "
"the behavior of the default IPv6 subnetpool."
msgstr ""
#: neutron/common/config.py:126
msgid ""
"DHCP lease duration (in seconds). Use -1 to tell dnsmasq to use infinite "
"lease times."
msgstr ""
#: neutron/common/config.py:130
msgid "Domain to use for building the hostnames"
msgstr ""
#: neutron/common/config.py:132
msgid "Allow sending resource operation notification to DHCP agent"
msgstr ""
#: neutron/common/config.py:135
msgid ""
"Allow overlapping IP support in Neutron. Attention: the following "
"parameter MUST be set to False if Neutron is being used in conjunction "
"with Nova security groups."
msgstr ""
#: neutron/common/config.py:141
msgid ""
"Hostname to be used by the Neutron server, agents and services running on"
" this machine. All the agents and services running on this machine must "
"use the same host value."
msgstr ""
#: neutron/common/config.py:146
msgid ""
"Ensure that configured gateway is on subnet. For IPv6, validate only if "
"gateway is not a link local address."
msgstr ""
#: neutron/common/config.py:150
msgid "Send notification to nova when port status changes"
msgstr ""
#: neutron/common/config.py:152
msgid ""
"Send notification to nova when port data (fixed_ips/floatingip) changes "
"so nova can update its cache."
msgstr ""
#: neutron/common/config.py:155
msgid ""
"Number of seconds between sending events to nova if there are any events "
"to send."
msgstr ""
#: neutron/common/config.py:158
msgid ""
"If True, effort is made to advertise MTU settings to VMs via network "
"methods (DHCP and RA MTU options) when the network's preferred MTU is "
"known."
msgstr ""
#: neutron/common/config.py:162
msgid ""
"Neutron IPAM (IP address management) driver to use. If ipam_driver is not"
" set (default behavior), no IPAM driver is used. In order to use the "
"reference implementation of Neutron IPAM driver, use 'internal'."
msgstr ""
#: neutron/common/config.py:168
msgid ""
"If True, then allow plugins that support it to create VLAN transparent "
"networks."
msgstr ""
#: neutron/common/config.py:175
msgid ""
"Where to store Neutron state files. This directory must be writable by "
"the agent."
msgstr ""
#: neutron/common/config.py:206
msgid ""
"Name of nova region to use. Useful if keystone manages more than one "
"region."
msgstr ""
#: neutron/common/config.py:228
#, python-format
msgid "Base MAC: %s"
msgstr ""
#: neutron/common/exceptions.py:31
msgid "An unknown exception occurred."
msgstr ""
#: neutron/common/exceptions.py:56
#, python-format
msgid "Bad %(resource)s request: %(msg)s."
msgstr ""
#: neutron/common/exceptions.py:68
msgid "Not authorized."
msgstr ""
#: neutron/common/exceptions.py:72
msgid "The service is unavailable."
msgstr ""
#: neutron/common/exceptions.py:76
#, python-format
msgid "User does not have admin privileges: %(reason)s."
msgstr ""
#: neutron/common/exceptions.py:80
#, python-format
msgid "Object %(id)s not found."
msgstr ""
#: neutron/common/exceptions.py:84
#, python-format
msgid "Network %(net_id)s could not be found."
msgstr ""
#: neutron/common/exceptions.py:88
#, python-format
msgid "Subnet %(subnet_id)s could not be found."
msgstr ""
#: neutron/common/exceptions.py:92
#, python-format
msgid "Subnet pool %(subnetpool_id)s could not be found."
msgstr ""
#: neutron/common/exceptions.py:96
#, python-format
msgid "Port %(port_id)s could not be found."
msgstr ""
#: neutron/common/exceptions.py:100
#, python-format
msgid "QoS policy %(policy_id)s could not be found."
msgstr ""
#: neutron/common/exceptions.py:104
#, python-format
msgid "QoS rule %(rule_id)s for policy %(policy_id)s could not be found."
msgstr ""
#: neutron/common/exceptions.py:109
#, python-format
msgid "Port %(port_id)s could not be found on network %(net_id)s."
msgstr ""
#: neutron/common/exceptions.py:114
#, python-format
msgid ""
"QoS binding for port %(port_id)s and policy %(policy_id)s could not be "
"found."
msgstr ""
#: neutron/common/exceptions.py:119
#, python-format
msgid ""
"QoS binding for network %(net_id)s and policy %(policy_id)s could not be "
"found."
msgstr ""
#: neutron/common/exceptions.py:124
msgid "Policy configuration policy.json could not be found."
msgstr ""
#: neutron/common/exceptions.py:128
#, python-format
msgid "Failed to init policy %(policy)s because %(reason)s."
msgstr ""
#: neutron/common/exceptions.py:132
#, python-format
msgid "Failed to check policy %(policy)s because %(reason)s."
msgstr ""
#: neutron/common/exceptions.py:136
#, python-format
msgid "Unsupported port state: %(port_state)s."
msgstr ""
#: neutron/common/exceptions.py:140
msgid "The resource is in use."
msgstr ""
#: neutron/common/exceptions.py:144
#, python-format
msgid "QoS Policy %(policy_id)s is used by %(object_type)s %(object_id)s."
msgstr ""
#: neutron/common/exceptions.py:149
#, python-format
msgid ""
"Unable to complete operation on network %(net_id)s. There are one or more"
" ports still in use on the network."
msgstr ""
#: neutron/common/exceptions.py:154
#, python-format
msgid "Unable to complete operation on subnet %(subnet_id)s %(reason)s."
msgstr ""
#: neutron/common/exceptions.py:159
msgid "One or more ports have an IP allocation from this subnet."
msgstr ""
#: neutron/common/exceptions.py:165
#, python-format
msgid ""
"Unable to complete operation on subnet pool %(subnet_pool_id)s. "
"%(reason)s."
msgstr ""
#: neutron/common/exceptions.py:170
msgid "Two or more concurrent subnets allocated."
msgstr ""
#: neutron/common/exceptions.py:175
#, python-format
msgid ""
"Unable to complete operation on port %(port_id)s for network %(net_id)s. "
"Port already has an attached device %(device_id)s."
msgstr ""
#: neutron/common/exceptions.py:181
#, python-format
msgid "Port %(port_id)s cannot be deleted directly via the port API: %(reason)s."
msgstr ""
#: neutron/common/exceptions.py:186
#, python-format
msgid "Port %(port_id)s is already acquired by another DHCP agent"
msgstr ""
#: neutron/common/exceptions.py:190
#, python-format
msgid ""
"Unable to complete operation on port %(port_id)s, port is already bound, "
"port type: %(vif_type)s, old_mac %(old_mac)s, new_mac %(new_mac)s."
msgstr ""
#: neutron/common/exceptions.py:196
#, python-format
msgid ""
"Unable to complete operation for network %(net_id)s. The mac address "
"%(mac)s is in use."
msgstr ""
#: neutron/common/exceptions.py:202
#, python-format
msgid ""
"Unable to complete operation for %(subnet_id)s. The number of host routes"
" exceeds the limit %(quota)s."
msgstr ""
#: neutron/common/exceptions.py:208
#, python-format
msgid ""
"Unable to complete operation for %(subnet_id)s. The number of DNS "
"nameservers exceeds the limit %(quota)s."
msgstr ""
#: neutron/common/exceptions.py:213
#, python-format
msgid ""
"IP address %(ip_address)s is not a valid IP for any of the subnets on the"
" specified network."
msgstr ""
#: neutron/common/exceptions.py:218
#, python-format
msgid "IP address %(ip_address)s is not a valid IP for the specified subnet."
msgstr ""
#: neutron/common/exceptions.py:223
#, python-format
msgid ""
"Unable to complete operation for network %(net_id)s. The IP address "
"%(ip_address)s is in use."
msgstr ""
#: neutron/common/exceptions.py:228
#, python-format
msgid ""
"Unable to create the network. The VLAN %(vlan_id)s on physical network "
"%(physical_network)s is in use."
msgstr ""
#: neutron/common/exceptions.py:234
#, python-format
msgid ""
"Unable to create the flat network. Physical network %(physical_network)s "
"is in use."
msgstr ""
#: neutron/common/exceptions.py:239
#, python-format
msgid "Unable to create the network. The tunnel ID %(tunnel_id)s is in use."
msgstr ""
#: neutron/common/exceptions.py:244
msgid "Tenant network creation is not enabled."
msgstr ""
#: neutron/common/exceptions.py:252
msgid ""
"Unable to create the network. No tenant network is available for "
"allocation."
msgstr ""
#: neutron/common/exceptions.py:257
msgid ""
"Unable to create the network. No available network found in maximum "
"allowed attempts."
msgstr ""
#: neutron/common/exceptions.py:262
#, python-format
msgid ""
"Subnet on port %(port_id)s does not match the requested subnet "
"%(subnet_id)s."
msgstr ""
#: neutron/common/exceptions.py:267
#, python-format
msgid "Malformed request body: %(reason)s."
msgstr ""
#: neutron/common/exceptions.py:277
#, python-format
msgid "Invalid input for operation: %(error_message)s."
msgstr ""
#: neutron/common/exceptions.py:281
#, python-format
msgid "The allocation pool %(pool)s is not valid."
msgstr ""
#: neutron/common/exceptions.py:285
#, python-format
msgid ""
"Operation %(op)s is not supported for device_owner %(device_owner)s on "
"port %(port_id)s."
msgstr ""
#: neutron/common/exceptions.py:290
#, python-format
msgid ""
"Found overlapping allocation pools: %(pool_1)s %(pool_2)s for subnet "
"%(subnet_cidr)s."
msgstr ""
#: neutron/common/exceptions.py:295
#, python-format
msgid "The allocation pool %(pool)s spans beyond the subnet cidr %(subnet_cidr)s."
msgstr ""
#: neutron/common/exceptions.py:300
#, python-format
msgid "Unable to generate unique mac on network %(net_id)s."
msgstr ""
#: neutron/common/exceptions.py:304
#, python-format
msgid "No more IP addresses available on network %(net_id)s."
msgstr ""
#: neutron/common/exceptions.py:308
#, python-format
msgid "Bridge %(bridge)s does not exist."
msgstr ""
#: neutron/common/exceptions.py:312
#, python-format
msgid "Creation failed. %(dev_name)s already exists."
msgstr ""
#: neutron/common/exceptions.py:316
#, python-format
msgid "Unknown quota resources %(unknown)s."
msgstr ""
#: neutron/common/exceptions.py:320
#, python-format
msgid "Quota exceeded for resources: %(overs)s."
msgstr ""
#: neutron/common/exceptions.py:324
msgid "Tenant-id was missing from quota request."
msgstr ""
#: neutron/common/exceptions.py:328
#, python-format
msgid ""
"Change would make usage less than 0 for the following resources: "
"%(unders)s."
msgstr ""
#: neutron/common/exceptions.py:333
#, python-format
msgid ""
"Unable to reconfigure sharing settings for network %(network)s. Multiple "
"tenants are using it."
msgstr ""
#: neutron/common/exceptions.py:338
#, python-format
msgid "Invalid extension environment: %(reason)s."
msgstr ""
#: neutron/common/exceptions.py:342
#, python-format
msgid "Extensions not found: %(extensions)s."
msgstr ""
#: neutron/common/exceptions.py:346
#, python-format
msgid "Invalid content type %(content_type)s."
msgstr ""
#: neutron/common/exceptions.py:350
#, python-format
msgid "Unable to find any IP address on external network %(net_id)s."
msgstr ""
#: neutron/common/exceptions.py:355
msgid "More than one external network exists."
msgstr ""
#: neutron/common/exceptions.py:359
#, python-format
msgid "An invalid value was provided for %(opt_name)s: %(opt_value)s."
msgstr ""
#: neutron/common/exceptions.py:364
#, python-format
msgid "Gateway ip %(ip_address)s conflicts with allocation pool %(pool)s."
msgstr ""
#: neutron/common/exceptions.py:369
#, python-format
msgid ""
"Current gateway ip %(ip_address)s already in use by port %(port_id)s. "
"Unable to update."
msgstr ""
#: neutron/common/exceptions.py:374
#, python-format
msgid "Invalid network VLAN range: '%(vlan_range)s' - '%(error)s'."
msgstr ""
#: neutron/common/exceptions.py:384
msgid "Empty physical network name."
msgstr ""
#: neutron/common/exceptions.py:388
#, python-format
msgid "Invalid network tunnel range: '%(tunnel_range)s' - %(error)s."
msgstr ""
#: neutron/common/exceptions.py:399
#, python-format
msgid "Invalid network VXLAN port range: '%(vxlan_range)s'."
msgstr ""
#: neutron/common/exceptions.py:403
msgid "VXLAN network unsupported."
msgstr ""
#: neutron/common/exceptions.py:407
#, python-format
msgid "Found duplicate extension: %(alias)s."
msgstr ""
#: neutron/common/exceptions.py:411
#, python-format
msgid ""
"The following device_id %(device_id)s is not owned by your tenant or "
"matches another tenants router."
msgstr ""
#: neutron/common/exceptions.py:416
#, python-format
msgid "Invalid CIDR %(input)s given as IP prefix."
msgstr ""
#: neutron/common/exceptions.py:420
#, python-format
msgid "Router '%(router_id)s' is not compatible with this agent."
msgstr ""
#: neutron/common/exceptions.py:424
#, python-format
msgid "Router '%(router_id)s' cannot be both DVR and HA."
msgstr ""
#: neutron/common/exceptions.py:445
msgid "Both network_id and router_id are None. One must be provided."
msgstr ""
#: neutron/common/exceptions.py:450
msgid "Aborting periodic_sync_routers_task due to an error."
msgstr ""
#: neutron/common/exceptions.py:462
#, python-format
msgid "%(driver)s: Internal driver error."
msgstr ""
#: neutron/common/exceptions.py:466
msgid "Unspecified minimum subnet pool prefix."
msgstr ""
#: neutron/common/exceptions.py:470
msgid "Empty subnet pool prefix list."
msgstr ""
#: neutron/common/exceptions.py:474
msgid "Cannot mix IPv4 and IPv6 prefixes in a subnet pool."
msgstr ""
#: neutron/common/exceptions.py:478
#, python-format
msgid "Prefix '%(prefix)s' not supported in IPv%(version)s pool."
msgstr ""
#: neutron/common/exceptions.py:482
#, python-format
msgid ""
"Illegal prefix bounds: %(prefix_type)s=%(prefixlen)s, "
"%(base_prefix_type)s=%(base_prefixlen)s."
msgstr ""
#: neutron/common/exceptions.py:487
#, python-format
msgid "Illegal update to prefixes: %(msg)s."
msgstr ""
#: neutron/common/exceptions.py:491
#, python-format
msgid "Failed to allocate subnet: %(reason)s."
msgstr ""
#: neutron/common/exceptions.py:495
msgid ""
"Failed to associate address scope: subnetpools within an address scope "
"must have unique prefixes."
msgstr ""
#: neutron/common/exceptions.py:500
#, python-format
msgid ""
"Illegal subnetpool association: subnetpool %(subnetpool_id)s cannot be "
"associated with address scope %(address_scope_id)s."
msgstr ""
#: neutron/common/exceptions.py:506
#, python-format
msgid "Illegal subnetpool update : %(reason)s."
msgstr ""
#: neutron/common/exceptions.py:510
#, python-format
msgid ""
"Unable to allocate subnet with prefix length %(prefixlen)s, minimum "
"allowed prefix is %(min_prefixlen)s."
msgstr ""
#: neutron/common/exceptions.py:515
#, python-format
msgid ""
"Unable to allocate subnet with prefix length %(prefixlen)s, maximum "
"allowed prefix is %(max_prefixlen)s."
msgstr ""
#: neutron/common/exceptions.py:520
#, python-format
msgid "Unable to delete subnet pool: %(reason)s."
msgstr ""
#: neutron/common/exceptions.py:524
msgid "Per-tenant subnet pool prefix quota exceeded."
msgstr ""
#: neutron/common/exceptions.py:528
#, python-format
msgid "Device '%(device_name)s' does not exist."
msgstr ""
#: neutron/common/exceptions.py:532
msgid ""
"Subnets hosted on the same network must be allocated from the same subnet"
" pool."
msgstr ""
#: neutron/common/exceptions.py:537
#, python-format
msgid "Object action %(action)s failed because: %(reason)s."
msgstr ""
#: neutron/common/exceptions.py:541
msgid "IPtables conntrack zones exhausted, iptables rules cannot be applied."
msgstr ""
#: neutron/common/ipv6_utils.py:36
msgid "Unable to generate IP address by EUI64 for IPv4 prefix"
msgstr ""
#: neutron/common/ipv6_utils.py:43
#, python-format
msgid ""
"Bad prefix or mac format for generating IPv6 address by EUI-64: "
"%(prefix)s, %(mac)s:"
msgstr ""
#: neutron/common/ipv6_utils.py:47
#, python-format
msgid "Bad prefix type for generate IPv6 address by EUI-64: %s"
msgstr ""
#: neutron/common/utils.py:223
#: neutron/plugins/ml2/drivers/mech_sriov/agent/common/config.py:36
#, python-format
msgid "Invalid mapping: '%s'"
msgstr ""
#: neutron/common/utils.py:226
#: neutron/plugins/ml2/drivers/mech_sriov/agent/common/config.py:39
#, python-format
msgid "Missing key in mapping: '%s'"
msgstr ""
#: neutron/common/utils.py:229
#, python-format
msgid "Missing value in mapping: '%s'"
msgstr ""
#: neutron/common/utils.py:231
#, python-format
msgid "Key %(key)s in mapping: '%(mapping)s' not unique"
msgstr ""
#: neutron/common/utils.py:234
#, python-format
msgid "Value %(value)s in mapping: '%(mapping)s' not unique"
msgstr ""
#: neutron/common/utils.py:442
msgid "Illegal IP version number"
msgstr ""
#: neutron/common/utils.py:510 neutron/common/utils.py:525
msgid "Class not found."
msgstr ""
#: neutron/db/address_scope_db.py:89
msgid "Shared address scope can't be unshared"
msgstr ""
#: neutron/db/agents_db.py:44
msgid ""
"Seconds to regard the agent is down; should be at least twice "
"report_interval, to be sure the agent is down for good."
msgstr ""
#: neutron/db/agents_db.py:49
msgid ""
"Representing the resource type whose load is being reported by the agent."
" This can be \"networks\", \"subnets\" or \"ports\". When specified "
"(Default is networks), the server will extract particular load sent as "
"part of its agent configuration object from the agent report state, which"
" is the number of resources being consumed, at every "
"report_interval.dhcp_load_type can be used in combination with "
"network_scheduler_driver = "
"neutron.scheduler.dhcp_agent_scheduler.WeightScheduler When the "
"network_scheduler_driver is WeightScheduler, dhcp_load_type can be "
"configured to represent the choice for the resource being balanced. "
"Example: dhcp_load_type=networks"
msgstr ""
#: neutron/db/agents_db.py:65
msgid ""
"Agent starts with admin_state_up=False when enable_new_agents=False. In "
"the case, user's resources will not be scheduled automatically to the "
"agent until admin changes admin_state_up to True."
msgstr ""
#: neutron/db/agentschedulers_db.py:45
msgid "Driver to use for scheduling network to DHCP agent"
msgstr ""
#: neutron/db/agentschedulers_db.py:47
msgid "Allow auto scheduling networks to DHCP agent."
msgstr ""
#: neutron/db/agentschedulers_db.py:49
msgid "Automatically remove networks from offline DHCP agents."
msgstr ""
#: neutron/db/agentschedulers_db.py:52
msgid ""
"Number of DHCP agents scheduled to host a tenant network. If this number "
"is greater than 1, the scheduler automatically assigns multiple DHCP "
"agents for a given tenant network, providing high availability for DHCP "
"service."
msgstr ""
#: neutron/db/agentschedulers_db.py:59
msgid ""
"Enable services on an agent with admin_state_up False. If this option is "
"False, when admin_state_up of an agent is turned False, services on it "
"will be disabled. Agents with admin_state_up False are not selected for "
"automatic scheduling regardless of this option. But manual scheduling to "
"such agents is available if this option is True."
msgstr ""
#: neutron/db/common_db_mixin.py:176
msgid "Cannot create resource for another tenant"
msgstr ""
#: neutron/db/db_base_plugin_v2.py:136
msgid "Only admins can manipulate policies on networks they do not own."
msgstr ""
#: neutron/db/db_base_plugin_v2.py:195 neutron/db/db_base_plugin_v2.py:199
#, python-format
msgid "Invalid route: %s"
msgstr ""
#: neutron/db/db_base_plugin_v2.py:251
#, python-format
msgid ""
"Invalid CIDR %s for IPv6 address mode. OpenStack uses the EUI-64 address "
"format, which requires the prefix to be /64."
msgstr ""
#: neutron/db/db_base_plugin_v2.py:259
#, python-format
msgid ""
"ipv6_ra_mode set to '%(ra_mode)s' with ipv6_address_mode set to "
"'%(addr_mode)s' is not valid. If both attributes are set, they must be "
"the same value"
msgstr ""
#: neutron/db/db_base_plugin_v2.py:267
msgid ""
"ipv6_ra_mode or ipv6_address_mode cannot be set when enable_dhcp is set "
"to False."
msgstr ""
#: neutron/db/db_base_plugin_v2.py:273
msgid "Cannot disable enable_dhcp with ipv6 attributes set"
msgstr ""
#: neutron/db/db_base_plugin_v2.py:422
#, python-format
msgid "%(name)s '%(addr)s' does not match the ip_version '%(ip_version)s'"
msgstr ""
#: neutron/db/db_base_plugin_v2.py:449
msgid "Subnet has a prefix length that is incompatible with DHCP service enabled."
msgstr ""
#: neutron/db/db_base_plugin_v2.py:457
msgid "Multicast IP subnet is not supported if enable_dhcp is True."
msgstr ""
#: neutron/db/db_base_plugin_v2.py:461
msgid "Loopback IP subnet is not supported if enable_dhcp is True."
msgstr ""
#: neutron/db/db_base_plugin_v2.py:470
msgid "Gateway is not valid on subnet"
msgstr ""
#: neutron/db/db_base_plugin_v2.py:490 neutron/db/db_base_plugin_v2.py:504
msgid "new subnet"
msgstr ""
#: neutron/db/db_base_plugin_v2.py:497
#, python-format
msgid "Error parsing dns address %s"
msgstr ""
#: neutron/db/db_base_plugin_v2.py:513
msgid "ipv6_ra_mode is not valid when ip_version is 4"
msgstr ""
#: neutron/db/db_base_plugin_v2.py:517
msgid "ipv6_address_mode is not valid when ip_version is 4"
msgstr ""
#: neutron/db/db_base_plugin_v2.py:525
msgid "Prefix Delegation can only be used with IPv6 subnets."
msgstr ""
#: neutron/db/db_base_plugin_v2.py:535
msgid "IPv6 RA Mode must be SLAAC or Stateless for Prefix Delegation."
msgstr ""
#: neutron/db/db_base_plugin_v2.py:541
msgid "IPv6 Address Mode must be SLAAC or Stateless for Prefix Delegation."
msgstr ""
#: neutron/db/db_base_plugin_v2.py:620
msgid "ip_version must be specified in the absence of cidr and subnetpool_id"
msgstr ""
#: neutron/db/db_base_plugin_v2.py:647
msgid "cidr and prefixlen must not be supplied together"
msgstr ""
#: neutron/db/db_base_plugin_v2.py:672
msgid "A cidr must be specified in the absence of a subnet pool"
msgstr ""
#: neutron/db/db_base_plugin_v2.py:923
#, python-format
msgid ""
"subnetpool %(subnetpool_id)s cannot be updated when associated with "
"shared address scope %(address_scope_id)s"
msgstr ""
#: neutron/db/db_base_plugin_v2.py:937
msgid ""
"A default subnetpool for this IP family has already been set. Only one "
"default may exist per IP family"
msgstr ""
#: neutron/db/db_base_plugin_v2.py:993
msgid "Existing prefixes must be a subset of the new prefixes"
msgstr ""
#: neutron/db/db_base_plugin_v2.py:1077
msgid "Subnet pool has existing allocations"
msgstr ""
#: neutron/db/db_base_plugin_v2.py:1085
msgid "mac address update"
msgstr ""
#: neutron/db/dvr_mac_db.py:38
msgid ""
"The base mac address used for unique DVR instances by Neutron. The first "
"3 octets will remain unchanged. If the 4th octet is not 00, it will also "
"be used. The others will be randomly generated. The 'dvr_base_mac' *must*"
" be different from 'base_mac' to avoid mixing them up with MAC's "
"allocated for tenant ports. A 4 octet example would be dvr_base_mac = "
"fa:16:3f:4f:00:00. The default is 3 octet"
msgstr ""
#: neutron/db/extraroute_db.py:36
msgid "Maximum number of routes per router"
msgstr ""
#: neutron/db/extraroute_db.py:91
msgid "the nexthop is not connected with router"
msgstr ""
#: neutron/db/extraroute_db.py:96
msgid "the nexthop is used by router"
msgstr ""
#: neutron/db/ipam_backend_mixin.py:82
msgid "allocation_pools allowed only for specific subnet requests."
msgstr ""
#: neutron/db/ipam_backend_mixin.py:93
#, python-format
msgid "Cannot allocate IPv%(req_ver)s subnet from IPv%(pool_ver)s subnet pool"
msgstr ""
#: neutron/db/ipam_backend_mixin.py:213
msgid "0 is not allowed as CIDR prefix length"
msgstr ""
#: neutron/db/ipam_backend_mixin.py:224
#, python-format
msgid ""
"Requested subnet with cidr: %(cidr)s for network: %(network_id)s overlaps"
" with another subnet"
msgstr ""
#: neutron/db/ipam_backend_mixin.py:302
msgid "Exceeded maximum amount of fixed ips per port"
msgstr ""
#: neutron/db/ipam_backend_mixin.py:309
#, python-format
msgid ""
"Failed to create port on network %(network_id)s, because fixed_ips "
"included invalid subnet %(subnet_id)s"
msgstr ""
#: neutron/db/ipam_backend_mixin.py:323
msgid "IP allocation requires subnet_id or ip_address"
msgstr ""
#: neutron/db/ipam_non_pluggable_backend.py:259
#: neutron/db/ipam_pluggable_backend.py:249
#, python-format
msgid ""
"IPv6 address %(address)s can not be directly assigned to a port on subnet"
" %(id)s since the subnet is configured for automatic addresses"
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:47
msgid "Driver to use for scheduling router to a default L3 agent"
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:50
msgid "Allow auto scheduling of routers to L3 agent."
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:52
msgid ""
"Automatically reschedule routers from offline L3 agents to online L3 "
"agents."
msgstr ""
#: neutron/db/l3_db.py:281
#, python-format
msgid "No eligible l3 agent associated with external network %s found"
msgstr ""
#: neutron/db/l3_db.py:319
#, python-format
msgid "Network %s is not an external network"
msgstr ""
#: neutron/db/l3_db.py:329
#, python-format
msgid "External IP %s is the same as the gateway IP"
msgstr ""
#: neutron/db/l3_db.py:479
#, python-format
msgid "Router already has a port on subnet %s"
msgstr ""
#: neutron/db/l3_db.py:496
#, python-format
msgid ""
"Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s "
"of subnet %(sub_id)s"
msgstr ""
#: neutron/db/l3_db.py:512
msgid "Either subnet_id or port_id must be specified"
msgstr ""
#: neutron/db/l3_db.py:516
msgid "Cannot specify both subnet-id and port-id"
msgstr ""
#: neutron/db/l3_db.py:529
msgid "Router port must have at least one fixed IP"
msgstr ""
#: neutron/db/l3_db.py:537
#, python-format
msgid ""
"Cannot have multiple router ports with the same network id if both "
"contain IPv6 subnets. Existing port %(p)s has IPv6 subnet(s) and network "
"id %(nid)s"
msgstr ""
#: neutron/db/l3_db.py:558
msgid "Cannot have multiple IPv4 subnets on router port"
msgstr ""
#: neutron/db/l3_db.py:579
msgid "Subnet for router interface must have a gateway IP"
msgstr ""
#: neutron/db/l3_db.py:583
#, python-format
msgid ""
"IPv6 subnet %s configured to receive RAs from an external router cannot "
"be added to Neutron Router."
msgstr ""
#: neutron/db/l3_db.py:794
#, python-format
msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip"
msgstr ""
#: neutron/db/l3_db.py:839
#, python-format
msgid ""
"Port %(port_id)s is associated with a different tenant than Floating IP "
"%(floatingip_id)s and therefore cannot be bound."
msgstr ""
#: neutron/db/l3_db.py:843
#, python-format
msgid ""
"Cannot create floating IP and bind it to Port %s, since that port is "
"owned by a different tenant."
msgstr ""
#: neutron/db/l3_db.py:855
#, python-format
msgid ""
"Floating IP %(floatingip_id)s is associated with non-IPv4 address "
"%s(internal_ip)s and therefore cannot be bound."
msgstr ""
#: neutron/db/l3_db.py:859
#, python-format
msgid ""
"Cannot create floating IP and bind it to %s, since that is not an IPv4 "
"address."
msgstr ""
#: neutron/db/l3_db.py:867
#, python-format
msgid "Port %(id)s does not have fixed ip %(address)s"
msgstr ""
#: neutron/db/l3_db.py:874
#, python-format
msgid "Cannot add floating IP to port %s that has no fixed IPv4 addresses"
msgstr ""
#: neutron/db/l3_db.py:878
#, python-format
msgid ""
"Port %s has multiple fixed IPv4 addresses. Must provide a specific IPv4 "
"address when assigning a floating IP"
msgstr ""
#: neutron/db/l3_db.py:907
msgid "fixed_ip_address cannot be specified without a port_id"
msgstr ""
#: neutron/db/l3_db.py:951
#, python-format
msgid "Network %s is not a valid external network"
msgstr ""
#: neutron/db/l3_db.py:955
#, python-format
msgid "Network %s does not contain any IPv4 subnet"
msgstr ""
#: neutron/db/l3_db.py:1107
#, python-format
msgid "has device owner %s"
msgstr ""
#: neutron/db/l3_dvr_db.py:45
msgid ""
"System-wide flag to determine the type of router that tenants can create."
" Only admin can override."
msgstr ""
#: neutron/db/l3_dvr_db.py:85
msgid "Migration from distributed router to centralized is not supported"
msgstr ""
#: neutron/db/l3_dvr_db.py:91
msgid ""
"Cannot upgrade active router to distributed. Please set router "
"admin_state_up to False prior to upgrade."
msgstr ""
#: neutron/db/l3_dvr_db.py:614
msgid "Unable to create the Agent Gateway Port"
msgstr ""
#: neutron/db/l3_dvr_db.py:645
msgid "Unable to create the SNAT Interface Port"
msgstr ""
#: neutron/db/l3_gwmode_db.py:29
msgid ""
"Define the default value of enable_snat if not provided in "
"external_gateway_info."
msgstr ""
#: neutron/db/l3_hamode_db.py:50
msgid "Enable HA mode for virtual routers."
msgstr ""
#: neutron/db/l3_hamode_db.py:53
msgid ""
"Maximum number of L3 agents which a HA router will be scheduled on. If it"
" is set to 0 then the router will be scheduled on every agent."
msgstr ""
#: neutron/db/l3_hamode_db.py:58
msgid ""
"Minimum number of L3 agents which a HA router will be scheduled on. If it"
" is set to 0 then the router will be scheduled on every agent."
msgstr ""
#: neutron/db/l3_hamode_db.py:63
msgid "Subnet used for the l3 HA admin network."
msgstr ""
#: neutron/db/l3_hamode_db.py:65
msgid ""
"The network type to use when creating the HA network for an HA router. By"
" default or if empty, the first 'tenant_network_types' is used. This is "
"helpful when the VRRP traffic should use a specific network which is not "
"the default one."
msgstr ""
#: neutron/db/l3_hamode_db.py:71
msgid "The physical network name with which the HA network can be created."
msgstr ""
#: neutron/db/l3_hamode_db.py:435
msgid ""
"Cannot change HA attribute of active routers. Please set router "
"admin_state_up to False prior to upgrade."
msgstr ""
#: neutron/db/rbac_db_models.py:26
#, python-format
msgid ""
"Invalid action '%(action)s' for object type '%(object_type)s'. Valid "
"actions: %(valid_actions)s"
msgstr ""
#: neutron/db/securitygroups_db.py:272 neutron/db/securitygroups_db.py:622
#, python-format
msgid "cannot be deleted due to %s"
msgstr ""
#: neutron/db/securitygroups_db.py:687
msgid "Default security group"
msgstr ""
#: neutron/db/securitygroups_rpc_base.py:58
#, python-format
msgid "%s must implement get_port_from_device or get_ports_from_devices."
msgstr ""
#: neutron/db/sqlalchemyutils.py:73
#, python-format
msgid "%s is invalid attribute for sort_key"
msgstr ""
#: neutron/db/sqlalchemyutils.py:76
#, python-format
msgid ""
"The attribute '%(attr)s' is reference to other resource, can't used by "
"sort '%(resource)s'"
msgstr ""
#: neutron/db/migration/__init__.py:60
#, python-format
msgid "%s cannot be called while in offline mode"
msgstr ""
#: neutron/db/migration/cli.py:68
msgid "Neutron plugin provider module"
msgstr ""
#: neutron/db/migration/cli.py:72
msgid ""
"(Deprecated. Use '--subproject neutron-SERVICE' instead.) The advanced "
"service to execute the command against."
msgstr ""
#: neutron/db/migration/cli.py:78
#, python-format
msgid "The subproject to execute the command against. Can be one of: '%s'."
msgstr ""
#: neutron/db/migration/cli.py:83
msgid "Enforce using split branches file structure."
msgstr ""
#: neutron/db/migration/cli.py:89
msgid "Neutron quota driver class"
msgstr ""
#: neutron/db/migration/cli.py:98
msgid "URL to database"
msgstr ""
#: neutron/db/migration/cli.py:101
msgid ""
"Database engine for which script will be generated when using offline "
"migration."
msgstr ""
#: neutron/db/migration/cli.py:118
#, python-format
msgid "Running %(cmd)s (%(desc)s) for %(project)s ..."
msgstr ""
#: neutron/db/migration/cli.py:121
#, python-format
msgid "Running %(cmd)s for %(project)s ..."
msgstr ""
#: neutron/db/migration/cli.py:127
msgid "OK"
msgstr ""
#: neutron/db/migration/cli.py:132
#, python-format
msgid "Sub-project %s not installed."
msgstr ""
#: neutron/db/migration/cli.py:174
msgid "Phase upgrade options do not accept revision specification"
msgstr ""
#: neutron/db/migration/cli.py:186
msgid "You must provide a revision or relative delta"
msgstr ""
#: neutron/db/migration/cli.py:191
msgid "Negative relative revision (downgrade) not supported"
msgstr ""
#: neutron/db/migration/cli.py:197
msgid "Use either --delta or relative revision, not both"
msgstr ""
#: neutron/db/migration/cli.py:200
msgid "Negative delta (downgrade) not supported"
msgstr ""
#: neutron/db/migration/cli.py:221
msgid "Downgrade no longer supported"
msgstr ""
#: neutron/db/migration/cli.py:282
#, python-format
msgid ""
"Release aware branch labels (%s) are deprecated. Please switch to expand@"
" and contract@ labels."
msgstr ""
#: neutron/db/migration/cli.py:289
#, python-format
msgid "Unexpected label for script %(script_name)s: %(labels)s"
msgstr ""
#: neutron/db/migration/cli.py:331
#, python-format
msgid "Unexpected number of alembic branch points: %(branchpoints)s"
msgstr ""
#: neutron/db/migration/cli.py:370
#, python-format
msgid "HEAD file does not match migration timeline head, expected: %s"
msgstr ""
#: neutron/db/migration/cli.py:395
#, python-format
msgid ""
"%(branch)s HEAD file does not match migration timeline head, expected: "
"%(head)s"
msgstr ""
#: neutron/db/migration/cli.py:405
msgid "Repository does not contain HEAD files for contract and expand branches."
msgstr ""
#: neutron/db/migration/cli.py:482
msgid "Available commands"
msgstr ""
#: neutron/db/migration/cli.py:498
#, python-format
msgid "Failed to locate source for %s."
msgstr ""
#: neutron/db/migration/cli.py:591
#, python-format
msgid "Package %s not installed"
msgstr ""
#: neutron/db/migration/cli.py:680
msgid "Cannot specify both --service and --subproject."
msgstr ""
#: neutron/db/migration/alembic_migrations/versions/14be42f3d0a5_default_sec_group_table.py:45
#, python-format
msgid ""
"Some tenants have more than one security group named 'default': "
"%(duplicates)s. All duplicate 'default' security groups must be resolved "
"before upgrading the database."
msgstr ""
#: neutron/debug/commands.py:33
msgid "Unimplemented commands"
msgstr ""
#: neutron/debug/commands.py:45
msgid "ID of network to probe"
msgstr ""
#: neutron/debug/commands.py:49
msgid "Owner type of the device: network/compute"
msgstr ""
#: neutron/debug/commands.py:57
#, python-format
msgid "Probe created : %s "
msgstr ""
#: neutron/debug/commands.py:69
msgid "ID of probe port to delete"
msgstr ""
#: neutron/debug/commands.py:76
#, python-format
msgid "Probe %s deleted"
msgstr ""
#: neutron/debug/commands.py:119
msgid "ID of probe port to execute command"
msgstr ""
#: neutron/debug/commands.py:124
msgid "Command to execute"
msgstr ""
#: neutron/debug/commands.py:144
msgid "Ping timeout"
msgstr ""
#: neutron/debug/commands.py:148
msgid "ID of network"
msgstr ""
#: neutron/debug/shell.py:62
msgid "Config file for interface driver (You may also use l3_agent.ini)"
msgstr ""
#: neutron/debug/shell.py:70
msgid ""
"You must provide a config file for bridge - either --config-file or "
"env[NEUTRON_TEST_CONFIG_FILE]"
msgstr ""
#: neutron/extensions/address_scope.py:65
#, python-format
msgid "Address scope %(address_scope_id)s could not be found"
msgstr ""
#: neutron/extensions/address_scope.py:69
#, python-format
msgid ""
"Unable to complete operation on address scope %(address_scope_id)s. There"
" are one or more subnet pools in use on the address scope"
msgstr ""
#: neutron/extensions/address_scope.py:75
#, python-format
msgid "Unable to update address scope %(address_scope_id)s : %(reason)s"
msgstr ""
#: neutron/extensions/agent.py:62
#, python-format
msgid "Agent %(id)s could not be found"
msgstr ""
#: neutron/extensions/agent.py:66
#, python-format
msgid "Agent with agent_type=%(agent_type)s and host=%(host)s could not be found"
msgstr ""
#: neutron/extensions/agent.py:71
#, python-format
msgid "Multiple agents with agent_type=%(agent_type)s and host=%(host)s found"
msgstr ""
#: neutron/extensions/allowedaddresspairs.py:25
msgid "Maximum number of allowed address pairs"
msgstr ""
#: neutron/extensions/allowedaddresspairs.py:32
msgid "AllowedAddressPair must contain ip_address"
msgstr ""
#: neutron/extensions/allowedaddresspairs.py:36
msgid ""
"Port Security must be enabled in order to have allowed address pairs on a"
" port."
msgstr ""
#: neutron/extensions/allowedaddresspairs.py:41
#, python-format
msgid ""
"Request contains duplicate address pair: mac_address %(mac_address)s "
"ip_address %(ip_address)s."
msgstr ""
#: neutron/extensions/allowedaddresspairs.py:46
#, python-format
msgid "The number of allowed address pair exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/allowedaddresspairs.py:58
msgid "Allowed address pairs must be a list."
msgstr ""
#: neutron/extensions/availability_zone.py:45
msgid "Too many availability_zone_hints specified"
msgstr ""
#: neutron/extensions/availability_zone.py:77
#, python-format
msgid "AvailabilityZone %(availability_zone)s could not be found."
msgstr ""
#: neutron/extensions/dhcpagentscheduler.py:123
#, python-format
msgid "Agent %(id)s is not a valid DHCP Agent or has been disabled"
msgstr ""
#: neutron/extensions/dhcpagentscheduler.py:127
#, python-format
msgid ""
"The network %(network_id)s has been already hosted by the DHCP Agent "
"%(agent_id)s."
msgstr ""
#: neutron/extensions/dhcpagentscheduler.py:132
#, python-format
msgid "The network %(network_id)s is not hosted by the DHCP agent %(agent_id)s."
msgstr ""
#: neutron/extensions/dns.py:54
#, python-format
msgid "'%s' exceeds the 255 character FQDN limit"
msgstr ""
#: neutron/extensions/dns.py:58
msgid "Encountered an empty component."
msgstr ""
#: neutron/extensions/dns.py:61
#, python-format
msgid "Name '%s' must not start or end with a hyphen."
msgstr ""
#: neutron/extensions/dns.py:64
#, python-format
msgid ""
"Name '%s' must be 1-63 characters long, each of which can only be "
"alphanumeric or a hyphen."
msgstr ""
#: neutron/extensions/dns.py:69
#, python-format
msgid "TLD '%s' must not be all numeric"
msgstr ""
#: neutron/extensions/dns.py:71
#, python-format
msgid "'%(data)s' not a valid PQDN or FQDN. Reason: %(reason)s"
msgstr ""
#: neutron/extensions/dns.py:87
#, python-format
msgid ""
"The dns_name passed is a PQDN and its size is '%(dns_name_len)s'. The "
"dns_domain option in neutron.conf is set to %(dns_domain)s, with a length"
" of '%(higher_labels_len)s'. When the two are concatenated to form a FQDN"
" (with a '.' at the end), the resulting length exceeds the maximum size "
"of '%(fqdn_max_len)s'"
msgstr ""
#: neutron/extensions/dns.py:104
#, python-format
msgid ""
"The dns_name passed is a FQDN. Its higher level labels must be equal to "
"the dns_domain option in neutron.conf, that has been set to "
"'%(dns_domain)s'. It must also include one or more valid DNS labels to "
"the left of '%(dns_domain)s'"
msgstr ""
#: neutron/extensions/dns.py:131
#, python-format
msgid "'%s' cannot be converted to lowercase string"
msgstr ""
#: neutron/extensions/dvr.py:38
#, python-format
msgid "Distributed Virtual Router Mac Address for host %(host)s does not exist."
msgstr ""
#: neutron/extensions/dvr.py:43
#, python-format
msgid "Unable to generate unique DVR mac for host %(host)s."
msgstr ""
#: neutron/extensions/external_net.py:22
#, python-format
msgid ""
"External network %(net_id)s cannot be updated to be made non-external, "
"since it has existing gateway ports"
msgstr ""
#: neutron/extensions/external_net.py:50
msgid "Adds external network attribute to network resource."
msgstr ""
#: neutron/extensions/extra_dhcp_opt.py:23
#, python-format
msgid "ExtraDhcpOpt %(id)s could not be found"
msgstr ""
#: neutron/extensions/extra_dhcp_opt.py:27
#, python-format
msgid "Invalid data format for extra-dhcp-opt: %(data)s"
msgstr ""
#: neutron/extensions/extraroute.py:23
#, python-format
msgid "Invalid format for routes: %(routes)s, %(reason)s"
msgstr ""
#: neutron/extensions/extraroute.py:27
#, python-format
msgid ""
"Router interface for subnet %(subnet_id)s on router %(router_id)s cannot "
"be deleted, as it is required by one or more routes."
msgstr ""
#: neutron/extensions/extraroute.py:33
#, python-format
msgid ""
"Unable to complete operation for %(router_id)s. The number of routes "
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/flavors.py:26
#, python-format
msgid "Flavor %(flavor_id)s could not be found."
msgstr ""
#: neutron/extensions/flavors.py:30
#, python-format
msgid "Flavor %(flavor_id)s is used by some service instance."
msgstr ""
#: neutron/extensions/flavors.py:34
#, python-format
msgid "Service Profile %(sp_id)s could not be found."
msgstr ""
#: neutron/extensions/flavors.py:38
#, python-format
msgid "Service Profile %(sp_id)s is used by some service instance."
msgstr ""
#: neutron/extensions/flavors.py:42
#, python-format
msgid "Service Profile %(sp_id)s is already associated with flavor %(fl_id)s."
msgstr ""
#: neutron/extensions/flavors.py:47
#, python-format
msgid "Service Profile %(sp_id)s is not associated with flavor %(fl_id)s."
msgstr ""
#: neutron/extensions/flavors.py:52
#, python-format
msgid "Service Profile driver %(driver)s could not be found."
msgstr ""
#: neutron/extensions/flavors.py:56
msgid "Service Profile needs either a driver or metainfo."
msgstr ""
#: neutron/extensions/flavors.py:60
msgid "Flavor is not enabled."
msgstr ""
#: neutron/extensions/flavors.py:64
msgid "Service Profile is not enabled."
msgstr ""
#: neutron/extensions/flavors.py:68
#, python-format
msgid "Invalid service type %(service_type)s."
msgstr ""
#: neutron/extensions/l3.py:29
#, python-format
msgid "Router %(router_id)s could not be found"
msgstr ""
#: neutron/extensions/l3.py:33
#, python-format
msgid "Router %(router_id)s %(reason)s"
msgstr ""
#: neutron/extensions/l3.py:42
#, python-format
msgid "Router %(router_id)s does not have an interface with id %(port_id)s"
msgstr ""
#: neutron/extensions/l3.py:47
#, python-format
msgid "Router %(router_id)s has no interface on subnet %(subnet_id)s"
msgstr ""
#: neutron/extensions/l3.py:52
#, python-format
msgid ""
"Router interface for subnet %(subnet_id)s on router %(router_id)s cannot "
"be deleted, as it is required by one or more floating IPs."
msgstr ""
#: neutron/extensions/l3.py:58
#, python-format
msgid "Floating IP %(floatingip_id)s could not be found"
msgstr ""
#: neutron/extensions/l3.py:62
#, python-format
msgid ""
"External network %(external_network_id)s is not reachable from subnet "
"%(subnet_id)s. Therefore, cannot associate Port %(port_id)s with a "
"Floating IP."
msgstr ""
#: neutron/extensions/l3.py:68
#, python-format
msgid ""
"Cannot associate floating IP %(floating_ip_address)s (%(fip_id)s) with "
"port %(port_id)s using fixed IP %(fixed_ip)s, as that fixed IP already "
"has a floating IP on external network %(net_id)s."
msgstr ""
#: neutron/extensions/l3.py:75
#, python-format
msgid ""
"Gateway cannot be updated for router %(router_id)s, since a gateway to "
"external network %(net_id)s is required by one or more floating IPs."
msgstr ""
#: neutron/extensions/l3.py:156
msgid "Number of routers allowed per tenant. A negative value means unlimited."
msgstr ""
#: neutron/extensions/l3.py:160
msgid ""
"Number of floating IPs allowed per tenant. A negative value means "
"unlimited."
msgstr ""
#: neutron/extensions/l3_ext_ha_mode.py:33
msgid "Currently distributed HA routers are not supported."
msgstr ""
#: neutron/extensions/l3_ext_ha_mode.py:38
#, python-format
msgid ""
"Failed to allocate a VRID in the network %(network_id)s for the router "
"%(router_id)s after %(max_tries)s tries."
msgstr ""
#: neutron/extensions/l3_ext_ha_mode.py:43
#, python-format
msgid ""
"No more Virtual Router Identifier (VRID) available when creating router "
"%(router_id)s. The limit of number of HA Routers per tenant is 254."
msgstr ""
#: neutron/extensions/l3_ext_ha_mode.py:49
#, python-format
msgid ""
"The HA Network CIDR specified in the configuration file isn't valid; "
"%(cidr)s."
msgstr ""
#: neutron/extensions/l3_ext_ha_mode.py:54
#, python-format
msgid ""
"Not enough l3 agents available to ensure HA. Minimum required "
"%(min_agents)s, available %(num_agents)s."
msgstr ""
#: neutron/extensions/l3_ext_ha_mode.py:59
#, python-format
msgid ""
"max_l3_agents_per_router %(max_agents)s config parameter is not valid. It"
" has to be greater than or equal to min_l3_agents_per_router "
"%(min_agents)s."
msgstr ""
#: neutron/extensions/l3_ext_ha_mode.py:65
#, python-format
msgid ""
"min_l3_agents_per_router config parameter is not valid. It has to be "
"equal to or more than %s for HA."
msgstr ""
#: neutron/extensions/l3agentscheduler.py:153
#, python-format
msgid "Agent %(id)s is not a L3 Agent or has been disabled"
msgstr ""
#: neutron/extensions/l3agentscheduler.py:157
#, python-format
msgid ""
"The router %(router_id)s has been already hosted by the L3 Agent "
"%(agent_id)s."
msgstr ""
#: neutron/extensions/l3agentscheduler.py:162
#, python-format
msgid "Failed scheduling router %(router_id)s to the L3 Agent %(agent_id)s."
msgstr ""
#: neutron/extensions/l3agentscheduler.py:167
#, python-format
msgid "Failed rescheduling router %(router_id)s: no eligible l3 agent found."
msgstr ""
#: neutron/extensions/l3agentscheduler.py:172
#, python-format
msgid ""
"Cannot host %(router_type)s router %(router_id)s on %(agent_mode)s L3 "
"agent %(agent_id)s."
msgstr ""
#: neutron/extensions/l3agentscheduler.py:177
#, python-format
msgid ""
"Not allowed to manually assign a %(router_type)s router %(router_id)s "
"from an existing DVR node to another L3 agent %(agent_id)s."
msgstr ""
#: neutron/extensions/metering.py:31
#, python-format
msgid "Metering label %(label_id)s does not exist"
msgstr ""
#: neutron/extensions/metering.py:35
msgid "Duplicate Metering Rule in POST."
msgstr ""
#: neutron/extensions/metering.py:39
#, python-format
msgid "Metering label rule %(rule_id)s does not exist"
msgstr ""
#: neutron/extensions/metering.py:43
#, python-format
msgid ""
"Metering label rule with remote_ip_prefix %(remote_ip_prefix)s overlaps "
"another"
msgstr ""
#: neutron/extensions/multiprovidernet.py:27
msgid "Segments and provider values cannot both be set."
msgstr ""
#: neutron/extensions/multiprovidernet.py:31
msgid "Duplicate segment entry in request."
msgstr ""
#: neutron/extensions/portsecurity.py:21
msgid ""
"Port has security group associated. Cannot disable port security or ip "
"address until security group is removed"
msgstr ""
#: neutron/extensions/portsecurity.py:26
msgid ""
"Port security must be enabled and port must have an IP address in order "
"to use security groups."
msgstr ""
#: neutron/extensions/portsecurity.py:31
msgid "Port does not have port security binding."
msgstr ""
#: neutron/extensions/providernet.py:59
msgid "Plugin does not support updating provider attributes"
msgstr ""
#: neutron/extensions/quotasv2.py:69
msgid "POST requests are not supported on this resource."
msgstr ""
#: neutron/extensions/quotasv2.py:89
msgid "Only admin is authorized to access quotas for another tenant"
msgstr ""
#: neutron/extensions/quotasv2.py:94
msgid "Only admin can view or configure quota"
msgstr ""
#: neutron/extensions/rbac.py:27
#, python-format
msgid "RBAC policy of type %(object_type)s with ID %(id)s not found"
msgstr ""
#: neutron/extensions/rbac.py:31
#, python-format
msgid ""
"RBAC policy on object %(object_id)s cannot be removed because other "
"objects depend on it.\n"
"Details: %(details)s"
msgstr ""
#: neutron/extensions/rbac.py:39
#, python-format
msgid "'%s' is not a valid RBAC object type"
msgstr ""
#: neutron/extensions/rbac.py:74
msgid ""
"Default number of RBAC entries allowed per tenant. A negative value means"
" unlimited."
msgstr ""
#: neutron/extensions/securitygroup.py:34
msgid "For TCP/UDP protocols, port_range_min must be <= port_range_max"
msgstr ""
#: neutron/extensions/securitygroup.py:39
#, python-format
msgid "Invalid value for port %(port)s"
msgstr ""
#: neutron/extensions/securitygroup.py:43
#, python-format
msgid ""
"Invalid value for ICMP %(field)s (%(attr)s) %(value)s. It must be 0 to "
"255."
msgstr ""
#: neutron/extensions/securitygroup.py:48
#, python-format
msgid "Invalid ethertype %(ethertype)s for protocol %(protocol)s."
msgstr ""
#: neutron/extensions/securitygroup.py:53
#, python-format
msgid ""
"ICMP code (port-range-max) %(value)s is provided but ICMP type (port-"
"range-min) is missing."
msgstr ""
#: neutron/extensions/securitygroup.py:58
#, python-format
msgid "Security Group %(id)s %(reason)s."
msgstr ""
#: neutron/extensions/securitygroup.py:62
#: neutron/extensions/securitygroup.py:124
msgid "in use"
msgstr ""
#: neutron/extensions/securitygroup.py:67
msgid "Insufficient rights for removing default security group."
msgstr ""
#: neutron/extensions/securitygroup.py:71
msgid "Updating default security group not allowed."
msgstr ""
#: neutron/extensions/securitygroup.py:75
msgid "Default security group already exists."
msgstr ""
#: neutron/extensions/securitygroup.py:79
#, python-format
msgid ""
"Security group rule protocol %(protocol)s not supported. Only protocol "
"values %(values)s and integer representations [0 to 255] are supported."
msgstr ""
#: neutron/extensions/securitygroup.py:85
msgid "Multiple tenant_ids in bulk security group rule create not allowed"
msgstr ""
#: neutron/extensions/securitygroup.py:90
msgid "Only remote_ip_prefix or remote_group_id may be provided."
msgstr ""
#: neutron/extensions/securitygroup.py:95
msgid "Must also specifiy protocol if port range is given."
msgstr ""
#: neutron/extensions/securitygroup.py:99
msgid "Only allowed to update rules for one security profile at a time"
msgstr ""
#: neutron/extensions/securitygroup.py:104
#, python-format
msgid "Security group %(id)s does not exist"
msgstr ""
#: neutron/extensions/securitygroup.py:108
#, python-format
msgid "Security group rule %(id)s does not exist"
msgstr ""
#: neutron/extensions/securitygroup.py:112
msgid "Duplicate Security Group Rule in POST."
msgstr ""
#: neutron/extensions/securitygroup.py:116
#, python-format
msgid "Security group rule already exists. Rule id is %(id)s."
msgstr ""
#: neutron/extensions/securitygroup.py:120
#, python-format
msgid "Security Group Rule %(id)s %(reason)s."
msgstr ""
#: neutron/extensions/securitygroup.py:129
#, python-format
msgid "Conflicting value ethertype %(ethertype)s for CIDR %(cidr)s"
msgstr ""
#: neutron/extensions/securitygroup.py:133
#, python-format
msgid "Error %(reason)s while attempting the operation."
msgstr ""
#: neutron/extensions/securitygroup.py:184
#, python-format
msgid "'%s' is not an integer or uuid"
msgstr ""
#: neutron/extensions/securitygroup.py:276
msgid ""
"Number of security groups allowed per tenant. A negative value means "
"unlimited."
msgstr ""
#: neutron/extensions/securitygroup.py:280
msgid ""
"Number of security rules allowed per tenant. A negative value means "
"unlimited."
msgstr ""
#: neutron/extensions/servicetype.py:50
msgid "Neutron Service Type Management"
msgstr ""
#: neutron/extensions/servicetype.py:58
msgid "API for retrieving service providers for Neutron advanced services"
msgstr ""
#: neutron/extensions/vlantransparent.py:28
msgid "Backend does not support VLAN Transparency."
msgstr ""
#: neutron/ipam/exceptions.py:20
#, python-format
msgid "Cannot handle subnet of type %(subnet_type)s"
msgstr ""
#: neutron/ipam/exceptions.py:24
#, python-format
msgid "Unable to calculate %(address_type)s address because of:%(reason)s"
msgstr ""
#: neutron/ipam/exceptions.py:29
#, python-format
msgid "Unknown address type %(address_type)s"
msgstr ""
#: neutron/ipam/exceptions.py:33
#, python-format
msgid "Unable to find IP address %(ip_address)s on subnet %(subnet_id)s"
msgstr ""
#: neutron/ipam/exceptions.py:38
#, python-format
msgid "IP address %(ip)s already allocated in subnet %(subnet_id)s"
msgstr ""
#: neutron/ipam/exceptions.py:42
#, python-format
msgid "IP address %(ip)s does not belong to subnet %(subnet_id)s"
msgstr ""
#: neutron/ipam/exceptions.py:46
#, python-format
msgid "The address allocation request could not be satisfied because: %(reason)s"
msgstr ""
#: neutron/ipam/exceptions.py:51
#, python-format
msgid "The subnet request could not be satisfied because: %(reason)s"
msgstr ""
#: neutron/ipam/exceptions.py:56
#, python-format
msgid ""
"IPv6 address %(ip)s cannot be directly assigned to a port on subnet "
"%(subnet_id)s as the subnet is configured for automatic addresses"
msgstr ""
#: neutron/ipam/exceptions.py:62
#, python-format
msgid "No more IP addresses available for subnet %(subnet_id)s."
msgstr ""
#: neutron/ipam/exceptions.py:66
msgid "IP allocation failed. Try again later."
msgstr ""
#: neutron/ipam/exceptions.py:70
msgid "New value for first_ip or last_ip has to be specified."
msgstr ""
#: neutron/ipam/requests.py:69
msgid "Ranges must be netaddr.IPRange"
msgstr ""
#: neutron/ipam/requests.py:71
msgid "Ranges must not overlap"
msgstr ""
#: neutron/ipam/requests.py:81
msgid "Ranges must be in the same IP version"
msgstr ""
#: neutron/ipam/requests.py:87
msgid "Gateway IP version inconsistent with allocation pool version"
msgstr ""
#: neutron/ipam/requests.py:112
msgid "gateway_ip is not in the subnet"
msgstr ""
#: neutron/ipam/requests.py:116
msgid "allocation_pools use the wrong ip version"
msgstr ""
#: neutron/ipam/requests.py:120
msgid "allocation_pools are not in the subnet"
msgstr ""
#: neutron/ipam/requests.py:224
msgid "must provide exactly 2 arguments - cidr and MAC"
msgstr ""
#: neutron/ipam/subnet_alloc.py:135
#, python-format
msgid "Insufficient prefix space to allocate subnet size /%s"
msgstr ""
#: neutron/ipam/subnet_alloc.py:153
msgid "Cannot allocate requested subnet from the available set of prefixes"
msgstr ""
#: neutron/ipam/subnet_alloc.py:174
msgid "Unsupported request type"
msgstr ""
#: neutron/objects/base.py:25
#, python-format
msgid "Unable to update the following object fields: %(fields)s"
msgstr ""
#: neutron/objects/base.py:29
#, python-format
msgid ""
"Failed to create a duplicate %(object_type)s: for attribute(s) "
"%(attributes)s with value(s) %(values)s"
msgstr ""
#: neutron/objects/base.py:78
#, python-format
msgid "'%s' is not supported for filtering"
msgstr ""
#: neutron/pecan_wsgi/hooks/translation.py:36
#, python-format
msgid "An unexpected exception was caught: %s"
msgstr ""
#: neutron/pecan_wsgi/hooks/translation.py:38
msgid "An unexpected internal error occurred."
msgstr ""
#: neutron/plugins/brocade/NeutronPlugin.py:61
#: neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py:22
#: neutron/services/l3_router/brocade/l3_router_plugin.py:23
msgid "The address of the host to SSH to"
msgstr ""
#: neutron/plugins/brocade/NeutronPlugin.py:63
#: neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py:24
#: neutron/services/l3_router/brocade/l3_router_plugin.py:25
msgid "The SSH username to use"
msgstr ""
#: neutron/plugins/brocade/NeutronPlugin.py:65
#: neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py:26
#: neutron/services/l3_router/brocade/l3_router_plugin.py:27
msgid "The SSH password to use"
msgstr ""
#: neutron/plugins/brocade/NeutronPlugin.py:67
msgid "Currently unused"
msgstr ""
#: neutron/plugins/brocade/NeutronPlugin.py:71
msgid "The network interface to use when creating a port"
msgstr ""
#: neutron/plugins/brocade/NeutronPlugin.py:299
#: neutron/plugins/brocade/NeutronPlugin.py:340
#: neutron/plugins/brocade/NeutronPlugin.py:393
#: neutron/plugins/brocade/NeutronPlugin.py:424
msgid "Brocade plugin raised exception, check logs"
msgstr ""
#: neutron/plugins/common/utils.py:61
#, python-format
msgid "%(id)s is not a valid %(type)s identifier"
msgstr ""
#: neutron/plugins/common/utils.py:66
msgid "End of tunnel range is less than start of tunnel range"
msgstr ""
#: neutron/plugins/common/utils.py:76
#, python-format
msgid "%s is not a valid VLAN tag"
msgstr ""
#: neutron/plugins/common/utils.py:80
msgid "End of VLAN range is less than start of VLAN range"
msgstr ""
#: neutron/plugins/common/utils.py:167
msgid ""
"Too long prefix provided. New name would exceed given length for an "
"interface name."
msgstr ""
#: neutron/plugins/hyperv/agent/config.py:23
msgid ""
"List of <physical_network>:<vswitch> where the physical networks can be "
"expressed with wildcards, e.g.: .\"*:external\""
msgstr ""
#: neutron/plugins/hyperv/agent/config.py:29
msgid "Private vswitch name used for local networks"
msgstr ""
#: neutron/plugins/hyperv/agent/config.py:31
#: neutron/plugins/ml2/drivers/linuxbridge/agent/common/config.py:68
#: neutron/plugins/ml2/drivers/mech_sriov/agent/common/config.py:58
#: neutron/plugins/ml2/drivers/openvswitch/agent/common/config.py:97
msgid ""
"The number of seconds the agent will wait between polling for local "
"device changes."
msgstr ""
#: neutron/plugins/hyperv/agent/config.py:35
msgid ""
"Enables metrics collections for switch ports by using Hyper-V's metric "
"APIs. Collected data can by retrieved by other apps and services, e.g.: "
"Ceilometer. Requires Hyper-V / Windows Server 2012 and above"
msgstr ""
#: neutron/plugins/hyperv/agent/config.py:42
msgid ""
"Specifies the maximum number of retries to enable Hyper-V's port metrics "
"collection. The agent will try to enable the feature once every "
"polling_interval period for at most metrics_max_retries or until it "
"succeedes."
msgstr ""
#: neutron/plugins/ml2/config.py:22
msgid ""
"List of network type driver entrypoints to be loaded from the "
"neutron.ml2.type_drivers namespace."
msgstr ""
#: neutron/plugins/ml2/config.py:26
msgid ""
"Ordered list of network_types to allocate as tenant networks. The default"
" value 'local' is useful for single-box testing but provides no "
"connectivity between hosts."
msgstr ""
#: neutron/plugins/ml2/config.py:32
msgid ""
"An ordered list of networking mechanism driver entrypoints to be loaded "
"from the neutron.ml2.mechanism_drivers namespace."
msgstr ""
#: neutron/plugins/ml2/config.py:37
msgid ""
"An ordered list of extension driver entrypoints to be loaded from the "
"neutron.ml2.extension_drivers namespace. For example: extension_drivers ="
" port_security,qos"
msgstr ""
#: neutron/plugins/ml2/config.py:42
msgid ""
"The maximum permissible size of an unfragmented packet travelling from "
"and to addresses where encapsulated Neutron traffic is sent. Drivers "
"calculate maximum viable MTU for validating tenant requests based on this"
" value (typically, path_mtu - maxmum encapsulation header size). If <= 0,"
" the path MTU is indeterminate and no calculation takes place."
msgstr ""
#: neutron/plugins/ml2/config.py:51
msgid ""
"The maximum permissible size of an unfragmented packet travelling a L2 "
"network segment. If <= 0, the segment MTU is indeterminate and no "
"calculation takes place."
msgstr ""
#: neutron/plugins/ml2/config.py:57
msgid ""
"A list of mappings of physical networks to MTU values. The format of the "
"mapping is <physnet>:<mtu val>. This mapping allows specifying a physical"
" network MTU value that differs from the default segment_mtu value."
msgstr ""
#: neutron/plugins/ml2/config.py:63
msgid ""
"Default network type for external networks when no provider attributes "
"are specified. By default it is None, which means that if provider "
"attributes are not specified while creating external networks then they "
"will have the same type as tenant networks. Allowed values for "
"external_network_type config option depend on the network type values "
"configured in type_drivers config option."
msgstr ""
#: neutron/plugins/ml2/managers.py:101
msgid "network_type required"
msgstr ""
#: neutron/plugins/ml2/managers.py:208 neutron/plugins/ml2/managers.py:217
#, python-format
msgid "network_type value '%s' not supported"
msgstr ""
#: neutron/plugins/ml2/plugin.py:265
msgid "binding:profile value too large"
msgstr ""
#: neutron/plugins/ml2/common/exceptions.py:23
#, python-format
msgid "%(method)s failed."
msgstr ""
#: neutron/plugins/ml2/common/exceptions.py:28
#, python-format
msgid "Extension %(driver)s failed."
msgstr ""
#: neutron/plugins/ml2/drivers/type_flat.py:34
msgid ""
"List of physical_network names with which flat networks can be created. "
"Use default '*' to allow flat networks with arbitrary physical_network "
"names. Use an empty list to disable flat networks."
msgstr ""
#: neutron/plugins/ml2/drivers/type_flat.py:94
msgid "physical_network required for flat provider network"
msgstr ""
#: neutron/plugins/ml2/drivers/type_flat.py:97
msgid "Flat provider networks are disabled"
msgstr ""
#: neutron/plugins/ml2/drivers/type_flat.py:100
#, python-format
msgid "physical_network '%s' unknown for flat provider network"
msgstr ""
#: neutron/plugins/ml2/drivers/type_flat.py:107
#, python-format
msgid "%s prohibited for flat provider network"
msgstr ""
#: neutron/plugins/ml2/drivers/type_geneve.py:32
msgid ""
"Comma-separated list of <vni_min>:<vni_max> tuples enumerating ranges of "
"Geneve VNI IDs that are available for tenant network allocation"
msgstr ""
#: neutron/plugins/ml2/drivers/type_geneve.py:37
msgid ""
"Geneve encapsulation header size is dynamic, this value is used to "
"calculate the maximum MTU for the driver. This is the sum of the sizes of"
" the outer ETH + IP + UDP + GENEVE header sizes. The default size for "
"this field is 50, which is the size of the Geneve header without any "
"additional option headers."
msgstr ""
#: neutron/plugins/ml2/drivers/type_gre.py:32
msgid ""
"Comma-separated list of <tun_min>:<tun_max> tuples enumerating ranges of "
"GRE tunnel IDs that are available for tenant network allocation"
msgstr ""
#: neutron/plugins/ml2/drivers/type_local.py:52
#, python-format
msgid "%s prohibited for local provider network"
msgstr ""
#: neutron/plugins/ml2/drivers/type_tunnel.py:181
#, python-format
msgid "provider:physical_network specified for %s network"
msgstr ""
#: neutron/plugins/ml2/drivers/type_tunnel.py:188
#, python-format
msgid "%(key)s prohibited for %(tunnel)s provider network"
msgstr ""
#: neutron/plugins/ml2/drivers/type_tunnel.py:322
msgid "Tunnel IP value needed by the ML2 plugin"
msgstr ""
#: neutron/plugins/ml2/drivers/type_tunnel.py:327
msgid "Network type value needed by the ML2 plugin"
msgstr ""
#: neutron/plugins/ml2/drivers/type_tunnel.py:384
#, python-format
msgid "Network type value '%s' not supported"
msgstr ""
#: neutron/plugins/ml2/drivers/type_vlan.py:37
msgid ""
"List of <physical_network>:<vlan_min>:<vlan_max> or <physical_network> "
"specifying physical_network names usable for VLAN provider and tenant "
"networks, as well as ranges of VLAN tags on each available for allocation"
" to tenant networks."
msgstr ""
#: neutron/plugins/ml2/drivers/type_vlan.py:174
#, python-format
msgid "physical_network '%s' unknown for VLAN provider network"
msgstr ""
#: neutron/plugins/ml2/drivers/type_vlan.py:179
#, python-format
msgid "segmentation_id out of range (%(min)s through %(max)s)"
msgstr ""
#: neutron/plugins/ml2/drivers/type_vlan.py:185
msgid "segmentation_id requires physical_network for VLAN provider network"
msgstr ""
#: neutron/plugins/ml2/drivers/type_vlan.py:193
#, python-format
msgid "%s prohibited for VLAN provider network"
msgstr ""
#: neutron/plugins/ml2/drivers/type_vxlan.py:32
msgid ""
"Comma-separated list of <vni_min>:<vni_max> tuples enumerating ranges of "
"VXLAN VNI IDs that are available for tenant network allocation"
msgstr ""
#: neutron/plugins/ml2/drivers/type_vxlan.py:36
msgid ""
"Multicast group for VXLAN. When configured, will enable sending all "
"broadcast traffic to this multicast group. When left unconfigured, will "
"disable multicast VXLAN mode."
msgstr ""
#: neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py:28
msgid "Allowed physical networks"
msgstr ""
#: neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py:30
msgid "OS Type of the switch"
msgstr ""
#: neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py:32
msgid "OS Version number"
msgstr ""
#: neutron/plugins/ml2/drivers/l2pop/config.py:21
msgid ""
"Delay within which agent is expected to update existing ports whent it "
"restarts"
msgstr ""
#: neutron/plugins/ml2/drivers/linuxbridge/agent/common/config.py:26
msgid ""
"Enable VXLAN on the agent. Can be enabled when agent is managed by ml2 "
"plugin using linuxbridge mechanism driver"
msgstr ""
#: neutron/plugins/ml2/drivers/linuxbridge/agent/common/config.py:30
msgid "TTL for vxlan interface protocol packets."
msgstr ""
#: neutron/plugins/ml2/drivers/linuxbridge/agent/common/config.py:32
msgid "TOS for vxlan interface protocol packets."
msgstr ""
#: neutron/plugins/ml2/drivers/linuxbridge/agent/common/config.py:34
msgid ""
"Multicast group(s) for vxlan interface. A range of group addresses may be"
" specified by using CIDR notation. Specifying a range allows different "
"VNIs to use different group addresses, reducing or eliminating spurious "
"broadcast traffic to the tunnel endpoints. To reserve a unique group for "
"each possible (24-bit) VNI, use a /8 such as 239.0.0.0/8. This setting "
"must be the same on all the agents."
msgstr ""
#: neutron/plugins/ml2/drivers/linuxbridge/agent/common/config.py:43
msgid "Local IP address of the VXLAN endpoints."
msgstr ""
#: neutron/plugins/ml2/drivers/linuxbridge/agent/common/config.py:45
msgid ""
"Extension to use alongside ml2 plugin's l2population mechanism driver. It"
" enables the plugin to populate VXLAN forwarding table."
msgstr ""
#: neutron/plugins/ml2/drivers/linuxbridge/agent/common/config.py:53
msgid ""
"Comma-separated list of <physical_network>:<physical_interface> tuples "
"mapping physical network names to the agent's node-specific physical "
"network interfaces to be used for flat and VLAN networks. All physical "
"networks listed in network_vlan_ranges on the server should have mappings"
" to appropriate interfaces on each agent."
msgstr ""
#: neutron/plugins/ml2/drivers/linuxbridge/agent/common/config.py:63
msgid "List of <physical_network>:<physical_bridge>"
msgstr ""
#: neutron/plugins/ml2/drivers/linuxbridge/agent/common/config.py:71
#: neutron/plugins/ml2/drivers/openvswitch/agent/common/config.py:141
msgid ""
"Set new timeout in seconds for new rpc calls after agent receives "
"SIGTERM. If value is set to 0, rpc timeout won't be changed"
msgstr ""
#: neutron/plugins/ml2/drivers/linuxbridge/agent/common/config.py:79
#: neutron/plugins/ml2/drivers/openvswitch/agent/common/config.py:124
msgid ""
"Enable suppression of ARP responses that don't match an IP address that "
"belongs to the port from which they originate. Note: This prevents the "
"VMs attached to this agent from spoofing, it doesn't protect them from "
"other devices which have the capability to spoof (e.g. bare metal or VMs "
"attached to agents without this flag set to True). Spoofing rules will "
"not be added to any ports that have port security disabled. For "
"LinuxBridge, this requires ebtables. For OVS, it requires a version that "
"supports matching ARP headers."
msgstr ""
#: neutron/plugins/ml2/drivers/mech_sriov/agent/eswitch_manager.py:53
msgid "Device not found"
msgstr ""
#: neutron/plugins/ml2/drivers/mech_sriov/agent/eswitch_manager.py:67
msgid "Device has no virtual functions"
msgstr ""
#: neutron/plugins/ml2/drivers/mech_sriov/agent/sriov_nic_agent.py:381
#, python-format
msgid "Device name %(dev_name)s is missing from physical_device_mappings"
msgstr ""
#: neutron/plugins/ml2/drivers/mech_sriov/agent/common/config.py:41
#, python-format
msgid "Device %(dev_name)s in mapping: %(mapping)s not unique"
msgstr ""
#: neutron/plugins/ml2/drivers/mech_sriov/agent/common/config.py:65
msgid ""
"Comma-separated list of <physical_network>:<network_device> tuples "
"mapping physical network names to the agent's node-specific physical "
"network device interfaces of SR-IOV physical function to be used for VLAN"
" networks. All physical networks listed in network_vlan_ranges on the "
"server should have mappings to appropriate interfaces on each agent."
msgstr ""
#: neutron/plugins/ml2/drivers/mech_sriov/agent/common/config.py:75
msgid ""
"Comma-separated list of <network_device>:<vfs_to_exclude> tuples, mapping"
" network_device to the agent's node-specific list of virtual functions "
"that should not be used for virtual networking. vfs_to_exclude is a "
"semicolon-separated list of virtual functions to exclude from "
"network_device. The network_device in the mapping should appear in the "
"physical_device_mappings list."
msgstr ""
#: neutron/plugins/ml2/drivers/mech_sriov/agent/common/exceptions.py:24
#, python-format
msgid "Invalid Device %(dev_name)s: %(reason)s"
msgstr ""
#: neutron/plugins/ml2/drivers/mech_sriov/agent/common/exceptions.py:28
#, python-format
msgid "ip command failed on device %(dev_name)s: %(reason)s"
msgstr ""
#: neutron/plugins/ml2/drivers/mech_sriov/agent/common/exceptions.py:32
#, python-format
msgid "Operation not supported on device %(dev_name)s"
msgstr ""
#: neutron/plugins/ml2/drivers/mech_sriov/agent/common/exceptions.py:36
#, python-format
msgid "Invalid pci slot %(pci_slot)s"
msgstr ""
#: neutron/plugins/ml2/drivers/mech_sriov/mech_driver/exceptions.py:23
#, python-format
msgid "Unsupported network type %(net_type)s."
msgstr ""
#: neutron/plugins/ml2/drivers/mech_sriov/mech_driver/mech_driver.py:37
msgid ""
"Comma-separated list of supported PCI vendor devices, as defined by "
"vendor_id:product_id according to the PCI ID Repository. Default enables "
"support for Intel and Mellanox SR-IOV capable NICs."
msgstr ""
#: neutron/plugins/ml2/drivers/mech_sriov/mech_driver/mech_driver.py:88
msgid "Parsing supported pci_vendor_devs failed"
msgstr ""
#: neutron/plugins/ml2/drivers/mech_sriov/mech_driver/mech_driver.py:180
#, python-format
msgid "Incorrect pci_vendor_info: \"%s\", should be pair vendor_id:product_id"
msgstr ""
#: neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py:72
#, python-format
msgid "Unable to retrieve port details for devices: %(devices)s "
msgstr ""
#: neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py:1834
msgid ""
"DVR deployments for VXLAN/GRE/Geneve underlays require L2-pop to be "
"enabled, in both the Agent and Server side."
msgstr ""
#: neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py:1848
#, python-format
msgid "Parsing bridge_mappings failed: %s."
msgstr ""
#: neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py:1870
#, python-format
msgid "Invalid tunnel type specified: %s"
msgstr ""
#: neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py:1873
msgid "Tunneling cannot be enabled without a valid local_ip."
msgstr ""
#: neutron/plugins/ml2/drivers/openvswitch/agent/common/config.py:31
msgid ""
"Integration bridge to use. Do not change this parameter unless you have a"
" good reason to. This is the name of the OVS integration bridge. There is"
" one per hypervisor. The integration bridge acts as a virtual 'patch "
"bay'. All VM VIFs are attached to this bridge and then 'patched' "
"according to their network connectivity."
msgstr ""
#: neutron/plugins/ml2/drivers/openvswitch/agent/common/config.py:39
msgid "Tunnel bridge to use."
msgstr ""
#: neutron/plugins/ml2/drivers/openvswitch/agent/common/config.py:41
msgid "Peer patch port in integration bridge for tunnel bridge."
msgstr ""
#: neutron/plugins/ml2/drivers/openvswitch/agent/common/config.py:44
msgid "Peer patch port in tunnel bridge for integration bridge."
msgstr ""
#: neutron/plugins/ml2/drivers/openvswitch/agent/common/config.py:47
msgid "Local IP address of tunnel endpoint."
msgstr ""
#: neutron/plugins/ml2/drivers/openvswitch/agent/common/config.py:50
msgid ""
"Comma-separated list of <physical_network>:<bridge> tuples mapping "
"physical network names to the agent's node-specific Open vSwitch bridge "
"names to be used for flat and VLAN networks. The length of bridge names "
"should be no more than 11. Each bridge must exist, and should have a "
"physical network interface configured as a port. All physical networks "
"configured on the server should have mappings to appropriate bridges on "
"each agent. Note: If you remove a bridge from this mapping, make sure to "
"disconnect it from the integration bridge as it won't be managed by the "
"agent anymore. Deprecated for ofagent."
msgstr ""
#: neutron/plugins/ml2/drivers/openvswitch/agent/common/config.py:64
msgid ""
"Use veths instead of patch ports to interconnect the integration bridge "
"to physical networks. Support kernel without Open vSwitch patch port "
"support so long as it is set to True."
msgstr ""
#: neutron/plugins/ml2/drivers/openvswitch/agent/common/config.py:70
msgid "OpenFlow interface to use."
msgstr ""
#: neutron/plugins/ml2/drivers/openvswitch/agent/common/config.py:74
msgid ""
"OVS datapath to use. 'system' is the default value and corresponds to the"
" kernel datapath. To enable the userspace datapath set this value to "
"'netdev'."
msgstr ""
#: neutron/plugins/ml2/drivers/openvswitch/agent/common/config.py:78
msgid "OVS vhost-user socket directory."
msgstr ""
#: neutron/plugins/ml2/drivers/openvswitch/agent/common/config.py:80
msgid ""
"Address to listen on for OpenFlow connections. Used only for 'native' "
"driver."
msgstr ""
#: neutron/plugins/ml2/drivers/openvswitch/agent/common/config.py:83
msgid "Port to listen on for OpenFlow connections. Used only for 'native' driver."
msgstr ""
#: neutron/plugins/ml2/drivers/openvswitch/agent/common/config.py:86
msgid ""
"Timeout in seconds to wait for the local switch connecting the "
"controller. Used only for 'native' driver."
msgstr ""
#: neutron/plugins/ml2/drivers/openvswitch/agent/common/config.py:90
msgid ""
"Timeout in seconds to wait for a single OpenFlow request. Used only for "
"'native' driver."
msgstr ""
#: neutron/plugins/ml2/drivers/openvswitch/agent/common/config.py:101
msgid "Minimize polling by monitoring ovsdb for interface changes."
msgstr ""
#: neutron/plugins/ml2/drivers/openvswitch/agent/common/config.py:105
msgid ""
"The number of seconds to wait before respawning the ovsdb monitor after "
"losing communication with it."
msgstr ""
#: neutron/plugins/ml2/drivers/openvswitch/agent/common/config.py:108
msgid "Network types supported by the agent (gre and/or vxlan)."
msgstr ""
#: neutron/plugins/ml2/drivers/openvswitch/agent/common/config.py:111
msgid "The UDP port to use for VXLAN tunnels."
msgstr ""
#: neutron/plugins/ml2/drivers/openvswitch/agent/common/config.py:113
msgid "MTU size of veth interfaces"
msgstr ""
#: neutron/plugins/ml2/drivers/openvswitch/agent/common/config.py:115
msgid ""
"Use ML2 l2population mechanism driver to learn remote MAC and IPs and "
"improve tunnel scalability."
msgstr ""
#: neutron/plugins/ml2/drivers/openvswitch/agent/common/config.py:118
msgid ""
"Enable local ARP responder if it is supported. Requires OVS 2.1 and ML2 "
"l2population driver. Allows the switch (when supporting an overlay) to "
"respond to an ARP request locally without performing a costly ARP "
"broadcast into the overlay."
msgstr ""
#: neutron/plugins/ml2/drivers/openvswitch/agent/common/config.py:136
msgid ""
"Set or un-set the don't fragment (DF) bit on outgoing IP packet carrying "
"GRE/VXLAN tunnel."
msgstr ""
#: neutron/plugins/ml2/drivers/openvswitch/agent/common/config.py:139
msgid "Make the l2 agent run in DVR mode."
msgstr ""
#: neutron/plugins/ml2/drivers/openvswitch/agent/common/config.py:145
msgid ""
"Reset flow table on start. Setting this to True will cause brief traffic "
"interruption."
msgstr ""
#: neutron/plugins/ml2/drivers/openvswitch/agent/common/config.py:148
msgid ""
"Set or un-set the tunnel header checksum on outgoing IP packet carrying "
"GRE/VXLAN tunnel."
msgstr ""
#: neutron/plugins/ml2/drivers/openvswitch/agent/common/config.py:152
msgid "Selects the Agent Type reported"
msgstr ""
#: neutron/quota/__init__.py:43
msgid ""
"Resource name(s) that are supported in quota features. This option is now"
" deprecated for removal."
msgstr ""
#: neutron/quota/__init__.py:48
msgid ""
"Default number of resource allowed per tenant. A negative value means "
"unlimited."
msgstr ""
#: neutron/quota/__init__.py:52
msgid "Number of networks allowed per tenant. A negative value means unlimited."
msgstr ""
#: neutron/quota/__init__.py:56
msgid "Number of subnets allowed per tenant, A negative value means unlimited."
msgstr ""
#: neutron/quota/__init__.py:60
msgid "Number of ports allowed per tenant. A negative value means unlimited."
msgstr ""
#: neutron/quota/__init__.py:64
msgid "Default driver to use for quota checks"
msgstr ""
#: neutron/quota/__init__.py:67
msgid ""
"Keep in track in the database of current resourcequota usage. Plugins "
"which do not leverage the neutron database should set this flag to False"
msgstr ""
#: neutron/quota/__init__.py:148 neutron/quota/__init__.py:153
msgid "Access to this resource was denied."
msgstr ""
#: neutron/server/__init__.py:31
msgid ""
"ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr ""
#: neutron/server/__init__.py:39
#, python-format
msgid "ERROR: %s"
msgstr ""
#: neutron/services/provider_configuration.py:32
msgid ""
"Defines providers for advanced services using the format: "
"<service_type>:<name>:<driver>[:default]"
msgstr ""
#: neutron/services/provider_configuration.py:138
#, python-format
msgid "Provider name is limited by 255 characters: %s"
msgstr ""
#: neutron/services/provider_configuration.py:151
msgid "Invalid service provider format"
msgstr ""
#: neutron/services/provider_configuration.py:159
#, python-format
msgid "Invalid provider format. Last part should be 'default' or empty: %s"
msgstr ""
#: neutron/services/provider_configuration.py:174
#, python-format
msgid ""
"Service provider '%(provider)s' could not be found for service type "
"%(service_type)s"
msgstr ""
#: neutron/services/provider_configuration.py:179
#, python-format
msgid "Service type %(service_type)s does not have a default service provider"
msgstr ""
#: neutron/services/provider_configuration.py:184
#, python-format
msgid ""
"Resource '%(resource_id)s' is already associated with provider "
"'%(provider)s' for service type '%(service_type)s'"
msgstr ""
#: neutron/services/provider_configuration.py:198
#, python-format
msgid "Driver %s is not unique across providers"
msgstr ""
#: neutron/services/provider_configuration.py:208
#, python-format
msgid "Multiple default providers for service %s"
msgstr ""
#: neutron/services/provider_configuration.py:219
#, python-format
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/service_base.py:66
#, python-format
msgid "No providers specified for '%s' service, exiting"
msgstr ""
#: neutron/services/firewall/agents/firewall_agent_api.py:28
msgid "Name of the FWaaS Driver"
msgstr ""
#: neutron/services/firewall/agents/firewall_agent_api.py:32
msgid "Enable FWaaS"
msgstr ""
#: neutron/services/firewall/agents/l3reference/firewall_l3_agent.py:68
msgid ""
"FWaaS plugin is configured in the server side, but FWaaS is disabled in "
"L3-agent."
msgstr ""
#: neutron/services/firewall/agents/l3reference/firewall_l3_agent.py:80
#, python-format
msgid "Error importing FWaaS device driver: %s"
msgstr ""
#: neutron/services/l3_router/brocade/l3_router_plugin.py:29
msgid "Rbridge id of provider edge router(s)"
msgstr ""
#: neutron/services/l3_router/brocade/vyatta/vrouter_neutron_plugin.py:22
msgid "Name of tenant admin user."
msgstr ""
#: neutron/services/l3_router/brocade/vyatta/vrouter_neutron_plugin.py:24
msgid "Tenant admin password."
msgstr ""
#: neutron/services/l3_router/brocade/vyatta/vrouter_neutron_plugin.py:26
msgid "UUID of tenant that holds Vyatta vRouter instances."
msgstr ""
#: neutron/services/l3_router/brocade/vyatta/vrouter_neutron_plugin.py:28
msgid "Nova image id for instances of Vyatta vRouter."
msgstr ""
#: neutron/services/l3_router/brocade/vyatta/vrouter_neutron_plugin.py:30
msgid "Nova VM flavor for instances of Vyatta vRouter."
msgstr ""
#: neutron/services/l3_router/brocade/vyatta/vrouter_neutron_plugin.py:32
msgid "Vyatta vRouter management network id."
msgstr ""
#: neutron/services/l3_router/brocade/vyatta/vrouter_neutron_plugin.py:34
msgid "Vyatta vRouter login credentials"
msgstr ""
#: neutron/services/l3_router/brocade/vyatta/vrouter_neutron_plugin.py:36
msgid ""
"Number of seconds between consecutive Nova queries when waiting for "
"router instance status change."
msgstr ""
#: neutron/services/l3_router/brocade/vyatta/vrouter_neutron_plugin.py:39
msgid ""
"Number of seconds to wait for Nova to activate instance before setting "
"resource to error state."
msgstr ""
#: neutron/services/l3_router/brocade/vyatta/vrouter_neutron_plugin.py:42
msgid ""
"Number of seconds between consecutive Vyatta vRouter queries when waiting"
" for router instance boot."
msgstr ""
#: neutron/services/l3_router/brocade/vyatta/vrouter_neutron_plugin.py:45
msgid ""
"Number of seconds to wait for Vyatta vRouter to boot before setting "
"resource to error state."
msgstr ""
#: neutron/services/l3_router/brocade/vyatta/vrouter_neutron_plugin.py:47
msgid "Keystone URL."
msgstr ""
#: neutron/services/metering/agents/metering_agent.py:69
msgid "Metering driver"
msgstr ""
#: neutron/services/metering/agents/metering_agent.py:71
msgid "Interval between two metering measures"
msgstr ""
#: neutron/services/metering/agents/metering_agent.py:73
msgid "Interval between two metering reports"
msgstr ""
#: neutron/services/metering/agents/metering_agent.py:97
msgid "A metering driver must be specified"
msgstr ""
#: neutron/services/metering/drivers/iptables/iptables_driver.py:88
msgid "An interface driver must be specified"
msgstr ""
#: neutron/services/qos/notification_drivers/manager.py:22
msgid "Drivers list to use to send the update notification"
msgstr ""
#: neutron/services/qos/notification_drivers/manager.py:54
msgid "A QoS driver must be specified"
msgstr ""
#: neutron/tests/base.py:121
#, python-format
msgid "Unknown attribute '%s'."
msgstr ""
#: neutron/tests/common/agents/l3_agent.py:64
msgid "Suffix to append to all namespace names."
msgstr ""
#: neutron/tests/functional/agent/linux/simple_daemon.py:37
msgid ""
"uuid provided from the command line so external_process can track us via "
"/proc/cmdline interface."
msgstr ""
#: neutron/tests/functional/agent/linux/test_async_process.py:78
msgid "Async process didn't respawn"
msgstr ""
#: neutron/tests/functional/agent/linux/test_keepalived.py:64
msgid "Keepalived didn't spawn"
msgstr ""
#: neutron/tests/functional/agent/linux/test_keepalived.py:73
msgid "Keepalived didn't respawn"
msgstr ""
#: neutron/tests/unit/agent/linux/test_iptables_manager.py:892
#: neutron/tests/unit/agent/linux/test_iptables_manager.py:926
#, python-format
msgid ""
"IPTablesManager.apply failed to apply the following set of iptables "
"rules:\n"
"%s"
msgstr ""
#: neutron/tests/unit/api/v2/test_resource.py:157
#: neutron/tests/unit/api/v2/test_resource.py:202
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/api/v2/test_resource.py:261
msgid ""
"The server has either erred or is incapable of performing the requested "
"operation."
msgstr ""
#: neutron/tests/unit/plugins/ml2/test_plugin.py:494
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/tests/unit/plugins/ml2/test_plugin.py:495
#, python-format
msgid "The port '%s' was deleted"
msgstr ""
#: neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:33
#, python-format
msgid ""
"%(method)s called with network settings %(current)s (original settings "
"%(original)s) and network segments %(segments)s"
msgstr ""
#: neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:60
#, python-format
msgid ""
"%(method)s called with subnet settings %(current)s (original settings "
"%(original)s)"
msgstr ""
#: neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:86
#, python-format
msgid ""
"%(method)s called with port settings %(current)s (original settings "
"%(original)s) host %(host)s (original host %(original_host)s) vif type "
"%(vif_type)s (original vif type %(original_vif_type)s) vif details "
"%(vif_details)s (original vif details %(original_vif_details)s) binding "
"levels %(levels)s (original binding levels %(original_levels)s) on "
"network %(network)s with segments to bind %(segments_to_bind)s"
msgstr ""
#: neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent/test_ovs_neutron_agent.py:1263
#: neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent/test_ovs_neutron_agent.py:1282
#: neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent/test_ovs_neutron_agent.py:1301
#, python-format
msgid "Failed to set-up %(type)s tunnel port to %(ip)s"
msgstr ""
#: neutron/tests/unit/plugins/ml2/extensions/fake_extension.py:54
msgid "Adds test attributes to core resources."
msgstr ""