# Translations template for octavia. # Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the octavia project. # FIRST AUTHOR , 2019. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: octavia VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" "POT-Creation-Date: 2019-05-05 11:33+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.5.3\n" #: octavia/amphorae/backends/utils/haproxy_query.py:52 msgid "HAProxy '{0}' query failed." msgstr "" #: octavia/amphorae/driver_exceptions/exceptions.py:24 msgid "A super class for all other exceptions and the catch." msgstr "" #: octavia/amphorae/driver_exceptions/exceptions.py:48 msgid "this amphora couldn't be found" msgstr "" #: octavia/amphorae/driver_exceptions/exceptions.py:53 msgid "gathering information about this amphora failed" msgstr "" #: octavia/amphorae/driver_exceptions/exceptions.py:58 msgid "gathering metrics failed" msgstr "" #: octavia/amphorae/driver_exceptions/exceptions.py:63 msgid "the driver can't access the amphora" msgstr "" #: octavia/amphorae/driver_exceptions/exceptions.py:68 msgid "gathering statistics failed" msgstr "" #: octavia/amphorae/driver_exceptions/exceptions.py:73 msgid "contacting the amphora timed out" msgstr "" #: octavia/amphorae/driver_exceptions/exceptions.py:78 msgid "this load balancer couldn't be deleted" msgstr "" #: octavia/amphorae/driver_exceptions/exceptions.py:83 msgid "this load balancer couldn't be suspended" msgstr "" #: octavia/amphorae/driver_exceptions/exceptions.py:88 msgid "this load balancer couldn't be enabled" msgstr "" #: octavia/amphorae/driver_exceptions/exceptions.py:93 msgid "couldn't archive the logs" msgstr "" #: octavia/amphorae/driver_exceptions/exceptions.py:98 msgid "Super class for provisioning amphora errors" msgstr "" #: octavia/amphorae/driver_exceptions/exceptions.py:103 msgid "couldn't provision Listener" msgstr "" #: octavia/amphorae/driver_exceptions/exceptions.py:108 msgid "couldn't provision LoadBalancer" msgstr "" #: octavia/amphorae/driver_exceptions/exceptions.py:113 msgid "couldn't provision HealthMonitor" msgstr "" #: octavia/amphorae/driver_exceptions/exceptions.py:118 msgid "couldn't provision Node" msgstr "" #: octavia/api/v1/controllers/load_balancer.py:127 #: octavia/api/v2/controllers/load_balancer.py:141 msgid "Supplied network does not contain a subnet." msgstr "" #: octavia/api/v1/controllers/load_balancer.py:144 #: octavia/api/v2/controllers/load_balancer.py:252 #: octavia/common/exceptions.py:298 octavia/common/exceptions.py:302 msgid "Missing project ID in request where one is required." msgstr "" #: octavia/api/v1/controllers/load_balancer.py:152 msgid "VIP must contain one of: port_id, network_id, subnet_id." msgstr "" #: octavia/api/v1/controllers/load_balancer.py:243 #: octavia/api/v2/controllers/load_balancer.py:483 #, python-format msgid "Cannot delete Load Balancer %s - it has children" msgstr "" #: octavia/api/v2/controllers/load_balancer.py:125 msgid "Supplied network does not contain a subnet for VIP address specified." msgstr "" #: octavia/api/v2/controllers/load_balancer.py:170 msgid "Specified VIP address not found on the specified VIP port." msgstr "" #: octavia/api/v2/controllers/load_balancer.py:176 msgid "" "VIP port's subnet could not be determined. Please specify either a VIP " "subnet or address." msgstr "" #: octavia/api/v2/controllers/load_balancer.py:189 #, python-format msgid "use of %(object)s is disallowed by this deployment's configuration." msgstr "" #: octavia/api/v2/controllers/pool.py:97 msgid "Load Balancer" msgstr "" #: octavia/api/v2/controllers/pool.py:171 msgid "Must provide at least one of: loadbalancer_id, listener_id" msgstr "" #: octavia/certificates/common/barbican.py:35 msgid "Retrieved Barbican Container is not of the correct type (certificate)." msgstr "" #: octavia/certificates/generator/anchor.py:59 msgid "Anchor returned Status Code : {0}" msgstr "" #: octavia/common/config.py:37 msgid "This setting has moved to the [api_settings] section." msgstr "" #: octavia/common/config.py:42 msgid "The hostname Octavia is running on" msgstr "" #: octavia/common/config.py:44 msgid "Name of the controller plugin to use" msgstr "" #: octavia/common/config.py:47 octavia/common/config.py:71 #: octavia/common/config.py:270 msgid "The host IP to bind to" msgstr "" #: octavia/common/config.py:51 octavia/common/config.py:73 #: octavia/common/config.py:272 msgid "The port to bind to" msgstr "" #: octavia/common/config.py:59 octavia/common/config.py:78 msgid "The auth strategy for API requests." msgstr "" #: octavia/common/config.py:64 octavia/common/config.py:80 msgid "The handler that the API communicates with" msgstr "" #: octavia/common/config.py:82 msgid "Allow the usage of pagination" msgstr "" #: octavia/common/config.py:84 msgid "Allow the usage of sorting" msgstr "" #: octavia/common/config.py:86 msgid "Allow the usage of filtering" msgstr "" #: octavia/common/config.py:88 msgid "Allow the usage of field selection" msgstr "" #: octavia/common/config.py:91 msgid "" "The maximum number of items returned in a single response. The string " "'infinite' or a negative integer value means 'no limit'" msgstr "" #: octavia/common/config.py:95 msgid "" "Base URI for the API for use in pagination links. This will be " "autodetected from the request if not overridden here." msgstr "" #: octavia/common/config.py:99 msgid "Expose the v1 API?" msgstr "" #: octavia/common/config.py:101 msgid "Expose the v2 API?" msgstr "" #: octavia/common/config.py:103 msgid "Allow users to create TLS Terminated listeners?" msgstr "" #: octavia/common/config.py:109 msgid "The ca which signed the client certificates" msgstr "" #: octavia/common/config.py:111 msgid "The server certificate for the agent.py server to use" msgstr "" #: octavia/common/config.py:114 msgid "The directory where new network interfaces are located" msgstr "" #: octavia/common/config.py:117 msgid "" "The file where the network interfaces are located. Specifying this will " "override any value set for agent_server_network_dir." msgstr "" #: octavia/common/config.py:121 msgid "" "The time in seconds to allow a request from the controller to run before " "terminating the socket." msgstr "" #: octavia/common/config.py:124 msgid "The amphora ID." msgstr "" #: octavia/common/config.py:129 msgid "The maximum attempts to retry an action with the networking service." msgstr "" #: octavia/common/config.py:132 msgid "Seconds to wait before retrying an action with the networking service." msgstr "" #: octavia/common/config.py:135 msgid "Seconds to wait for a port to detach from an amphora." msgstr "" #: octavia/common/config.py:138 msgid "Can users supply a network_id for their VIP?" msgstr "" #: octavia/common/config.py:140 msgid "Can users supply a subnet_id for their VIP?" msgstr "" #: octavia/common/config.py:142 msgid "Can users supply a port_id for their VIP?" msgstr "" #: octavia/common/config.py:144 msgid "" "List of network_ids that are valid for VIP creation. If this field is " "empty, no validation is performed." msgstr "" #: octavia/common/config.py:150 msgid "" "List of IP addresses reserved from being used for member addresses. IPv6 " "addresses should be in expanded, uppercase form." msgstr "" #: octavia/common/config.py:157 msgid "IP address the controller will listen on for heart beats" msgstr "" #: octavia/common/config.py:160 msgid "Port number the controller will listen onfor heart beats" msgstr "" #: octavia/common/config.py:164 msgid "Number of threads performing amphora failovers." msgstr "" #: octavia/common/config.py:167 msgid "Number of processes for amphora status update." msgstr "" #: octavia/common/config.py:170 msgid "Number of processes for amphora health update." msgstr "" #: octavia/common/config.py:173 msgid "Number of processes for amphora stats update." msgstr "" #: octavia/common/config.py:175 msgid "key used to validate amphora sendingthe message" msgstr "" #: octavia/common/config.py:179 msgid "Interval, in seconds, to wait before failing over an amphora." msgstr "" #: octavia/common/config.py:183 msgid "Sleep time between health checks in seconds." msgstr "" #: octavia/common/config.py:185 msgid " sets the value of the heartbeat recv buffer" msgstr "" #: octavia/common/config.py:189 msgid "" "List of controller ip and port pairs for the heartbeat receivers. Example" " 127.0.0.1:5555, 192.168.0.1:5555" msgstr "" #: octavia/common/config.py:195 msgid "Sleep time between sending heartbeats." msgstr "" #: octavia/common/config.py:199 msgid "Driver for updating amphora health system." msgstr "" #: octavia/common/config.py:201 msgid "Driver for updating amphora statistics." msgstr "" #: octavia/common/config.py:205 msgid "" "Specifies which driver to use for the event_streamer for syncing the " "octavia and neutron_lbaas dbs. If you don't need to sync the database or " "are running octavia in stand alone mode use the noop_event_streamer" msgstr "" #: octavia/common/config.py:212 msgid "Enable provisioning status sync with neutron db" msgstr "" #: octavia/common/config.py:218 msgid "topic name for communicating events through a queue" msgstr "" #: octavia/common/config.py:220 msgid "" "Transport URL to use for the neutron-lbaassynchronization event stream " "when neutron and octaviahave separate queues." msgstr "" #: octavia/common/config.py:228 msgid "Base directory for amphora files." msgstr "" #: octavia/common/config.py:231 msgid "Base directory for cert storage." msgstr "" #: octavia/common/config.py:232 msgid "Custom haproxy template." msgstr "" #: octavia/common/config.py:235 msgid "Retry threshold for connecting to amphorae." msgstr "" #: octavia/common/config.py:238 msgid "Retry timeout between connection attempts in seconds." msgstr "" #: octavia/common/config.py:242 msgid "Retry threshold for connecting to active amphorae." msgstr "" #: octavia/common/config.py:245 msgid "Retry timeout between connection attempts in seconds for active amphora." msgstr "" #: octavia/common/config.py:249 msgid "" "Number of amphorae that could be built per controllerworker, " "simultaneously." msgstr "" #: octavia/common/config.py:253 msgid "Retry threshold for waiting for a build slot for an amphorae." msgstr "" #: octavia/common/config.py:257 msgid "Retry timeout between build attempts in seconds." msgstr "" #: octavia/common/config.py:262 msgid "The user group for haproxy to run under inside the amphora." msgstr "" #: octavia/common/config.py:265 msgid "Size of the HAProxy stick table. Accepts k, m, g suffixes. Example: 10k" msgstr "" #: octavia/common/config.py:275 msgid "" "Network interface through which to reach amphora, only required if using " "IPv6 link local addresses." msgstr "" #: octavia/common/config.py:278 msgid "The full path to haproxy" msgstr "" #: octavia/common/config.py:280 msgid "The respawn count for haproxy's upstart script" msgstr "" #: octavia/common/config.py:282 msgid "The respawn interval for haproxy's upstart script" msgstr "" #: octavia/common/config.py:284 msgid "The time in seconds to wait for a REST API to connect." msgstr "" #: octavia/common/config.py:287 msgid "The time in seconds to wait for a REST API response." msgstr "" #: octavia/common/config.py:291 msgid "The client certificate to talk to the agent" msgstr "" #: octavia/common/config.py:293 msgid "The ca which signed the server certificates" msgstr "" #: octavia/common/config.py:298 msgid "If False, use sysvinit." msgstr "" #: octavia/common/config.py:307 msgid "Retry attempts to wait for Amphora to become active" msgstr "" #: octavia/common/config.py:310 msgid "Seconds to wait between checks on whether an Amphora has become active" msgstr "" #: octavia/common/config.py:314 msgid "Nova instance flavor id for the Amphora" msgstr "" #: octavia/common/config.py:317 msgid "" "Glance image tag for the Amphora image to boot. Use this option to be " "able to update the image without reconfiguring Octavia. Ignored if " "amp_image_id is defined." msgstr "" #: octavia/common/config.py:325 msgid "Glance image id for the Amphora image to boot" msgstr "" #: octavia/common/config.py:328 msgid "" "Restrict glance image selection to a specific owner ID. This is a " "recommended security setting." msgstr "" #: octavia/common/config.py:332 msgid "SSH key name used to boot the Amphora" msgstr "" #: octavia/common/config.py:340 msgid "Determines whether or not to allow access to the Amphorae" msgstr "" #: octavia/common/config.py:344 msgid "" "List of networks to attach to the Amphorae. All networks defined in the " "list will be attached to each amphora." msgstr "" #: octavia/common/config.py:349 msgid "List of security groups to attach to the Amphora." msgstr "" #: octavia/common/config.py:352 msgid "Client CA for the amphora agent to use" msgstr "" #: octavia/common/config.py:355 msgid "Name of the amphora driver to use" msgstr "" #: octavia/common/config.py:358 msgid "Name of the compute driver to use" msgstr "" #: octavia/common/config.py:361 msgid "Name of the network driver to use" msgstr "" #: octavia/common/config.py:364 msgid "Name of the distributor driver to use" msgstr "" #: octavia/common/config.py:368 msgid "" "Load balancer topology configuration. SINGLE - One amphora per load " "balancer. ACTIVE_STANDBY - Two amphora per load balancer." msgstr "" #: octavia/common/config.py:372 msgid "" "If True, build cloud-init user-data that is passed to the config drive on" " Amphora boot instead of personality files. If False, utilize personality" " files." msgstr "" #: octavia/common/config.py:381 msgid "TaskFlow engine to use" msgstr "" #: octavia/common/config.py:384 msgid "The maximum number of workers" msgstr "" #: octavia/common/config.py:386 msgid "" "If True, disables the controller worker taskflow flows from reverting. " "This will leave resources in an inconsistent state and should only be " "used for debugging purposes." msgstr "" #: octavia/common/config.py:405 msgid "The name of the certificate service in the keystonecatalog" msgstr "" #: octavia/common/config.py:407 octavia/common/config.py:492 #: octavia/common/config.py:522 octavia/common/config.py:540 msgid "A new endpoint to override the endpoint in the keystone catalog." msgstr "" #: octavia/common/config.py:416 octavia/common/config.py:500 #: octavia/common/config.py:530 octavia/common/config.py:548 msgid "CA certificates file path" msgstr "" #: octavia/common/config.py:419 octavia/common/config.py:533 #: octavia/common/config.py:551 msgid "Disable certificate validation on SSL connections " msgstr "" #: octavia/common/config.py:425 msgid "Spare check interval in seconds" msgstr "" #: octavia/common/config.py:428 msgid "Number of spare amphorae" msgstr "" #: octavia/common/config.py:431 msgid "DB cleanup interval in seconds" msgstr "" #: octavia/common/config.py:434 msgid "Amphora expiry age in seconds" msgstr "" #: octavia/common/config.py:437 msgid "Load balancer expiry age in seconds" msgstr "" #: octavia/common/config.py:440 msgid "Certificate check interval in seconds" msgstr "" #: octavia/common/config.py:444 msgid "Seconds until certificate expiration" msgstr "" #: octavia/common/config.py:447 msgid "Number of threads performing amphora certificate rotation" msgstr "" #: octavia/common/config.py:454 msgid "Anchor URL" msgstr "" #: octavia/common/config.py:456 msgid "Anchor username" msgstr "" #: octavia/common/config.py:458 msgid "Anchor password" msgstr "" #: octavia/common/config.py:465 msgid "Amphora role and priority advertisement interval in seconds." msgstr "" #: octavia/common/config.py:469 msgid "VRRP health check script run interval in seconds." msgstr "" #: octavia/common/config.py:472 msgid "Number of successive failures before transition to a fail state." msgstr "" #: octavia/common/config.py:476 msgid "Number of consecutive successes before transition to a success state." msgstr "" #: octavia/common/config.py:480 msgid "Time in seconds between gratuitous ARP announcements from the MASTER." msgstr "" #: octavia/common/config.py:484 msgid "Number of gratuitous ARP announcements to make on each refresh interval." msgstr "" #: octavia/common/config.py:491 msgid "The name of the nova service in the keystone catalog" msgstr "" #: octavia/common/config.py:495 octavia/common/config.py:525 #: octavia/common/config.py:543 msgid "" "Region in Identity service catalog to use for communication with the " "OpenStack services." msgstr "" #: octavia/common/config.py:498 octavia/common/config.py:528 #: octavia/common/config.py:546 msgid "Endpoint interface in identity service to use" msgstr "" #: octavia/common/config.py:503 msgid "Disable certificate validation on SSL connections" msgstr "" #: octavia/common/config.py:505 msgid "Flag to indicate if nova anti-affinity feature is turned on." msgstr "" #: octavia/common/config.py:509 msgid "Sets the anti-affinity policy for nova" msgstr "" #: octavia/common/config.py:511 msgid "" "If non-zero, generate a random name of the length provided for each " "amphora, in the format \"a[A-Z0-9]*\". Otherwise, the default name format" " will be used: \"amphora-{UUID}\"." msgstr "" #: octavia/common/config.py:516 msgid "Availability zone to use for creating Amphorae" msgstr "" #: octavia/common/config.py:520 msgid "The name of the neutron service in the keystone catalog" msgstr "" #: octavia/common/config.py:538 msgid "The name of the glance service in the keystone catalog" msgstr "" #: octavia/common/config.py:557 msgid "Default per project load balancer quota." msgstr "" #: octavia/common/config.py:560 msgid "Default per project listener quota." msgstr "" #: octavia/common/config.py:563 msgid "Default per project member quota." msgstr "" #: octavia/common/config.py:566 msgid "Default per project pool quota." msgstr "" #: octavia/common/config.py:569 msgid "Default per project health monitor quota." msgstr "" #: octavia/common/exceptions.py:35 msgid "An unknown exception occurred." msgstr "" #: octavia/common/exceptions.py:75 octavia/common/exceptions.py:307 #, python-format msgid "%(resource)s %(id)s not found." msgstr "" #: octavia/common/exceptions.py:80 msgid "Policy does not allow this request to be performed." msgstr "" #: octavia/common/exceptions.py:85 #, python-format msgid "%(value)s is not a valid option for %(option)s" msgstr "" #: octavia/common/exceptions.py:95 #, python-format msgid "The selected %(option)s is not allowed in this deployment: %(value)s" msgstr "" #: octavia/common/exceptions.py:101 #, python-format msgid "Error parsing L7Rule: %(error)s" msgstr "" #: octavia/common/exceptions.py:106 #, python-format msgid "Missing details for %(type)s object: %(name)s" msgstr "" #: octavia/common/exceptions.py:111 msgid "HMAC hashes didn't match" msgstr "" #: octavia/common/exceptions.py:115 msgid "Missing arguments." msgstr "" #: octavia/common/exceptions.py:119 msgid "Unable to allocate network resource from config" msgstr "" #: octavia/common/exceptions.py:123 msgid "Passphrase needed to decrypt key but client did not provide one." msgstr "" #: octavia/common/exceptions.py:128 msgid "Could not read X509 from PEM" msgstr "" #: octavia/common/exceptions.py:132 msgid "Key and x509 certificate do not match" msgstr "" #: octavia/common/exceptions.py:136 #, python-format msgid "Could not retrieve certificate: %(ref)s" msgstr "" #: octavia/common/exceptions.py:141 #, python-format msgid "Could not store certificate: %(msg)s" msgstr "" #: octavia/common/exceptions.py:145 #, python-format msgid "Could not sign the certificate request: %(msg)s" msgstr "" #: octavia/common/exceptions.py:149 #, python-format msgid "" "Another Listener on this Load Balancer is already using protocol_port " "%(port)d" msgstr "" #: octavia/common/exceptions.py:155 #, python-format msgid "" "Another member on this pool is already using ip %(ip_address)s on " "protocol_port %(port)d" msgstr "" #: octavia/common/exceptions.py:161 msgid "This pool already has a health monitor" msgstr "" #: octavia/common/exceptions.py:166 msgid "This listener already has a default pool" msgstr "" #: octavia/common/exceptions.py:171 #, python-format msgid "Pool %(id)s is in use by L7 policy %(l7policy_id)s" msgstr "" #: octavia/common/exceptions.py:176 #, python-format msgid "%(resource)s %(id)s is immutable and cannot be updated." msgstr "" #: octavia/common/exceptions.py:181 #, python-format msgid "Invalid state %(state)s of loadbalancer resource %(id)s" msgstr "" #: octavia/common/exceptions.py:186 #, python-format msgid "Too many rules on L7 policy %(id)s" msgstr "" #: octavia/common/exceptions.py:191 #, python-format msgid "Failed to build compute instance due to: %(fault)s" msgstr "" #: octavia/common/exceptions.py:195 msgid "Failed to get an amphora build slot." msgstr "" #: octavia/common/exceptions.py:199 msgid "Failed to delete compute instance." msgstr "" #: octavia/common/exceptions.py:203 msgid "Failed to retrieve compute instance." msgstr "" #: octavia/common/exceptions.py:207 msgid "Failed to retrieve compute instance status." msgstr "" #: octavia/common/exceptions.py:211 msgid "Failed to retrieve compute virtual interfaces." msgstr "" #: octavia/common/exceptions.py:215 msgid "Already an entity with that specified id." msgstr "" #: octavia/common/exceptions.py:220 msgid "There are not any READY amphora available." msgstr "" #: octavia/common/exceptions.py:224 #, python-format msgid "No Glance images are tagged with %(tag)s tag." msgstr "" #: octavia/common/exceptions.py:228 #, python-format msgid "Unable to allocate an amphora due to: %(msg)s" msgstr "" #: octavia/common/exceptions.py:236 #, python-format msgid "Waiting for compute id %(id)s to go active timeout." msgstr "" #: octavia/common/exceptions.py:240 #, python-format msgid "Invalid topology specified: %(topology)s" msgstr "" #: octavia/common/exceptions.py:245 #, python-format msgid "Invalid L7 Policy action specified: %(action)s" msgstr "" #: octavia/common/exceptions.py:250 #, python-format msgid "Invalid L7 Policy arguments: %(msg)s" msgstr "" #: octavia/common/exceptions.py:255 #, python-format msgid "Not a valid URL: %(url)s" msgstr "" #: octavia/common/exceptions.py:259 #, python-format msgid "Not a valid URLPath: %(url_path)s" msgstr "" #: octavia/common/exceptions.py:264 #, python-format msgid "Invalid characters in %(what)s" msgstr "" #: octavia/common/exceptions.py:268 #, python-format msgid "Unable to parse regular expression: %(e)s" msgstr "" #: octavia/common/exceptions.py:272 #, python-format msgid "Invalid L7 Rule: %(msg)s" msgstr "" #: octavia/common/exceptions.py:276 msgid "Failed to create server group object." msgstr "" #: octavia/common/exceptions.py:280 msgid "Failed to delete server group object." msgstr "" #: octavia/common/exceptions.py:284 #, python-format msgid "Invalid amphora operating system: %(os_name)s" msgstr "" #: octavia/common/exceptions.py:288 #, python-format msgid "Quota has been met for resources: %(resource)s" msgstr "" #: octavia/common/exceptions.py:293 msgid "Project busy. Unable to lock the project. Please try again." msgstr "" #: octavia/common/exceptions.py:312 #, python-format msgid "Validation failure: %(detail)s" msgstr "" #: octavia/common/exceptions.py:317 #, python-format msgid "Validation failure: VIP must contain one of: %(objects)s." msgstr "" #: octavia/common/exceptions.py:322 #, python-format msgid "Supplied sort key '%(key)s' is not valid." msgstr "" #: octavia/common/exceptions.py:327 #, python-format msgid "Supplied sort direction '%(key)s' is not valid." msgstr "" #: octavia/common/exceptions.py:332 #, python-format msgid "Supplied pagination marker '%(key)s' is not valid." msgstr "" #: octavia/common/exceptions.py:337 #, python-format msgid "Supplied pagination limit '%(key)s' is not valid." msgstr "" #: octavia/common/exceptions.py:342 #, python-format msgid "VIP security group is missing for load balancer: %(lb_id)s" msgstr "" #: octavia/common/validate.py:243 #, python-format msgid "Port %(port_id)s is already used by device %(device_id)s " msgstr "" #: octavia/common/validate.py:272 msgid "VIP QoS policy is not allowed in this deployment." msgstr "" #: octavia/common/validate.py:297 msgid "" "Supplied VIP network_id is not allowed by the configuration of this " "deployment." msgstr "" #: octavia/common/validate.py:312 msgid "" "Field \"cookie_name\" can only be specified with session persistence of " "type \"APP_COOKIE\"." msgstr "" #: octavia/common/validate.py:320 msgid "Supplied \"cookie_name\" is invalid." msgstr "" #: octavia/common/validate.py:324 msgid "" "Field \"cookie_name\" must be specified when using the \"APP_COOKIE\" " "session persistence type." msgstr "" #: octavia/common/validate.py:330 msgid "Invalid session_persistence provided." msgstr "" #: octavia/db/models.py:163 #, python-format msgid "The %(key)s field can not have negative value. Current value is %(value)d." msgstr "" #: octavia/db/migration/cli.py:47 msgid "You must provide a revision or relative delta" msgstr "" #: octavia/db/migration/cli.py:51 msgid "Negative relative revision (downgrade) not supported" msgstr "" #: octavia/db/migration/cli.py:58 msgid "Use either --delta or relative revision, not both" msgstr "" #: octavia/db/migration/cli.py:61 msgid "Negative delta (downgrade) not supported" msgstr "" #: octavia/db/migration/cli.py:68 msgid "Downgrade no longer supported" msgstr "" #: octavia/network/drivers/neutron/allowed_address_pairs.py:103 msgid "" "Error plugging amphora (compute_id: {compute_id}) into vip network " "{network_id}." msgstr "" #: octavia/network/drivers/neutron/allowed_address_pairs.py:117 msgid "Error adding allowed address pair {ip} to port {port_id}." msgstr "" #: octavia/network/drivers/neutron/allowed_address_pairs.py:242 msgid "All attempts to remove security group {0} have failed." msgstr "" #: octavia/network/drivers/neutron/allowed_address_pairs.py:331 msgid "Error deleting VIP port_id {port_id} from neutron" msgstr "" #: octavia/network/drivers/neutron/allowed_address_pairs.py:405 msgid "Error creating neutron port on network {network_id}." msgstr "" #: octavia/network/drivers/neutron/allowed_address_pairs.py:448 msgid "" "Error unplugging VIP. Could not clear allowed address pairs from port " "{port_id}." msgstr "" #: octavia/network/drivers/neutron/allowed_address_pairs.py:480 msgid "" "Error plugging amphora (compute_id: {compute_id}) into network " "{network_id}." msgstr "" #: octavia/network/drivers/neutron/allowed_address_pairs.py:570 msgid "Error plugging amphora (compute_id: {compute_id}) into port {port_id}." msgstr "" #: octavia/network/drivers/neutron/base.py:180 msgid "{resource_type} not found ({resource_type} id: {resource_id})." msgstr "" #: octavia/network/drivers/neutron/base.py:186 msgid "Error retrieving {resource_type} ({resource_type} id: {resource_id}." msgstr "" #: octavia/network/drivers/neutron/base.py:213 msgid "{resource_type} not found ({resource_type} Filters: {filters}." msgstr "" #: octavia/network/drivers/neutron/base.py:219 msgid "Error retrieving {resource_type} ({resource_type} Filters: {filters}." msgstr "" #: octavia/tests/tempest/v1/scenario/base.py:552 #: octavia/tests/tempest/v2/scenario/base.py:543 msgid "" "Wait for load balancer for load balancer: {lb_id} ran for {timeout} " "seconds and an ERROR was encountered with provisioning status: " "{provisioning_status} and operating status: {operating_status}" msgstr "" #: octavia/tests/tempest/v1/scenario/base.py:563 #: octavia/tests/tempest/v2/scenario/base.py:554 msgid "" "Wait for load balancer ran for {timeout} seconds and did not observe " "{lb_id} reach {provisioning_status} provisioning status and " "{operating_status} operating status." msgstr "" #: octavia/tests/tempest/v1/scenario/base.py:586 #: octavia/tests/tempest/v2/scenario/base.py:577 msgid "" "Wait for pool ran for {timeout} seconds and did not observe {pool_id} " "update session persistence type to {type}." msgstr "" #: octavia/tests/tempest/v1/scenario/base.py:603 #: octavia/tests/tempest/v2/scenario/base.py:592 msgid "Checking all members are balanced..." msgstr "" #: octavia/tests/tempest/v1/scenario/base.py:605 #: octavia/tests/tempest/v2/scenario/base.py:594 #, python-format msgid "Connection to %(vip)s is valid" msgstr "" #: octavia/tests/tempest/v1/scenario/base.py:608 #: octavia/tests/tempest/v2/scenario/base.py:597 #, python-format msgid "Member %(member)s saw %(counter)s requests." msgstr "" #: octavia/tests/tempest/v1/scenario/base.py:615 #: octavia/tests/tempest/v2/scenario/base.py:604 msgid "Member {member} was never balanced." msgstr "" #: octavia/tests/tempest/v1/scenario/base.py:620 #: octavia/tests/tempest/v2/scenario/base.py:609 msgid "Member {member} was balanced when it should not have been." msgstr "" #: octavia/tests/tempest/v1/scenario/base.py:622 #: octavia/tests/tempest/v2/scenario/base.py:611 msgid "Done checking all members are balanced..." msgstr ""