# Translations template for nova. # Copyright (C) 2018 ORGANIZATION # This file is distributed under the same license as the nova project. # FIRST AUTHOR , 2018. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: nova VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" "POT-Creation-Date: 2018-02-25 15:35+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: nova/block_device.py:102 msgid "Some fields are invalid." msgstr "" #: nova/block_device.py:112 msgid "Some required fields are missing" msgstr "" #: nova/block_device.py:128 nova/block_device.py:209 msgid "Boot index is invalid." msgstr "" #: nova/block_device.py:171 msgid "Unrecognized legacy format." msgstr "" #: nova/block_device.py:189 msgid "Invalid source_type field." msgstr "" #: nova/block_device.py:192 msgid "Invalid device UUID." msgstr "" #: nova/block_device.py:196 msgid "Missing device UUID." msgstr "" #: nova/block_device.py:214 msgid "Mapping image to local is not supported." msgstr "" #: nova/block_device.py:405 msgid "Device name empty or too long." msgstr "" #: nova/block_device.py:409 msgid "Device name contains spaces." msgstr "" #: nova/block_device.py:422 msgid "Invalid volume_size." msgstr "" #: nova/cache_utils.py:93 msgid "old style configuration can use only dictionary or memcached backends" msgstr "" #: nova/context.py:146 #, python-format msgid "read_deleted can only be one of 'no', 'yes' or 'only', not %r" msgstr "" #: nova/crypto.py:112 msgid "failed to generate fingerprint" msgstr "" #: nova/crypto.py:127 #, python-format msgid "failed to generate X509 fingerprint. Error message: %s" msgstr "" #: nova/exception.py:70 msgid "An unknown exception occurred." msgstr "" #: nova/exception.py:107 #, python-format msgid "Failed to encrypt text: %(reason)s" msgstr "" #: nova/exception.py:111 #, python-format msgid "Failed to decrypt text: %(reason)s" msgstr "" #: nova/exception.py:115 #, python-format msgid "Failed to revoke certificate for %(project_id)s" msgstr "" #: nova/exception.py:119 msgid "Virtual Interface creation failed" msgstr "" #: nova/exception.py:123 msgid "Creation of virtual interface with unique mac address failed" msgstr "" #: nova/exception.py:128 msgid "Virtual interface plugin failed" msgstr "" #: nova/exception.py:132 #, python-format msgid "Failed to unplug virtual interface: %(reason)s" msgstr "" #: nova/exception.py:136 #, python-format msgid "Connection to glance host %(server)s failed: %(reason)s" msgstr "" #: nova/exception.py:141 #, python-format msgid "Connection to cinder host failed: %(reason)s" msgstr "" #: nova/exception.py:145 #, python-format msgid "Nova does not support Cinder API version %(version)s" msgstr "" #: nova/exception.py:149 msgid "Forbidden" msgstr "" #: nova/exception.py:154 msgid "User does not have admin privileges" msgstr "" #: nova/exception.py:158 #, python-format msgid "Policy doesn't allow %(action)s to be performed." msgstr "" #: nova/exception.py:162 msgid "Volume resource quota exceeded" msgstr "" #: nova/exception.py:168 #, python-format msgid "Image %(image_id)s is not active." msgstr "" #: nova/exception.py:172 #, python-format msgid "Not authorized for image %(image_id)s." msgstr "" #: nova/exception.py:176 msgid "Bad Request - Invalid Parameters" msgstr "" #: nova/exception.py:181 msgid "Block Device Mapping is Invalid." msgstr "" #: nova/exception.py:185 #, python-format msgid "Block Device Mapping is Invalid: failed to get snapshot %(id)s." msgstr "" #: nova/exception.py:190 #, python-format msgid "Block Device Mapping is Invalid: failed to get volume %(id)s." msgstr "" #: nova/exception.py:195 #, python-format msgid "Block Device Mapping is Invalid: failed to get image %(id)s." msgstr "" #: nova/exception.py:200 msgid "" "Block Device Mapping is Invalid: Boot sequence for the instance and " "image/block device mapping combination is not valid." msgstr "" #: nova/exception.py:207 msgid "" "Block Device Mapping is Invalid: You specified more local devices than " "the limit allows" msgstr "" #: nova/exception.py:213 msgid "" "Ephemeral disks requested are larger than the instance type allows. If no" " size is given in one block device mapping, flavor ephemeral size will be" " used." msgstr "" #: nova/exception.py:220 msgid "Swap drive requested is larger than instance type allows." msgstr "" #: nova/exception.py:224 #, python-format msgid "Block Device Mapping is Invalid: %(details)s" msgstr "" #: nova/exception.py:229 msgid "Block Device Mapping cannot be converted to legacy format. " msgstr "" #: nova/exception.py:234 #, python-format msgid "Block Device %(id)s is not bootable." msgstr "" #: nova/exception.py:238 #, python-format msgid "Attribute not supported: %(attr)s" msgstr "" #: nova/exception.py:246 #, python-format msgid "Volume %(volume_id)s could not be attached. Reason: %(reason)s" msgstr "" #: nova/exception.py:251 #, python-format msgid "Volume %(volume_id)s is not attached to anything" msgstr "" #: nova/exception.py:255 #, python-format msgid "" "Volume %(volume_id)s did not finish being created even after we waited " "%(seconds)s seconds or %(attempts)s attempts. And its status is " "%(volume_status)s." msgstr "" #: nova/exception.py:261 #, python-format msgid "" "Volume encryption is not supported for %(volume_type)s volume " "%(volume_id)s" msgstr "" #: nova/exception.py:266 #, python-format msgid "Keypair data is invalid: %(reason)s" msgstr "" #: nova/exception.py:270 msgid "The request is invalid." msgstr "" #: nova/exception.py:274 #, python-format msgid "Invalid input received: %(reason)s" msgstr "" #: nova/exception.py:278 #, python-format msgid "Invalid volume: %(reason)s" msgstr "" #: nova/exception.py:282 #, python-format msgid "Invalid volume access mode: %(access_mode)s" msgstr "" #: nova/exception.py:286 #, python-format msgid "Invalid metadata: %(reason)s" msgstr "" #: nova/exception.py:290 #, python-format msgid "Invalid metadata size: %(reason)s" msgstr "" #: nova/exception.py:294 #, python-format msgid "Invalid port range %(from_port)s:%(to_port)s. %(msg)s" msgstr "" #: nova/exception.py:298 #, python-format msgid "Invalid IP protocol %(protocol)s." msgstr "" #: nova/exception.py:302 #, python-format msgid "Invalid content type %(content_type)s." msgstr "" #: nova/exception.py:306 #, python-format msgid "" "API Version String %(version)s is of invalid format. Must be of format " "MajorNum.MinorNum." msgstr "" #: nova/exception.py:311 #, python-format msgid "API version %(version)s is not supported on this method." msgstr "" #: nova/exception.py:315 #, python-format msgid "" "Version %(req_ver)s is not supported by the API. Minimum is %(min_ver)s " "and maximum is %(max_ver)s." msgstr "" #: nova/exception.py:320 #, python-format msgid "" "Version of %(name)s %(min_ver)s %(max_ver)s intersects with another " "versions." msgstr "" #: nova/exception.py:331 msgid "Unacceptable parameters." msgstr "" #: nova/exception.py:336 #, python-format msgid "Cannot add host to aggregate %(aggregate_id)s. Reason: %(reason)s." msgstr "" #: nova/exception.py:341 #, python-format msgid "Cannot remove host from aggregate %(aggregate_id)s. Reason: %(reason)s." msgstr "" #: nova/exception.py:346 #, python-format msgid "Cannot update aggregate %(aggregate_id)s. Reason: %(reason)s." msgstr "" #: nova/exception.py:351 #, python-format msgid "Cannot update metadata of aggregate %(aggregate_id)s. Reason: %(reason)s." msgstr "" #: nova/exception.py:356 #, python-format msgid "Group not valid. Reason: %(reason)s" msgstr "" #: nova/exception.py:360 msgid "Sort key supplied was not valid." msgstr "" #: nova/exception.py:364 #, python-format msgid "Invalid datetime string: %(reason)s" msgstr "" #: nova/exception.py:368 #, python-format msgid "" "The property 'numa_nodes' cannot be '%(nodes)s'. It must be a number " "greater than 0" msgstr "" #: nova/exception.py:373 #, python-format msgid "An invalid 'name' value was provided. The name must be: %(reason)s" msgstr "" #: nova/exception.py:378 #, python-format msgid "" "Instance %(instance_uuid)s in %(attr)s %(state)s. Cannot %(method)s while" " the instance is in this state." msgstr "" #: nova/exception.py:383 #, python-format msgid "Instance %(instance_id)s is not running." msgstr "" #: nova/exception.py:387 #, python-format msgid "Instance %(instance_id)s is not in rescue mode" msgstr "" #: nova/exception.py:391 #, python-format msgid "Instance %(instance_id)s cannot be rescued: %(reason)s" msgstr "" #: nova/exception.py:395 #, python-format msgid "Instance %(instance_id)s is not ready" msgstr "" #: nova/exception.py:399 #, python-format msgid "Failed to suspend instance: %(reason)s" msgstr "" #: nova/exception.py:403 #, python-format msgid "Failed to resume instance: %(reason)s" msgstr "" #: nova/exception.py:407 #, python-format msgid "Failed to power on instance: %(reason)s" msgstr "" #: nova/exception.py:411 #, python-format msgid "Failed to power off instance: %(reason)s" msgstr "" #: nova/exception.py:415 #, python-format msgid "Failed to reboot instance: %(reason)s" msgstr "" #: nova/exception.py:419 #, python-format msgid "Failed to terminate instance: %(reason)s" msgstr "" #: nova/exception.py:423 #, python-format msgid "Failed to deploy instance: %(reason)s" msgstr "" #: nova/exception.py:427 nova/exception.py:431 #, python-format msgid "Failed to launch instances: %(reason)s" msgstr "" #: nova/exception.py:435 msgid "Service is unavailable at this time." msgstr "" #: nova/exception.py:439 #, python-format msgid "Insufficient compute resources: %(reason)s." msgstr "" #: nova/exception.py:443 #, python-format msgid "Connection to the hypervisor is broken on host: %(host)s" msgstr "" #: nova/exception.py:447 #, python-format msgid "Compute service of %(host)s is unavailable at this time." msgstr "" #: nova/exception.py:451 #, python-format msgid "Compute service of %(host)s is still in use." msgstr "" #: nova/exception.py:455 #, python-format msgid "Unable to migrate instance (%(instance_id)s) to current host (%(host)s)." msgstr "" #: nova/exception.py:460 msgid "The supplied hypervisor type of is invalid." msgstr "" #: nova/exception.py:464 #, python-format msgid "" "This compute node's hypervisor is older than the minimum supported " "version: %(version)s." msgstr "" #: nova/exception.py:469 msgid "The instance requires a newer hypervisor version than has been provided." msgstr "" #: nova/exception.py:474 #, python-format msgid "" "This service is older (v%(thisver)i) than the minimum (v%(minver)i) " "version of the rest of the deployment. Unable to continue." msgstr "" #: nova/exception.py:480 #, python-format msgid "" "The supplied disk path (%(path)s) already exists, it is expected not to " "exist." msgstr "" #: nova/exception.py:485 #, python-format msgid "The supplied device path (%(path)s) is invalid." msgstr "" #: nova/exception.py:489 #, python-format msgid "The supplied device path (%(path)s) is in use." msgstr "" #: nova/exception.py:494 #, python-format msgid "The supplied device (%(device)s) is busy." msgstr "" #: nova/exception.py:498 #, python-format msgid "Unacceptable CPU info: %(reason)s" msgstr "" #: nova/exception.py:502 #, python-format msgid "%(address)s is not a valid IP v4/6 address." msgstr "" #: nova/exception.py:506 #, python-format msgid "" "VLAN tag is not appropriate for the port group %(bridge)s. Expected VLAN " "tag is %(tag)s, but the one associated with the port group is %(pgroup)s." msgstr "" #: nova/exception.py:512 #, python-format msgid "" "vSwitch which contains the port group %(bridge)s is not associated with " "the desired physical adapter. Expected vSwitch is %(expected)s, but the " "one associated is %(actual)s." msgstr "" #: nova/exception.py:519 #, python-format msgid "Disk format %(disk_format)s is not acceptable" msgstr "" #: nova/exception.py:523 #, python-format msgid "Disk info file is invalid: %(reason)s" msgstr "" #: nova/exception.py:527 #, python-format msgid "Failed to read or write disk info file: %(reason)s" msgstr "" #: nova/exception.py:531 #, python-format msgid "Image %(image_id)s is unacceptable: %(reason)s" msgstr "" #: nova/exception.py:535 #, python-format msgid "Request of image %(image_id)s got BadRequest response: %(response)s" msgstr "" #: nova/exception.py:540 #, python-format msgid "Instance %(instance_id)s is unacceptable: %(reason)s" msgstr "" #: nova/exception.py:544 #, python-format msgid "Ec2 id %(ec2_id)s is unacceptable." msgstr "" #: nova/exception.py:548 #, python-format msgid "Expected a uuid but received %(uuid)s." msgstr "" #: nova/exception.py:552 #, python-format msgid "Invalid ID received %(id)s." msgstr "" #: nova/exception.py:556 msgid "Constraint not met." msgstr "" #: nova/exception.py:561 msgid "Resource could not be found." msgstr "" #: nova/exception.py:566 #, python-format msgid "No agent-build associated with id %(id)s." msgstr "" #: nova/exception.py:570 #, python-format msgid "" "Agent-build with hypervisor %(hypervisor)s os %(os)s architecture " "%(architecture)s exists." msgstr "" #: nova/exception.py:575 #, python-format msgid "Volume %(volume_id)s could not be found." msgstr "" #: nova/exception.py:579 msgid "" "Undefined Block Device Mapping root: BlockDeviceMappingList contains " "Block Device Mappings from multiple instances." msgstr "" #: nova/exception.py:584 #, python-format msgid "No Block Device Mapping with id %(id)s." msgstr "" #: nova/exception.py:588 #, python-format msgid "No volume Block Device Mapping with id %(volume_id)s." msgstr "" #: nova/exception.py:592 #, python-format msgid "" "Block Device Mapping %(volume_id)s is a multi-attach volume and is not " "valid for this operation." msgstr "" #: nova/exception.py:597 #, python-format msgid "No volume Block Device Mapping at path: %(path)s" msgstr "" #: nova/exception.py:601 #, python-format msgid "Device detach failed for %(device)s: %(reason)s" msgstr "" #: nova/exception.py:605 #, python-format msgid "Device '%(device)s' not found." msgstr "" #: nova/exception.py:609 #, python-format msgid "Snapshot %(snapshot_id)s could not be found." msgstr "" #: nova/exception.py:613 #, python-format msgid "No disk at %(location)s" msgstr "" #: nova/exception.py:617 #, python-format msgid "Could not find a handler for %(driver_type)s volume." msgstr "" #: nova/exception.py:621 #, python-format msgid "Invalid image href %(image_href)s." msgstr "" #: nova/exception.py:625 #, python-format msgid "Requested image %(image)s has automatic disk resize disabled." msgstr "" #: nova/exception.py:630 #, python-format msgid "Image %(image_id)s could not be found." msgstr "" #: nova/exception.py:634 msgid "The current driver does not support preserving ephemeral partitions." msgstr "" #: nova/exception.py:639 #, python-format msgid "Project %(project_id)s could not be found." msgstr "" #: nova/exception.py:643 msgid "Cannot find SR to read/write VDI." msgstr "" #: nova/exception.py:647 #, python-format msgid "Instance %(uuid)s has no mapping to a cell." msgstr "" #: nova/exception.py:651 #, python-format msgid "Failed to release IP %(address)s with MAC %(mac_address)s" msgstr "" #: nova/exception.py:655 #, python-format msgid "Network %(network_id)s is still in use." msgstr "" #: nova/exception.py:659 #, python-format msgid "Network set host failed for network %(network_id)s." msgstr "" #: nova/exception.py:663 #, python-format msgid "%(req)s is required to create a network." msgstr "" #: nova/exception.py:667 msgid "Maximum allowed length for 'label' is 255." msgstr "" #: nova/exception.py:671 #, python-format msgid "%(key)s must be an integer." msgstr "" #: nova/exception.py:675 #, python-format msgid "%(cidr)s is not a valid IP network." msgstr "" #: nova/exception.py:679 #, python-format msgid "%(address)s is not a valid IP address." msgstr "" #: nova/exception.py:683 #, python-format msgid "%(address)s is not within %(cidr)s." msgstr "" #: nova/exception.py:687 #, python-format msgid "Detected existing vlan with id %(vlan)d" msgstr "" #: nova/exception.py:692 #, python-format msgid "Requested cidr (%(cidr)s) conflicts with existing cidr (%(other)s)" msgstr "" #: nova/exception.py:698 #, python-format msgid "" "Network must be disassociated from project %(project_id)s before it can " "be deleted." msgstr "" #: nova/exception.py:703 #, python-format msgid "Network %(network_id)s could not be found." msgstr "" #: nova/exception.py:707 #, python-format msgid "Port id %(port_id)s could not be found." msgstr "" #: nova/exception.py:711 #, python-format msgid "Network could not be found for bridge %(bridge)s" msgstr "" #: nova/exception.py:715 #, python-format msgid "Network could not be found for uuid %(uuid)s" msgstr "" #: nova/exception.py:719 #, python-format msgid "Network could not be found with cidr %(cidr)s." msgstr "" #: nova/exception.py:723 #, python-format msgid "Network could not be found for instance %(instance_id)s." msgstr "" #: nova/exception.py:727 msgid "No networks defined." msgstr "" #: nova/exception.py:731 msgid "No more available networks." msgstr "" #: nova/exception.py:735 #, python-format msgid "" "Either network uuid %(network_uuid)s is not present or is not assigned to" " the project %(project_id)s." msgstr "" #: nova/exception.py:740 msgid "" "More than one possible network found. Specify network ID(s) to select " "which one(s) to connect to." msgstr "" #: nova/exception.py:745 #, python-format msgid "Unable to automatically allocate a network for project %(project_id)s" msgstr "" #: nova/exception.py:750 #, python-format msgid "Network %(network_uuid)s requires a subnet in order to boot instances on." msgstr "" #: nova/exception.py:755 #, python-format msgid "" "It is not allowed to create an interface on external network " "%(network_uuid)s" msgstr "" #: nova/exception.py:760 #, python-format msgid "Physical network is missing for network %(network_uuid)s" msgstr "" #: nova/exception.py:764 #, python-format msgid "vhostuser_sock_path not present in vif_details for vif %(vif_id)s" msgstr "" #: nova/exception.py:769 #, python-format msgid "" "Parameters %(missing_params)s not present in vif_details for vif " "%(vif_id)s. Check your Neutron configuration to validate that the macvtap" " parameters are correct." msgstr "" #: nova/exception.py:776 #, python-format msgid "OVS configuration failed with: %(inner_exception)s." msgstr "" #: nova/exception.py:780 msgid "Could not find the datastore reference(s) which the VM uses." msgstr "" #: nova/exception.py:784 #, python-format msgid "Port %(port_id)s is still in use." msgstr "" #: nova/exception.py:788 #, python-format msgid "Port %(port_id)s requires a FixedIP in order to be used." msgstr "" #: nova/exception.py:792 #, python-format msgid "Port %(port_id)s not usable for instance %(instance)s." msgstr "" #: nova/exception.py:796 #, python-format msgid "" "Port %(port_id)s not usable for instance %(instance)s. Value %(value)s " "assigned to dns_name attribute does not match instance's hostname " "%(hostname)s" msgstr "" #: nova/exception.py:802 #, python-format msgid "No free port available for instance %(instance)s." msgstr "" #: nova/exception.py:806 #, python-format msgid "" "Binding failed for port %(port_id)s, please check neutron logs for more " "information." msgstr "" #: nova/exception.py:811 #, python-format msgid "Port update failed for port %(port_id)s: %(reason)s" msgstr "" #: nova/exception.py:815 #, python-format msgid "Fixed IP %(address)s already exists." msgstr "" #: nova/exception.py:819 #, python-format msgid "No fixed IP associated with id %(id)s." msgstr "" #: nova/exception.py:823 #, python-format msgid "Fixed IP not found for address %(address)s." msgstr "" #: nova/exception.py:827 #, python-format msgid "Instance %(instance_uuid)s has zero fixed IPs." msgstr "" #: nova/exception.py:831 #, python-format msgid "Network host %(host)s has zero fixed IPs in network %(network_id)s." msgstr "" #: nova/exception.py:836 #, python-format msgid "Instance %(instance_uuid)s doesn't have fixed IP '%(ip)s'." msgstr "" #: nova/exception.py:840 #, python-format msgid "" "Fixed IP address (%(address)s) does not exist in network " "(%(network_uuid)s)." msgstr "" #: nova/exception.py:845 #, python-format msgid "Fixed IP associate failed for network: %(net)s." msgstr "" #: nova/exception.py:849 #, python-format msgid "" "Fixed IP address %(address)s is already in use on instance " "%(instance_uuid)s." msgstr "" #: nova/exception.py:854 #, python-format msgid "More than one instance is associated with fixed IP address '%(address)s'." msgstr "" #: nova/exception.py:859 #, python-format msgid "Fixed IP address %(address)s is invalid." msgstr "" #: nova/exception.py:863 #, python-format msgid "" "The fixed IP associated with port %(port_id)s is not compatible with the " "host." msgstr "" #: nova/exception.py:868 #, python-format msgid "No fixed IP addresses available for network: %(net)s" msgstr "" #: nova/exception.py:872 msgid "Zero fixed IPs could be found." msgstr "" #: nova/exception.py:876 #, python-format msgid "Floating IP %(address)s already exists." msgstr "" #: nova/exception.py:880 #, python-format msgid "Floating IP not found for ID %(id)s." msgstr "" #: nova/exception.py:884 #, python-format msgid "The DNS entry %(name)s already exists in domain %(domain)s." msgstr "" #: nova/exception.py:888 #, python-format msgid "Floating IP not found for address %(address)s." msgstr "" #: nova/exception.py:892 #, python-format msgid "Floating IP not found for host %(host)s." msgstr "" #: nova/exception.py:896 #, python-format msgid "Multiple floating IPs are found for address %(address)s." msgstr "" #: nova/exception.py:900 msgid "Floating IP pool not found." msgstr "" #: nova/exception.py:905 msgid "Zero floating IPs available." msgstr "" #: nova/exception.py:910 #, python-format msgid "Floating IP %(address)s is associated." msgstr "" #: nova/exception.py:914 #, python-format msgid "Floating IP %(address)s is not associated." msgstr "" #: nova/exception.py:918 msgid "Zero floating IPs exist." msgstr "" #: nova/exception.py:922 #, python-format msgid "Interface %(interface)s not found." msgstr "" #: nova/exception.py:926 msgid "Floating IP allocate failed." msgstr "" #: nova/exception.py:930 #, python-format msgid "Floating IP %(address)s association has failed." msgstr "" #: nova/exception.py:934 msgid "The floating IP request failed with a BadRequest" msgstr "" #: nova/api/openstack/compute/floating_ips.py:105 #: nova/api/openstack/compute/floating_ips.py:202 nova/exception.py:938 msgid "Cannot disassociate auto assigned floating IP" msgstr "" #: nova/exception.py:942 #, python-format msgid "Keypair %(name)s not found for user %(user_id)s" msgstr "" #: nova/exception.py:946 #, python-format msgid "Service %(service_id)s could not be found." msgstr "" #: nova/exception.py:950 #, python-format msgid "Service with host %(host)s binary %(binary)s exists." msgstr "" #: nova/exception.py:954 #, python-format msgid "Service with host %(host)s topic %(topic)s exists." msgstr "" #: nova/exception.py:958 #, python-format msgid "Host %(host)s could not be found." msgstr "" #: nova/exception.py:962 #, python-format msgid "Compute host %(host)s could not be found." msgstr "" #: nova/exception.py:966 #, python-format msgid "Compute host %(name)s needs to be created first before updating." msgstr "" #: nova/exception.py:971 #, python-format msgid "Could not find binary %(binary)s on host %(host)s." msgstr "" #: nova/exception.py:975 #, python-format msgid "Invalid reservation expiration %(expire)s." msgstr "" #: nova/exception.py:979 #, python-format msgid "" "Change would make usage less than 0 for the following resources: " "%(unders)s" msgstr "" #: nova/exception.py:984 #, python-format msgid "Wrong quota method %(method)s used on resource %(res)s" msgstr "" #: nova/exception.py:988 msgid "Quota could not be found" msgstr "" #: nova/exception.py:992 #, python-format msgid "Quota exists for project %(project_id)s, resource %(resource)s" msgstr "" #: nova/exception.py:997 #, python-format msgid "Unknown quota resources %(unknown)s." msgstr "" #: nova/exception.py:1001 #, python-format msgid "Quota for user %(user_id)s in project %(project_id)s could not be found." msgstr "" #: nova/exception.py:1006 #, python-format msgid "Quota for project %(project_id)s could not be found." msgstr "" #: nova/exception.py:1010 #, python-format msgid "Quota class %(class_name)s could not be found." msgstr "" #: nova/exception.py:1014 #, python-format msgid "Quota usage for project %(project_id)s could not be found." msgstr "" #: nova/exception.py:1018 #, python-format msgid "" "Quota usage refresh of resource %(resource)s for project %(project_id)s, " "user %(user_id)s, is not allowed. The allowed resources are %(syncable)s." msgstr "" #: nova/exception.py:1024 #, python-format msgid "Quota reservation %(uuid)s could not be found." msgstr "" #: nova/exception.py:1028 #, python-format msgid "Quota exceeded for resources: %(overs)s" msgstr "" #: nova/exception.py:1032 #, python-format msgid "Security group %(security_group_id)s not found." msgstr "" #: nova/exception.py:1036 #, python-format msgid "Security group %(security_group_id)s not found for project %(project_id)s." msgstr "" #: nova/exception.py:1041 #, python-format msgid "Security group with rule %(rule_id)s not found." msgstr "" #: nova/exception.py:1045 #, python-format msgid "" "Security group %(security_group_name)s already exists for project " "%(project_id)s." msgstr "" #: nova/exception.py:1050 #, python-format msgid "" "Security group %(security_group_id)s is already associated with the " "instance %(instance_id)s" msgstr "" #: nova/exception.py:1055 #, python-format msgid "" "Security group %(security_group_id)s is not associated with the instance " "%(instance_id)s" msgstr "" #: nova/exception.py:1060 #, python-format msgid "Security group default rule (%rule_id)s not found." msgstr "" #: nova/exception.py:1064 msgid "" "Network requires port_security_enabled and subnet associated in order to " "apply security groups." msgstr "" #: nova/exception.py:1069 #, python-format msgid "Rule already exists in group: %(rule)s" msgstr "" #: nova/exception.py:1073 msgid "No Unique Match Found." msgstr "" #: nova/exception.py:1078 #, python-format msgid "Active live migration for instance %(instance_id)s not found" msgstr "" #: nova/exception.py:1082 #, python-format msgid "Migration %(migration_id)s could not be found." msgstr "" #: nova/exception.py:1086 #, python-format msgid "Migration not found for instance %(instance_id)s with status %(status)s." msgstr "" #: nova/exception.py:1091 #, python-format msgid "Migration %(migration_id)s not found for instance %(instance_id)s" msgstr "" #: nova/exception.py:1096 #, python-format msgid "" "Migration %(migration_id)s state of instance %(instance_uuid)s is " "%(state)s. Cannot %(method)s while the migration is in this state." msgstr "" #: nova/exception.py:1102 #, python-format msgid "" "Console log output could not be retrieved for instance %(instance_id)s. " "Reason: %(reason)s" msgstr "" #: nova/exception.py:1107 #, python-format msgid "Console pool %(pool_id)s could not be found." msgstr "" #: nova/exception.py:1111 #, python-format msgid "" "Console pool with host %(host)s, console_type %(console_type)s and " "compute_host %(compute_host)s already exists." msgstr "" #: nova/exception.py:1117 #, python-format msgid "" "Console pool of type %(console_type)s for compute host %(compute_host)s " "on proxy host %(host)s not found." msgstr "" #: nova/exception.py:1123 #, python-format msgid "Console %(console_id)s could not be found." msgstr "" #: nova/exception.py:1127 #, python-format msgid "Console for instance %(instance_uuid)s could not be found." msgstr "" #: nova/exception.py:1131 msgid "Guest does not have a console available." msgstr "" #: nova/exception.py:1135 #, python-format msgid "" "Console for instance %(instance_uuid)s in pool %(pool_id)s could not be " "found." msgstr "" #: nova/exception.py:1140 #, python-format msgid "Invalid console type %(console_type)s" msgstr "" #: nova/exception.py:1144 #, python-format msgid "Unavailable console type %(console_type)s." msgstr "" #: nova/exception.py:1148 #, python-format msgid "The console port range %(min_port)d-%(max_port)d is exhausted." msgstr "" #: nova/exception.py:1153 #, python-format msgid "Flavor %(flavor_id)s could not be found." msgstr "" #: nova/exception.py:1157 #, python-format msgid "Flavor with name %(flavor_name)s could not be found." msgstr "" #: nova/exception.py:1161 #, python-format msgid "Flavor access not found for %(flavor_id)s / %(project_id)s combination." msgstr "" #: nova/exception.py:1166 #, python-format msgid "" "Flavor %(id)s extra spec cannot be updated or created after %(retries)d " "retries." msgstr "" #: nova/exception.py:1171 #, python-format msgid "Cell %(cell_name)s doesn't exist." msgstr "" #: nova/exception.py:1175 #, python-format msgid "Cell with name %(name)s already exists." msgstr "" #: nova/exception.py:1179 #, python-format msgid "Inconsistency in cell routing: %(reason)s" msgstr "" #: nova/exception.py:1183 #, python-format msgid "Service API method not found: %(detail)s" msgstr "" #: nova/exception.py:1187 msgid "Timeout waiting for response from cell" msgstr "" #: nova/exception.py:1191 #, python-format msgid "Cell message has reached maximum hop count: %(hop_count)s" msgstr "" #: nova/exception.py:1195 msgid "No cells available matching scheduling criteria." msgstr "" #: nova/exception.py:1199 msgid "Cannot update cells configuration file." msgstr "" #: nova/exception.py:1203 #, python-format msgid "Cell is not known for instance %(instance_uuid)s" msgstr "" #: nova/exception.py:1207 #, python-format msgid "Scheduler Host Filter %(filter_name)s could not be found." msgstr "" #: nova/exception.py:1211 #, python-format msgid "Flavor %(flavor_id)s has no extra specs with key %(extra_specs_key)s." msgstr "" #: nova/exception.py:1216 #, python-format msgid "" "Metric %(name)s could not be found on the compute host node " "%(host)s.%(node)s." msgstr "" #: nova/exception.py:1221 #, python-format msgid "File %(file_path)s could not be found." msgstr "" #: nova/exception.py:1225 #, python-format msgid "Virtual switch associated with the network adapter %(adapter)s not found." msgstr "" #: nova/exception.py:1230 #, python-format msgid "Network adapter %(adapter)s could not be found." msgstr "" #: nova/exception.py:1234 #, python-format msgid "Class %(class_name)s could not be found: %(exception)s" msgstr "" #: nova/exception.py:1238 #, python-format msgid "Instance %(instance_id)s has no tag '%(tag)s'" msgstr "" #: nova/exception.py:1242 msgid "Rotation param is required for backup image_type" msgstr "" #: nova/exception.py:1246 #, python-format msgid "Key pair '%(key_name)s' already exists." msgstr "" #: nova/exception.py:1250 #, python-format msgid "Instance %(name)s already exists." msgstr "" #: nova/exception.py:1254 #, python-format msgid "Flavor with name %(name)s already exists." msgstr "" #: nova/exception.py:1258 #, python-format msgid "Flavor with ID %(flavor_id)s already exists." msgstr "" #: nova/exception.py:1262 #, python-format msgid "" "Flavor access already exists for flavor %(flavor_id)s and project " "%(project_id)s combination." msgstr "" #: nova/exception.py:1267 #, python-format msgid "%(path)s is not on shared storage: %(reason)s" msgstr "" #: nova/exception.py:1271 #, python-format msgid "%(path)s is not on local storage: %(reason)s" msgstr "" #: nova/exception.py:1275 #, python-format msgid "Storage error: %(reason)s" msgstr "" #: nova/exception.py:1279 #, python-format msgid "Migration error: %(reason)s" msgstr "" #: nova/exception.py:1283 #, python-format msgid "Migration pre-check error: %(reason)s" msgstr "" #: nova/exception.py:1287 #, python-format msgid "Client exception during Migration Pre check: %(reason)s" msgstr "" #: nova/exception.py:1291 #, python-format msgid "Migration select destinations error: %(reason)s" msgstr "" #: nova/exception.py:1295 msgid "RPC is pinned to old version" msgstr "" #: nova/exception.py:1299 #, python-format msgid "Malformed message body: %(reason)s" msgstr "" #: nova/exception.py:1305 #, python-format msgid "Could not find config at %(path)s" msgstr "" #: nova/exception.py:1309 #, python-format msgid "Could not load paste app '%(name)s' from %(path)s" msgstr "" #: nova/exception.py:1313 msgid "When resizing, instances must change flavor!" msgstr "" #: nova/exception.py:1317 #, python-format msgid "Resize error: %(reason)s" msgstr "" #: nova/exception.py:1321 #, python-format msgid "Server disk was unable to be resized because: %(reason)s" msgstr "" #: nova/exception.py:1325 msgid "Flavor's memory is too small for requested image." msgstr "" #: nova/exception.py:1329 msgid "The created instance's disk would be too small." msgstr "" #: nova/exception.py:1333 #, python-format msgid "" "Flavor's disk is too small for requested image. Flavor disk is " "%(flavor_size)i bytes, image is %(image_size)i bytes." msgstr "" #: nova/exception.py:1338 #, python-format msgid "" "Flavor's disk is smaller than the minimum size specified in image " "metadata. Flavor disk is %(flavor_size)i bytes, minimum size is " "%(image_min_disk)i bytes." msgstr "" #: nova/exception.py:1344 #, python-format msgid "" "Volume is smaller than the minimum size specified in image metadata. " "Volume size is %(volume_size)i bytes, minimum size is %(image_min_disk)i " "bytes." msgstr "" #: nova/exception.py:1350 #, python-format msgid "Insufficient free memory on compute node to start %(uuid)s." msgstr "" #: nova/exception.py:1354 #, python-format msgid "No valid host was found. %(reason)s" msgstr "" #: nova/exception.py:1358 #, python-format msgid "Exceeded maximum number of retries. %(reason)s" msgstr "" #: nova/exception.py:1362 #, python-format msgid "Quota exceeded: code=%(code)s" msgstr "" #: nova/exception.py:1371 #, python-format msgid "" "Quota exceeded for %(overs)s: Requested %(req)s, but already used " "%(used)s of %(allowed)s %(overs)s" msgstr "" #: nova/exception.py:1376 msgid "Maximum number of floating IPs exceeded" msgstr "" #: nova/exception.py:1380 msgid "Maximum number of fixed IPs exceeded" msgstr "" #: nova/exception.py:1384 #, python-format msgid "Maximum number of metadata items exceeds %(allowed)d" msgstr "" #: nova/exception.py:1388 msgid "Personality file limit exceeded" msgstr "" #: nova/exception.py:1392 msgid "Personality file path too long" msgstr "" #: nova/exception.py:1396 msgid "Personality file content too long" msgstr "" #: nova/exception.py:1400 msgid "Maximum number of key pairs exceeded" msgstr "" #: nova/exception.py:1404 msgid "Maximum number of security groups or rules exceeded" msgstr "" #: nova/exception.py:1408 msgid "Maximum number of ports exceeded" msgstr "" #: nova/exception.py:1412 #, python-format msgid "" "Aggregate %(aggregate_id)s: action '%(action)s' caused an error: " "%(reason)s." msgstr "" #: nova/exception.py:1417 #, python-format msgid "Aggregate %(aggregate_id)s could not be found." msgstr "" #: nova/exception.py:1421 #, python-format msgid "Aggregate %(aggregate_name)s already exists." msgstr "" #: nova/exception.py:1425 #, python-format msgid "Aggregate %(aggregate_id)s has no host %(host)s." msgstr "" #: nova/exception.py:1429 #, python-format msgid "Aggregate %(aggregate_id)s has no metadata with key %(metadata_key)s." msgstr "" #: nova/exception.py:1434 #, python-format msgid "Aggregate %(aggregate_id)s already has host %(host)s." msgstr "" #: nova/exception.py:1438 #, python-format msgid "Failed to set admin password on %(instance)s because %(reason)s" msgstr "" #: nova/exception.py:1444 #, python-format msgid "Instance %(instance_id)s could not be found." msgstr "" #: nova/exception.py:1448 #, python-format msgid "Info cache for instance %(instance_uuid)s could not be found." msgstr "" #: nova/exception.py:1453 msgid "Invalid association." msgstr "" #: nova/exception.py:1457 #, python-format msgid "Marker %(marker)s could not be found." msgstr "" #: nova/exception.py:1461 #, python-format msgid "Invalid id: %(instance_id)s (expecting \"i-...\")" msgstr "" #: nova/exception.py:1465 #, python-format msgid "Invalid id: %(volume_id)s (expecting \"i-...\")" msgstr "" #: nova/exception.py:1469 #, python-format msgid "Could not fetch image %(image_id)s" msgstr "" #: nova/exception.py:1473 #, python-format msgid "Could not upload image %(image_id)s" msgstr "" #: nova/exception.py:1477 #, python-format msgid "Task %(task_name)s is already running on host %(host)s" msgstr "" #: nova/exception.py:1481 #, python-format msgid "Task %(task_name)s is not running on host %(host)s" msgstr "" #: nova/exception.py:1485 #, python-format msgid "Instance %(instance_uuid)s is locked" msgstr "" #: nova/exception.py:1489 #, python-format msgid "Invalid value for Config Drive option: %(option)s" msgstr "" #: nova/exception.py:1493 #, python-format msgid "Config drive format '%(format)s' is not supported." msgstr "" #: nova/exception.py:1497 #, python-format msgid "Could not mount vfat config drive. %(operation)s failed. Error: %(error)s" msgstr "" #: nova/exception.py:1502 #, python-format msgid "Unknown config drive format %(format)s. Select one of iso9660 or vfat." msgstr "" #: nova/exception.py:1507 #, python-format msgid "Instance %(instance_uuid)s requires config drive, but it does not exist." msgstr "" #: nova/exception.py:1512 #, python-format msgid "Failed to attach network adapter device to %(instance_uuid)s" msgstr "" #: nova/exception.py:1517 #, python-format msgid "" "No specific network was requested and none are available for project " "'%(project_id)s'." msgstr "" #: nova/exception.py:1522 #, python-format msgid "Failed to detach network adapter device from %(instance_uuid)s" msgstr "" #: nova/exception.py:1527 #, python-format msgid "" "User data too large. User data must be no larger than %(maxsize)s bytes " "once base64 encoded. Your data is %(length)d bytes" msgstr "" #: nova/exception.py:1533 msgid "User data needs to be valid base 64." msgstr "" #: nova/exception.py:1537 #, python-format msgid "" "Conflict updating instance %(instance_uuid)s. Expected: %(expected)s. " "Actual: %(actual)s" msgstr "" #: nova/exception.py:1542 #, python-format msgid "" "Conflict updating instance %(instance_uuid)s, but we were unable to " "determine the cause" msgstr "" #: nova/exception.py:1555 #, python-format msgid "" "Action for request_id %(request_id)s on instance %(instance_uuid)s not " "found" msgstr "" #: nova/exception.py:1560 #, python-format msgid "Event %(event)s not found for action id %(action_id)s" msgstr "" #: nova/exception.py:1564 #, python-format msgid "The CA file for %(project)s could not be found" msgstr "" #: nova/exception.py:1568 #, python-format msgid "The CRL file for %(project)s could not be found" msgstr "" #: nova/exception.py:1572 msgid "Instance recreate is not supported." msgstr "" #: nova/exception.py:1576 #, python-format msgid "%(binary)s attempted direct database access which is not allowed by policy" msgstr "" #: nova/exception.py:1581 #, python-format msgid "Virtualization type '%(virt)s' is not supported by this compute driver" msgstr "" #: nova/exception.py:1586 #, python-format msgid "" "Requested hardware '%(model)s' is not supported by the '%(virt)s' virt " "driver" msgstr "" #: nova/exception.py:1591 #, python-format msgid "Invalid Base 64 data for file %(path)s" msgstr "" #: nova/exception.py:1595 #, python-format msgid "Build of instance %(instance_uuid)s aborted: %(reason)s" msgstr "" #: nova/exception.py:1599 #, python-format msgid "Build of instance %(instance_uuid)s was re-scheduled: %(reason)s" msgstr "" #: nova/exception.py:1604 #, python-format msgid "Shadow table with name %(name)s already exists." msgstr "" #: nova/exception.py:1609 #, python-format msgid "Instance rollback performed due to: %s" msgstr "" #: nova/exception.py:1615 #, python-format msgid "Cannot call %(method)s on orphaned %(objtype)s object" msgstr "" #: nova/exception.py:1619 #, python-format msgid "Object action %(action)s failed because: %(reason)s" msgstr "" #: nova/exception.py:1623 #, python-format msgid "Core API extensions are missing: %(missing_apis)s" msgstr "" #: nova/exception.py:1627 #, python-format msgid "Error during following call to agent: %(method)s" msgstr "" #: nova/exception.py:1631 #, python-format msgid "Unable to contact guest agent. The following call timed out: %(method)s" msgstr "" #: nova/exception.py:1636 #, python-format msgid "Agent does not support the call: %(method)s" msgstr "" #: nova/exception.py:1640 #, python-format msgid "Instance group %(group_uuid)s could not be found." msgstr "" #: nova/exception.py:1644 #, python-format msgid "Instance group %(group_uuid)s already exists." msgstr "" #: nova/exception.py:1648 #, python-format msgid "Instance group %(group_uuid)s has no member with id %(instance_id)s." msgstr "" #: nova/exception.py:1653 #, python-format msgid "%(field)s should not be part of the updates." msgstr "" #: nova/exception.py:1657 #, python-format msgid "Number of retries to plugin (%(num_retries)d) exceeded." msgstr "" #: nova/exception.py:1661 #, python-format msgid "There was an error with the download module %(module)s. %(reason)s" msgstr "" #: nova/exception.py:1666 #, python-format msgid "" "The metadata for this location will not work with this module %(module)s." " %(reason)s." msgstr "" #: nova/exception.py:1671 #, python-format msgid "The method %(method_name)s is not implemented." msgstr "" #: nova/exception.py:1675 #, python-format msgid "The module %(module)s is misconfigured: %(reason)s." msgstr "" #: nova/exception.py:1679 #, python-format msgid "Signature verification for the image failed: %(reason)s." msgstr "" #: nova/exception.py:1684 #, python-format msgid "Error when creating resource monitor: %(monitor)s" msgstr "" #: nova/exception.py:1688 #, python-format msgid "The PCI address %(address)s has an incorrect format." msgstr "" #: nova/exception.py:1692 #, python-format msgid "" "Invalid PCI Whitelist: The PCI address %(address)s has an invalid " "%(field)s." msgstr "" #: nova/exception.py:1697 msgid "" "Invalid PCI Whitelist: The PCI whitelist can specify devname or address, " "but not both" msgstr "" #: nova/exception.py:1703 #, python-format msgid "PCI device %(id)s not found" msgstr "" #: nova/exception.py:1707 #, python-format msgid "PCI Device %(node_id)s:%(address)s not found." msgstr "" #: nova/exception.py:1711 #, python-format msgid "" "PCI device %(compute_node_id)s:%(address)s is %(status)s instead of " "%(hopestatus)s" msgstr "" #: nova/exception.py:1717 #, python-format msgid "Not all Virtual Functions of PF %(compute_node_id)s:%(address)s are free." msgstr "" #: nova/exception.py:1723 #, python-format msgid "" "Physical Function %(compute_node_id)s:%(address)s, related to VF " "%(compute_node_id)s:%(vf_address)s is %(status)s instead of " "%(hopestatus)s" msgstr "" #: nova/exception.py:1730 #, python-format msgid "" "PCI device %(compute_node_id)s:%(address)s is owned by %(owner)s instead " "of %(hopeowner)s" msgstr "" #: nova/exception.py:1736 #, python-format msgid "PCI device request %(requests)s failed" msgstr "" #: nova/exception.py:1741 #, python-format msgid "" "Attempt to consume PCI device %(compute_node_id)s:%(address)s from empty " "pool" msgstr "" #: nova/exception.py:1747 #, python-format msgid "Invalid PCI alias definition: %(reason)s" msgstr "" #: nova/exception.py:1751 #, python-format msgid "PCI alias %(alias)s is not defined" msgstr "" #: nova/exception.py:1755 #, python-format msgid "Not enough parameters: %(reason)s" msgstr "" #: nova/exception.py:1760 #, python-format msgid "Invalid PCI devices Whitelist config %(reason)s" msgstr "" #: nova/exception.py:1773 #, python-format msgid "" "Failed to prepare PCI device %(id)s for instance %(instance_uuid)s: " "%(reason)s" msgstr "" #: nova/exception.py:1778 #, python-format msgid "Failed to detach PCI device %(dev)s: %(reason)s" msgstr "" #: nova/exception.py:1782 #, python-format msgid "%(type)s hypervisor does not support PCI devices" msgstr "" #: nova/exception.py:1786 #, python-format msgid "Key manager error: %(reason)s" msgstr "" #: nova/exception.py:1790 #, python-format msgid "Failed to remove volume(s): (%(reason)s)" msgstr "" #: nova/exception.py:1794 #, python-format msgid "Volume rebase failed: %(reason)s" msgstr "" #: nova/exception.py:1798 #, python-format msgid "Provided video model (%(model)s) is not supported." msgstr "" #: nova/exception.py:1802 #, python-format msgid "The provided RNG device path: (%(path)s) is not present on the host." msgstr "" #: nova/exception.py:1807 #, python-format msgid "" "The requested amount of video memory %(req_vram)d is higher than the " "maximum allowed by flavor %(max_vram)d." msgstr "" #: nova/exception.py:1812 #, python-format msgid "Provided watchdog action (%(action)s) is not supported." msgstr "" #: nova/exception.py:1816 msgid "" "Live migration of instances with config drives is not supported in " "libvirt unless libvirt instance path and drive data is shared across " "compute nodes." msgstr "" #: nova/exception.py:1822 msgid "" "Live migration with API v2.25 requires all the Mitaka upgrade to be " "complete before it is available." msgstr "" #: nova/exception.py:1827 #, python-format msgid "" "No live migration URI configured and no default available for " "\"%(virt_type)s\" hypervisor virtualization type." msgstr "" #: nova/exception.py:1832 #, python-format msgid "Error during unshelve instance %(instance_id)s: %(reason)s" msgstr "" #: nova/exception.py:1836 #, python-format msgid "" "Image vCPU limits %(sockets)d:%(cores)d:%(threads)d exceeds permitted " "%(maxsockets)d:%(maxcores)d:%(maxthreads)d" msgstr "" #: nova/exception.py:1841 #, python-format msgid "" "Image vCPU topology %(sockets)d:%(cores)d:%(threads)d exceeds permitted " "%(maxsockets)d:%(maxcores)d:%(maxthreads)d" msgstr "" #: nova/exception.py:1846 #, python-format msgid "" "Requested vCPU limits %(sockets)d:%(cores)d:%(threads)d are impossible to" " satisfy for vcpus count %(vcpus)d" msgstr "" #: nova/exception.py:1851 #, python-format msgid "Architecture name '%(arch)s' is not recognised" msgstr "" #: nova/exception.py:1855 msgid "CPU and memory allocation must be provided for all NUMA nodes" msgstr "" #: nova/exception.py:1860 #, python-format msgid "" "Image property '%(name)s' is not permitted to override NUMA configuration" " set against the flavor" msgstr "" #: nova/exception.py:1865 msgid "" "Asymmetric NUMA topologies require explicit assignment of CPUs and memory" " to nodes in image or flavor" msgstr "" #: nova/exception.py:1870 #, python-format msgid "CPU number %(cpunum)d is larger than max %(cpumax)d" msgstr "" #: nova/exception.py:1874 #, python-format msgid "CPU number %(cpunum)d is assigned to two nodes" msgstr "" #: nova/exception.py:1878 #, python-format msgid "CPU number %(cpuset)s is not assigned to any node" msgstr "" #: nova/exception.py:1882 #, python-format msgid "%(memsize)d MB of memory assigned, but expected %(memtotal)d MB" msgstr "" #: nova/exception.py:1887 #, python-format msgid "Invalid characters in hostname '%(hostname)s'" msgstr "" #: nova/exception.py:1891 #, python-format msgid "Instance %(instance_uuid)s does not specify a NUMA topology" msgstr "" #: nova/exception.py:1895 #, python-format msgid "Instance %(instance_uuid)s does not specify a migration context." msgstr "" #: nova/exception.py:1900 #, python-format msgid "Not able to acquire a free port for %(host)s" msgstr "" #: nova/exception.py:1904 #, python-format msgid "Not able to bind %(host)s:%(port)d, %(error)s" msgstr "" #: nova/exception.py:1908 #, python-format msgid "" "Number of serial ports '%(num_ports)s' specified in '%(property)s' isn't " "valid." msgstr "" #: nova/exception.py:1913 msgid "" "Forbidden to exceed flavor value of number of serial ports passed in " "image meta." msgstr "" #: nova/exception.py:1918 #, python-format msgid "Maximum number of serial port exceeds %(allowed)d for %(virt_type)s" msgstr "" #: nova/exception.py:1923 #, python-format msgid "Image's config drive option '%(config_drive)s' is invalid" msgstr "" #: nova/exception.py:1927 #, python-format msgid "Hypervisor virtualization type '%(hv_type)s' is not recognised" msgstr "" #: nova/exception.py:1932 #, python-format msgid "Virtual machine mode '%(vmmode)s' is not recognised" msgstr "" #: nova/exception.py:1936 #, python-format msgid "The token '%(token)s' is invalid or has expired" msgstr "" #: nova/exception.py:1940 msgid "Invalid Connection Info" msgstr "" #: nova/exception.py:1944 #, python-format msgid "Quiescing is not supported in instance %(instance_id)s" msgstr "" #: nova/exception.py:1948 msgid "Guest agent is not enabled for the instance" msgstr "" #: nova/exception.py:1953 msgid "QEMU guest agent is not enabled" msgstr "" #: nova/exception.py:1957 msgid "Set admin password is not supported" msgstr "" #: nova/exception.py:1962 #, python-format msgid "Invalid memory page size '%(pagesize)s'" msgstr "" #: nova/exception.py:1966 #, python-format msgid "Page size %(pagesize)s forbidden against '%(against)s'" msgstr "" #: nova/exception.py:1970 #, python-format msgid "Page size %(pagesize)s is not supported by the host." msgstr "" #: nova/exception.py:1974 #, python-format msgid "CPU pinning is not supported by the host: %(reason)s" msgstr "" #: nova/exception.py:1979 #, python-format msgid "CPU set to pin %(requested)s must be a subset of free CPU set %(free)s" msgstr "" #: nova/exception.py:1984 #, python-format msgid "" "CPU set to unpin %(requested)s must be a subset of pinned CPU set " "%(pinned)s" msgstr "" #: nova/exception.py:1989 #, python-format msgid "CPU set to pin %(requested)s must be a subset of known CPU set %(cpuset)s" msgstr "" #: nova/exception.py:1994 #, python-format msgid "" "CPU set to unpin %(requested)s must be a subset of known CPU set " "%(cpuset)s" msgstr "" #: nova/exception.py:1999 msgid "" "Image property 'hw_cpu_policy' is not permitted to override CPU pinning " "policy set against the flavor" msgstr "" #: nova/exception.py:2004 msgid "" "Image property 'hw_cpu_thread_policy' is not permitted to override CPU " "thread pinning policy set against the flavor" msgstr "" #: nova/exception.py:2009 #, python-format msgid "ServerGroup policy is not supported: %(reason)s" msgstr "" #: nova/exception.py:2013 #, python-format msgid "Cell %(uuid)s has no mapping." msgstr "" #: nova/exception.py:2017 msgid "Host does not support guests with NUMA topology set" msgstr "" #: nova/exception.py:2021 msgid "Host does not support guests with custom memory page sizes" msgstr "" #: nova/exception.py:2025 #, python-format msgid "%(typename)s in %(fieldname)s is not an instance of Enum" msgstr "" #: nova/exception.py:2029 #, python-format msgid "%(fieldname)s missing field type" msgstr "" #: nova/exception.py:2033 #, python-format msgid "Invalid image format '%(format)s'" msgstr "" #: nova/exception.py:2037 #, python-format msgid "Image model '%(image)s' is not supported" msgstr "" #: nova/exception.py:2041 #, python-format msgid "Host '%(name)s' is not mapped to any cell" msgstr "" #: nova/exception.py:2045 msgid "Cannot set realtime policy in a non dedicated cpu pinning policy" msgstr "" #: nova/exception.py:2050 msgid "Cannot set cpu thread pinning policy in a non dedicated cpu pinning policy" msgstr "" #: nova/exception.py:2055 #, python-format msgid "RequestSpec not found for instance %(instance_uuid)s" msgstr "" #: nova/exception.py:2059 msgid "UEFI is not supported" msgstr "" #: nova/exception.py:2063 msgid "Triggering crash dump is not supported" msgstr "" #: nova/exception.py:2067 msgid "Requested CPU control policy not supported by host" msgstr "" #: nova/exception.py:2071 msgid "Libguestfs does not have permission to read host kernel." msgstr "" #: nova/exception.py:2075 msgid "Realtime policy not supported by hypervisor" msgstr "" #: nova/exception.py:2079 msgid "" "Realtime policy needs vCPU(s) mask configured with at least 1 RT vCPU and" " 1 ordinary vCPU. See hw:cpu_realtime_mask or hw_cpu_realtime_mask" msgstr "" #: nova/exception.py:2085 #, python-format msgid "No configuration information found for operating system %(os_name)s" msgstr "" #: nova/exception.py:2090 #, python-format msgid "BuildRequest not found for instance %(uuid)s" msgstr "" #: nova/exception.py:2094 #, python-format msgid "Attaching interfaces is not supported for instance %(instance)s." msgstr "" #: nova/exception.py:2099 #, python-format msgid "" "The format of the option 'reserved_huge_pages' is invalid. (found " "'%(conf)s') Please refer to the nova config-reference." msgstr "" #: nova/exception.py:2105 msgid "Another thread concurrently updated the data. Please retry your update" msgstr "" #: nova/exception.py:2110 #, python-format msgid "No such resource class %(resource_class)s." msgstr "" #: nova/exception.py:2114 msgid "Resource provider has allocations." msgstr "" #: nova/exception.py:2118 #, python-format msgid "No inventory of class %(resource_class)s found." msgstr "" #: nova/exception.py:2122 #, python-format msgid "Resource class %(resource_class)s already exists." msgstr "" #: nova/exception.py:2126 #, python-format msgid "" "Cannot delete resource class %(resource_class)s. Class is in use in " "inventory." msgstr "" #: nova/exception.py:2131 #, python-format msgid "Cannot delete standard resource class %(resource_class)s." msgstr "" #: nova/exception.py:2135 #, python-format msgid "Cannot update standard resource class %(resource_class)s." msgstr "" #: nova/exception.py:2139 #, python-format msgid "" "Inventory for '%(resource_class)s' on resource provider " "'%(resource_provider)s' invalid." msgstr "" #: nova/exception.py:2144 #, python-format msgid "" "Inventory for '%(resource_classes)s' on resource provider " "'%(resource_provider)s' in use." msgstr "" #: nova/exception.py:2149 #, python-format msgid "" "Invalid inventory for '%(resource_class)s' on resource provider " "'%(resource_provider)s'. The reserved value is greater than or equal to " "total." msgstr "" #: nova/exception.py:2155 #, python-format msgid "" "Unable to create allocation for '%(resource_class)s' on resource provider" " '%(resource_provider)s'. The requested amount would exceed the capacity." msgstr "" #: nova/exception.py:2161 #, python-format msgid "" "Unable to create allocation for '%(resource_class)s' on resource provider" " '%(resource_provider)s'. The requested amount would violate inventory " "constraints." msgstr "" #: nova/exception.py:2167 #, python-format msgid "Pointer model '%(model)s' requested is not supported by host." msgstr "" #: nova/exception.py:2172 #, python-format msgid "" "%(operation)s is not supported in conjunction with the current %(option)s" " setting. Please refer to the nova config-reference." msgstr "" #: nova/exception.py:2178 msgid "Not authorized." msgstr "" #: nova/exception.py:2183 msgid "Networking client is experiencing an unauthorized exception." msgstr "" #: nova/exception.py:2187 msgid "" "This compute is not configured to talk to the placement service. " "Configure the [placement] section of nova.conf and restart the service." msgstr "" #: nova/hash_ring.py:60 msgid "Invalid hosts supplied when building HashRing." msgstr "" #: nova/hash_ring.py:91 msgid "Invalid data supplied to HashRing.get_hosts." msgstr "" #: nova/hooks.py:80 msgid "Wrong type of hook method. Only 'pre' and 'post' type allowed" msgstr "" #: nova/rpc.py:370 #, python-format msgid "" "%(event_type)s is not a versioned notification and not whitelisted. See " "./doc/source/notification.rst" msgstr "" #: nova/service.py:323 #, python-format msgid "%(worker_name)s value of %(workers)s is invalid, must be greater than 0" msgstr "" #: nova/service.py:429 msgid "serve() can only be called once" msgstr "" #: nova/signature_utils.py:108 #, python-format msgid "Invalid signature key type: %s" msgstr "" #: nova/signature_utils.py:202 #, python-format msgid "" "Required image properties for signature verification do not exist. Cannot" " verify signature. Missing property: %s" msgstr "" #: nova/signature_utils.py:222 msgid "Error occurred while creating the verifier" msgstr "" #: nova/signature_utils.py:236 msgid "The signature data was not properly encoded using base64" msgstr "" #: nova/signature_utils.py:251 #, python-format msgid "Invalid signature hash method: %s" msgstr "" #: nova/signature_utils.py:275 #, python-format msgid "Invalid public key type for signature key type: %s" msgstr "" #: nova/signature_utils.py:305 #, python-format msgid "Unable to retrieve certificate with ID: %s" msgstr "" #: nova/signature_utils.py:310 #, python-format msgid "Invalid certificate format: %s" msgstr "" #: nova/signature_utils.py:337 #, python-format msgid "Certificate is not valid before: %s UTC" msgstr "" #: nova/signature_utils.py:341 #, python-format msgid "Certificate is not valid after: %s UTC" msgstr "" #: nova/utils.py:241 #, python-format msgid "Running cmd (subprocess): %s" msgstr "" #: nova/utils.py:271 #, python-format msgid "" "%(desc)r\n" "command: %(cmd)r\n" "exit code: %(code)r\n" "stdout: %(stdout)r\n" "stderr: %(stderr)r" msgstr "" #: nova/utils.py:280 #, python-format msgid "%r failed. Not Retrying." msgstr "" #: nova/utils.py:284 #, python-format msgid "%r failed. Retrying." msgstr "" #: nova/utils.py:475 #, python-format msgid "Link Local address is not found.:%s" msgstr "" #: nova/utils.py:478 #, python-format msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" msgstr "" #: nova/utils.py:510 #, python-format msgid "Expected object of type: %s" msgstr "" #: nova/utils.py:1005 msgid "The input is not a string or unicode" msgstr "" #: nova/utils.py:1007 #, python-format msgid "%s is not a string or unicode" msgstr "" #: nova/utils.py:1014 #, python-format msgid "%(name)s has a minimum character requirement of %(min_length)s." msgstr "" #: nova/utils.py:1019 #, python-format msgid "%(name)s has more than %(max_length)s characters." msgstr "" #: nova/utils.py:1029 #, python-format msgid "%(value_name)s must be an integer" msgstr "" #: nova/utils.py:1035 #, python-format msgid "%(value_name)s must be >= %(min_value)d" msgstr "" #: nova/utils.py:1041 #, python-format msgid "%(value_name)s must be <= %(max_value)d" msgstr "" #: nova/wsgi.py:84 msgid "The backlog must be more than 0" msgstr "" #: nova/wsgi.py:142 #, python-format msgid "Unable to find cert_file : %s" msgstr "" #: nova/wsgi.py:146 #, python-format msgid "Unable to find ca_file : %s" msgstr "" #: nova/wsgi.py:150 #, python-format msgid "Unable to find key_file : %s" msgstr "" #: nova/wsgi.py:154 msgid "" "When running server in SSL mode, you must specify both a cert_file and " "key_file option value in your configuration file" msgstr "" #: nova/wsgi.py:306 msgid "You must implement __call__" msgstr "" #: nova/api/auth.py:90 msgid "Invalid service catalog json." msgstr "" #: nova/api/ec2/ec2utils.py:252 #, python-format msgid "Unacceptable attach status:%s for ec2 API." msgstr "" #: nova/api/ec2/ec2utils.py:274 msgid "Request must include either Timestamp or Expires, but cannot contain both" msgstr "" #: nova/api/metadata/handler.py:141 nova/api/metadata/handler.py:226 #: nova/api/metadata/handler.py:291 msgid "An unknown error has occurred. Please try your request again." msgstr "" #: nova/api/metadata/handler.py:161 msgid "X-Instance-ID header is missing from request." msgstr "" #: nova/api/metadata/handler.py:163 msgid "X-Instance-ID-Signature header is missing from request." msgstr "" #: nova/api/metadata/handler.py:165 msgid "X-Tenant-ID header is missing from request." msgstr "" #: nova/api/metadata/handler.py:167 msgid "Multiple X-Instance-ID headers found within request." msgstr "" #: nova/api/metadata/handler.py:169 msgid "Multiple X-Tenant-ID headers found within request." msgstr "" #: nova/api/metadata/handler.py:242 msgid "X-Forwarded-For is missing from request." msgstr "" #: nova/api/metadata/handler.py:246 msgid "X-Metadata-Provider is missing from request." msgstr "" #: nova/api/metadata/handler.py:281 msgid "Invalid proxy request signature." msgstr "" #: nova/api/metadata/password.py:67 msgid "Request is too large." msgstr "" #: nova/api/openstack/api_version_request.py:190 #, python-format msgid "'%(other)s' should be an instance of '%(cls)s'" msgstr "" #: nova/api/openstack/common.py:276 #, python-format msgid "href %s does not contain version" msgstr "" #: nova/api/openstack/common.py:290 msgid "Image metadata limit exceeded" msgstr "" #: nova/api/openstack/common.py:340 #, python-format msgid "" "Cannot '%(action)s' instance %(server_id)s while it is in %(attr)s " "%(state)s" msgstr "" #: nova/api/openstack/common.py:346 #, python-format msgid "Instance %(server_id)s is in an invalid state for '%(action)s'" msgstr "" #: nova/api/openstack/common.py:357 msgid "Instance snapshots are not permitted at this time." msgstr "" #: nova/api/openstack/common.py:499 msgid "The requested functionality is not supported." msgstr "" #: nova/api/openstack/extensions.py:367 #, python-format msgid "" "Unexpected API Error. Please report this at " "http://bugs.launchpad.net/nova/ and attach the Nova API log if possible." "\n" "%s" msgstr "" #: nova/api/openstack/wsgi.py:272 nova/api/openstack/wsgi.py:386 msgid "cannot understand JSON" msgstr "" #: nova/api/openstack/wsgi.py:391 msgid "too many body keys" msgstr "" #: nova/api/openstack/wsgi.py:590 msgid "Unsupported Content-Type" msgstr "" #: nova/api/openstack/wsgi.py:612 #, python-format msgid "There is no such action: %s" msgstr "" #: nova/api/openstack/wsgi.py:615 nova/api/openstack/wsgi.py:638 msgid "Malformed request body" msgstr "" #: nova/api/openstack/wsgi.py:619 #, python-format msgid "Action: '%(action)s', calling method: %(meth)s, body: %(body)s" msgstr "" #: nova/api/openstack/wsgi.py:647 #, python-format msgid "" "Malformed request URL: URL's project_id '%(project_id)s' doesn't match " "Context's project_id '%(context_project_id)s'" msgstr "" #: nova/api/openstack/compute/admin_password.py:64 msgid "Unable to set password on instance" msgstr "" #: nova/api/openstack/compute/aggregates.py:76 msgid "Not all aggregates have been migrated to the API database" msgstr "" #: nova/api/openstack/compute/aggregates.py:176 #: nova/api/openstack/compute/aggregates.py:180 #, python-format msgid "Cannot remove host %(host)s in aggregate %(id)s" msgstr "" #: nova/api/openstack/compute/attach_interfaces.py:81 #, python-format msgid "Instance %(instance)s does not have a port with id %(port)s" msgstr "" #: nova/api/openstack/compute/attach_interfaces.py:109 msgid "Must not input both network_id and port_id" msgstr "" #: nova/api/openstack/compute/attach_interfaces.py:112 msgid "Must input network_id when request IP address" msgstr "" #: nova/api/openstack/compute/baremetal_nodes.py:73 #, python-format msgid "" "Command Not supported. Please use Ironic command %(cmd)s to perform this " "action." msgstr "" #: nova/api/openstack/compute/baremetal_nodes.py:121 #, python-format msgid "Node %s could not be found." msgstr "" #: nova/api/openstack/compute/block_device_mapping.py:60 #: nova/api/openstack/compute/block_device_mapping_v1.py:53 msgid "" "Using different block_device_mapping syntaxes is not allowed in the same " "request." msgstr "" #: nova/api/openstack/compute/cells.py:186 #, python-format msgid "Cell %s doesn't exist." msgstr "" #: nova/api/openstack/compute/certificates.py:48 msgid "Only root certificate can be retrieved." msgstr "" #: nova/api/openstack/compute/cloudpipe.py:131 msgid "" "Unable to claim IP for VPN instances, ensure it isn't running, and try " "again in a few minutes" msgstr "" #: nova/api/openstack/compute/cloudpipe.py:155 #, python-format msgid "Unknown action %s" msgstr "" #: nova/api/openstack/compute/console_auth_tokens.py:39 msgid "token not provided" msgstr "" #: nova/api/openstack/compute/console_auth_tokens.py:44 msgid "Token not found" msgstr "" #: nova/api/openstack/compute/console_auth_tokens.py:50 msgid "The requested console type details are not accessible" msgstr "" #: nova/api/openstack/compute/evacuate.py:55 msgid "admin password can't be changed on existing disk" msgstr "" #: nova/api/openstack/compute/evacuate.py:100 #: nova/api/openstack/compute/migrate_server.py:132 msgid "Can't force to a non-provided destination" msgstr "" #: nova/api/openstack/compute/evacuate.py:112 #, python-format msgid "Compute host %s not found." msgstr "" #: nova/api/openstack/compute/evacuate.py:116 msgid "The target host can't be the same one." msgstr "" #: nova/api/openstack/compute/fixed_ips.py:62 #, python-format msgid "Fixed IP %s has been deleted" msgstr "" #: nova/api/openstack/compute/fixed_ips.py:106 #, python-format msgid "Fixed IP %s not found" msgstr "" #: nova/api/openstack/compute/fixed_ips.py:109 #, python-format msgid "Fixed IP %s not valid" msgstr "" #: nova/api/openstack/compute/flavor_access.py:54 msgid "Access list not available for public flavors." msgstr "" #: nova/api/openstack/compute/flavor_access.py:107 msgid "Can not add access to a public flavor." msgstr "" #: nova/api/openstack/compute/flavor_manage.py:87 msgid "Not all flavors have been migrated to the API database" msgstr "" #: nova/api/openstack/compute/flavors.py:74 #, python-format msgid "Invalid is_public filter [%s]" msgstr "" #: nova/api/openstack/compute/flavors.py:97 #, python-format msgid "Invalid min_ram filter [%s]" msgstr "" #: nova/api/openstack/compute/flavors.py:104 #, python-format msgid "Invalid minDisk filter [%s]" msgstr "" #: nova/api/openstack/compute/flavors.py:113 #: nova/api/openstack/compute/hypervisors.py:110 #: nova/api/openstack/compute/hypervisors.py:156 #: nova/api/openstack/compute/servers.py:359 #, python-format msgid "marker [%s] not found" msgstr "" #: nova/api/openstack/compute/flavors_extraspecs.py:87 #: nova/api/openstack/compute/image_metadata.py:92 #: nova/api/openstack/compute/server_metadata.py:83 msgid "Request body and URI mismatch" msgstr "" #: nova/api/openstack/compute/flavors_extraspecs.py:108 #: nova/api/openstack/compute/flavors_extraspecs.py:129 #, python-format msgid "Flavor %(flavor_id)s has no extra specs with key %(key)s." msgstr "" #: nova/api/openstack/compute/floating_ip_dns.py:125 msgid "you can not pass project if the scope is private" msgstr "" #: nova/api/openstack/compute/floating_ip_dns.py:128 msgid "you can not pass av_zone if the scope is public" msgstr "" #: nova/api/openstack/compute/floating_ip_dns.py:198 msgid "DNS entries not found." msgstr "" #: nova/api/openstack/compute/floating_ips.py:127 #: nova/api/openstack/compute/floating_ips.py:187 #, python-format msgid "Floating IP not found for ID %s" msgstr "" #: nova/api/openstack/compute/floating_ips.py:159 #, python-format msgid "No more floating IPs in pool %s." msgstr "" #: nova/api/openstack/compute/floating_ips.py:161 msgid "No more floating IPs available." msgstr "" #: nova/api/openstack/compute/floating_ips.py:165 #, python-format msgid "IP allocation over quota in pool %s." msgstr "" #: nova/api/openstack/compute/floating_ips.py:167 msgid "IP allocation over quota." msgstr "" #: nova/api/openstack/compute/floating_ips.py:231 msgid "Instance network is not ready yet" msgstr "" #: nova/api/openstack/compute/floating_ips.py:236 msgid "No fixed IPs associated to instance" msgstr "" #: nova/api/openstack/compute/floating_ips.py:246 msgid "Specified fixed address not assigned to instance" msgstr "" #: nova/api/openstack/compute/floating_ips.py:254 #, python-format msgid "" "Unable to associate floating IP %(address)s to any fixed IPs for instance" " %(id)s. Instance has no fixed IPv4 addresses to associate." msgstr "" #: nova/api/openstack/compute/floating_ips.py:269 msgid "floating IP is already associated" msgstr "" #: nova/api/openstack/compute/floating_ips.py:274 msgid "l3driver call to add floating IP failed" msgstr "" #: nova/api/openstack/compute/floating_ips.py:279 #: nova/api/openstack/compute/floating_ips.py:309 msgid "floating IP not found" msgstr "" #: nova/api/openstack/compute/floating_ips.py:284 #, python-format msgid "" "Unable to associate floating IP %(address)s to fixed IP %(fixed_address)s" " for instance %(id)s. Error: %(error)s" msgstr "" #: nova/api/openstack/compute/floating_ips.py:324 msgid "Floating IP is not associated" msgstr "" #: nova/api/openstack/compute/floating_ips.py:328 #, python-format msgid "Floating IP %(address)s is not associated with instance %(id)s." msgstr "" #: nova/api/openstack/compute/floating_ips_bulk.py:127 #: nova/api/openstack/compute/services.py:165 msgid "Unknown action" msgstr "" #: nova/api/openstack/compute/floating_ips_bulk.py:150 nova/cmd/manage.py:327 #, python-format msgid "/%s should be specified as single address(es) not in cidr format" msgstr "" #: nova/api/openstack/compute/fping.py:48 msgid "fping utility is not found." msgstr "" #: nova/api/openstack/compute/helpers.py:38 #, python-format msgid "%s must be either 'MANUAL' or 'AUTO'." msgstr "" #: nova/api/openstack/compute/hypervisors.py:190 #: nova/api/openstack/compute/hypervisors.py:205 #, python-format msgid "Hypervisor with ID '%s' could not be found." msgstr "" #: nova/api/openstack/compute/hypervisors.py:235 #: nova/api/openstack/compute/hypervisors.py:245 #, python-format msgid "No hypervisor matching '%s' could be found." msgstr "" #: nova/api/openstack/compute/image_metadata.py:45 #: nova/api/openstack/compute/images.py:92 #: nova/api/openstack/compute/images.py:111 msgid "Image not found." msgstr "" #: nova/api/openstack/compute/image_metadata.py:129 msgid "Invalid metadata key" msgstr "" #: nova/api/openstack/compute/images.py:116 msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/instance_actions.py:80 #, python-format msgid "Action %s not found" msgstr "" #: nova/api/openstack/compute/instance_usage_audit_log.py:57 #, python-format msgid "Invalid timestamp for date %s" msgstr "" #: nova/api/openstack/compute/ips.py:56 msgid "Instance is not a member of specified network" msgstr "" #: nova/api/openstack/compute/keypairs.py:145 msgid "Quota exceeded, too many key pairs." msgstr "" #: nova/api/openstack/compute/multiple_create.py:56 msgid "min_count must be <= max_count" msgstr "" #: nova/api/openstack/compute/networks.py:107 #: nova/api/openstack/compute/networks.py:121 #: nova/api/openstack/compute/networks.py:137 #: nova/api/openstack/compute/networks_associate.py:46 #: nova/api/openstack/compute/networks_associate.py:61 #: nova/api/openstack/compute/networks_associate.py:79 #: nova/api/openstack/compute/tenant_networks.py:97 #: nova/api/openstack/compute/tenant_networks.py:131 msgid "Network not found" msgstr "" #: nova/api/openstack/compute/quota_sets.py:65 #, python-format msgid "" "Quota limit %(limit)s for %(resource)s must be greater than or equal to " "already used and reserved %(minimum)s." msgstr "" #: nova/api/openstack/compute/quota_sets.py:71 #, python-format msgid "" "Quota limit %(limit)s for %(resource)s must be less than or equal to " "%(maximum)s." msgstr "" #: nova/api/openstack/compute/quota_sets.py:152 msgid "The networks quota is disabled" msgstr "" #: nova/api/openstack/compute/security_group_default_rules.py:58 #: nova/api/openstack/compute/security_groups.py:265 msgid "Not enough parameters to build a valid rule." msgstr "" #: nova/api/openstack/compute/security_group_default_rules.py:62 msgid "This default rule already exists." msgstr "" #: nova/api/openstack/compute/security_groups.py:110 msgid "The request body can't be empty" msgstr "" #: nova/api/openstack/compute/security_groups.py:114 #, python-format msgid "Missing parameter %s" msgstr "" #: nova/api/openstack/compute/security_groups.py:273 #, python-format msgid "Bad prefix for network in cidr %s" msgstr "" #: nova/api/openstack/compute/security_groups.py:376 msgid "Missing parameter dict" msgstr "" #: nova/api/openstack/compute/security_groups.py:379 msgid "Security group not specified" msgstr "" #: nova/api/openstack/compute/security_groups.py:383 msgid "Security group name cannot be empty" msgstr "" #: nova/api/openstack/compute/server_external_events.py:114 msgid "No instances found for any event" msgstr "" #: nova/api/openstack/compute/server_groups.py:145 msgid "Quota exceeded, too many server groups." msgstr "" #: nova/api/openstack/compute/server_metadata.py:47 msgid "Server does not exist" msgstr "" #: nova/api/openstack/compute/server_metadata.py:138 #: nova/api/openstack/compute/server_metadata.py:150 msgid "Metadata item was not found" msgstr "" #: nova/api/openstack/compute/server_migrations.py:120 #, python-format msgid "In-progress live migration %(id)s is not found for server %(uuid)s." msgstr "" #: nova/api/openstack/compute/server_migrations.py:125 #, python-format msgid "Migration %(id)s for server %(uuid)s is not live-migration." msgstr "" #: nova/api/openstack/compute/server_migrations.py:132 #, python-format msgid "Live migration %(id)s for server %(uuid)s is not in progress." msgstr "" #: nova/api/openstack/compute/server_tags.py:69 #, python-format msgid "Server %(server_id)s has no tag '%(tag)s'" msgstr "" #: nova/api/openstack/compute/server_tags.py:97 #, python-format msgid "" "Tag '%(tag)s' is invalid. It must be a non empty string without " "characters '/' and ','. Validation error message: %(err)s" msgstr "" #: nova/api/openstack/compute/server_tags.py:108 #, python-format msgid "The number of tags exceeded the per-server limit %d" msgstr "" #: nova/api/openstack/compute/servers.py:233 #, python-format msgid "Invalid filter field: %s." msgstr "" #: nova/api/openstack/compute/servers.py:248 msgid "Invalid status value" msgstr "" #: nova/api/openstack/compute/servers.py:283 msgid "Only administrators may list deleted instances" msgstr "" #: nova/api/openstack/compute/servers.py:416 #, python-format msgid "Bad networks format: network uuid is not in proper format (%s)" msgstr "" #: nova/api/openstack/compute/servers.py:422 #, python-format msgid "Duplicate networks (%s) are not allowed" msgstr "" #: nova/api/openstack/compute/servers.py:483 msgid "Network interface tags are not yet supported." msgstr "" #: nova/api/openstack/compute/servers.py:490 msgid "Unknown argument: port" msgstr "" #: nova/api/openstack/compute/servers.py:493 #, python-format msgid "" "Specified Fixed IP '%(addr)s' cannot be used with port '%(port)s': the " "two cannot be specified together." msgstr "" #: nova/api/openstack/compute/servers.py:507 #, python-format msgid "Bad network format: missing %s" msgstr "" #: nova/api/openstack/compute/servers.py:510 msgid "Bad networks format" msgstr "" #: nova/api/openstack/compute/servers.py:598 msgid "Block device tags are not yet supported." msgstr "" #: nova/api/openstack/compute/servers.py:648 msgid "Can not find requested image" msgstr "" #: nova/api/openstack/compute/servers.py:651 msgid "Invalid key_name provided." msgstr "" #: nova/api/openstack/compute/servers.py:654 msgid "Invalid config_drive provided." msgstr "" #: nova/api/openstack/compute/servers.py:820 #: nova/api/openstack/compute/servers.py:934 #: nova/api/openstack/compute/servers.py:1031 msgid "Instance could not be found" msgstr "" #: nova/api/openstack/compute/servers.py:838 #: nova/api/openstack/compute/servers.py:858 msgid "Instance has not been resized." msgstr "" #: nova/api/openstack/compute/servers.py:861 msgid "Flavor used by the instance could not be found." msgstr "" #: nova/api/openstack/compute/servers.py:909 msgid "You are not authorized to access the image the instance was started with." msgstr "" #: nova/api/openstack/compute/servers.py:913 msgid "Image that the instance was started with could not be found." msgstr "" #: nova/api/openstack/compute/servers.py:924 msgid "Invalid instance image." msgstr "" #: nova/api/openstack/compute/servers.py:958 msgid "Missing imageRef attribute" msgstr "" #: nova/api/openstack/compute/servers.py:1036 msgid "Cannot find image for rebuild" msgstr "" #: nova/api/openstack/compute/servers.py:1239 #, python-format msgid "Only administrators can sort servers by %s" msgstr "" #: nova/api/openstack/compute/services.py:110 msgid "Missing disabled reason field" msgstr "" #: nova/api/openstack/compute/services.py:138 msgid "Missing forced_down field" msgstr "" #: nova/api/openstack/compute/services.py:195 #, python-format msgid "Service %s not found." msgstr "" #: nova/api/openstack/compute/simple_tenant_usage.py:207 msgid "Datetime is in invalid format" msgstr "" #: nova/api/openstack/compute/simple_tenant_usage.py:226 msgid "Invalid start time. The start time cannot occur after the end time." msgstr "" #: nova/api/openstack/compute/tenant_networks.py:155 msgid "Requested network does not contain enough (2+) usable hosts" msgstr "" #: nova/api/openstack/compute/tenant_networks.py:159 msgid "Address could not be converted." msgstr "" #: nova/api/openstack/compute/tenant_networks.py:166 msgid "Quota exceeded, too many networks." msgstr "" #: nova/api/openstack/compute/tenant_networks.py:183 msgid "Create networks failed" msgstr "" #: nova/api/openstack/compute/virtual_interfaces.py:65 msgid "Listing virtual interfaces is not supported by this cloud." msgstr "" #: nova/api/openstack/compute/volumes.py:286 #: nova/api/openstack/compute/volumes.py:441 #, python-format msgid "Instance %s is not attached." msgstr "" #: nova/api/openstack/compute/volumes.py:297 #: nova/api/openstack/compute/volumes.py:474 #, python-format msgid "volume_id not found: %s" msgstr "" #: nova/api/openstack/compute/volumes.py:414 msgid "The volume was either invalid or not attached to the instance." msgstr "" #: nova/api/openstack/compute/volumes.py:450 msgid "Can't detach root device volume" msgstr "" #: nova/api/openstack/placement/handler.py:140 msgid "The method specified is not allowed for this resource." msgstr "" #: nova/api/openstack/placement/handler.py:177 msgid "admin required" msgstr "" #: nova/api/openstack/placement/handler.py:192 msgid "content-type header required" msgstr "" #: nova/api/openstack/placement/microversion.py:96 #: nova/api/openstack/placement/microversion.py:100 #, python-format msgid "Invalid microversion: %(error)s" msgstr "" #: nova/api/openstack/placement/util.py:53 #, python-format msgid "Only %(type)s is provided" msgstr "" #: nova/api/openstack/placement/handlers/allocation.py:101 #: nova/api/openstack/placement/util.py:66 #, python-format msgid "Malformed JSON: %(error)s" msgstr "" #: nova/api/openstack/placement/handlers/allocation.py:108 #: nova/api/openstack/placement/util.py:73 #, python-format msgid "JSON does not validate: %(error)s" msgstr "" #: nova/api/openstack/placement/util.py:127 #, python-format msgid "The media type %(bad_type)s is not supported, use %(good_type)s" msgstr "" #: nova/api/openstack/placement/handlers/allocation.py:202 #, python-format msgid "Resource provider '%(rp_uuid)s' not found: %(error)s" msgstr "" #: nova/api/openstack/placement/handlers/allocation.py:238 #, python-format msgid "Allocation for resource provider '%(rp_uuid)s' that does not exist." msgstr "" #: nova/api/openstack/placement/handlers/allocation.py:262 #, python-format msgid "Unable to allocate inventory for resource provider %(rp_uuid)s: %(error)s" msgstr "" #: nova/api/openstack/placement/handlers/allocation.py:268 #, python-format msgid "Unable to allocate inventory: %(error)s" msgstr "" #: nova/api/openstack/placement/handlers/allocation.py:273 #, python-format msgid "Inventory changed while attempting to allocate: %(error)s" msgstr "" #: nova/api/openstack/placement/handlers/allocation.py:297 #, python-format msgid "Allocation for consumer with id %(id)s not found.error: %(error)s" msgstr "" #: nova/api/openstack/placement/handlers/allocation.py:303 #, python-format msgid "No allocations for consumer '%(consumer_uuid)s'" msgstr "" #: nova/api/openstack/placement/handlers/inventory.py:150 #, python-format msgid "Bad inventory %(class)s for resource provider %(rp_uuid)s: %(error)s" msgstr "" #: nova/api/openstack/placement/handlers/inventory.py:224 #, python-format msgid "Update conflict: %(error)s" msgstr "" #: nova/api/openstack/placement/handlers/inventory.py:229 #, python-format msgid "Unable to create inventory for resource provider %(rp_uuid)s: %(error)s" msgstr "" #: nova/api/openstack/placement/handlers/inventory.py:261 #, python-format msgid "Unable to delete inventory of class %(class)s: %(error)s" msgstr "" #: nova/api/openstack/placement/handlers/inventory.py:266 #, python-format msgid "No inventory of class %(class)s found for delete: %(error)s" msgstr "" #: nova/api/openstack/placement/handlers/inventory.py:291 #, python-format msgid "No resource provider with uuid %(uuid)s found : %(error)s" msgstr "" #: nova/api/openstack/placement/handlers/inventory.py:320 #, python-format msgid "No inventory of class %(class)s for %(rp_uuid)s" msgstr "" #: nova/api/openstack/placement/handlers/inventory.py:351 #: nova/api/openstack/placement/handlers/inventory.py:414 msgid "resource provider generation conflict" msgstr "" #: nova/api/openstack/placement/handlers/inventory.py:365 #, python-format msgid "" "Unknown resource class in inventory for resource provider %(rp_uuid)s: " "%(error)s" msgstr "" #: nova/api/openstack/placement/handlers/inventory.py:371 #, python-format msgid "" "Race condition detected when setting inventory. No inventory record with " "resource class for resource provider %(rp_uuid)s: %(error)s" msgstr "" #: nova/api/openstack/placement/handlers/inventory.py:380 #: nova/api/openstack/placement/handlers/inventory.py:426 #, python-format msgid "update conflict: %(error)s" msgstr "" #: nova/api/openstack/placement/handlers/inventory.py:384 #: nova/api/openstack/placement/handlers/inventory.py:436 #, python-format msgid "Unable to update inventory for resource provider %(rp_uuid)s: %(error)s" msgstr "" #: nova/api/openstack/placement/handlers/inventory.py:430 #, python-format msgid "" "No inventory record with resource class for resource provider " "%(rp_uuid)s: %(error)s" msgstr "" #: nova/api/openstack/placement/handlers/resource_class.py:83 #, python-format msgid "Conflicting resource class already exists: %(name)s" msgstr "" #: nova/api/openstack/placement/handlers/resource_class.py:108 #, python-format msgid "Cannot delete standard resource class %(rp_name)s: %(error)s" msgstr "" #: nova/api/openstack/placement/handlers/resource_class.py:113 #, python-format msgid "Unable to delete resource class %(rp_name)s: %(error)s" msgstr "" #: nova/api/openstack/placement/handlers/resource_class.py:185 #, python-format msgid "Resource class already exists: %(name)s" msgstr "" #: nova/api/openstack/placement/handlers/resource_class.py:190 #, python-format msgid "Cannot update standard resource class %(rp_name)s" msgstr "" #: nova/api/openstack/placement/handlers/resource_provider.py:116 #, python-format msgid "" "Badly formed resources parameter. Expected resources query string " "parameter in form: ?resources=VCPU:2,MEMORY_MB:1024. Got: %s." msgstr "" #: nova/api/openstack/placement/handlers/resource_provider.py:125 #, python-format msgid "" "Requested resource %(resource_name)s expected positive integer amount. " "Got: %(amount)s." msgstr "" #: nova/api/openstack/placement/handlers/resource_provider.py:134 #, python-format msgid "" "Requested resource %(resource_name)s requires amount >= 1. Got: " "%(amount)d." msgstr "" #: nova/api/openstack/placement/handlers/resource_provider.py:190 #: nova/api/openstack/placement/handlers/resource_provider.py:342 #, python-format msgid "Conflicting resource provider already exists: %(error)s" msgstr "" #: nova/api/openstack/placement/handlers/resource_provider.py:195 #, python-format msgid "Unable to create resource provider %(rp_uuid)s: %(error)s" msgstr "" #: nova/api/openstack/placement/handlers/resource_provider.py:221 #, python-format msgid "Unable to delete resource provider %(rp_uuid)s: %(error)s" msgstr "" #: nova/api/openstack/placement/handlers/resource_provider.py:226 #, python-format msgid "No resource provider with uuid %s found for delete" msgstr "" #: nova/api/openstack/placement/handlers/resource_provider.py:274 #, python-format msgid "Invalid query string parameters: %(exc)s" msgstr "" #: nova/api/openstack/placement/handlers/resource_provider.py:296 #, python-format msgid "Invalid uuid value: %(uuid)s" msgstr "" #: nova/api/openstack/placement/handlers/resource_provider.py:308 #, python-format msgid "Invalid resource class in resources parameter: %(error)s" msgstr "" #: nova/api/openstack/placement/handlers/resource_provider.py:347 #, python-format msgid "Unable to save resource provider %(rp_uuid)s: %(error)s" msgstr "" #: nova/api/openstack/placement/handlers/usage.py:54 #, python-format msgid "No resource provider with uuid %(uuid)s found: %(error)s" msgstr "" #: nova/api/validation/parameter_types.py:144 msgid "printable characters. Can not start or end with whitespace." msgstr "" #: nova/api/validation/parameter_types.py:158 msgid "printable characters except :.Can not start or end with whitespace." msgstr "" #: nova/api/validation/parameter_types.py:167 msgid "printable characters except :, with at least one non space character" msgstr "" #: nova/api/validation/parameter_types.py:176 msgid "printable characters except !, ., @. Can not start or end with whitespace." msgstr "" #: nova/api/validation/parameter_types.py:185 msgid "printable characters except !, ., @, with at least one non space character" msgstr "" #: nova/api/validation/parameter_types.py:193 msgid "printable characters with at least one non space character" msgstr "" #: nova/api/validation/validators.py:309 #, python-format msgid "Invalid input for field/attribute %(path)s. Value: %(value)s. %(message)s" msgstr "" #: nova/api/validation/validators.py:312 #, python-format msgid "Invalid input for query parameters %(path)s. Value: %(value)s. %(message)s" msgstr "" #: nova/cells/messaging.py:339 msgid "No cell given in routing path." msgstr "" #: nova/cells/messaging.py:358 nova/cells/messaging.py:366 #, python-format msgid "destination is %(target_cell)s but routing_path is %(routing_path)s" msgstr "" #: nova/cells/messaging.py:378 #, python-format msgid "Unknown %(cell_type)s when routing to %(target_cell)s" msgstr "" #: nova/cells/messaging.py:652 #, python-format msgid "Unknown method '%(method)s' in compute API" msgstr "" #: nova/cmd/common.py:160 #, python-format msgid "Missing arguments: %s" msgstr "" #: nova/cmd/idmapshift.py:208 msgid "" "nova-idmapshift is a tool that properly sets the ownership of a " "filesystem for use with linux user namespaces. This tool can only be " "used with linux lxc containers. See the man page for details." msgstr "" #: nova/cmd/manage.py:201 msgid "" "The above error may show that the database has not been created.\n" "Please create a database using 'nova-manage db sync' before running this " "command." msgstr "" #: nova/cmd/manage.py:242 msgid "Quota limit must be -1 or greater." msgstr "" #: nova/cmd/manage.py:246 #, python-format msgid "Quota limit must be greater than %s." msgstr "" #: nova/cmd/manage.py:249 #, python-format msgid "Quota limit must be less than %s." msgstr "" #: nova/cmd/manage.py:258 #, python-format msgid "%(key)s is not a valid quota key. Valid options are: %(options)s." msgstr "" #: nova/cmd/manage.py:264 msgid "Quota" msgstr "" #: nova/cmd/manage.py:265 msgid "Limit" msgstr "" #: nova/cmd/manage.py:266 msgid "In Use" msgstr "" #: nova/cmd/manage.py:267 msgid "Reserved" msgstr "" #: nova/cmd/manage.py:334 #, python-format msgid "" "Too many IP addresses will be generated. Please increase /%s to reduce " "the number generated." msgstr "" #: nova/cmd/manage.py:385 msgid "No floating IP addresses have been defined." msgstr "" #: nova/cmd/manage.py:404 msgid "" "ERROR: Network commands are not supported when using the Neutron API. " "Use python-neutronclient instead." msgstr "" #: nova/cmd/manage.py:476 msgid "id" msgstr "" #: nova/cmd/manage.py:477 msgid "IPv4" msgstr "" #: nova/cmd/manage.py:478 msgid "IPv6" msgstr "" #: nova/cmd/manage.py:479 msgid "start address" msgstr "" #: nova/cmd/manage.py:480 msgid "DNS1" msgstr "" #: nova/cmd/manage.py:481 msgid "DNS2" msgstr "" #: nova/cmd/manage.py:482 msgid "VlanID" msgstr "" #: nova/cmd/manage.py:483 msgid "project" msgstr "" #: nova/cmd/manage.py:484 msgid "uuid" msgstr "" #: nova/cmd/manage.py:491 msgid "No networks found" msgstr "" #: nova/cmd/manage.py:510 msgid "Please specify either fixed_range or uuid" msgstr "" #: nova/cmd/manage.py:515 msgid "UUID is required to delete Neutron Networks" msgstr "" #: nova/cmd/manage.py:518 msgid "Deleting by fixed_range is not supported with the NeutronManager" msgstr "" #: nova/cmd/manage.py:581 msgid "host" msgstr "" #: nova/cmd/manage.py:582 msgid "zone" msgstr "" #: nova/cmd/manage.py:644 msgid "WARNING: cell0 mapping not found - not syncing cell0." msgstr "" #: nova/cmd/manage.py:647 #, python-format msgid "" "ERROR: Could not access cell0.\n" "Has the nova_api database been created?\n" "Has the nova_cell0 database been created?\n" "Has \"nova-manage api_db sync\" been run?\n" "Has \"nova-manage cell_v2 map_cell0\" been run?\n" "Is [api_database]/connection set in nova.conf?\n" "Is the cell0 database connection URL correct?\n" "Error: %s" msgstr "" #: nova/cmd/manage.py:679 msgid "Must supply a positive value for max_rows" msgstr "" #: nova/cmd/manage.py:682 #, python-format msgid "max rows must be <= %(max_value)d" msgstr "" #: nova/cmd/manage.py:688 msgid "Archiving" msgstr "" #: nova/cmd/manage.py:695 msgid "stopped" msgstr "" #: nova/cmd/manage.py:704 msgid "complete" msgstr "" #: nova/cmd/manage.py:710 msgid "Table" msgstr "" #: nova/cmd/manage.py:711 msgid "Number of Rows Archived" msgstr "" #: nova/cmd/manage.py:713 msgid "Nothing was archived." msgstr "" #: nova/cmd/manage.py:731 #, python-format msgid "Deleted %(records)d records from table '%(table_name)s'." msgstr "" #: nova/cmd/manage.py:735 #, python-format msgid "" "There are %(records)d records in the '%(table_name)s' table where the " "uuid or instance_uuid column is NULL. Run this command again with the " "--delete option after you have backed up any necessary data." msgstr "" #: nova/cmd/manage.py:743 msgid "There were no records found where instance_uuid was NULL." msgstr "" #: nova/cmd/manage.py:754 #, python-format msgid "Error attempting to run %(method)s" msgstr "" #: nova/cmd/manage.py:760 #, python-format msgid "%(total)i rows matched query %(meth)s, %(done)i migrated" msgstr "" #: nova/cmd/manage.py:784 msgid "Must supply a positive value for max_number" msgstr "" #: nova/cmd/manage.py:789 #, python-format msgid "Running batches of %i until complete" msgstr "" #: nova/cmd/manage.py:800 msgid "Migration" msgstr "" #: nova/cmd/manage.py:801 msgid "Total Needed" msgstr "" #: nova/cmd/manage.py:802 msgid "Completed" msgstr "" #: nova/cmd/manage.py:882 #, python-format msgid "Hypervisor: %s" msgstr "" #: nova/cmd/manage.py:931 #, python-format msgid "Line %(linenum)d : %(line)s" msgstr "" #: nova/cmd/manage.py:934 msgid "No errors in logfiles!" msgstr "" #: nova/cmd/manage.py:948 msgid "Unable to find system log file!" msgstr "" #: nova/cmd/manage.py:952 #, python-format msgid "Last %s nova syslog entries:-" msgstr "" #: nova/cmd/manage.py:961 msgid "No nova entries in syslog!" msgstr "" #: nova/cmd/manage.py:978 #, python-format msgid "Invalid broker_hosts value: %s. It should be in hostname:port format" msgstr "" #: nova/cmd/manage.py:984 #, python-format msgid "Invalid port value: %s. It should be an integer" msgstr "" #: nova/cmd/manage.py:997 #, python-format msgid "Invalid port value: %s. Should be an integer" msgstr "" #: nova/cmd/manage.py:1112 nova/cmd/manage.py:1153 msgid "Cell0 is already setup" msgstr "" #: nova/cmd/manage.py:1121 #, python-format msgid "Unable to sync cell0 schema: %s" msgstr "" #: nova/cmd/manage.py:1237 msgid "Must supply a positive value for max-count" msgstr "" #: nova/cmd/manage.py:1282 msgid "No hosts found to map to cell, exiting." msgstr "" #: nova/cmd/manage.py:1293 #, python-format msgid "Host %(host)s is already mapped to cell %(uuid)s" msgstr "" #: nova/cmd/manage.py:1304 msgid "All hosts are already mapped to cell(s), exiting." msgstr "" #: nova/cmd/manage.py:1353 msgid "The instance UUID to verify" msgstr "" #: nova/cmd/manage.py:1355 msgid "Do not print anything" msgstr "" #: nova/cmd/manage.py:1394 msgid "Provide detailed output when discovering hosts." msgstr "" #: nova/cmd/manage.py:1396 msgid "" "Considered successful (exit code 0) only when an unmapped host is " "discovered. Any other outcome will be considered a failure (exit code 1)." msgstr "" #: nova/cmd/manage.py:1418 msgid "" "Add a new cell to nova API database. DB and MQ urls can be provided " "directly or can be taken from config. The result is cell uuid." msgstr "" #: nova/cmd/manage.py:1421 msgid "The name of the cell" msgstr "" #: nova/cmd/manage.py:1424 msgid "The database url for the cell database" msgstr "" #: nova/cmd/manage.py:1426 msgid "The transport url for the cell message queue" msgstr "" #: nova/cmd/manage.py:1428 msgid "Output the uuid of the created cell" msgstr "" #: nova/cmd/manage.py:1434 msgid "" "Must specify --transport-url if [DEFAULT]/transport_url is not set in the" " configuration file." msgstr "" #: nova/cmd/manage.py:1439 msgid "" "Must specify --database_connection if [database]/connection is not set in" " the configuration file." msgstr "" #: nova/cmd/manage.py:1446 msgid "" "Cell with the specified transport_url and database_connection combination" " already exists" msgstr "" #: nova/cmd/manage.py:1461 msgid "Show more details than just the cell name and uuid." msgstr "" #: nova/cmd/manage.py:1471 msgid "Name" msgstr "" #: nova/cmd/manage.py:1471 msgid "UUID" msgstr "" #: nova/cmd/manage.py:1473 msgid "Transport URL" msgstr "" #: nova/cmd/manage.py:1473 msgid "Database Connection" msgstr "" #: nova/cmd/manage.py:1485 msgid "Delete hosts that belong to the cell as well." msgstr "" #: nova/cmd/manage.py:1487 msgid "The uuid of the cell to delete." msgstr "" #: nova/cmd/manage.py:1510 nova/cmd/manage.py:1563 nova/cmd/manage.py:1606 #, python-format msgid "Cell with uuid %s was not found." msgstr "" #: nova/cmd/manage.py:1517 #, python-format msgid "There are existing hosts mapped to cell with uuid %s." msgstr "" #: nova/cmd/manage.py:1525 #, python-format msgid "There are existing instances mapped to cell with uuid %s." msgstr "" #: nova/cmd/manage.py:1538 msgid "The uuid of the cell to update." msgstr "" #: nova/cmd/manage.py:1540 msgid "Set the cell name." msgstr "" #: nova/cmd/manage.py:1542 msgid "" "Set the cell transport_url. NOTE that running nodes will not see the " "change until restart!" msgstr "" #: nova/cmd/manage.py:1545 msgid "" "Set the cell database_connection. NOTE that running nodes will not see " "the change until restart!" msgstr "" #: nova/cmd/manage.py:1580 #, python-format msgid "Unable to update CellMapping: %s" msgstr "" #: nova/cmd/manage.py:1586 msgid "The uuid of the cell." msgstr "" #: nova/cmd/manage.py:1588 msgid "The host to delete." msgstr "" #: nova/cmd/manage.py:1612 #, python-format msgid "The host %s was not found." msgstr "" #: nova/cmd/manage.py:1616 #, python-format msgid "The host %(host)s was not found in the cell %(cell_uuid)s." msgstr "" #: nova/cmd/manage.py:1625 #, python-format msgid "There are instances on the host %s." msgstr "" #: nova/cmd/manage.py:1682 #, python-format msgid "" "An error has occurred:\n" "%s" msgstr "" #: nova/cmd/policy_check.py:44 msgid "Defaults to env[OS_ROLES]." msgstr "" #: nova/cmd/policy_check.py:49 msgid "Defaults to env[OS_USER_ID]." msgstr "" #: nova/cmd/policy_check.py:54 msgid "Defaults to env[OS_TENANT_ID]." msgstr "" #: nova/cmd/policy_check.py:173 #, python-format msgid "error: %s" msgstr "" #: nova/cmd/status.py:68 nova/compute/manager.py:2060 msgid "Success" msgstr "" #: nova/cmd/status.py:69 msgid "Warning" msgstr "" #: nova/cmd/status.py:70 msgid "Failure" msgstr "" #: nova/cmd/status.py:137 msgid "" "There needs to be at least two cell mappings, one for cell0 and one for " "your first cell. Run command 'nova-manage cell_v2 simple_cell_setup' and " "then retry." msgstr "" #: nova/cmd/status.py:147 msgid "" "No cell0 mapping found. Run command 'nova-manage cell_v2 " "simple_cell_setup' and then retry." msgstr "" #: nova/cmd/status.py:162 msgid "" "No host mappings found but there are compute nodes. Run command 'nova-" "manage cell_v2 simple_cell_setup' and then retry." msgstr "" #: nova/cmd/status.py:167 msgid "" "No host mappings or compute nodes were found. Remember to run command " "'nova-manage cell_v2 discover_hosts' when new compute hosts are deployed." msgstr "" #: nova/cmd/status.py:208 #, python-format msgid "Placement API version %(needed)s needed, you have %(current)s." msgstr "" #: nova/cmd/status.py:213 msgid "No credentials specified for placement API in nova.conf." msgstr "" #: nova/cmd/status.py:216 msgid "Placement service credentials do not work." msgstr "" #: nova/cmd/status.py:219 msgid "Placement API endpoint not found." msgstr "" #: nova/cmd/status.py:222 msgid "Discovery for placement API URI failed." msgstr "" #: nova/cmd/status.py:225 msgid "Placement API does not seem to be running." msgstr "" #: nova/cmd/status.py:307 #, python-format msgid "" "There are no compute resource providers in the Placement service but " "there are %(num_computes)s compute nodes in the deployment. This means no" " compute nodes are reporting into the Placement service and need to be " "upgraded and/or fixed. See %(placement_docs_link)s for more details." msgstr "" #: nova/cmd/status.py:320 #, python-format msgid "" "There are no compute resource providers in the Placement service nor are " "there compute nodes in the database. Remember to configure new compute " "nodes to report into the Placement service. See %(placement_docs_link)s " "for more details." msgstr "" #: nova/cmd/status.py:336 #, python-format msgid "" "There are %(num_resource_providers)s compute resource providers and " "%(num_compute_nodes)s compute nodes in the deployment. Ideally the number" " of compute resource providers should equal the number of enabled compute" " nodes otherwise the cloud may be underutilized. See " "%(placement_docs_link)s for more details." msgstr "" #: nova/cmd/status.py:359 msgid "Cells v2" msgstr "" #: nova/cmd/status.py:361 msgid "Placement API" msgstr "" #: nova/cmd/status.py:363 msgid "Resource Providers" msgstr "" #: nova/cmd/status.py:406 msgid "Upgrade Check Results" msgstr "" #: nova/cmd/status.py:411 #, python-format msgid "" "Check: %(name)s\n" "Result: %(result)s\n" "Details: %(details)s" msgstr "" #: nova/cmd/status.py:459 #, python-format msgid "" "Error:\n" "%s" msgstr "" #: nova/compute/api.py:335 msgid "Cannot run any more instances of this type." msgstr "" #: nova/compute/api.py:341 #, python-format msgid "Can only run %s more instances of this type." msgstr "" #: nova/compute/api.py:387 msgid "Metadata type should be dict." msgstr "" #: nova/compute/api.py:409 msgid "Metadata property key greater than 255 characters" msgstr "" #: nova/compute/api.py:412 msgid "Metadata property value greater than 255 characters" msgstr "" #: nova/compute/api.py:756 #, python-format msgid "The volume cannot be assigned the same device name as the root device %s" msgstr "" #: nova/compute/api.py:792 msgid "Cannot attach one or more volumes to multiple instances" msgstr "" #: nova/compute/api.py:886 #, python-format msgid "Invalid image metadata. Error: %s" msgstr "" #: nova/compute/api.py:1025 msgid "Quota exceeded, too many servers in group" msgstr "" #: nova/compute/api.py:1377 msgid "" "Images with destination_type 'volume' need to have a non-zero size " "specified" msgstr "" #: nova/compute/api.py:1403 msgid "Blank volumes (source: 'blank', dest: 'volume') need to have non-zero size" msgstr "" #: nova/compute/api.py:1416 msgid "More than one swap drive requested." msgstr "" #: nova/compute/api.py:1558 msgid "" "Unable to launch multiple instances with a single configured port ID. " "Please launch your instance one by one with different ports." msgstr "" #: nova/compute/api.py:1568 msgid "max_count cannot be greater than 1 if an fixed_ip is specified." msgstr "" #: nova/compute/api.py:1603 msgid "The requested availability zone is not available" msgstr "" #: nova/compute/api.py:2924 #, python-format msgid "snapshot for %s" msgstr "" #: nova/compute/api.py:3020 msgid "Unable to find root block device mapping for volume-backed instance." msgstr "" #: nova/compute/api.py:3243 msgid "Resize to zero disk flavor is not allowed." msgstr "" #: nova/compute/api.py:3470 msgid "Cannot rescue a volume-backed instance" msgstr "" #: nova/compute/api.py:3816 msgid "Old volume is attached to a different instance." msgstr "" #: nova/compute/api.py:3819 msgid "New volume must be detached in order to swap." msgstr "" #: nova/compute/api.py:3822 msgid "New volume must be the same size or larger." msgstr "" #: nova/compute/api.py:4483 msgid "Host aggregate is not empty" msgstr "" #: nova/compute/api.py:4512 #, python-format msgid "Aggregate %s does not support empty named availability zone" msgstr "" #: nova/compute/api.py:4524 #, python-format msgid "One or more hosts already in availability zone(s) %s" msgstr "" #: nova/compute/api.py:4544 #, python-format msgid "Unexpected aggregate action %s" msgstr "" #: nova/compute/api.py:4625 msgid "Keypair name contains unsafe characters" msgstr "" #: nova/compute/api.py:4631 msgid "Keypair name must be string and between 1 and 255 characters long" msgstr "" #: nova/compute/api.py:4738 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" #: nova/compute/api.py:4748 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)s'." msgstr "" #: nova/compute/api.py:4769 msgid "Quota exceeded, too many security groups." msgstr "" #: nova/compute/api.py:4784 #, python-format msgid "Security group %s already exists" msgstr "" #: nova/compute/api.py:4797 #, python-format msgid "Unable to update system group '%s'" msgstr "" #: nova/compute/api.py:4862 #, python-format msgid "Unable to delete system group '%s'" msgstr "" #: nova/compute/api.py:4867 msgid "Security group is still in use" msgstr "" #: nova/compute/api.py:4951 #, python-format msgid "Rule (%s) not found" msgstr "" #: nova/compute/api.py:4967 msgid "Quota exceeded, too many security group rules." msgstr "" #: nova/compute/api.py:5037 msgid "Security group id should be integer" msgstr "" #: nova/compute/claims.py:166 msgid "memory" msgstr "" #: nova/compute/claims.py:175 msgid "disk" msgstr "" #: nova/compute/claims.py:184 msgid "vcpu" msgstr "" #: nova/compute/claims.py:197 msgid "Claim pci failed." msgstr "" #: nova/compute/claims.py:220 msgid "" "Requested instance NUMA topology together with requested PCI devices " "cannot fit the given host NUMA topology" msgstr "" #: nova/compute/claims.py:224 msgid "Requested instance NUMA topology cannot fit the given host NUMA topology" msgstr "" #: nova/compute/claims.py:253 #, python-format msgid "Free %(type)s %(free).02f %(unit)s < requested %(requested)d %(unit)s" msgstr "" #: nova/compute/flavors.py:94 msgid "Flavor names can only contain printable characters and horizontal spaces." msgstr "" #: nova/compute/flavors.py:104 msgid "id cannot contain leading and/or trailing whitespace(s)" msgstr "" #: nova/compute/flavors.py:114 msgid "" "Flavor id can only contain letters from A-Z (both cases), periods, " "dashes, underscores and spaces." msgstr "" #: nova/compute/flavors.py:140 #, python-format msgid "'rxtx_factor' argument must be a float between 0 and %g" msgstr "" #: nova/compute/flavors.py:151 msgid "is_public must be a boolean" msgstr "" #: nova/compute/flavors.py:289 msgid "" "Key Names can only contain alphanumeric characters, periods, dashes, " "underscores, colons and spaces." msgstr "" #: nova/compute/manager.py:423 msgid "Instance event failed" msgstr "" #: nova/compute/manager.py:1300 msgid "Anti-affinity instance group policy was violated." msgstr "" #: nova/compute/manager.py:1308 msgid "Affinity instance group policy was violated." msgstr "" #: nova/compute/manager.py:1979 #, python-format msgid "Failed to allocate the network(s) with error %s, not rescheduling." msgstr "" #: nova/compute/manager.py:1995 nova/compute/manager.py:2088 msgid "Failed to allocate the network(s), not rescheduling." msgstr "" #: nova/compute/manager.py:2126 msgid "Failure prepping block device." msgstr "" #: nova/compute/manager.py:2847 msgid "Invalid state of instance files on shared storage" msgstr "" #: nova/compute/manager.py:3267 #, python-format msgid "instance %s is not running" msgstr "" #: nova/compute/manager.py:3299 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" #: nova/compute/manager.py:3314 msgid "error setting admin password" msgstr "" #: nova/compute/manager.py:3397 #, python-format msgid "Driver Error: %s" msgstr "" #: nova/compute/manager.py:3720 msgid "Instance has no source host" msgstr "" #: nova/compute/manager.py:5200 #, python-format msgid "Port %s is not attached" msgstr "" #: nova/compute/manager.py:6037 #, python-format msgid "Instance %s not found" msgstr "" #: nova/compute/manager.py:6042 msgid "In ERROR state" msgstr "" #: nova/compute/manager.py:6070 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" #: nova/compute/manager.py:6722 #, python-format msgid "Unrecognized value '%s' for CONF.running_deleted_instance_action" msgstr "" #: nova/compute/resource_tracker.py:999 #, python-format msgid "Missing keys: %s" msgstr "" #: nova/compute/rpcapi.py:51 msgid "No compute host specified" msgstr "" #: nova/compute/rpcapi.py:53 #, python-format msgid "Unable to find host for Instance %s" msgstr "" #: nova/compute/stats.py:42 msgid "Unexpected type adding stats" msgstr "" #: nova/conductor/manager.py:295 msgid "No valid host found for cold migrate" msgstr "" #: nova/conductor/manager.py:297 msgid "No valid host found for resize" msgstr "" #: nova/conductor/manager.py:631 #, python-format msgid "Unshelve attempted but the image %s cannot be found." msgstr "" #: nova/conductor/tasks/live_migrate.py:118 #, python-format msgid "" "Unable to migrate %(instance_uuid)s to %(dest)s: Lack of " "memory(host:%(avail)s <= instance:%(mem_inst)s)" msgstr "" #: nova/conductor/tasks/live_migrate.py:149 #, python-format msgid "Timeout while checking if we can live migrate to host: %s" msgstr "" #: nova/conductor/tasks/live_migrate.py:215 #, python-format msgid "" "Exceeded max scheduling retries %(max_retries)d for instance " "%(instance_uuid)s during live migration" msgstr "" #: nova/console/websocketproxy.py:51 msgid "No access_url in connection_info. Cannot validate protocol" msgstr "" #: nova/console/websocketproxy.py:80 #, python-format msgid "" "We do not support scheme '%s' under Python < 2.7.4, please use http or " "https" msgstr "" #: nova/console/websocketproxy.py:128 msgid "Origin header not valid." msgstr "" #: nova/console/websocketproxy.py:131 msgid "Origin header does not match this host." msgstr "" #: nova/console/websocketproxy.py:134 msgid "Origin header protocol does not match this host." msgstr "" #: nova/console/websocketproxy.py:137 #, python-format msgid "connect info: %s" msgstr "" #: nova/console/websocketproxy.py:142 #, python-format msgid "connecting to: %(host)s:%(port)s" msgstr "" #: nova/console/websocketproxy.py:165 #, python-format msgid "%(host)s:%(port)s: Websocket client or target closed" msgstr "" #: nova/console/xvp.py:182 msgid "Failed to run xvp." msgstr "" #: nova/db/sqlalchemy/api.py:315 #, python-format msgid "Unrecognized read_deleted value '%s'" msgstr "" #: nova/db/sqlalchemy/api.py:578 msgid "New service disabled due to config option." msgstr "" #: nova/db/sqlalchemy/api.py:1146 #, python-format msgid "Invalid floating IP %s in request" msgstr "" #: nova/db/sqlalchemy/api.py:1462 #, python-format msgid "Invalid fixed IP Address %s in request" msgstr "" #: nova/db/sqlalchemy/api.py:1627 #, python-format msgid "Invalid virtual interface address %s in request" msgstr "" #: nova/db/sqlalchemy/api.py:2305 #, python-format msgid "Invalid field name: %s" msgstr "" #: nova/db/sqlalchemy/api.py:2501 msgid "Unknown sort direction, must be 'desc' or 'asc'" msgstr "" #: nova/db/sqlalchemy/api.py:2512 msgid "Sort direction size exceeds sort key size" msgstr "" #: nova/db/sqlalchemy/migration.py:51 msgid "version should be an integer" msgstr "" #: nova/db/sqlalchemy/migration.py:84 msgid "Upgrade DB using Essex release first." msgstr "" #: nova/db/sqlalchemy/utils.py:49 #, python-format msgid "Missing column %(table)s.%(column)s in shadow table" msgstr "" #: nova/db/sqlalchemy/utils.py:55 #, python-format msgid "" "Different types in %(table)s.%(column)s and shadow table: %(c_type)s " "%(shadow_c_type)s" msgstr "" #: nova/db/sqlalchemy/utils.py:64 #, python-format msgid "Extra column %(table)s.%(column)s in shadow table" msgstr "" #: nova/db/sqlalchemy/utils.py:83 msgid "Specify `table_name` or `table` param" msgstr "" #: nova/db/sqlalchemy/utils.py:86 msgid "Specify only one param `table_name` `table`" msgstr "" #: nova/db/sqlalchemy/api_migrations/migrate_repo/versions/030_require_cell_setup.py:41 msgid "" "Cell mappings are not created, but required for Ocata. Please run nova-" "manage cell_v2 simple_cell_setup before continuing." msgstr "" #: nova/db/sqlalchemy/api_migrations/migrate_repo/versions/030_require_cell_setup.py:49 msgid "" "A mapping for Cell0 was not found, but is required for Ocata. Please run " "nova-manage cell_v2 simple_cell_setup before continuing." msgstr "" #: nova/db/sqlalchemy/migrate_repo/versions/267_instance_uuid_non_nullable.py:51 #, python-format msgid "" "There are %(records)d records in the '%(table_name)s' table where the " "uuid or instance_uuid column is NULL. These must be manually cleaned up " "before the migration will pass. Consider running the 'nova-manage db " "null_instance_uuid_scan' command." msgstr "" #: nova/db/sqlalchemy/migrate_repo/versions/291_enforce_flavors_migrated.py:30 #, python-format msgid "" "There are still %(count)i unmigrated flavor records. Migration cannot " "continue until all instance flavor records have been migrated to the new " "format. Please run `nova-manage db migrate_flavor_data' first." msgstr "" #: nova/db/sqlalchemy/migrate_repo/versions/330_enforce_mitaka_online_migrations.py:19 #, python-format msgid "" "There are still %(count)i unmigrated records in the %(table)s table. " "Migration cannot continue until all records have been migrated." msgstr "" #: nova/db/sqlalchemy/migrate_repo/versions/345_require_online_migration_completion.py:33 msgid "" "Migration cannot continue until all these have been migrated to the api " "database. Please run `nova-manage db online_migrations' on Newton code " "before continuing." msgstr "" #: nova/db/sqlalchemy/migrate_repo/versions/345_require_online_migration_completion.py:42 #, python-format msgid "There are still %(count)i unmigrated flavors. " msgstr "" #: nova/db/sqlalchemy/migrate_repo/versions/345_require_online_migration_completion.py:50 #, python-format msgid "There are still %(count)i unmigrated keypairs. " msgstr "" #: nova/db/sqlalchemy/migrate_repo/versions/345_require_online_migration_completion.py:58 #, python-format msgid "There are still %(count)i unmigrated aggregates. " msgstr "" #: nova/db/sqlalchemy/migrate_repo/versions/345_require_online_migration_completion.py:66 #, python-format msgid "There are still %(count)i unmigrated instance groups. " msgstr "" #: nova/image/download/file.py:71 #, python-format msgid "The group %(group_name)s must be configured with an id." msgstr "" #: nova/image/download/file.py:83 #, python-format msgid "The key %s is required in all file system descriptions." msgstr "" #: nova/image/download/file.py:93 #, python-format msgid "" "The key %(r)s is required in the location metadata to access the url " "%(url)s." msgstr "" #: nova/image/download/file.py:107 #, python-format msgid "" "The mount point advertised by glance: %(glance_mount)s, does not match " "the URL path: %(path)s" msgstr "" #: nova/image/download/file.py:125 #, python-format msgid "No matching ID for the URL %s was found." msgstr "" #: nova/ipv6/account_identifier.py:42 nova/ipv6/rfc2462.py:30 #, python-format msgid "Bad mac for to_global_ipv6: %s" msgstr "" #: nova/ipv6/account_identifier.py:48 nova/ipv6/rfc2462.py:36 #, python-format msgid "Bad prefix for to_global_ipv6: %s" msgstr "" #: nova/keymgr/conf_key_mgr.py:67 msgid "keymgr.fixed_key not defined" msgstr "" #: nova/network/base_api.py:76 msgid "instance is a required argument to use @refresh_cache" msgstr "" #: nova/network/ldapdns.py:282 msgid "ldap not installed" msgstr "" #: nova/network/ldapdns.py:293 msgid "This driver only supports type 'a' entries." msgstr "" #: nova/network/linux_net.py:180 #, python-format msgid "Unknown chain: %r" msgstr "" #: nova/network/linux_net.py:1545 #, python-format msgid "Failed to add bridge: %s" msgstr "" #: nova/network/linux_net.py:1560 #, python-format msgid "Failed to add interface: %s" msgstr "" #: nova/network/manager.py:2033 msgid "" "The sum between the number of networks and the vlan start cannot be " "greater than 4094" msgstr "" #: nova/network/manager.py:2043 msgid "vlan must be an integer" msgstr "" #: nova/network/manager.py:2045 msgid "The vlan number cannot be greater than 4094" msgstr "" #: nova/network/manager.py:2048 msgid "The vlan number cannot be less than 1" msgstr "" #: nova/network/manager.py:2053 #, python-format msgid "" "The network range is not big enough to fit %(num_networks)s networks. " "Network size is %(network_size)s" msgstr "" #: nova/network/minidns.py:73 nova/network/minidns.py:103 msgid "Invalid name" msgstr "" #: nova/network/minidns.py:76 msgid "This driver only supports type 'a'" msgstr "" #: nova/network/model.py:190 #, python-format msgid "Invalid IP format %s" msgstr "" #: nova/network/os_vif_util.py:240 #, python-format msgid "Missing vlan number in %s" msgstr "" #: nova/network/neutronv2/api.py:73 #, python-format msgid "Unknown auth type: %s" msgstr "" #: nova/network/neutronv2/api.py:414 #, python-format msgid "Fixed IP %(ip)s is not a valid ip address for network %(network_id)s." msgstr "" #: nova/network/neutronv2/api.py:421 #, python-format msgid "Fixed IP %s is already in use." msgstr "" #: nova/network/neutronv2/api.py:648 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" #: nova/network/neutronv2/api.py:736 nova/network/neutronv2/api.py:1577 msgid "Multiple possible networks found, use a Network ID to be more specific." msgstr "" #: nova/network/neutronv2/api.py:842 #, python-format msgid "empty project id for instance %s" msgstr "" #: nova/network/neutronv2/api.py:1150 #, python-format msgid "Instance hostname %(hostname)s is not a valid DNS name" msgstr "" #: nova/network/neutronv2/api.py:1285 #, python-format msgid "Failed to access port %(port_id)s: %(reason)s" msgstr "" #: nova/network/neutronv2/api.py:1311 msgid "" "This method needs to be called with either networks=None and " "port_ids=None or port_ids and networks as not none." msgstr "" #: nova/network/neutronv2/api.py:1443 #, python-format msgid "None of the segments of network %s provides a physical_network" msgstr "" #: nova/network/neutronv2/api.py:1687 #, python-format msgid "The number of defined ports: %(ports)d is over the limit: %(quota)d" msgstr "" #: nova/network/neutronv2/api.py:1961 #, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "" #: nova/network/neutronv2/api.py:2471 #, python-format msgid "Unable to correlate PCI slot %s" msgstr "" #: nova/network/security_group/neutron_driver.py:159 #, python-format msgid "Invalid security group name: %(name)s." msgstr "" #: nova/network/security_group/neutron_driver.py:200 msgid "Security group id should be uuid" msgstr "" #: nova/network/security_group/neutron_driver.py:439 #: nova/network/security_group/neutron_driver.py:499 #, python-format msgid "Security group %(name)s is not found for project %(project)s" msgstr "" #: nova/network/security_group/neutron_driver.py:454 #: nova/network/security_group/neutron_driver.py:514 #, python-format msgid "instance_id %s could not be found as device id on any ports" msgstr "" #: nova/network/security_group/neutron_driver.py:542 #, python-format msgid "" "Security group %(security_group_name)s not associated with the instance " "%(instance)s" msgstr "" #: nova/network/security_group/neutron_driver.py:549 #: nova/network/security_group/neutron_driver.py:553 #: nova/network/security_group/neutron_driver.py:557 #: nova/network/security_group/neutron_driver.py:561 #: nova/network/security_group/neutron_driver.py:565 msgid "Network driver does not support this function." msgstr "" #: nova/network/security_group/security_group_base.py:87 msgid "Type and Code must be integers for ICMP protocol type" msgstr "" #: nova/network/security_group/security_group_base.py:90 msgid "To and From ports must be integers" msgstr "" #: nova/network/security_group/security_group_base.py:133 #, python-format msgid "This rule already exists in group %s" msgstr "" #: nova/objects/aggregate.py:145 #, python-format msgid "Add metadata failed for aggregate %(id)s after %(retries)s retries" msgstr "" #: nova/objects/block_device.py:228 msgid "Volume does not belong to the requested instance." msgstr "" #: nova/objects/fields.py:206 #, python-format msgid "Architecture name '%s' is not valid" msgstr "" #: nova/objects/fields.py:382 #, python-format msgid "Hypervisor virt type '%s' is not valid" msgstr "" #: nova/objects/fields.py:573 #, python-format msgid "Virtual machine mode '%s' is not valid" msgstr "" #: nova/objects/fields.py:938 #, python-format msgid "A NetworkModel is required in field %s" msgstr "" #: nova/objects/fields.py:963 #, python-format msgid "Value must match %s" msgstr "" #: nova/objects/host_mapping.py:185 #, python-format msgid "Found %s cell mappings." msgstr "" #: nova/objects/host_mapping.py:190 msgid "Skipping cell0 since it does not contain hosts." msgstr "" #: nova/objects/host_mapping.py:193 #, python-format msgid "Getting compute nodes from cell '%(name)s': %(uuid)s" msgstr "" #: nova/objects/host_mapping.py:197 #, python-format msgid "Getting compute nodes from cell: %(uuid)s" msgstr "" #: nova/objects/host_mapping.py:201 #, python-format msgid "Found %(num)s computes in cell: %(uuid)s" msgstr "" #: nova/objects/host_mapping.py:205 #, python-format msgid "Checking host mapping for compute host '%(host)s': %(uuid)s" msgstr "" #: nova/objects/host_mapping.py:211 #, python-format msgid "Creating host mapping for compute host '%(host)s': %(uuid)s" msgstr "" #: nova/objects/network.py:87 #, python-format msgid "IPv6 netmask \"%s\" must be a netmask or integral prefix" msgstr "" #: nova/pci/devspec.py:45 #, python-format msgid "invalid %(property)s %(attr)s" msgstr "" #: nova/pci/request.py:120 #, python-format msgid "Device type mismatch for alias '%s'" msgstr "" #: nova/pci/whitelist.py:45 #, python-format msgid "Invalid entry: '%s'" msgstr "" #: nova/pci/whitelist.py:50 #, python-format msgid "Invalid entry: '%s'; Expecting list or dict" msgstr "" #: nova/pci/whitelist.py:56 #, python-format msgid "Invalid entry: '%s'; Expecting dict" msgstr "" #: nova/scheduler/chance.py:48 msgid "Is the appropriate service running?" msgstr "" #: nova/scheduler/chance.py:53 msgid "Could not find another compute" msgstr "" #: nova/scheduler/chance.py:70 nova/scheduler/filter_scheduler.py:78 msgid "There are not enough hosts available." msgstr "" #: nova/scheduler/utils.py:178 #, python-format msgid "" "Exceeded max scheduling attempts %(max_attempts)d for instance " "%(instance_uuid)s. Last exception: %(exc_reason)s" msgstr "" #: nova/scheduler/utils.py:313 msgid "ServerGroupAffinityFilter not configured" msgstr "" #: nova/scheduler/utils.py:317 msgid "ServerGroupAntiAffinityFilter not configured" msgstr "" #: nova/scheduler/utils.py:322 msgid "ServerGroupSoftAffinityWeigher not configured" msgstr "" #: nova/scheduler/utils.py:327 msgid "ServerGroupSoftAntiAffinityWeigher not configured" msgstr "" #: nova/servicegroup/drivers/db.py:49 msgid "service is a mandatory argument for DB based ServiceGroup driver" msgstr "" #: nova/servicegroup/drivers/mc.py:52 msgid "service is a mandatory argument for Memcached based ServiceGroup driver" msgstr "" #: nova/virt/diagnostics.py:142 #, python-format msgid "Invalid type for %s" msgstr "" #: nova/virt/diagnostics.py:146 #, python-format msgid "Invalid type for %s entry" msgstr "" #: nova/virt/driver.py:877 msgid "Hypervisor driver does not support post_live_migration_at_source method" msgstr "" #: nova/virt/driver.py:1435 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" #: nova/virt/event.py:34 msgid "Started" msgstr "" #: nova/virt/event.py:35 msgid "Stopped" msgstr "" #: nova/virt/event.py:36 msgid "Paused" msgstr "" #: nova/virt/event.py:37 msgid "Resumed" msgstr "" #: nova/virt/event.py:38 msgid "Suspended" msgstr "" #: nova/virt/event.py:110 msgid "Unknown" msgstr "" #: nova/virt/hardware.py:52 #, python-format msgid "No CPUs available after parsing %r" msgstr "" #: nova/virt/hardware.py:87 nova/virt/hardware.py:91 #, python-format msgid "Invalid range expression %r" msgstr "" #: nova/virt/hardware.py:103 #, python-format msgid "Invalid exclusion expression %r" msgstr "" #: nova/virt/hardware.py:110 #, python-format msgid "Invalid inclusion expression %r" msgstr "" #: nova/virt/images.py:67 #, python-format msgid "qemu-img aborted by prlimits when inspecting %(path)s : %(exp)s" msgstr "" #: nova/virt/images.py:70 #, python-format msgid "qemu-img failed to execute on %(path)s : %(exp)s" msgstr "" #: nova/virt/images.py:75 #, python-format msgid "Failed to run qemu-img info on %(path)s : %(error)s" msgstr "" #: nova/virt/images.py:111 #, python-format msgid "Unable to convert image to %(format)s: %(exp)s" msgstr "" #: nova/virt/images.py:135 msgid "'qemu-img info' parsing failed." msgstr "" #: nova/virt/images.py:141 #, python-format msgid "fmt=%(fmt)s backed by: %(backing_file)s" msgstr "" #: nova/virt/images.py:153 #, python-format msgid "Unable to convert image to raw: %(exp)s" msgstr "" #: nova/virt/images.py:161 #, python-format msgid "Converted to raw, but format is now %s" msgstr "" #: nova/virt/disk/api.py:334 msgid "image already mounted" msgstr "" #: nova/virt/disk/api.py:674 msgid "Not implemented on Windows" msgstr "" #: nova/virt/disk/api.py:701 #, python-format msgid "User %(username)s not found in password file." msgstr "" #: nova/virt/disk/api.py:717 #, python-format msgid "User %(username)s not found in shadow file." msgstr "" #: nova/virt/disk/mount/api.py:194 #, python-format msgid "partition search unsupported with %s" msgstr "" #: nova/virt/disk/mount/api.py:222 #, python-format msgid "partition %s not found" msgstr "" #: nova/virt/disk/mount/api.py:223 #, python-format msgid "Failed to map partitions: %s" msgstr "" #: nova/virt/disk/mount/api.py:255 #, python-format msgid "Failed to mount filesystem: %s" msgstr "" #: nova/virt/disk/mount/loop.py:34 #, python-format msgid "Could not attach image to loopback: %s" msgstr "" #: nova/virt/disk/mount/nbd.py:57 msgid "nbd unavailable: module not loaded" msgstr "" #: nova/virt/disk/mount/nbd.py:65 msgid "No free nbd devices" msgstr "" #: nova/virt/disk/mount/nbd.py:83 #, python-format msgid "qemu-nbd error: %s" msgstr "" #: nova/virt/disk/mount/nbd.py:96 #, python-format msgid "nbd device %s did not show up" msgstr "" #: nova/virt/disk/vfs/guestfs.py:71 #, python-format msgid "libguestfs is not installed (%s)" msgstr "" #: nova/virt/disk/vfs/guestfs.py:86 #, python-format msgid "Please change permissions on %s to 0x644" msgstr "" #: nova/virt/disk/vfs/guestfs.py:89 #, python-format msgid "libguestfs installed but not usable (%s)" msgstr "" #: nova/virt/disk/vfs/guestfs.py:134 #, python-format msgid "No operating system found in %s" msgstr "" #: nova/virt/disk/vfs/guestfs.py:140 #, python-format msgid "Multi-boot operating system found in %s" msgstr "" #: nova/virt/disk/vfs/guestfs.py:151 #, python-format msgid "No mount points found in %(root)s of %(image)s" msgstr "" #: nova/virt/disk/vfs/guestfs.py:165 #, python-format msgid "" "Error mounting %(device)s to %(dir)s in image %(image)s with libguestfs " "(%(e)s)" msgstr "" #: nova/virt/disk/vfs/guestfs.py:232 #, python-format msgid "Error mounting %(image)s with libguestfs (%(e)s)" msgstr "" #: nova/virt/disk/vfs/guestfs.py:323 #, python-format msgid "" "Error obtaining uid/gid for %(user)s/%(group)s: path %(id_path)s not " "found (%(e)s)" msgstr "" #: nova/virt/disk/vfs/localfs.py:45 #, python-format msgid "File path %s not valid" msgstr "" #: nova/virt/hyperv/block_device_manager.py:120 #, python-format msgid "There are no more free slots on controller %s for configdrive." msgstr "" #: nova/virt/hyperv/block_device_manager.py:168 #, python-format msgid "There are no more free slots on controller %s" msgstr "" #: nova/virt/hyperv/block_device_manager.py:207 #, python-format msgid "" "Hyper-V does not support bus type %(disk_bus)s for generation %(vm_gen)s " "instances." msgstr "" #: nova/virt/hyperv/block_device_manager.py:217 #, python-format msgid "Hyper-V does not support disk type %s for ephemerals or volumes." msgstr "" #: nova/virt/hyperv/hostops.py:219 msgid "Host PowerOn is not supported by the Hyper-V driver" msgstr "" #: nova/virt/hyperv/imagecache.py:155 #, python-format msgid "" "Using a rescue image bigger than the instance flavor disk size is not " "allowed. Rescue image size: %(rescue_image_size)s. Flavor disk " "size:%(flavor_disk_size)s." msgstr "" #: nova/virt/hyperv/migrationops.py:110 nova/virt/hyperv/migrationops.py:227 #, python-format msgid "" "Cannot resize the root disk to a smaller size. Current size: " "%(curr_root_gb)s GB. Requested size: %(new_root_gb)s GB." msgstr "" #: nova/virt/hyperv/pathutils.py:68 #, python-format msgid "" "Cannot access \"%(instances_path)s\", make sure the path exists and that " "you have the proper permissions. In particular Nova-Compute must not be " "executed with the builtin SYSTEM account or other accounts unable to " "authenticate on a remote host." msgstr "" #: nova/virt/hyperv/serialconsolehandler.py:138 #, python-format msgid "No suitable serial port pipe was found for instance %(instance_name)s" msgstr "" #: nova/virt/hyperv/serialproxy.py:72 #, python-format msgid "" "Failed to initialize serial proxy on%(addr)s:%(port)s, handling " "connections to instance %(instance_name)s. Error: %(error)s" msgstr "" #: nova/virt/hyperv/vif.py:90 #, python-format msgid "Failed to plug virtual interface: unexpected vif_type=%s" msgstr "" #: nova/virt/hyperv/vif.py:103 #, python-format msgid "unexpected vif_type=%s" msgstr "" #: nova/virt/hyperv/vmops.py:463 #, python-format msgid "" "Hyper-V does not support NUMA topologies with uneven number of " "processors. (%(a)s != %(b)s)" msgstr "" #: nova/virt/hyperv/vmops.py:469 #, python-format msgid "" "Hyper-V does not support NUMA topologies with uneven amounts of memory. " "(%(a)s != %(b)s)" msgstr "" #: nova/virt/hyperv/vmops.py:487 msgid "" "enable_remotefx configuration option needs to be set to True in order to " "use RemoteFX." msgstr "" #: nova/virt/hyperv/vmops.py:493 msgid "The RDS-Virtualization feature must be installed in order to use RemoteFX." msgstr "" #: nova/virt/hyperv/vmops.py:498 #, python-format msgid "" "RemoteFX is not supported on generation %s virtual machines on this " "version of Windows." msgstr "" #: nova/virt/hyperv/vmops.py:602 #, python-format msgid "" "Conflicting image metadata property and flavor extra_specs values: " "os_secure_boot (%(image_secure_boot)s) / os:secure_boot " "(%(flavor_secure_boot)s)" msgstr "" #: nova/virt/hyperv/vmops.py:613 msgid "Secure boot requires generation 2 VM." msgstr "" #: nova/virt/hyperv/vmops.py:619 msgid "For secure boot, os_type must be specified in image properties." msgstr "" #: nova/virt/hyperv/vmops.py:984 #, python-format msgid "" "The requested rescue image requires a different VM generation than the " "actual rescued instance. Rescue image VM generation: %(rescue_vm_gen)s. " "Rescued instance VM generation: %(vm_gen)s." msgstr "" #: nova/virt/hyperv/vmops.py:995 msgid "" "Instance root disk image could not be found. Rescuing instances booted " "from volume is not supported." msgstr "" #: nova/virt/hyperv/vmops.py:1033 msgid "" "Missing instance root and/or rescue image. The instance cannot be " "unrescued." msgstr "" #: nova/virt/hyperv/volumeops.py:240 #, python-format msgid "Could not find disk path. Volume id: %s" msgstr "" #: nova/virt/ironic/client_wrapper.py:107 msgid "Unable to authenticate Ironic client." msgstr "" #: nova/virt/ironic/driver.py:376 #, python-format msgid "" "Failed to add deploy parameters on node %(node)s when provisioning the " "instance %(instance)s" msgstr "" #: nova/virt/ironic/driver.py:404 #, python-format msgid "Instance %s provisioning was aborted" msgstr "" #: nova/virt/ironic/driver.py:425 #, python-format msgid "Failed to provision instance %(inst)s: %(reason)s" msgstr "" #: nova/virt/ironic/driver.py:813 #, python-format msgid "Ironic node uuid not supplied to driver for instance %s." msgstr "" #: nova/virt/ironic/driver.py:834 #, python-format msgid "" "Ironic node: %(id)s failed to validate. (deploy: %(deploy)s, power: " "%(power)s)" msgstr "" #: nova/virt/ironic/driver.py:943 #, python-format msgid "" "Error destroying the instance on node %(node)s. Provision state still " "'%(state)s'." msgstr "" #: nova/virt/ironic/driver.py:1197 #, python-format msgid "Cannot attach VIF %(vif)s to the node %(node)s due to error: %(err)s" msgstr "" #: nova/virt/ironic/driver.py:1306 #, python-format msgid "Failed to request Ironic to rebuild instance %(inst)s: %(reason)s" msgstr "" #: nova/virt/libvirt/blockinfo.py:146 #, python-format msgid "Unable to determine disk prefix for %s" msgstr "" #: nova/virt/libvirt/blockinfo.py:194 #, python-format msgid "No free disk device names for prefix '%s'" msgstr "" #: nova/virt/libvirt/blockinfo.py:314 #, python-format msgid "Unable to determine disk bus for '%s'" msgstr "" #: nova/virt/libvirt/config.py:72 #, python-format msgid "Root element name should be '%(name)s' not '%(tag)s'" msgstr "" #: nova/virt/libvirt/driver.py:513 #, python-format msgid "Nova requires libvirt version %s or greater." msgstr "" #: nova/virt/libvirt/driver.py:519 #, python-format msgid "Nova requires QEMU version %s or greater." msgstr "" #: nova/virt/libvirt/driver.py:525 #, python-format msgid "Nova requires Virtuozzo version %s or greater." msgstr "" #: nova/virt/libvirt/driver.py:529 #, python-format msgid "Running Nova with parallels virt_type requires libvirt version %s" msgstr "" #: nova/virt/libvirt/driver.py:558 #, python-format msgid "" "Running Nova with qemu/kvm virt_type on %(arch)s requires libvirt version" " %(libvirt_ver)s and qemu version %(qemu_ver)s, or greater" msgstr "" #: nova/virt/libvirt/driver.py:823 msgid "operation time out" msgstr "" #: nova/virt/libvirt/driver.py:1234 #, python-format msgid "" "Volume sets block size, but the current libvirt hypervisor '%s' does not " "support custom block size" msgstr "" #: nova/virt/libvirt/driver.py:1370 msgid "Swap only supports host devices" msgstr "" #: nova/virt/libvirt/driver.py:1773 #, python-format msgid "" "Error from libvirt while set password for username \"%(user)s\": [Error " "Code %(error_code)s] %(ex)s" msgstr "" #: nova/virt/libvirt/driver.py:1797 #, python-format msgid "" "Error from libvirt while quiescing %(instance_name)s: [Error Code " "%(error_code)s] %(ex)s" msgstr "" #: nova/virt/libvirt/driver.py:1955 msgid "Found no disk to snapshot." msgstr "" #: nova/virt/libvirt/driver.py:2045 #, python-format msgid "Unknown type: %s" msgstr "" #: nova/virt/libvirt/driver.py:2050 msgid "snapshot_id required in create_info" msgstr "" #: nova/virt/libvirt/driver.py:2099 #, python-format msgid "" "Something went wrong when deleting a volume snapshot: rebasing a " "%(protocol)s network disk using qemu-img has not been fully tested" msgstr "" #: nova/virt/libvirt/driver.py:2148 #, python-format msgid "Unknown delete_info type %s" msgstr "" #: nova/virt/libvirt/driver.py:2185 #, python-format msgid "Disk with id: %s not found attached to instance." msgstr "" #: nova/virt/libvirt/driver.py:2193 msgid "filename cannot be None" msgstr "" #: nova/virt/libvirt/driver.py:2222 #, python-format msgid "no match found for %s" msgstr "" #: nova/virt/libvirt/driver.py:2303 #, python-format msgid "" "Relative blockcommit support was not detected. Libvirt '%s' or later is " "required for online deletion of file/network storage-backed volume " "snapshots." msgstr "" #: nova/virt/libvirt/driver.py:3206 #, python-format msgid "%s format is not supported" msgstr "" #: nova/virt/libvirt/driver.py:3553 #, python-format msgid "" "Config requested an explicit CPU model, but the current libvirt " "hypervisor '%s' does not support selecting CPU models" msgstr "" #: nova/virt/libvirt/driver.py:3559 msgid "Config requested a custom CPU model, but no model name was provided" msgstr "" #: nova/virt/libvirt/driver.py:3563 msgid "A CPU model name should not be set when a host CPU model is requested" msgstr "" #: nova/virt/libvirt/driver.py:3598 #, python-format msgid "Volume sets discard option, qemu %(qemu)s or later is required." msgstr "" #: nova/virt/libvirt/driver.py:3795 msgid "Unable to get host UUID: /etc/machine-id does not exist" msgstr "" #: nova/virt/libvirt/driver.py:3803 msgid "Unable to get host UUID: /etc/machine-id is empty" msgstr "" #: nova/virt/libvirt/driver.py:3995 #, python-format msgid "Invalid libvirt version %(version)s" msgstr "" #: nova/virt/libvirt/driver.py:5261 #, python-format msgid "" "Invalid vcpu_pin_set config, one or more of the specified cpuset is not " "online. Online cpuset(s): %(online)s, requested cpuset(s): %(req)s" msgstr "" #: nova/virt/libvirt/driver.py:5268 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" #: nova/virt/libvirt/driver.py:5853 msgid "Block migration can not be used with shared storage." msgstr "" #: nova/virt/libvirt/driver.py:5877 #, python-format msgid "" "Cannot block migrate instance %(uuid)s with mapped volumes. Selective " "block device migration feature requires libvirt version %(libvirt_ver)s" msgstr "" #: nova/virt/libvirt/driver.py:5889 #, python-format msgid "" "Cannot block migrate instance %(uuid)s with mapped volumes. Selective " "block device migration is not supported with tunnelled block migrations." msgstr "" #: nova/virt/libvirt/driver.py:5897 msgid "" "Shared storage live-migration requires either shared storage or boot-" "from-volume with no local disks." msgstr "" #: nova/virt/libvirt/driver.py:5975 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" msgstr "" #: nova/virt/libvirt/driver.py:6026 #, python-format msgid "" "CPU doesn't have compatibility.\n" "\n" "%(ret)s\n" "\n" "Refer to %(u)s" msgstr "" #: nova/virt/libvirt/driver.py:6110 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" #: nova/virt/libvirt/driver.py:6171 msgid "" "Your destination node does not support retrieving listen addresses. In " "order for live migration to work properly you must disable serial " "console." msgstr "" #: nova/virt/libvirt/driver.py:7330 msgid "Unable to resize disk down." msgstr "" #: nova/virt/libvirt/driver.py:7336 msgid "Migration is not supported for LVM backed instances" msgstr "" #: nova/virt/libvirt/driver.py:7354 #, python-format msgid "not able to execute ssh command: %s" msgstr "" #: nova/virt/libvirt/guest.py:452 msgid "Unable to detach from guest transient domain." msgstr "" #: nova/virt/libvirt/guest.py:534 #, python-format msgid "" "Error from libvirt while getting domain info for %(instance_name)s: " "[Error Code %(error_code)s] %(ex)s" msgstr "" #: nova/virt/libvirt/host.py:203 #, python-format msgid "Can not handle authentication request for %d credentials" msgstr "" #: nova/virt/libvirt/host.py:283 #, python-format msgid "Connection to libvirt lost: %s" msgstr "" #: nova/virt/libvirt/host.py:419 msgid "Connection to libvirt lost" msgstr "" #: nova/virt/libvirt/host.py:434 #, python-format msgid "Failed to connect to libvirt: %(msg)s" msgstr "" #: nova/virt/libvirt/host.py:555 #, python-format msgid "" "Error from libvirt while looking up %(instance_name)s: [Error Code " "%(error_code)s] %(ex)s" msgstr "" #: nova/virt/libvirt/host.py:706 nova/virt/libvirt/host.py:735 #, python-format msgid "Invalid usage_type: %s" msgstr "" #: nova/virt/libvirt/imagebackend.py:68 msgid "" "Incompatible settings: ephemeral storage encryption is supported only for" " LVM images." msgstr "" #: nova/virt/libvirt/imagebackend.py:324 #, python-format msgid "Could not load line %(line)s, got error %(error)s" msgstr "" #: nova/virt/libvirt/imagebackend.py:339 msgid "Attempted overwrite of an existing value." msgstr "" #: nova/virt/libvirt/imagebackend.py:387 msgid "clone() is not implemented" msgstr "" #: nova/virt/libvirt/imagebackend.py:399 msgid "direct_snapshot() is not implemented" msgstr "" #: nova/virt/libvirt/imagebackend.py:661 msgid "You should specify images_volume_group flag to use LVM images." msgstr "" #: nova/virt/libvirt/imagebackend.py:737 msgid "Instance disk to be encrypted but no context provided" msgstr "" #: nova/virt/libvirt/imagebackend.py:783 msgid "You should specify images_rbd_pool flag to use rbd images." msgstr "" #: nova/virt/libvirt/imagebackend.py:905 msgid "Image is not raw format" msgstr "" #: nova/virt/libvirt/imagebackend.py:914 msgid "No image locations are accessible" msgstr "" #: nova/virt/libvirt/imagebackend.py:982 #, python-format msgid "" "Cannot determine the parent storage pool for %s; cannot determine where " "to store images" msgstr "" #: nova/virt/libvirt/imagebackend.py:1100 #, python-format msgid "" "Virtuozzo doesn't support images in %s format. You should either set " "force_raw_images=True in config or upload an image in ploop or raw " "format." msgstr "" #: nova/virt/libvirt/imagebackend.py:1143 #, python-format msgid "Unknown image_type=%s" msgstr "" #: nova/virt/libvirt/utils.py:409 msgid "Can't retrieve root device path from instance libvirt configuration" msgstr "" #: nova/virt/libvirt/vif.py:482 #, python-format msgid "Unsupported VIF port profile type %(obj)s func %(func)s" msgstr "" #: nova/virt/libvirt/vif.py:511 #, python-format msgid "Unsupported VIF type %(obj)s func %(func)s" msgstr "" #: nova/virt/libvirt/vif.py:533 nova/virt/libvirt/vif.py:780 #: nova/virt/libvirt/vif.py:969 msgid "vif_type parameter must be present for this vif_driver implementation" msgstr "" #: nova/virt/libvirt/vif.py:548 nova/virt/libvirt/vif.py:983 #, python-format msgid "Unexpected vif_type=%s" msgstr "" #: nova/virt/libvirt/vif.py:764 #, python-format msgid "Failure running os_vif plugin plug method: %(ex)s" msgstr "" #: nova/virt/libvirt/vif.py:794 #, python-format msgid "Plug vif failed because of unexpected vif_type=%s" msgstr "" #: nova/virt/libvirt/vif.py:954 #, python-format msgid "Failure running os_vif plugin unplug method: %(ex)s" msgstr "" #: nova/virt/libvirt/storage/lvm.py:52 #, python-format msgid "" "Insufficient Space on Volume Group %(vg)s. Only %(free_space)db " "available, but %(size)d bytes required by volume %(lv)s." msgstr "" #: nova/virt/libvirt/storage/lvm.py:100 #, python-format msgid "vg %s must be LVM volume group" msgstr "" #: nova/virt/libvirt/storage/lvm.py:143 #, python-format msgid "Path %s must be LVM logical volume" msgstr "" #: nova/virt/libvirt/storage/rbd_utils.py:130 msgid "rbd python libraries not found" msgstr "" #: nova/virt/libvirt/storage/rbd_utils.py:186 msgid "Not stored in rbd" msgstr "" #: nova/virt/libvirt/storage/rbd_utils.py:191 msgid "Blank components" msgstr "" #: nova/virt/libvirt/storage/rbd_utils.py:194 msgid "Not an rbd snapshot" msgstr "" #: nova/virt/libvirt/storage/rbd_utils.py:247 #, python-format msgid "no write permission on storage pool %s" msgstr "" #: nova/virt/libvirt/storage/rbd_utils.py:276 #, python-format msgid "no usable parent snapshot for volume %s" msgstr "" #: nova/virt/libvirt/volume/net.py:120 msgid "Invalid volume source data" msgstr "" #: nova/virt/libvirt/volume/net.py:124 msgid "Invalid target_lun" msgstr "" #: nova/virt/libvirt/volume/quobyte.py:78 #, python-format msgid "The mount %(mount_path)s is not a valid Quobyte volume. Error: %(exc)s" msgstr "" #: nova/virt/libvirt/volume/scality.py:92 msgid "Value required for 'scality_sofs_config'" msgstr "" #: nova/virt/libvirt/volume/scality.py:103 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" #: nova/virt/libvirt/volume/scality.py:109 msgid "Cannot execute /sbin/mount.sofs" msgstr "" #: nova/virt/libvirt/volume/scality.py:134 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" #: nova/virt/libvirt/volume/vzstorage.py:52 #, python-format msgid "You can't use %s options in vzstorage_mount_opts configuration parameter." msgstr "" #: nova/virt/libvirt/volume/vzstorage.py:80 msgid "Valid share format is [mds[,mds1[...]]:/]clustername[:password]" msgstr "" #: nova/virt/vmwareapi/driver.py:83 msgid "" "Must specify host_ip, host_username and host_password to use " "vmwareapi.VMwareVCDriver" msgstr "" #: nova/virt/vmwareapi/driver.py:92 #, python-format msgid "Invalid Regular Expression %s" msgstr "" #: nova/virt/vmwareapi/driver.py:108 #, python-format msgid "The specified cluster '%s' was not found in vCenter" msgstr "" #: nova/virt/vmwareapi/driver.py:136 #, python-format msgid "" "Detected vCenter version %(version)s. Nova requires VMware vCenter " "version %(min_version)s or greater." msgstr "" #: nova/virt/vmwareapi/driver.py:478 msgid "" "Multiple hosts may be managed by the VMWare vCenter driver; therefore we " "do not return uptime for just one host." msgstr "" #: nova/virt/vmwareapi/ds_util.py:150 #, python-format msgid "Storage policy %s did not match any datastores" msgstr "" #: nova/virt/vmwareapi/ds_util.py:154 #, python-format msgid "Datastore regex %s did not match any datastores" msgstr "" #: nova/virt/vmwareapi/error_util.py:25 msgid "No root disk defined." msgstr "" #: nova/virt/vmwareapi/error_util.py:29 msgid "Default PBM policy is required if PBM is enabled." msgstr "" #: nova/virt/vmwareapi/error_util.py:33 msgid "The default PBM policy doesn't exist on the backend." msgstr "" #: nova/virt/vmwareapi/images.py:435 msgid "Extracting vmdk from OVA failed." msgstr "" #: nova/virt/vmwareapi/network_util.py:163 msgid "" "ESX SOAP server returned an empty port group for the host system in its " "response" msgstr "" #: nova/virt/vmwareapi/vif.py:146 #, python-format msgid "vif type %s not supported" msgstr "" #: nova/virt/vmwareapi/vm_util.py:74 #, python-format msgid "Share level '%s' cannot have share configured" msgstr "" #: nova/virt/vmwareapi/vm_util.py:81 #, python-format msgid "Share '%s' is not supported" msgstr "" #: nova/virt/vmwareapi/vm_util.py:399 #, python-format msgid "%s is not supported." msgstr "" #: nova/virt/vmwareapi/vm_util.py:478 msgid "Limits only supported from vCenter 6.0 and above" msgstr "" #: nova/virt/vmwareapi/vm_util.py:700 nova/virt/vmwareapi/volumeops.py:363 #: nova/virt/vmwareapi/volumeops.py:563 msgid "Unable to find iSCSI Target" msgstr "" #: nova/virt/vmwareapi/vm_util.py:745 #, python-format msgid "Only %d SCSI controllers are allowed to be created on this instance." msgstr "" #: nova/virt/vmwareapi/vm_util.py:1211 msgid "No host available on cluster" msgstr "" #: nova/virt/vmwareapi/vm_util.py:1513 #, python-format msgid "Rescue device does not exist for instance %s" msgstr "" #: nova/virt/vmwareapi/vmops.py:561 msgid "Image disk size greater than requested disk size" msgstr "" #: nova/virt/vmwareapi/vmops.py:605 #, python-format msgid "disk type '%s' not supported" msgstr "" #: nova/virt/vmwareapi/vmops.py:837 #, python-format msgid "Invalid config_drive_format \"%s\"" msgstr "" #: nova/virt/vmwareapi/vmops.py:1037 msgid "instance is not powered on" msgstr "" #: nova/virt/vmwareapi/vmops.py:1134 msgid "pause not supported for vmwareapi" msgstr "" #: nova/virt/vmwareapi/vmops.py:1138 msgid "unpause not supported for vmwareapi" msgstr "" #: nova/virt/vmwareapi/vmops.py:1157 msgid "instance is powered off and cannot be suspended." msgstr "" #: nova/virt/vmwareapi/vmops.py:1178 msgid "instance is not in a suspended state" msgstr "" #: nova/virt/vmwareapi/vmops.py:1358 msgid "Unable to shrink disk." msgstr "" #: nova/virt/vmwareapi/vmops.py:1791 #, python-format msgid "No device with interface-id %s exists on VM" msgstr "" #: nova/virt/vmwareapi/vmops.py:1803 #, python-format msgid "No device with MAC address %s exists on the VM" msgstr "" #: nova/virt/vmwareapi/volumeops.py:336 nova/virt/vmwareapi/volumeops.py:536 #, python-format msgid "%s does not support disk hotplug." msgstr "" #: nova/virt/vmwareapi/volumeops.py:514 nova/virt/vmwareapi/volumeops.py:572 msgid "Unable to find volume" msgstr "" #: nova/virt/xenapi/agent.py:429 #, python-format msgid "OpenSSL error: %s" msgstr "" #: nova/virt/xenapi/driver.py:84 msgid "" "Must specify connection_url, connection_username (optionally), and " "connection_password to use compute_driver=xenapi.XenAPIDriver" msgstr "" #: nova/virt/xenapi/driver.py:632 msgid "Host startup on XenServer is not supported." msgstr "" #: nova/virt/xenapi/fake.py:875 #, python-format msgid "xenapi.fake does not have an implementation for %s" msgstr "" #: nova/virt/xenapi/fake.py:983 #, python-format msgid "" "xenapi.fake does not have an implementation for %s or it has been called " "with the wrong number of arguments" msgstr "" #: nova/virt/xenapi/host.py:87 #, python-format msgid "Aggregate for host %(host)s count not be found." msgstr "" #: nova/virt/xenapi/host.py:185 msgid "Failed to parse information about a pci device for passthrough" msgstr "" #: nova/virt/xenapi/network_utils.py:31 #, python-format msgid "Found non-unique network for name_label %s" msgstr "" #: nova/virt/xenapi/network_utils.py:49 #, python-format msgid "Found non-unique network for bridge %s" msgstr "" #: nova/virt/xenapi/network_utils.py:52 #, python-format msgid "Found no network for bridge %s" msgstr "" #: nova/virt/xenapi/pool.py:71 nova/virt/xenapi/pool.py:119 msgid "setup in progress" msgstr "" #: nova/virt/xenapi/pool.py:72 nova/virt/xenapi/pool.py:120 msgid "aggregate deleted" msgstr "" #: nova/virt/xenapi/pool.py:73 msgid "aggregate in error" msgstr "" #: nova/virt/xenapi/pool.py:118 msgid "no hosts to remove" msgstr "" #: nova/virt/xenapi/pool.py:142 #, python-format msgid "Unable to eject %s from the pool; pool not empty" msgstr "" #: nova/virt/xenapi/pool.py:157 #, python-format msgid "Unable to eject %s from the pool; No master found" msgstr "" #: nova/virt/xenapi/pool.py:177 #, python-format msgid "Unable to join %s in the pool" msgstr "" #: nova/virt/xenapi/vif.py:61 #, python-format msgid "Failed to create vif %s" msgstr "" #: nova/virt/xenapi/vif.py:84 #, python-format msgid "Failed to unplug vif %s" msgstr "" #: nova/virt/xenapi/vif.py:206 #, python-format msgid "Found no PIF for device %s" msgstr "" #: nova/virt/xenapi/vif.py:225 #, python-format msgid "" "PIF %(pif_uuid)s for network %(bridge)s has VLAN id %(pif_vlan)d. " "Expected %(vlan_num)d" msgstr "" #: nova/virt/xenapi/vif.py:324 msgid "Failed to delete patch port pair" msgstr "" #: nova/virt/xenapi/vif.py:354 msgid "Failed to delete bridge" msgstr "" #: nova/virt/xenapi/vif.py:479 msgid "Failed to find bridge for vif" msgstr "" #: nova/virt/xenapi/vif.py:512 msgid "Failed to create the interim network for vif" msgstr "" #: nova/virt/xenapi/vm_utils.py:152 #, python-format msgid "" "Device id %(id)s specified is not supported by hypervisor version " "%(version)s" msgstr "" #: nova/virt/xenapi/vm_utils.py:348 #, python-format msgid "Unable to unplug VBD %s" msgstr "" #: nova/virt/xenapi/vm_utils.py:351 #, python-format msgid "Reached maximum number of retries trying to unplug VBD %s" msgstr "" #: nova/virt/xenapi/vm_utils.py:363 #, python-format msgid "Unable to destroy VBD %s" msgstr "" #: nova/virt/xenapi/vm_utils.py:415 #, python-format msgid "Unable to destroy VDI %s" msgstr "" #: nova/virt/xenapi/vm_utils.py:576 #, python-format msgid "No primary VDI found for %s" msgstr "" #: nova/virt/xenapi/vm_utils.py:709 #, python-format msgid "" "Only file-based SRs (ext/NFS) are supported by this feature. SR %(uuid)s" " is of type %(type)s" msgstr "" #: nova/virt/xenapi/vm_utils.py:843 #, python-format msgid "" "VDI %(vdi_ref)s is %(virtual_size)d bytes which is larger than flavor " "size of %(new_disk_size)d bytes." msgstr "" #: nova/virt/xenapi/vm_utils.py:854 nova/virt/xenapi/vmops.py:1249 msgid "Can't resize a disk to 0 GB." msgstr "" #: nova/virt/xenapi/vm_utils.py:909 msgid "Disk must have only one partition." msgstr "" #: nova/virt/xenapi/vm_utils.py:914 #, python-format msgid "Disk contains a filesystem we are unable to resize: %s" msgstr "" #: nova/virt/xenapi/vm_utils.py:919 msgid "The only partition should be partition 1." msgstr "" #: nova/virt/xenapi/vm_utils.py:1525 #, python-format msgid "" "Kernel/Ramdisk image is too large: %(vdi_size)d bytes, max %(max_size)d " "bytes" msgstr "" #: nova/virt/xenapi/vm_utils.py:1890 msgid "Cannot find SR of content-type ISO" msgstr "" #: nova/virt/xenapi/vm_utils.py:2096 #, python-format msgid "VHD coalesce attempts exceeded (%d), giving up..." msgstr "" #: nova/virt/xenapi/vm_utils.py:2139 #, python-format msgid "Timeout waiting for device %s to be created" msgstr "" #: nova/virt/xenapi/vm_utils.py:2340 msgid "" "Shrinking the filesystem down with resize2fs has failed, please check if " "you have enough free space on your disk." msgstr "" #: nova/virt/xenapi/vm_utils.py:2511 msgid "This domU must be running on the host specified by connection_url" msgstr "" #: nova/virt/xenapi/vmops.py:165 msgid "Error: Agent is disabled" msgstr "" #: nova/virt/xenapi/vmops.py:615 msgid "Failed to spawn, rolling back" msgstr "" #: nova/virt/xenapi/vmops.py:658 msgid "Unable to find root VBD/VDI for VM" msgstr "" #: nova/virt/xenapi/vmops.py:973 msgid "Unable to terminate instance." msgstr "" #: nova/virt/xenapi/vmops.py:1225 msgid "Can't resize down ephemeral disks." msgstr "" #: nova/virt/xenapi/vmops.py:1503 msgid "instance has a kernel or ramdisk but not both" msgstr "" #: nova/virt/xenapi/vmops.py:1667 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "" #: nova/virt/xenapi/vmops.py:2116 #, python-format msgid "Destination host:%s must be in the same aggregate as the source server" msgstr "" #: nova/virt/xenapi/vmops.py:2141 msgid "No suitable network for migrate" msgstr "" #: nova/virt/xenapi/vmops.py:2147 #, python-format msgid "PIF %s does not contain IP address" msgstr "" #: nova/virt/xenapi/vmops.py:2166 msgid "Migrate Receive failed" msgstr "" #: nova/virt/xenapi/vmops.py:2247 msgid "XAPI supporting relax-xsm-sr-check=true required" msgstr "" #: nova/virt/xenapi/vmops.py:2258 #, python-format msgid "assert_can_migrate failed because: %s" msgstr "" #: nova/virt/xenapi/vmops.py:2390 #, python-format msgid "No mapping for source network %s" msgstr "" #: nova/virt/xenapi/vmops.py:2445 msgid "Migrate Send failed" msgstr "" #: nova/virt/xenapi/vmops.py:2570 #, python-format msgid "" "attach network interface %(vif_id)s to instance %(instance_uuid)s failed," " no allowed devices." msgstr "" #: nova/virt/xenapi/volume_utils.py:93 nova/virt/xenapi/volume_utils.py:278 #, python-format msgid "Unable to obtain target information %s" msgstr "" #: nova/virt/xenapi/volume_utils.py:181 #, python-format msgid "Unable to introduce VDI on SR %s" msgstr "" #: nova/virt/xenapi/volume_utils.py:185 #, python-format msgid "" "VDI not found on SR %(sr)s (vdi_uuid %(vdi_uuid)s, target_lun " "%(target_lun)s)" msgstr "" #: nova/virt/xenapi/volume_utils.py:196 #, python-format msgid "Unable to get record of VDI %s on" msgstr "" #: nova/virt/xenapi/volume_utils.py:218 #, python-format msgid "Unable to introduce VDI for SR %s" msgstr "" #: nova/virt/xenapi/volume_utils.py:316 #, python-format msgid "Unable to find SR from VBD %s" msgstr "" #: nova/virt/xenapi/volume_utils.py:327 #, python-format msgid "Unable to find SR from VDI %s" msgstr "" #: nova/virt/xenapi/image/bittorrent.py:49 msgid "" "Cannot create default bittorrent URL without xenserver.torrent_base_url " "configuration option set." msgstr "" #: nova/volume/cinder.py:252 #, python-format msgid "volume '%(vol)s' status must be 'in-use'. Currently in '%(status)s' status" msgstr "" #: nova/volume/cinder.py:260 #, python-format msgid "volume '%(vol)s' status must be 'available'. Currently in '%(status)s'" msgstr "" #: nova/volume/cinder.py:265 #, python-format msgid "volume %s already attached" msgstr "" #: nova/volume/cinder.py:278 #, python-format msgid "" "Instance %(instance)s and volume %(vol)s are not in the same " "availability_zone. Instance is in %(ins_zone)s. Volume is in %(vol_zone)s" msgstr "" #: nova/volume/cinder.py:290 #, python-format msgid "volume %s already detached" msgstr "" #: nova/volume/cinder.py:294 msgid "Volume must be attached in order to detach." msgstr ""