# Translations template for nova. # Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the nova project. # FIRST AUTHOR , 2016. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: nova 14.0.0.0rc2.dev676\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" "POT-Creation-Date: 2016-11-15 13:23+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/cache_utils.py:34 msgid "Cache enabled with backend dogpile.cache.null." msgstr "" #: nova/debugger.py:57 msgid "" "WARNING: Using the remote debug option changes how Nova uses the eventlet" " library to support async IO. This could result in failures that do not " "occur under normal operation. Use at your own risk." msgstr "" #: nova/hooks.py:88 msgid "" "Hooks are deprecated as of Nova 13.0 and will be removed in a future " "release" msgstr "" #: nova/policy.py:107 #, python-format msgid "" "The user_id attribute isn't supported in the rule '%s'. All the user_id " "based policy enforcement will be removed in the future." msgstr "" #: nova/service.py:232 msgid "Service killed that has no database entry" msgstr "" #: nova/utils.py:148 #, python-format msgid "Expected to receive %(exp)s bytes, but actually %(act)s" msgstr "" #: nova/utils.py:700 #, python-format msgid "Hostname %(hostname)s is longer than 63, truncate it to %(truncated_name)s" msgstr "" #: nova/api/auth.py:50 msgid "" "The legacy V2 API code tree has been removed in Newton. Please remove " "legacy v2 API entry from api-paste.ini, and use V2.1 API or V2.1 API " "compat mode instead" msgstr "" #: nova/api/ec2/cloud.py:29 msgid "" "The in tree EC2 API has been removed in Mitaka. Please remove entries " "from api-paste.ini and use the OpenStack ec2-api project " "http://git.openstack.org/cgit/openstack/ec2-api/" msgstr "" #: nova/api/metadata/base.py:509 #, python-format msgid "Removing duplicate metadata key: %s" msgstr "" #: nova/api/metadata/handler.py:51 msgid "" "metadata_proxy_shared_secret is not configured, the metadata information " "returned by the proxy cannot be trusted" msgstr "" #: nova/api/metadata/handler.py:108 msgid "" "X-Instance-ID present in request headers. The 'service_metadata_proxy' " "option must be enabled to process this header." msgstr "" #: nova/api/metadata/handler.py:272 #, python-format msgid "" "X-Instance-ID-Signature: %(signature)s does not match the expected value:" " %(expected_signature)s for id: %(requestor_id)s. Request From: " "%(requestor_address)s" msgstr "" #: nova/api/metadata/handler.py:301 #, python-format msgid "" "Tenant_id %(tenant_id)s does not match tenant_id of instance " "%(instance_id)s." msgstr "" #: nova/api/metadata/vendordata_dynamic.py:88 #, python-format msgid "" "Error from dynamic vendordata service %(service_name)s at %(url)s: " "%(error)s" msgstr "" #: nova/api/metadata/vendordata_dynamic.py:105 #, python-format msgid "Vendordata target %(target)s lacks a name. Skipping" msgstr "" #: nova/api/metadata/vendordata_dynamic.py:115 #, python-format msgid "Vendordata already contains an entry named %(target)s. Skipping" msgstr "" #: nova/api/metadata/vendordata_json.py:43 #, python-format msgid "%(logprefix)s file does not exist" msgstr "" #: nova/api/metadata/vendordata_json.py:46 #, python-format msgid "%(logprefix)s unexpected IOError when reading" msgstr "" #: nova/api/metadata/vendordata_json.py:50 #, python-format msgid "%(logprefix)s failed to load json" msgstr "" #: nova/api/openstack/__init__.py:334 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "" #: nova/api/openstack/common.py:355 msgid "Rejecting snapshot request, snapshots currently disabled" msgstr "" #: nova/api/openstack/extensions.py:228 #, python-format msgid "Failed to load extension %(ext_factory)s: %(exc)s" msgstr "" #: nova/api/openstack/compute/floating_ips.py:227 #, python-format msgid "Info cache is %r during associate with no nw_info cache" msgstr "" #: nova/api/openstack/compute/floating_ips.py:259 #, python-format msgid "multiple fixed_ips exist, using the first IPv4 fixed_ip: %s" msgstr "" #: nova/api/openstack/compute/servers.py:114 #, python-format msgid "" "Extension %s is both in whitelist and blacklist, blacklisting takes " "precedence" msgstr "" #: nova/api/openstack/compute/views/servers.py:248 msgid "Instance has had its instance_type removed from the DB" msgstr "" #: nova/cells/manager.py:67 msgid "" "The cells feature of Nova is considered experimental by the OpenStack " "project because it receives much less testing than the rest of Nova. This" " may change in the future, but current deployers should be aware that the" " use of it in production right now may be risky. Also note that cells " "does not currently support rolling upgrades, it is assumed that cells " "deployments are upgraded lockstep so n-1 cells compatibility does not " "work." msgstr "" #: nova/cells/manager.py:583 #, python-format msgid "" "The same keypair name '%(name)s' exists in the following cells: " "%(cell_names)s. The keypair value from the first cell is returned." msgstr "" #: nova/cells/messaging.py:1181 #, python-format msgid "No match when trying to update BDM: %(bdm)s" msgstr "" #: nova/cells/messaging.py:1675 #, python-format msgid "No cell_name for %(method)s() from API" msgstr "" #: nova/cells/messaging.py:1692 msgid "No cell_name for instance update from API" msgstr "" #: nova/cells/weights/mute_child.py:55 #, python-format msgid "" "%(cell)s has not been seen since %(last_seen)s and is being treated as " "mute." msgstr "" #: nova/cmd/all.py:52 msgid "" "The nova-all entrypoint is deprecated and will be removed in a future " "release" msgstr "" #: nova/cmd/api.py:64 #, python-format msgid "%s. ``enabled_apis`` includes bad values. Fix to remove this warning." msgstr "" #: nova/cmd/cert.py:42 msgid "" "The nova-cert service is deprecated and will be removed in a future " "release." msgstr "" #: nova/cmd/network.py:50 msgid "Nova network is deprecated and will be removed in the future" msgstr "" #: nova/compute/api.py:1741 nova/compute/manager.py:2468 #, python-format msgid "Failed to delete snapshot from shelved instance (%s)." msgstr "" #: nova/compute/api.py:1969 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" #: nova/compute/api.py:1979 #, python-format msgid "instance's host %s is down, deleting from database" msgstr "" #: nova/compute/api.py:2586 #, python-format msgid "Error while trying to clean up image %(img_id)s: %(error_msg)s" msgstr "" #: nova/compute/api.py:3033 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" #: nova/compute/manager.py:186 #, python-format msgid "Failed to revert task state for instance. Error: %s" msgstr "" #: nova/compute/manager.py:763 #, python-format msgid "" "Instance %(uuid)s appears to not be owned by this host, but by %(host)s. " "Startup processing is being skipped." msgstr "" #: nova/compute/manager.py:900 #, python-format msgid "" "Instance in transitional state (%(task_state)s) at start-up and power " "state is (%(power_state)s), clearing task state" msgstr "" #: nova/compute/manager.py:911 #, python-format msgid "" "Instance in transitional state (%(task_state)s) at start-up and power " "state is (%(power_state)s), clearing task state and unpausing the " "instance" msgstr "" #: nova/compute/manager.py:1014 msgid "Hypervisor driver does not support resume guests" msgstr "" #: nova/compute/manager.py:1019 msgid "Failed to resume instance" msgstr "" #: nova/compute/manager.py:1072 #, python-format msgid "Unexpected power state %d" msgstr "" #: nova/compute/manager.py:1111 msgid "" "Instance lifecycle events from the compute driver have been disabled. " "Note that lifecycle changes to an instance outside of the compute service" " will not be synchronized automatically since the _sync_power_states " "periodic task is also disabled." msgstr "" #: nova/compute/manager.py:1230 #, python-format msgid "" "Treating negative config value (%(retries)s) for 'block_device_retries' " "as 0." msgstr "" #: nova/compute/manager.py:1246 #, python-format msgid "" "Volume id: %(vol_id)s finished being created but its status is " "%(vol_status)s." msgstr "" #: nova/compute/manager.py:1363 msgid "Instance build timed out. Set to error state." msgstr "" #: nova/compute/manager.py:1416 #, python-format msgid "Instance failed network setup (attempt %(attempt)d of %(attempts)d)" msgstr "" #: nova/compute/manager.py:1589 msgid "" "Failed to create block device for instance due to being over volume " "resource quota" msgstr "" #: nova/compute/manager.py:1942 msgid "No more network or fixed IP to be allocated" msgstr "" #: nova/compute/manager.py:2100 #, python-format msgid "Could not clean up failed build, not rescheduling. Error: %s" msgstr "" #: nova/compute/manager.py:2233 #, python-format msgid "Ignoring EndpointNotFound for volume %(volume_id)s: %(exc)s" msgstr "" #: nova/compute/manager.py:2238 #, python-format msgid "Ignoring unknown cinder exception for volume %(volume_id)s: %(exc)s" msgstr "" #: nova/compute/manager.py:2243 #, python-format msgid "Ignoring unknown exception for volume %(volume_id)s: %(exc)s" msgstr "" #: nova/compute/manager.py:2271 nova/virt/block_device.py:359 #, python-format msgid "Failed to delete volume: %(volume_id)s due to %(exc)s" msgstr "" #: nova/compute/manager.py:2319 msgid "Info cache for instance could not be found. Ignore." msgstr "" #: nova/compute/manager.py:2940 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" #: nova/compute/manager.py:2976 msgid "Reboot failed but instance is running" msgstr "" #: nova/compute/manager.py:2996 msgid "Instance disappeared during reboot" msgstr "" #: nova/compute/manager.py:3066 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" #: nova/compute/manager.py:3099 #, python-format msgid "Error while trying to clean up image %s" msgstr "" #: nova/compute/manager.py:3104 msgid "Image not found during snapshot" msgstr "" #: nova/compute/manager.py:3214 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" #: nova/compute/manager.py:3251 #, python-format msgid "" "trying to inject a file into a non-running (state: %(current_state)s " "expected: %(expected_state)s)" msgstr "" #: nova/compute/manager.py:3275 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" #: nova/compute/manager.py:3398 #, python-format msgid "" "Unexpected confirmation status '%(status)s' of migration %(id)s, exit " "confirmation process" msgstr "" #: nova/compute/manager.py:4748 msgid "Detaching volume from unknown instance" msgstr "" #: nova/compute/manager.py:4759 #, python-format msgid "" "Ignoring DiskNotFound exception while detaching volume %(volume_id)s from" " %(mp)s: %(err)s" msgstr "" #: nova/compute/manager.py:4840 #, python-format msgid "" "Host mismatch detected, but stashed volume connector not found. Instance " "host is %(ihost)s, but volume connector host is %(chost)s." msgstr "" #: nova/compute/manager.py:5062 #, python-format msgid "" "attach interface failed , try to deallocate port %(port_id)s, reason: " "%(msg)s" msgstr "" #: nova/compute/manager.py:5070 #, python-format msgid "deallocate port %(port_id)s failed" msgstr "" #: nova/compute/manager.py:5093 nova/compute/manager.py:6718 #, python-format msgid "Detach interface failed, port_id=%(port_id)s, reason: %(msg)s" msgstr "" #: nova/compute/manager.py:5105 #, python-format msgid "Failed to deallocate port %(port_id)s for instance. Error: %(error)s" msgstr "" #: nova/compute/manager.py:5895 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" #: nova/compute/manager.py:6206 #, python-format msgid "" "While synchronizing instance power states, found %(num_db_instances)s " "instances in the database and %(num_vm_instances)s instances on the " "hypervisor." msgstr "" #: nova/compute/manager.py:6334 #, python-format msgid "" "Instance shutdown by itself. Calling the stop API. Current vm_state: " "%(vm_state)s, current task_state: %(task_state)s, original DB " "power_state: %(db_power_state)s, current VM power_state: " "%(vm_power_state)s" msgstr "" #: nova/compute/manager.py:6361 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" #: nova/compute/manager.py:6377 msgid "Instance is paused unexpectedly. Ignore." msgstr "" #: nova/compute/manager.py:6383 msgid "Instance is unexpectedly not found. Ignore." msgstr "" #: nova/compute/manager.py:6389 #, python-format msgid "" "Instance is not stopped. Calling the stop API. Current vm_state: " "%(vm_state)s, current task_state: %(task_state)s, original DB " "power_state: %(db_power_state)s, current VM power_state: " "%(vm_power_state)s" msgstr "" #: nova/compute/manager.py:6411 msgid "Paused instance shutdown by itself. Calling the stop API." msgstr "" #: nova/compute/manager.py:6425 msgid "Instance is not (soft-)deleted." msgstr "" #: nova/compute/manager.py:6459 #, python-format msgid "Periodic reclaim failed to delete instance: %s" msgstr "" #: nova/compute/manager.py:6556 #, python-format msgid "" "Detected instance with name label '%s' which is marked as DELETED but " "still present on host." msgstr "" #: nova/compute/manager.py:6576 msgid "Failed to power off instance" msgstr "" #: nova/compute/manager.py:6592 #, python-format msgid "Periodic cleanup failed to delete instance: %s" msgstr "" #: nova/compute/manager.py:6693 #, python-format msgid "Received unexpected event %(event)s for instance" msgstr "" #: nova/compute/manager.py:6846 #, python-format msgid "Migration %s is not found." msgstr "" #: nova/compute/resource_tracker.py:126 msgid "" "Host field should not be set on the instance until resources have been " "claimed." msgstr "" #: nova/compute/resource_tracker.py:131 msgid "" "Node field should not be set on the instance until resources have been " "claimed." msgstr "" #: nova/compute/resource_tracker.py:485 #, python-format msgid "Cannot get the metrics from %(mon)s; error: %(exc)s" msgstr "" #: nova/compute/resource_tracker.py:603 #, python-format msgid "No compute node record for %(host)s:%(node)s" msgstr "" #: nova/compute/resource_tracker.py:820 msgid "Instance not resizing, skipping migration." msgstr "" #: nova/compute/resource_tracker.py:837 msgid "Flavor could not be found, skipping migration." msgstr "" #: nova/compute/resource_tracker.py:934 #, python-format msgid "" "Detected running orphan instance: %(uuid)s (consuming %(memory_mb)s MB " "memory)" msgstr "" #: nova/compute/utils.py:242 #, python-format msgid "" "Metadata value %(value)s for %(key)s is not of type %(type)s. Using " "default value %(default)s." msgstr "" #: nova/compute/utils.py:459 #, python-format msgid "" "No host name specified for the notification of HostAPI.%s and it will be " "ignored" msgstr "" #: nova/compute/monitors/__init__.py:62 #, python-format msgid "" "Excluding %(namespace)s monitor %(monitor_name)s. Already loaded " "%(loaded_monitor)s." msgstr "" #: nova/compute/monitors/__init__.py:88 #, python-format msgid "" "Excluding %(namespace)s monitor %(monitor_name)s. Not in the list of " "enabled monitors (CONF.compute_monitors)." msgstr "" #: nova/conductor/api.py:75 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service" " start before nova-conductor? Reattempting establishment of nova-" "conductor connection..." msgstr "" #: nova/conductor/manager.py:643 msgid "No valid host found for unshelve instance" msgstr "" #: nova/conductor/manager.py:704 msgid "No valid host found for rebuild" msgstr "" #: nova/conductor/manager.py:712 msgid "Server with unsupported policy cannot be rebuilt" msgstr "" #: nova/console/serial.py:74 #, python-format msgid "" "serial_console.port_range should be in the format : and " "start < stop, Given value %(port_range)s is invalid. Taking the default " "port range %(default)s." msgstr "" #: nova/console/websocketproxy.py:99 msgid "Found malformed cookie" msgstr "" #: nova/db/sqlalchemy/api.py:873 #, python-format msgid "Invalid floating IP ID %s in request" msgstr "" #: nova/db/sqlalchemy/api.py:1913 #, python-format msgid "Invalid instance id %s in request" msgstr "" #: nova/db/sqlalchemy/api.py:3886 #, python-format msgid "Change will make usage less than 0 for the following resources: %s" msgstr "" #: nova/db/sqlalchemy/api.py:5947 #, python-format msgid "Add metadata failed for aggregate %(id)s after %(retries)s retries" msgstr "" #: nova/db/sqlalchemy/api.py:6329 #, python-format msgid "Failed to archive %(table)s: %(error)s" msgstr "" #: nova/db/sqlalchemy/api.py:6421 #, python-format msgid "IntegrityError detected when archiving table %(tablename)s: %(error)s" msgstr "" #: nova/image/glance.py:119 #, python-format msgid "" "No protocol specified in for api_server '%s', please update [glance] " "api_servers with fully qualified url including scheme (http / https)" msgstr "" #: nova/image/glance.py:675 #, python-format msgid "" "Unable to determine disk_format schema from the Image Service v2 API. " "Defaulting to %(preferred_disk_format)s." msgstr "" #: nova/keymgr/__init__.py:38 msgid "" "key_manager.api_class is not set, will use deprecated option " "keymgr.api_class if set" msgstr "" #: nova/keymgr/__init__.py:43 msgid "keymgr.api_class is not set" msgstr "" #: nova/keymgr/__init__.py:53 #, python-format msgid "" "key manager api_class set to use deprecated option %(deprecated)s, using " "%(castellan)s instead" msgstr "" #: nova/keymgr/__init__.py:66 #, python-format msgid "key manager not set, using insecure default %s" msgstr "" #: nova/keymgr/conf_key_mgr.py:58 msgid "" "This key manager is insecure and is not recommended for production " "deployments" msgstr "" #: nova/keymgr/conf_key_mgr.py:131 #, python-format msgid "Not deleting key %s" msgstr "" #: nova/network/floating_ips.py:174 #, python-format msgid "Address |%(address)s| is not allocated" msgstr "" #: nova/network/floating_ips.py:178 #, python-format msgid "Address |%(address)s| is not allocated to your project |%(project)s|" msgstr "" #: nova/network/floating_ips.py:212 #, python-format msgid "Quota exceeded for %s, tried to allocate floating IP" msgstr "" #: nova/network/floating_ips.py:369 #, python-format msgid "Failed to disassociated floating address: %s" msgstr "" #: nova/network/floating_ips.py:534 #, python-format msgid "" "Floating IP address |%(address)s| no longer belongs to instance " "%(instance_uuid)s. Will not migrate it " msgstr "" #: nova/network/floating_ips.py:571 #, python-format msgid "" "Floating IP address |%(address)s| no longer belongs to instance " "%(instance_uuid)s. Will not setup it." msgstr "" #: nova/network/floating_ips.py:614 #, python-format msgid "" "Database inconsistency: DNS domain |%s| is registered in the Nova db but " "not visible to either the floating or instance DNS driver. It will be " "ignored." msgstr "" #: nova/network/floating_ips.py:654 #, python-format msgid "Domain |%(domain)s| already exists, changing zone to |%(av_zone)s|." msgstr "" #: nova/network/floating_ips.py:663 #, python-format msgid "Domain |%(domain)s| already exists, changing project to |%(project)s|." msgstr "" #: nova/network/ldapdns.py:68 #, python-format msgid "" "Found multiple matches for domain %(domain)s.\n" "%(entry)s" msgstr "" #: nova/network/ldapdns.py:95 #, python-format msgid "Unable to dequalify. %(name)s is not in %(domain)s.\n" msgstr "" #: nova/network/ldapdns.py:336 msgid "This shouldn't be getting called except during testing." msgstr "" #: nova/network/linux_net.py:144 #, python-format msgid "Attempted to remove chain %s which does not exist" msgstr "" #: nova/network/linux_net.py:213 #, python-format msgid "" "Tried to remove rule that was not there: %(chain)r %(rule)r %(wrap)r " "%(top)r" msgstr "" #: nova/network/linux_net.py:717 #, python-format msgid "Removed %(num)d duplicate rules for floating IP %(float)s" msgstr "" #: nova/network/linux_net.py:1126 #, python-format msgid "hostname %s too long, truncating." msgstr "" #: nova/network/linux_net.py:1675 nova/network/linux_net.py:1686 #, python-format msgid "%s failed. Not Retrying." msgstr "" #: nova/network/linux_net.py:1679 #, python-format msgid "%(cmd)s failed. Sleeping %(time)s seconds before retry." msgstr "" #: nova/network/manager.py:524 #, python-format msgid "No VirtualInterface for FixedIP: %s" msgstr "" #: nova/network/manager.py:529 #, python-format msgid "No Network for FixedIP: %s" msgstr "" #: nova/network/manager.py:759 #, python-format msgid "instance-dns-zone not found |%s|." msgstr "" #: nova/network/manager.py:766 #, python-format msgid "" "instance-dns-zone is |%(domain)s|, which is in availability zone " "|%(zone)s|. Instance is in zone |%(zone2)s|. No DNS record will be " "created." msgstr "" #: nova/network/manager.py:808 #, python-format msgid "" "Quota exceeded for project %(pid)s, tried to allocate fixed IP. %(used)s " "of %(allowed)s are in use or are already reserved." msgstr "" #: nova/network/manager.py:907 msgid "Error cleaning up fixed IP allocation. Manual cleanup may be required." msgstr "" #: nova/network/manager.py:1019 #, python-format msgid "Failed to rollback quota for deallocate fixed IP: %s" msgstr "" #: nova/network/manager.py:1035 #, python-format msgid "IP %s leased that is not associated" msgstr "" #: nova/network/manager.py:1040 #, python-format msgid "IP |%s| leased that isn't allocated" msgstr "" #: nova/network/manager.py:1049 #, python-format msgid "IP %s released that is not associated" msgstr "" #: nova/network/manager.py:1052 #, python-format msgid "IP %s released that was not leased" msgstr "" #: nova/network/manager.py:1162 #, python-format msgid "" "Subnet(s) too large, defaulting to /%s. To override, specify " "network_size flag." msgstr "" #: nova/network/minidns.py:118 #, python-format msgid "Cannot delete entry |%s|" msgstr "" #: nova/network/minidns.py:198 #, python-format msgid "Cannot delete domain |%s|" msgstr "" #: nova/network/neutronv2/api.py:161 #, python-format msgid "" "%(item)s already exists in list: %(list_name)s containing: %(items)s. " "ignoring it" msgstr "" #: nova/network/neutronv2/api.py:394 #, python-format msgid "" "Neutron error: %(ip)s is not a valid IP address for network " "%(network_id)s." msgstr "" #: nova/network/neutronv2/api.py:403 #, python-format msgid "Neutron error: Fixed IP %s is already in use." msgstr "" #: nova/network/neutronv2/api.py:408 #, python-format msgid "Neutron error: Port quota exceeded in tenant: %s" msgstr "" #: nova/network/neutronv2/api.py:413 #, python-format msgid "Neutron error: No more fixed IPs in network: %s" msgstr "" #: nova/network/neutronv2/api.py:433 #, python-format msgid "" "Neutron error: MAC address %(mac)s is already in use on network " "%(network)s." msgstr "" #: nova/network/neutronv2/api.py:440 #, python-format msgid "" "Neutron error: Tried to bind a port with fixed_ips to a host in the wrong" " segment on network %(network)s." msgstr "" #: nova/network/neutronv2/api.py:1127 #, python-format msgid "Neutron error: Instance hostname %(hostname)s is not a valid DNS name" msgstr "" #: nova/network/neutronv2/api.py:1141 #, python-format msgid "Port %s does not exist" msgstr "" #: nova/network/neutronv2/api.py:1146 #, python-format msgid "Failed to delete port %s for instance." msgstr "" #: nova/network/neutronv2/api.py:2070 #, python-format msgid "" "Network %(id)s not matched with the tenants network! The ports tenant " "%(tenant_id)s will be used." msgstr "" #: nova/network/security_group/neutron_driver.py:463 #, python-format msgid "" "Cannot add security group %(name)s to %(instance)s since the port " "%(port_id)s does not meet security requirements" msgstr "" #: nova/objects/aggregate.py:337 #, python-format msgid "Main database contains %(count)i unmigrated aggregates" msgstr "" #: nova/objects/aggregate.py:593 #, python-format msgid "Aggregate id %(id)i disappeared during migration" msgstr "" #: nova/objects/block_device.py:220 #, python-format msgid "Legacy get_by_volume_id() call found multiple BDMs for volume %(volume)s" msgstr "" #: nova/objects/compute_node.py:308 #, python-format msgid "Unknown inventory class %s for compute node" msgstr "" #: nova/objects/flavor.py:195 #, python-format msgid "Main database contains %(count)i unmigrated flavors" msgstr "" #: nova/objects/flavor.py:723 #, python-format msgid "Flavor id %(id)i disappeared during migration" msgstr "" #: nova/objects/instance.py:1379 #, python-format msgid "Instance %(uuid)s keypair %(keyname)s not found" msgstr "" #: nova/objects/resource_provider.py:370 nova/objects/resource_provider.py:383 #, python-format msgid "Resource provider %(uuid)s is now over-capacity for %(resource)s" msgstr "" #: nova/objects/resource_provider.py:809 #, python-format msgid "" "Over capacity for %(rc)s on resource provider %(rp)s. Needed: %(needed)s," " Used: %(used)s, Capacity: %(cap)s" msgstr "" #: nova/objects/service.py:356 #, python-format msgid "get_minimum_version called with likely-incorrect binaries `%s'" msgstr "" #: nova/pci/manager.py:171 #, python-format msgid "" "Trying to remove device with %(status)s ownership %(instance_uuid)s " "because of %(pci_exception)s" msgstr "" #: nova/pci/manager.py:231 #, python-format msgid "" "Assigning a pci device without numa affinity toinstance %(instance)s " "which has numa topology" msgstr "" #: nova/pci/utils.py:147 #, python-format msgid "" "Could not find the expected sysfs file for determining the MAC address of" " the PCI device %(addr)s. May not be a NIC. Error: %(e)s" msgstr "" #: nova/scheduler/host_manager.py:91 #, python-format msgid "Selected host: %(host)s failed to consume from instance. Error: %(error)s" msgstr "" #: nova/scheduler/host_manager.py:200 #, python-format msgid "" "Host %(hostname)s has more disk space than database expected " "(%(physical)s GB > %(database)s GB)" msgstr "" #: nova/scheduler/host_manager.py:593 #, python-format msgid "No compute service record found for host %(host)s" msgstr "" #: nova/scheduler/utils.py:88 #, python-format msgid "Failed to %(service)s_%(method)s: %(ex)s" msgstr "" #: nova/scheduler/utils.py:97 #, python-format msgid "Setting instance to %s state." msgstr "" #: nova/scheduler/utils.py:246 #, python-format msgid "Ignoring the invalid elements of the option %(name)s: %(options)s" msgstr "" #: nova/scheduler/utils.py:375 #, python-format msgid "" "Retrying %(name)s after a MessagingTimeout, attempt %(attempt)s of " "%(retries)s." msgstr "" #: nova/scheduler/client/report.py:46 msgid "" "The placement API endpoint not found. Optional use of placement API for " "reporting is now disabled." msgstr "" #: nova/scheduler/client/report.py:51 msgid "" "No authentication information found for placement API. Optional use of " "placement API for reporting is now disabled." msgstr "" #: nova/scheduler/client/report.py:57 msgid "Placement API service is not responding." msgstr "" #: nova/scheduler/client/report.py:318 #, python-format msgid "Failed to update inventory for %(uuid)s: %(status)i %(text)s" msgstr "" #: nova/scheduler/client/report.py:352 msgid "Unable to refresh my resource provider record" msgstr "" #: nova/scheduler/client/report.py:415 #, python-format msgid "Unable to submit allocation for instance %(uuid)s (%(code)i %(text)s)" msgstr "" #: nova/scheduler/client/report.py:430 #, python-format msgid "Unable to delete allocation for instance %(uuid)s: (%(code)i %(text)s)" msgstr "" #: nova/scheduler/client/report.py:461 #, python-format msgid "Deleting stale allocation for instance %s" msgstr "" #: nova/scheduler/filters/aggregate_image_properties_isolation.py:55 #, python-format msgid "" "Host '%(host)s' has a metadata key '%(key)s' that is not present in the " "image metadata." msgstr "" #: nova/scheduler/filters/compute_filter.py:44 #, python-format msgid "%(host_state)s has not been heard from in a while" msgstr "" #: nova/scheduler/filters/core_filter.py:41 #: nova/scheduler/filters/exact_core_filter.py:32 msgid "VCPUs not set; assuming CPU collection broken" msgstr "" #: nova/scheduler/filters/core_filter.py:98 #, python-format msgid "Could not decode cpu_allocation_ratio: '%s'" msgstr "" #: nova/scheduler/filters/disk_filter.py:92 #, python-format msgid "Could not decode disk_allocation_ratio: '%s'" msgstr "" #: nova/scheduler/filters/io_ops_filter.py:66 #, python-format msgid "Could not decode max_io_ops_per_host: '%s'" msgstr "" #: nova/scheduler/filters/num_instances_filter.py:63 #, python-format msgid "Could not decode max_instances_per_host: '%s'" msgstr "" #: nova/scheduler/filters/ram_filter.py:89 #, python-format msgid "Could not decode ram_allocation_ratio: '%s'" msgstr "" #: nova/scheduler/filters/trusted_filter.py:234 msgid "" "The TrustedFilter is considered experimental by the OpenStack project " "because it receives much less testing than the rest of Nova. This may " "change in the future, but current deployers should be aware that the use " "of it in production right now may be risky." msgstr "" #: nova/scheduler/weights/affinity.py:63 msgid "" "For the soft_affinity_weight_multiplier only a positive value is " "meaningful as a negative value would mean that the affinity weigher would" " prefer non-collocating placement." msgstr "" #: nova/scheduler/weights/affinity.py:79 msgid "" "For the soft_anti_affinity_weight_multiplier only a positive value is " "meaningful as a negative value would mean that the anti-affinity weigher " "would prefer collocating placement." msgstr "" #: nova/servicegroup/api.py:50 #, python-format msgid "" "Report interval must be less than service down time. Current config: " ". Setting service_down_time to: " "%(new_service_down_time)s" msgstr "" #: nova/servicegroup/drivers/db.py:101 msgid "Lost connection to nova-conductor for reporting service status." msgstr "" #: nova/servicegroup/drivers/mc.py:91 msgid "Lost connection to memcache server for reporting service status." msgstr "" #: nova/virt/block_device.py:308 #, python-format msgid "Driver failed to detach volume %(volume_id)s at %(mount_point)s." msgstr "" #: nova/virt/fake.py:275 #, python-format msgid "Key '%(key)s' not in instances '%(inst)s'" msgstr "" #: nova/virt/osinfo.py:96 #, python-format msgid "Cannot find OS information - Reason: (%s)" msgstr "" #: nova/virt/storage_users.py:65 nova/virt/storage_users.py:93 #, python-format msgid "Cannot decode JSON from %(id_path)s" msgstr "" #: nova/virt/disk/api.py:246 #, python-format msgid "Unable to mount image %(image)s with error %(error)s. Cannot resize." msgstr "" #: nova/virt/disk/api.py:410 #, python-format msgid "Ignoring error injecting data into image %(image)s (%(e)s)" msgstr "" #: nova/virt/disk/api.py:514 #, python-format msgid "Ignoring error injecting %(inject)s into image (%(e)s)" msgstr "" #: nova/virt/disk/mount/api.py:173 msgid "Device allocation failed after repeated retries." msgstr "" #: nova/virt/disk/mount/nbd.py:51 msgid "No free nbd devices" msgstr "" #: nova/virt/disk/mount/nbd.py:103 #, python-format msgid "Detaching from erroneous nbd device returned error: %s" msgstr "" #: nova/virt/disk/vfs/guestfs.py:93 msgid "" "Please consider to execute setup before trying to configure debug log " "message." msgstr "" #: nova/virt/disk/vfs/guestfs.py:197 #, python-format msgid "Unable to force TCG mode, libguestfs too old? %s" msgstr "" #: nova/virt/disk/vfs/guestfs.py:246 #, python-format msgid "Failed to close augeas %s" msgstr "" #: nova/virt/disk/vfs/guestfs.py:254 #, python-format msgid "Failed to shutdown appliance %s" msgstr "" #: nova/virt/disk/vfs/guestfs.py:262 #, python-format msgid "Failed to close guest handle %s" msgstr "" #: nova/virt/hyperv/eventhandler.py:86 #, python-format msgid "" "Instance uuid could not be retrieved for instance %s. Instance state " "change event will be ignored." msgstr "" #: nova/virt/hyperv/migrationops.py:317 msgid "Cannot resize multiple ephemeral disks for instance." msgstr "" #: nova/virt/hyperv/vmops.py:658 msgid "Timed out while waiting for soft shutdown." msgstr "" #: nova/virt/hyperv/volumeops.py:114 msgid "Could not determine iscsi initiator name" msgstr "" #: nova/virt/hyperv/volumeops.py:168 #, python-format msgid "" "Got unsupported QoS specs: %(unsupported_specs)s. Supported qos specs: " "%(supported_qos_specs)s" msgstr "" #: nova/virt/ironic/client_wrapper.py:75 msgid "" "Couldn't find adequate authentication options under the [ironic] group of" " nova.conf. Falling to legacy auth options: admin_username, " "admin_password, admin_tenant_name and admin_url. Please note that these " "options are deprecated and won't be supported anymore in a future " "release." msgstr "" #: nova/virt/ironic/driver.py:92 #, python-format msgid "Power state %s not found." msgstr "" #: nova/virt/ironic/driver.py:219 #, python-format msgid "Node %(uuid)s has a malformed \"%(prop)s\". It should be an integer." msgstr "" #: nova/virt/ironic/driver.py:230 #, python-format msgid "cpu_arch not defined for node '%s'" msgstr "" #: nova/virt/ironic/driver.py:255 #, python-format msgid "" "Node %(uuid)s has a malformed \"%(prop)s\". It should be an integer but " "its value is \"%(value)s\"." msgstr "" #: nova/virt/ironic/driver.py:300 #, python-format msgid "Ignoring malformed capability '%s'. Format should be 'key:val'." msgstr "" #: nova/virt/ironic/driver.py:391 #, python-format msgid "" "Failed to remove deploy parameters from node %(node)s when unprovisioning" " the instance %(instance)s: %(reason)s" msgstr "" #: nova/virt/ironic/driver.py:649 #, python-format msgid "Warning, memory usage is 0 for %(instance)s on baremetal node %(node)s." msgstr "" #: nova/virt/ironic/driver.py:656 #, python-format msgid "Warning, number of cpus is 0 for %(instance)s on baremetal node %(node)s." msgstr "" #: nova/virt/ironic/driver.py:911 #, python-format msgid "Destroy called on non-existing instance %s." msgstr "" #: nova/virt/ironic/driver.py:1354 #, python-format msgid "" "Console type \"%(type)s\" (of ironic node %(node)s) does not support Nova" " serial console" msgstr "" #: nova/virt/ironic/driver.py:1381 #, python-format msgid "" "Socat serial console only supports \"tcp\". This URL is \"%(url)s\" " "(ironic node %(node)s)." msgstr "" #: nova/virt/libvirt/compat.py:35 msgid "Race detected in libvirt.virDomain.info, trying one more time" msgstr "" #: nova/virt/libvirt/driver.py:389 #, python-format msgid "Invalid cachemode %(cache_mode)s specified for disk type %(disk_type)s." msgstr "" #: nova/virt/libvirt/driver.py:461 #, python-format msgid "" "The libvirt driver is not tested on %(type)s/%(arch)s by the OpenStack " "project and thus its quality can not be ensured. For more information, " "see: http://docs.openstack.org/developer/nova/support-matrix.html" msgstr "" #: nova/virt/libvirt/driver.py:487 msgid "" "Running libvirt-lxc without user namespaces is dangerous. Containers " "spawned by Nova will be run as the host's root user. It is highly " "suggested that user namespaces be used in a public or multi-tenant " "environment." msgstr "" #: nova/virt/libvirt/driver.py:520 #, python-format msgid "" "Running Nova with a libvirt version less than %(version)s is deprecated. " "The required minimum version of libvirt will be raised to %(version)s in " "the next release." msgstr "" #: nova/virt/libvirt/driver.py:528 #, python-format msgid "" "Running Nova with a QEMU version less than %(version)s is deprecated. The" " required minimum version of QEMU will be raised to %(version)s in the " "next release." msgstr "" #: nova/virt/libvirt/driver.py:785 msgid "Cannot destroy instance, operation time out" msgstr "" #: nova/virt/libvirt/driver.py:806 #, python-format msgid "" "Error from libvirt during destroy. Code=%(errcode)s Error=%(e)s; attempt " "%(attempt)d of 3" msgstr "" #: nova/virt/libvirt/driver.py:906 msgid "Instance may be still running, destroy it again." msgstr "" #: nova/virt/libvirt/driver.py:962 #, python-format msgid "Ignoring Volume Error on vol %(vol_id)s during delete %(exc)s" msgstr "" #: nova/virt/libvirt/driver.py:1312 nova/virt/libvirt/driver.py:1323 msgid "During detach_volume, instance disappeared." msgstr "" #: nova/virt/libvirt/driver.py:1364 msgid "During detach_interface, instance disappeared." msgstr "" #: nova/virt/libvirt/driver.py:1387 #, python-format msgid "" "Detaching interface %(mac)s failed because the device is no longer found" " on the guest." msgstr "" #: nova/virt/libvirt/driver.py:1528 #, python-format msgid "Performing standard snapshot because direct snapshot failed: %(error)s" msgstr "" #: nova/virt/libvirt/driver.py:2118 msgid "" "Relative blockrebase support was not detected. Continuing with old " "behaviour." msgstr "" #: nova/virt/libvirt/driver.py:2238 msgid "Failed to soft reboot instance. Trying hard reboot." msgstr "" #: nova/virt/libvirt/driver.py:2746 #, python-format msgid "" "my_ip address (%(my_ip)s) was not found on any of the interfaces: " "%(ifaces)s" msgstr "" #: nova/virt/libvirt/driver.py:3135 msgid "File injection into a boot from volume instance is not supported" msgstr "" #: nova/virt/libvirt/driver.py:3246 msgid "Instance disappeared while detaching a PCI device from it." msgstr "" #: nova/virt/libvirt/driver.py:3354 #, python-format msgid "Cannot update service status on host \"%s\" since it is not registered." msgstr "" #: nova/virt/libvirt/driver.py:3357 #, python-format msgid "" "Cannot update service status on host \"%s\" due to an unexpected " "exception." msgstr "" #: nova/virt/libvirt/driver.py:3703 msgid "Too many id maps, only included first five." msgstr "" #: nova/virt/libvirt/driver.py:3713 #, python-format msgid "Invalid value for id mapping %s" msgstr "" #: nova/virt/libvirt/driver.py:4295 #, python-format msgid "Libvirt doesn't support event type %s." msgstr "" #: nova/virt/libvirt/driver.py:4301 #, python-format msgid "Host does not support event type %s." msgstr "" #: nova/virt/libvirt/driver.py:4320 msgid "" "uefi support is without some kind of functional testing and therefore " "considered experimental." msgstr "" #: nova/virt/libvirt/driver.py:4624 msgid "" "The option \"use_usb_tablet\" has been deprecated for Newton in favor of " "the more generic \"pointer_model\". Please update nova.conf to address " "this change." msgstr "" #: nova/virt/libvirt/driver.py:4643 msgid "" "USB tablet requested for guests by host configuration. In order to accept" " this request VNC should be enabled or SPICE and SPICE agent disabled on " "host." msgstr "" #: nova/virt/libvirt/driver.py:4662 msgid "" "USB tablet requested for guests by host configuration. In order to accept" " this request the machine mode should be configured as HVM." msgstr "" #: nova/virt/libvirt/driver.py:4898 #, python-format msgid "Timeout waiting for vif plugging callback for instance %(uuid)s" msgstr "" #: nova/virt/libvirt/driver.py:4922 msgid "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. " msgstr "" #: nova/virt/libvirt/driver.py:4938 #, python-format msgid "" "Couldn't retrieve the online CPUs due to a Libvirt error: %(error)s with " "error code: %(error_code)s" msgstr "" #: nova/virt/libvirt/driver.py:4995 #, python-format msgid "couldn't obtain the vcpu count from domain id: %(uuid)s, exception: %(ex)s" msgstr "" #: nova/virt/libvirt/driver.py:5145 #, python-format msgid "URI %(uri)s does not support listDevices: %(error)s" msgstr "" #: nova/virt/libvirt/driver.py:5164 #, python-format msgid "" "You are running with libvirt version %s which is known to have broken " "NUMA support. Consider patching or updating libvirt on this host if you " "need NUMA support." msgstr "" #: nova/virt/libvirt/driver.py:5839 #, python-format msgid "Invalid Address - %(addr)s: %(errmsg)s" msgstr "" #: nova/virt/libvirt/driver.py:5846 msgid "CONF.vnc.vncserver_listen network address is not correctly formatted." msgstr "" #: nova/virt/libvirt/driver.py:5851 msgid "CONF.spice.server_listen network address is not correctly formatted." msgstr "" #: nova/virt/libvirt/driver.py:5869 msgid "VNC listen address network address is not correctly formatted." msgstr "" #: nova/virt/libvirt/driver.py:5874 msgid "SPICE listen address network address is not correctly formatted." msgstr "" #: nova/virt/libvirt/driver.py:5882 msgid "" "The graphics (VNC and/or SPICE) listen addresses on the destination node " "do not match the addresses on the source node. Since the source node has " "listen addresses set to either the catch-all address (0.0.0.0 or ::) or " "the local address (127.0.0.1 or ::1), the live migration will succeed, " "but the VM will continue to listen on the current addresses." msgstr "" #: nova/virt/libvirt/driver.py:6074 #, python-format msgid "" "Config option live_migration_downtime's value is less than minimum value " "%dms, rounded up to the minimum value and will raise ValueError in the " "future release." msgstr "" #: nova/virt/libvirt/driver.py:6081 #, python-format msgid "" "Config option live_migration_downtime_steps's value is less than minimum " "value %dms, rounded up to the minimum value and will raise ValueError in " "the future release." msgstr "" #: nova/virt/libvirt/driver.py:6087 #, python-format msgid "" "Config option live_migration_downtime_delay's value is less than minimum " "value %dms, rounded up to the minimum value and will raise ValueError in " "the future release." msgstr "" #: nova/virt/libvirt/driver.py:6175 #, python-format msgid "Unable to stat %(disk)s: %(ex)s" msgstr "" #: nova/virt/libvirt/driver.py:6256 #, python-format msgid "Failed to abort migration %s" msgstr "" #: nova/virt/libvirt/driver.py:6338 msgid "Migration operation was cancelled" msgstr "" #: nova/virt/libvirt/driver.py:6346 #, python-format msgid "Unexpected migration job type: %d" msgstr "" #: nova/virt/libvirt/driver.py:6356 msgid "There are no records in active migrations for instance" msgstr "" #: nova/virt/libvirt/driver.py:6417 #, python-format msgid "Error monitoring migration: %(ex)s" msgstr "" #: nova/virt/libvirt/driver.py:6602 #, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "" #: nova/virt/libvirt/driver.py:6911 nova/virt/libvirt/driver.py:6976 #, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" " Code %(error_code)s] %(ex)s" msgstr "" #: nova/virt/libvirt/driver.py:6984 #, python-format msgid "" "Periodic task is updating the host stat, it is trying to get disk " "%(i_name)s, but disk file was removed by concurrent operations such as " "resize." msgstr "" #: nova/virt/libvirt/driver.py:6990 #, python-format msgid "" "Periodic task is updating the host stat, it is trying to get disk " "%(i_name)s, but access is denied. It is most likely due to a VM that " "exists on the compute node but is not managed by Nova." msgstr "" #: nova/virt/libvirt/driver.py:6999 #, python-format msgid "" "Periodic task is updating the host stats, it is trying to get disk info " "for %(i_name)s, but the backing volume block device was removed by " "concurrent operations such as resize. Error: %(error)s" msgstr "" #: nova/virt/libvirt/driver.py:7410 #, python-format msgid "Failed to rollback snapshot (%s)" msgstr "" #: nova/virt/libvirt/driver.py:7765 #, python-format msgid "" "Ignoring supplied device name: %(device_name)s. Libvirt can't honour " "user-supplied dev names" msgstr "" #: nova/virt/libvirt/driver.py:7787 #, python-format msgid "Ignoring supplied device name: %(suggested_dev)s" msgstr "" #: nova/virt/libvirt/firewall.py:59 msgid "" "Libvirt module could not be loaded. NWFilterFirewall will not work " "correctly." msgstr "" #: nova/virt/libvirt/guest.py:176 #, python-format msgid "Failed to set time: %(reason)s" msgstr "" #: nova/virt/libvirt/host.py:371 #, python-format msgid "URI %(uri)s does not support events: %(error)s" msgstr "" #: nova/virt/libvirt/host.py:387 #, python-format msgid "URI %(uri)s does not support connection events: %(error)s" msgstr "" #: nova/virt/libvirt/host.py:681 #, python-format msgid "URI %(uri)s does not support full set of host capabilities: %(error)s" msgstr "" #: nova/virt/libvirt/host.py:823 #, python-format msgid "couldn't obtain the memory from domain: %(uuid)s, exception: %(ex)s" msgstr "" #: nova/virt/libvirt/imagebackend.py:242 #, python-format msgid "Unable to preallocate image at path: %(path)s" msgstr "" #: nova/virt/libvirt/imagecache.py:192 #, python-format msgid "" "Instance %(instance)s is using a backing file %(backing)s which does not " "appear in the image service" msgstr "" #: nova/virt/libvirt/imagecache.py:343 #, python-format msgid "" "image %(id)s at (%(base_file)s): warning -- an absent base file is in " "use! instances: %(instance_list)s" msgstr "" #: nova/virt/libvirt/imagecache.py:378 #, python-format msgid "%s swap image was used by instance but no back files existing!" msgstr "" #: nova/virt/libvirt/imagecache.py:404 #, python-format msgid "Unknown base file: %s" msgstr "" #: nova/virt/libvirt/instancejobtracker.py:93 #, python-format msgid "" "Failed to kill a long running process %(pid)s related to the instance " "when deleting it." msgstr "" #: nova/virt/libvirt/migration.py:232 #, python-format msgid "Live migration stuck for %d sec" msgstr "" #: nova/virt/libvirt/migration.py:239 #, python-format msgid "Live migration not completed after %d sec" msgstr "" #: nova/virt/libvirt/migration.py:329 #, python-format msgid "Unable to increase max downtime to %(time)dms: %(e)s" msgstr "" #: nova/virt/libvirt/migration.py:365 #, python-format msgid "Failed to switch to post-copy live migration: %s" msgstr "" #: nova/virt/libvirt/migration.py:404 #, python-format msgid "Live-migration %s already switched to post-copy mode." msgstr "" #: nova/virt/libvirt/migration.py:414 #, python-format msgid "Failed to pause instance during live-migration %s" msgstr "" #: nova/virt/libvirt/migration.py:418 nova/virt/libvirt/migration.py:453 #, python-format msgid "Unknown migration task '%(task)s'" msgstr "" #: nova/virt/libvirt/migration.py:449 #, python-format msgid "Failed to resume paused instance before live-migration rollback %s" msgstr "" #: nova/virt/libvirt/utils.py:256 #, python-format msgid "Failed to update mtime on path %(path)s. Error: %(error)s" msgstr "" #: nova/virt/libvirt/storage/lvm.py:65 #, python-format msgid "" "Volume group %(vg)s will not be able to hold sparse volume %(lv)s. " "Virtual volume size is %(size)d bytes, but free space on volume group is " "only %(free_space)db." msgstr "" #: nova/virt/libvirt/storage/lvm.py:213 #, python-format msgid "ignoring missing logical volume %(path)s" msgstr "" #: nova/virt/libvirt/storage/rbd_utils.py:305 #, python-format msgid "image %(volume)s in pool %(pool)s can not be found, failed to remove" msgstr "" #: nova/virt/libvirt/storage/rbd_utils.py:341 #, python-format msgid "rbd remove %(volume)s in pool %(pool)s failed" msgstr "" #: nova/virt/libvirt/storage/rbd_utils.py:405 #, python-format msgid "snapshot(%(name)s) on rbd image(%(img)s) is protected, skipping" msgstr "" #: nova/virt/libvirt/storage/rbd_utils.py:414 #, python-format msgid "no snapshot(%(name)s) found on rbd image(%(img)s)" msgstr "" #: nova/virt/libvirt/volume/glusterfs.py:108 nova/virt/libvirt/volume/nfs.py:97 #: nova/virt/libvirt/volume/remotefs.py:55 #, python-format msgid "%s is already mounted" msgstr "" #: nova/virt/libvirt/volume/iscsi.py:76 #, python-format msgid "Ignoring VolumeDeviceNotFound: %s" msgstr "" #: nova/virt/libvirt/volume/volume.py:80 #, python-format msgid "Unknown content in connection_info/qos_specs: %s" msgstr "" #: nova/virt/libvirt/volume/volume.py:106 #, python-format msgid "" "Unable to attach %(type)s volume %(serial)s with discard enabled: qemu " "%(qemu)s or later is required." msgstr "" #: nova/virt/vmwareapi/driver.py:141 #, python-format msgid "" "Running Nova with a VMware vCenter version less than %(version)s is " "deprecated. The required minimum version of vCenter will be raised to " "%(version)s in the 16.0.0 release." msgstr "" #: nova/virt/vmwareapi/driver.py:168 msgid "datastore_regex is ignored when PBM is enabled" msgstr "" #: nova/virt/vmwareapi/driver.py:367 #, python-format msgid "The volume %s does not exist!" msgstr "" #: nova/virt/vmwareapi/driver.py:398 msgid "" "Instance does not exists. Proceeding to delete instance properties on " "datastore" msgstr "" #: nova/virt/vmwareapi/host.py:84 #, python-format msgid "Failed to connect with %(node)s. Error: %(error)s" msgstr "" #: nova/virt/vmwareapi/imagecache.py:72 #, python-format msgid "Unable to delete %(file)s. Exception: %(ex)s" msgstr "" #: nova/virt/vmwareapi/vif.py:99 #, python-format msgid "" "VMware vCenter version less than %(version)s does not support the 'ovs' " "port type." msgstr "" #: nova/virt/vmwareapi/vm_util.py:1282 #, python-format msgid "Failed to get cluster references %s" msgstr "" #: nova/virt/vmwareapi/vm_util.py:1329 #, python-format msgid "" "vmware_ostype from image is not recognised: '%(ostype)s'. An invalid os " "type may be one cause of this instance creation failure" msgstr "" #: nova/virt/vmwareapi/vmops.py:400 #, python-format msgid "Get esx cookies failed: %s" msgstr "" #: nova/virt/vmwareapi/vmops.py:515 #, python-format msgid "" "Destination %s already exists! Concurrent moves can lead to unexpected " "results." msgstr "" #: nova/virt/vmwareapi/vmops.py:1085 #, python-format msgid "" "In vmwareapi:vmops:_destroy_instance, got this exception while un-" "registering the VM: %s" msgstr "" #: nova/virt/vmwareapi/vmops.py:1108 msgid "" "In vmwareapi:vmops:_destroy_instance, exception while deleting the VM " "contents from the disk" msgstr "" #: nova/virt/vmwareapi/vmops.py:1113 msgid "Instance does not exist on backend" msgstr "" #: nova/virt/vmwareapi/vmops.py:1892 #, python-format msgid "Root disk file creation failed - %s" msgstr "" #: nova/virt/vmwareapi/volumeops.py:482 #, python-format msgid "Virtual disk: %s of volume's backing not found." msgstr "" #: nova/virt/xenapi/agent.py:158 #, python-format msgid "Ignoring error while configuring instance with agent: %s" msgstr "" #: nova/virt/xenapi/agent.py:234 #, python-format msgid "Unable to update the agent due to: %(exc)s" msgstr "" #: nova/virt/xenapi/agent.py:386 msgid "Invalid 'agent_present' value. Falling back to the default." msgstr "" #: nova/virt/xenapi/driver.py:359 #, python-format msgid "Could not determine key: %s" msgstr "" #: nova/virt/xenapi/host.py:293 #, python-format msgid "Failed to extract instance support from %s" msgstr "" #: nova/virt/xenapi/vif.py:57 #, python-format msgid "Failed to create vif, exception:%(exception)s, vif:%(vif)s" msgstr "" #: nova/virt/xenapi/vif.py:78 #, python-format msgid "Fail to unplug vif:%(vif)s, exception:%(exception)s" msgstr "" #: nova/virt/xenapi/vif.py:256 #, python-format msgid "Failed to delete patch port pair for vif %(if)s, exception:%(exception)s" msgstr "" #: nova/virt/xenapi/vif.py:286 #, python-format msgid "Failed to delete bridge for vif %(if)s, exception:%(exception)s" msgstr "" #: nova/virt/xenapi/vif.py:423 #, python-format msgid "Failed to create interim network for vif %(if)s, exception:%(exception)s" msgstr "" #: nova/virt/xenapi/vm_utils.py:270 nova/virt/xenapi/vm_utils.py:285 msgid "VM already halted, skipping shutdown..." msgstr "" #: nova/virt/xenapi/vm_utils.py:788 #, python-format msgid "Multiple base images for image: %s" msgstr "" #: nova/virt/xenapi/vm_utils.py:934 #, python-format msgid "Attempted auto_configure_disk failed because: %s" msgstr "" #: nova/virt/xenapi/vm_utils.py:1212 #, python-format msgid "" "Fast cloning is only supported on default local SR of type ext. SR on " "this system was found to be of type %s. Ignoring the cow flag." msgstr "" #: nova/virt/xenapi/vm_utils.py:1287 #, python-format msgid "Unrecognized cache_images value '%s', defaulting to True" msgstr "" #: nova/virt/xenapi/vm_utils.py:1367 #, python-format msgid "Invalid value '%s' for torrent_images" msgstr "" #: nova/virt/xenapi/vm_utils.py:1390 #, python-format msgid "Invalid value '%d' for image_compression_level" msgstr "" #: nova/virt/xenapi/vm_utils.py:1822 #, python-format msgid "Retry SR scan due to error: %s" msgstr "" #: nova/virt/xenapi/vm_utils.py:1855 #, python-format msgid "Flag sr_matching_filter '%s' does not respect formatting convention" msgstr "" #: nova/virt/xenapi/vm_utils.py:2607 msgid "ipxe_boot_menu_url not set, user will have to enter URL manually..." msgstr "" #: nova/virt/xenapi/vm_utils.py:2613 msgid "ipxe_network_name not set, user will have to enter IP manually..." msgstr "" #: nova/virt/xenapi/vm_utils.py:2624 #, python-format msgid "" "Unable to find network matching '%(network_name)s', user will have to " "enter IP manually..." msgstr "" #: nova/virt/xenapi/vm_utils.py:2648 #, python-format msgid "ISO creation tool '%s' does not exist." msgstr "" #: nova/virt/xenapi/vmops.py:452 msgid "ipxe_boot is True but no ISO image found" msgstr "" #: nova/virt/xenapi/vmops.py:617 msgid "Timeout waiting for vif plugging callback" msgstr "" #: nova/virt/xenapi/vmops.py:630 #, python-format msgid "Neutron Reported failure on event %(event)s" msgstr "" #: nova/virt/xenapi/vmops.py:1203 #, python-format msgid "_migrate_disk_resizing_up failed to rollback: %s" msgstr "" #: nova/virt/xenapi/vmops.py:1337 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" #: nova/virt/xenapi/vmops.py:1415 msgid "Unable to update metadata, VM not found." msgstr "" #: nova/virt/xenapi/vmops.py:1567 msgid "VM is not present, skipping destroy..." msgstr "" #: nova/virt/xenapi/vmops.py:1704 msgid "VM is not present, skipping soft delete..." msgstr "" #: nova/virt/xenapi/volume_utils.py:245 msgid "Cannot purge SR with referenced VDIs" msgstr "" #: nova/virt/xenapi/volume_utils.py:262 #, python-format msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" msgstr "" #: nova/virt/xenapi/volume_utils.py:270 #, python-format msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" msgstr "" #: nova/virt/xenapi/volume_utils.py:294 #, python-format msgid "Mountpoint cannot be translated: %s" msgstr "" #: nova/virt/xenapi/volumeops.py:149 #, python-format msgid "Skipping detach because VBD for %s was not found" msgstr "" #: nova/virt/xenapi/client/session.py:266 #, python-format msgid "%(plugin)s.%(fn)s failed. Retrying call." msgstr "" #: nova/virt/xenapi/client/session.py:275 #, python-format msgid "" "Lost connection to XenAPI during call to %(plugin)s.%(fn)s. Retrying " "call." msgstr "" #: nova/virt/xenapi/image/bittorrent.py:37 msgid "" "Value specified in conf file for xenserver.torrent_base_url does not " "contain a slash character, therefore it will not be used as part of the " "torrent URL. Specify a valid base URL as defined by RFC 1808 (see step " "6)." msgstr "" #: nova/volume/cinder.py:91 msgid "" "Cinder V1 API is deprecated as of the Juno release, and Nova is still " "configured to use it. Enable the V2 API in Cinder and set " "cinder.catalog_info in nova.conf to use it." msgstr "" #: nova/volume/cinder.py:362 #, python-format msgid "" "attachment_id couldn't be retrieved for volume %(volume_id)s with " "instance_uuid %(instance_id)s. The volume has the 'multiattach' flag " "enabled, without the attachment_id Cinder most probably cannot perform " "the detach." msgstr "" #: nova/volume/cinder.py:372 #, python-format msgid "" "attachment_id couldn't be retrieved for volume %(volume_id)s. The volume " "has the 'multiattach' flag enabled, without the attachment_id Cinder most" " probably cannot perform the detach." msgstr "" #: nova/volume/encryptors/__init__.py:70 #, python-format msgid "Volume %s should be encrypted but there is no encryption metadata." msgstr "" #: nova/volume/encryptors/cryptsetup.py:87 #, python-format msgid "" "cryptsetup status %(dev_name)s exited abnormally (status %(exit_code)s): " "%(err)s" msgstr "" #: nova/volume/encryptors/luks.py:42 #, python-format msgid "isLuks exited abnormally (status %(exit_code)s): %(stderr)s" msgstr "" #: nova/volume/encryptors/luks.py:149 #, python-format msgid "" "%s is not usable with the current passphrase, attempting to use a mangled" " passphrase to open the volume." msgstr ""