# 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.3.dev15\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" "POT-Creation-Date: 2016-11-15 02:59+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:234 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:103 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:267 #, 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:296 #, 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:335 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "" #: nova/api/openstack/common.py:368 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:65 #, 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/compute.py:55 nova/cmd/dhcpbridge.py:125 nova/cmd/network.py:52 msgid "" "Conductor local mode is deprecated and will be removed in a subsequent " "release" msgstr "" #: nova/cmd/network.py:55 msgid "Nova network is deprecated and will be removed in the future" msgstr "" #: nova/compute/api.py:1713 nova/compute/manager.py:2454 #, python-format msgid "Failed to delete snapshot from shelved instance (%s)." msgstr "" #: nova/compute/api.py:1942 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" #: nova/compute/api.py:1952 #, python-format msgid "instance's host %s is down, deleting from database" msgstr "" #: nova/compute/api.py:2977 #, 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:762 #, 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:899 #, 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:910 #, 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:1013 msgid "Hypervisor driver does not support resume guests" msgstr "" #: nova/compute/manager.py:1018 msgid "Failed to resume instance" msgstr "" #: nova/compute/manager.py:1071 #, python-format msgid "Unexpected power state %d" msgstr "" #: nova/compute/manager.py:1110 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:1229 #, python-format msgid "" "Treating negative config value (%(retries)s) for 'block_device_retries' " "as 0." msgstr "" #: nova/compute/manager.py:1245 #, python-format msgid "" "Volume id: %(vol_id)s finished being created but its status is " "%(vol_status)s." msgstr "" #: nova/compute/manager.py:1362 msgid "Instance build timed out. Set to error state." msgstr "" #: nova/compute/manager.py:1415 #, python-format msgid "Instance failed network setup (attempt %(attempt)d of %(attempts)d)" msgstr "" #: nova/compute/manager.py:1588 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:2231 #, python-format msgid "Ignoring EndpointNotFound for volume %(volume_id)s: %(exc)s" msgstr "" #: nova/compute/manager.py:2236 #, python-format msgid "Ignoring unknown cinder exception for volume %(volume_id)s: %(exc)s" msgstr "" #: nova/compute/manager.py:2241 #, python-format msgid "Ignoring unknown exception for volume %(volume_id)s: %(exc)s" msgstr "" #: nova/compute/manager.py:2266 nova/virt/block_device.py:361 #, python-format msgid "Failed to delete volume: %(volume_id)s due to %(exc)s" msgstr "" #: nova/compute/manager.py:2314 msgid "Info cache for instance could not be found. Ignore." msgstr "" #: nova/compute/manager.py:2927 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" #: nova/compute/manager.py:2963 msgid "Reboot failed but instance is running" msgstr "" #: nova/compute/manager.py:2983 msgid "Instance disappeared during reboot" msgstr "" #: nova/compute/manager.py:3054 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" #: nova/compute/manager.py:3087 #, python-format msgid "Error while trying to clean up image %s" msgstr "" #: nova/compute/manager.py:3092 msgid "Image not found during snapshot" msgstr "" #: nova/compute/manager.py:3202 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" #: nova/compute/manager.py:3239 #, 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:3263 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" #: nova/compute/manager.py:3386 #, python-format msgid "" "Unexpected confirmation status '%(status)s' of migration %(id)s, exit " "confirmation process" msgstr "" #: nova/compute/manager.py:4710 msgid "Detaching volume from unknown instance" msgstr "" #: nova/compute/manager.py:4721 #, python-format msgid "" "Ignoring DiskNotFound exception while detaching volume %(volume_id)s from" " %(mp)s: %(err)s" msgstr "" #: nova/compute/manager.py:4802 #, 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:5009 #, python-format msgid "" "attach interface failed , try to deallocate port %(port_id)s, reason: " "%(msg)s" msgstr "" #: nova/compute/manager.py:5017 #, python-format msgid "deallocate port %(port_id)s failed" msgstr "" #: nova/compute/manager.py:5040 nova/compute/manager.py:6662 #, python-format msgid "Detach interface failed, port_id=%(port_id)s, reason: %(msg)s" msgstr "" #: nova/compute/manager.py:5052 #, python-format msgid "Failed to deallocate port %(port_id)s for instance. Error: %(error)s" msgstr "" #: nova/compute/manager.py:5843 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" #: nova/compute/manager.py:6154 #, 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:6282 #, 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:6309 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" #: nova/compute/manager.py:6325 msgid "Instance is paused unexpectedly. Ignore." msgstr "" #: nova/compute/manager.py:6331 msgid "Instance is unexpectedly not found. Ignore." msgstr "" #: nova/compute/manager.py:6337 #, 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:6359 msgid "Paused instance shutdown by itself. Calling the stop API." msgstr "" #: nova/compute/manager.py:6373 msgid "Instance is not (soft-)deleted." msgstr "" #: nova/compute/manager.py:6407 #, python-format msgid "Periodic reclaim failed to delete instance: %s" msgstr "" #: nova/compute/manager.py:6504 #, python-format msgid "" "Detected instance with name label '%s' which is marked as DELETED but " "still present on host." msgstr "" #: nova/compute/manager.py:6524 msgid "Failed to power off instance" msgstr "" #: nova/compute/manager.py:6540 #, python-format msgid "Periodic cleanup failed to delete instance: %s" msgstr "" #: nova/compute/manager.py:6790 #, 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:241 #, 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:408 #, 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:169 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/db/sqlalchemy/api.py:855 #, python-format msgid "Invalid floating IP ID %s in request" msgstr "" #: nova/db/sqlalchemy/api.py:1895 #, python-format msgid "Invalid instance id %s in request" msgstr "" #: nova/db/sqlalchemy/api.py:3868 #, python-format msgid "Change will make usage less than 0 for the following resources: %s" msgstr "" #: nova/db/sqlalchemy/api.py:5929 #, python-format msgid "Add metadata failed for aggregate %(id)s after %(retries)s retries" msgstr "" #: nova/db/sqlalchemy/api.py:6315 #, python-format msgid "Failed to archive %(table)s: %(error)s" msgstr "" #: nova/db/sqlalchemy/api.py:6411 #, 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:165 #, python-format msgid "" "Treating negative config value (%(retries)s) for 'glance.num_retries' as " "0." msgstr "" #: nova/image/glance.py:684 #, 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:526 #, python-format msgid "No VirtualInterface for FixedIP: %s" msgstr "" #: nova/network/manager.py:531 #, python-format msgid "No Network for FixedIP: %s" msgstr "" #: nova/network/manager.py:761 #, python-format msgid "instance-dns-zone not found |%s|." msgstr "" #: nova/network/manager.py:768 #, 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:810 #, 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:909 msgid "Error cleaning up fixed IP allocation. Manual cleanup may be required." msgstr "" #: nova/network/manager.py:1021 #, python-format msgid "Failed to rollback quota for deallocate fixed IP: %s" msgstr "" #: nova/network/manager.py:1037 #, python-format msgid "IP %s leased that is not associated" msgstr "" #: nova/network/manager.py:1043 #, python-format msgid "IP |%s| leased that isn't allocated" msgstr "" #: nova/network/manager.py:1052 #, python-format msgid "IP %s released that is not associated" msgstr "" #: nova/network/manager.py:1056 #, python-format msgid "IP %s released that was not leased" msgstr "" #: nova/network/manager.py:1166 #, 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:162 #, python-format msgid "" "%(item)s already exists in list: %(list_name)s containing: %(items)s. " "ignoring it" msgstr "" #: nova/network/neutronv2/api.py:405 #, python-format msgid "" "Neutron error: %(ip)s is not a valid IP address for network " "%(network_id)s." msgstr "" #: nova/network/neutronv2/api.py:414 #, python-format msgid "Neutron error: Fixed IP %s is already in use." msgstr "" #: nova/network/neutronv2/api.py:419 #, python-format msgid "Neutron error: Port quota exceeded in tenant: %s" msgstr "" #: nova/network/neutronv2/api.py:424 #, python-format msgid "Neutron error: No more fixed IPs in network: %s" msgstr "" #: nova/network/neutronv2/api.py:444 #, python-format msgid "" "Neutron error: MAC address %(mac)s is already in use on network " "%(network)s." msgstr "" #: nova/network/neutronv2/api.py:451 #, 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:1128 #, python-format msgid "Neutron error: Instance hostname %(hostname)s is not a valid DNS name" msgstr "" #: nova/network/neutronv2/api.py:1142 #, python-format msgid "Port %s does not exist" msgstr "" #: nova/network/neutronv2/api.py:1147 #, python-format msgid "Failed to delete port %s for instance." msgstr "" #: nova/network/neutronv2/api.py:2071 #, 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:1373 #, python-format msgid "Instance %(uuid)s keypair %(keyname)s not found" msgstr "" #: nova/objects/resource_provider.py:335 nova/objects/resource_provider.py:348 #, python-format msgid "Resource provider %(uuid)s is now over-capacity for %(resource)s" msgstr "" #: nova/objects/resource_provider.py:758 #, 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:592 #, python-format msgid "No compute service record found for host %(host)s" msgstr "" #: nova/scheduler/manager.py:66 #, python-format msgid "" "DEPRECATED: scheduler_driver uses classloader to load %(path)s. This " "legacy loading style will be removed in the N release." 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:374 #, 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:294 #, python-format msgid "Failed to update inventory for %(uuid)s: %(status)i %(text)s" msgstr "" #: nova/scheduler/client/report.py:328 msgid "Unable to refresh my resource provider record" msgstr "" #: nova/scheduler/client/report.py:404 #, python-format msgid "Unable to submit allocation for instance %(uuid)s (%(code)i %(text)s)" msgstr "" #: nova/scheduler/client/report.py:419 #, python-format msgid "Unable to delete allocation for instance %(uuid)s: (%(code)i %(text)s)" msgstr "" #: nova/scheduler/client/report.py:450 #, python-format msgid "Deleting stale allocation for instance %s" msgstr "" #: nova/scheduler/filters/aggregate_image_properties_isolation.py:53 #, 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:64 #, python-format msgid "Could not decode max_io_ops_per_host: '%s'" msgstr "" #: nova/scheduler/filters/num_instances_filter.py:62 #, 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:309 #, 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:591 msgid "Timed out while waiting for soft shutdown." msgstr "" #: nova/virt/hyperv/volumeops.py:109 msgid "Could not determine iscsi initiator name" 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:87 #, python-format msgid "Power state %s not found." msgstr "" #: nova/virt/ironic/driver.py:214 #, python-format msgid "Node %(uuid)s has a malformed \"%(prop)s\". It should be an integer." msgstr "" #: nova/virt/ironic/driver.py:225 #, python-format msgid "cpu_arch not defined for node '%s'" msgstr "" #: nova/virt/ironic/driver.py:250 #, 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:295 #, python-format msgid "Ignoring malformed capability '%s'. Format should be 'key:val'." msgstr "" #: nova/virt/ironic/driver.py:386 #, 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:644 #, python-format msgid "Warning, memory usage is 0 for %(instance)s on baremetal node %(node)s." msgstr "" #: nova/virt/ironic/driver.py:651 #, python-format msgid "Warning, number of cpus is 0 for %(instance)s on baremetal node %(node)s." msgstr "" #: nova/virt/ironic/driver.py:906 #, python-format msgid "Destroy called on non-existing instance %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:375 #, python-format msgid "Invalid cachemode %(cache_mode)s specified for disk type %(disk_type)s." msgstr "" #: nova/virt/libvirt/driver.py:447 #, 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:473 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:506 #, 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:514 #, 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:755 msgid "Cannot destroy instance, operation time out" msgstr "" #: nova/virt/libvirt/driver.py:776 #, 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:876 msgid "Instance may be still running, destroy it again." msgstr "" #: nova/virt/libvirt/driver.py:932 #, python-format msgid "Ignoring Volume Error on vol %(vol_id)s during delete %(exc)s" msgstr "" #: nova/virt/libvirt/driver.py:1282 nova/virt/libvirt/driver.py:1293 msgid "During detach_volume, instance disappeared." msgstr "" #: nova/virt/libvirt/driver.py:1334 msgid "During detach_interface, instance disappeared." msgstr "" #: nova/virt/libvirt/driver.py:1357 #, python-format msgid "" "Detaching interface %(mac)s failed because the device is no longer found" " on the guest." msgstr "" #: nova/virt/libvirt/driver.py:1498 #, python-format msgid "Performing standard snapshot because direct snapshot failed: %(error)s" msgstr "" #: nova/virt/libvirt/driver.py:2081 msgid "" "Relative blockrebase support was not detected. Continuing with old " "behaviour." msgstr "" #: nova/virt/libvirt/driver.py:2201 msgid "Failed to soft reboot instance. Trying hard reboot." msgstr "" #: nova/virt/libvirt/driver.py:2707 #, 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:3096 msgid "File injection into a boot from volume instance is not supported" msgstr "" #: nova/virt/libvirt/driver.py:3207 msgid "Instance disappeared while detaching a PCI device from it." msgstr "" #: nova/virt/libvirt/driver.py:3313 #, python-format msgid "Cannot update service status on host \"%s\" since it is not registered." msgstr "" #: nova/virt/libvirt/driver.py:3316 #, python-format msgid "" "Cannot update service status on host \"%s\" due to an unexpected " "exception." msgstr "" #: nova/virt/libvirt/driver.py:3661 msgid "Too many id maps, only included first five." msgstr "" #: nova/virt/libvirt/driver.py:3671 #, python-format msgid "Invalid value for id mapping %s" msgstr "" #: nova/virt/libvirt/driver.py:4240 #, python-format msgid "Libvirt doesn't support event type %s." msgstr "" #: nova/virt/libvirt/driver.py:4246 #, python-format msgid "Host does not support event type %s." msgstr "" #: nova/virt/libvirt/driver.py:4265 msgid "" "uefi support is without some kind of functional testing and therefore " "considered experimental." msgstr "" #: nova/virt/libvirt/driver.py:4529 msgid "" "Old property name \"hw_watchdog_action\" is now deprecated and will be " "removed in the next release. Use updated property name " "\"hw:watchdog_action\" instead" msgstr "" #: nova/virt/libvirt/driver.py:4572 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:4591 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:4610 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:4846 #, python-format msgid "Timeout waiting for vif plugging callback for instance %(uuid)s" msgstr "" #: nova/virt/libvirt/driver.py:4870 msgid "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. " msgstr "" #: nova/virt/libvirt/driver.py:4886 #, 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:4943 #, python-format msgid "couldn't obtain the vcpu count from domain id: %(uuid)s, exception: %(ex)s" msgstr "" #: nova/virt/libvirt/driver.py:5093 #, python-format msgid "URI %(uri)s does not support listDevices: %(error)s" msgstr "" #: nova/virt/libvirt/driver.py:5112 #, 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:5803 msgid "" "Your libvirt version does not support the VIR_DOMAIN_XML_MIGRATABLE flag," " and 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:6078 #, python-format msgid "Unable to stat %(disk)s: %(ex)s" msgstr "" #: nova/virt/libvirt/driver.py:6159 #, python-format msgid "Failed to abort migration %s" msgstr "" #: nova/virt/libvirt/driver.py:6242 msgid "Migration operation was cancelled" msgstr "" #: nova/virt/libvirt/driver.py:6250 #, python-format msgid "Unexpected migration job type: %d" msgstr "" #: nova/virt/libvirt/driver.py:6260 msgid "There are no records in active migrations for instance" msgstr "" #: nova/virt/libvirt/driver.py:6321 #, python-format msgid "Error monitoring migration: %(ex)s" msgstr "" #: nova/virt/libvirt/driver.py:6506 #, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "" #: nova/virt/libvirt/driver.py:6811 nova/virt/libvirt/driver.py:6876 #, 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:6884 #, 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:6890 #, 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:6899 #, 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:7310 #, python-format msgid "Failed to rollback snapshot (%s)" msgstr "" #: nova/virt/libvirt/driver.py:7665 #, python-format msgid "" "Ignoring supplied device name: %(device_name)s. Libvirt can't honour " "user-supplied dev names" msgstr "" #: nova/virt/libvirt/driver.py:7687 #, 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:178 #, 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/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:304 #, 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:340 #, python-format msgid "rbd remove %(volume)s in pool %(pool)s failed" msgstr "" #: nova/virt/libvirt/storage/rbd_utils.py:404 #, python-format msgid "snapshot(%(name)s) on rbd image(%(img)s) is protected, skipping" msgstr "" #: nova/virt/libvirt/storage/rbd_utils.py:413 #, 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:134 #, 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 13.0.0 release." msgstr "" #: nova/virt/vmwareapi/driver.py:161 msgid "datastore_regex is ignored when PBM is enabled" msgstr "" #: nova/virt/vmwareapi/driver.py:360 #, python-format msgid "The volume %s does not exist!" msgstr "" #: nova/virt/vmwareapi/driver.py:391 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:514 #, python-format msgid "" "Destination %s already exists! Concurrent moves can lead to unexpected " "results." msgstr "" #: nova/virt/vmwareapi/vmops.py:1084 #, python-format msgid "" "In vmwareapi:vmops:_destroy_instance, got this exception while un-" "registering the VM: %s" msgstr "" #: nova/virt/vmwareapi/vmops.py:1107 msgid "" "In vmwareapi:vmops:_destroy_instance, exception while deleting the VM " "contents from the disk" msgstr "" #: nova/virt/vmwareapi/vmops.py:1111 msgid "Instance does not exist on backend" msgstr "" #: nova/virt/vmwareapi/vmops.py:1890 #, 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:1211 #, 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:1286 #, python-format msgid "Unrecognized cache_images value '%s', defaulting to True" msgstr "" #: nova/virt/xenapi/vm_utils.py:1366 #, python-format msgid "Invalid value '%s' for torrent_images" msgstr "" #: nova/virt/xenapi/vm_utils.py:1389 #, python-format msgid "Invalid value '%d' for image_compression_level" msgstr "" #: nova/virt/xenapi/vm_utils.py:1821 #, python-format msgid "Retry SR scan due to error: %s" msgstr "" #: nova/virt/xenapi/vm_utils.py:1854 #, python-format msgid "Flag sr_matching_filter '%s' does not respect formatting convention" msgstr "" #: nova/virt/xenapi/vm_utils.py:2606 msgid "ipxe_boot_menu_url not set, user will have to enter URL manually..." msgstr "" #: nova/virt/xenapi/vm_utils.py:2612 msgid "ipxe_network_name not set, user will have to enter IP manually..." msgstr "" #: nova/virt/xenapi/vm_utils.py:2623 #, 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:2647 #, 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:246 msgid "Cannot purge SR with referenced VDIs" msgstr "" #: nova/virt/xenapi/volume_utils.py:263 #, python-format msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" msgstr "" #: nova/virt/xenapi/volume_utils.py:271 #, python-format msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" msgstr "" #: nova/virt/xenapi/volume_utils.py:295 #, 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:240 #, python-format msgid "%(plugin)s.%(fn)s failed. Retrying call." msgstr "" #: nova/virt/xenapi/client/session.py:249 #, 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:86 #, 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 ""