# 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/filters.py:99 #, python-format msgid "Filter %s returned 0 hosts" msgstr "" #: nova/filters.py:125 #, python-format msgid "" "Filtering removed all hosts for the request with instance ID " "'%(inst_uuid)s'. Filter results: %(str_results)s" msgstr "" #: nova/service.py:63 #, python-format msgid "" "Updating service version for %(binary)s on %(host)s from %(old)i to " "%(new)i" msgstr "" #: nova/service.py:114 #, python-format msgid "Starting %(topic)s node (version %(version)s)" msgstr "" #: nova/utils.py:231 #, python-format msgid "Executing RootwrapDaemonHelper.execute cmd=[%(cmd)r] kwargs=[%(kwargs)r]" msgstr "" #: nova/wsgi.py:108 #, python-format msgid "%(name)s listening on %(host)s:%(port)s" msgstr "" #: nova/wsgi.py:212 msgid "Stopping WSGI server." msgstr "" #: nova/wsgi.py:232 msgid "WSGI server has stopped." msgstr "" #: nova/api/ec2/ec2utils.py:292 msgid "Timestamp is invalid." msgstr "" #: nova/api/metadata/base.py:655 #, python-format msgid "Fixed IP %(ip)s translates to instance UUID %(uuid)s" msgstr "" #: nova/api/openstack/__init__.py:65 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "" #: nova/api/openstack/__init__.py:246 #, python-format msgid "Loaded extensions: %s" msgstr "" #: nova/api/openstack/wsgi.py:436 #, python-format msgid "Fault thrown: %s" msgstr "" #: nova/api/openstack/wsgi.py:439 #, python-format msgid "HTTP exception thrown: %s" msgstr "" #: nova/api/openstack/compute/hosts.py:141 #, python-format msgid "Putting host %(host_name)s in maintenance mode %(mode)s." msgstr "" #: nova/api/openstack/compute/hosts.py:162 #, python-format msgid "Enabling host %s." msgstr "" #: nova/api/openstack/compute/hosts.py:164 #, python-format msgid "Disabling host %s." msgstr "" #: nova/api/openstack/compute/server_external_events.py:90 #, python-format msgid "Creating event %(name)s:%(tag)s for instance %(instance_uuid)s on %(host)s" msgstr "" #: nova/cells/messaging.py:1101 #, python-format msgid "" "Forcing a sync of instances, project_id=%(projid_str)s, " "updated_since=%(since_str)s" msgstr "" #: nova/cells/scheduler.py:231 #, python-format msgid "" "No cells available when scheduling. Will retry in %(sleep_time)s " "second(s)" msgstr "" #: nova/cells/filters/target_cell.py:59 #, python-format msgid "" "Forcing direct route to %(cell_name)s because of 'target_cell' scheduler " "hint" msgstr "" #: nova/compute/api.py:1164 #, python-format msgid "" "max count reduced from %(max_count)d to %(max_net_count)d due to network " "port quota" msgstr "" #: nova/compute/api.py:1703 msgid "instance termination disabled" msgstr "" #: nova/compute/api.py:1734 #, python-format msgid "Working on deleting snapshot %s from shelved instance..." msgstr "" #: nova/compute/api.py:1787 #, python-format msgid "Instance deleted and does not have host field, its vm_state is %(state)s." msgstr "" #: nova/compute/api.py:1808 msgid "Instance is already in deleting state, ignoring this request" msgstr "" #: nova/compute/api.py:1853 #, python-format msgid "" "Found an unconfirmed migration during delete, id: %(id)s, status: " "%(status)s" msgstr "" #: nova/compute/api.py:1863 msgid "Instance may have been confirmed during delete" msgstr "" #: nova/compute/api.py:1880 #, python-format msgid "Migration %s may have been confirmed during delete" msgstr "" #: nova/compute/api.py:1975 msgid "" "instance is in SHELVED_OFFLOADED state, cleanup the instance's info from " "database." msgstr "" #: nova/compute/api.py:2528 msgid "It's not supported to backup volume backed instance." msgstr "" #: nova/compute/api.py:2580 #, python-format msgid "Image %s deleted because instance deleted before snapshot started." msgstr "" #: nova/compute/api.py:2702 nova/virt/libvirt/driver.py:1717 #, python-format msgid "Skipping quiescing instance: %(reason)s." msgstr "" #: nova/compute/api.py:4509 #, python-format msgid "Create Security Group %s" msgstr "" #: nova/compute/api.py:4617 #, python-format msgid "Delete security group %s" msgstr "" #: nova/compute/api.py:4707 #, python-format msgid "" "Security group %(name)s added %(protocol)s ingress " "(%(from_port)s:%(to_port)s)" msgstr "" #: nova/compute/api.py:4722 #, python-format msgid "" "Security group %(name)s removed %(protocol)s ingress " "(%(from_port)s:%(to_port)s)" msgstr "" #: nova/compute/claims.py:146 #, python-format msgid "" "Attempting claim: memory %(memory_mb)d MB, disk %(disk_gb)d GB, vcpus " "%(vcpus)d CPU" msgstr "" #: nova/compute/claims.py:161 msgid "Claim successful" msgstr "" #: nova/compute/claims.py:231 #, python-format msgid "Total %(type)s: %(total)d %(unit)s, used: %(used).02f %(unit)s" msgstr "" #: nova/compute/claims.py:238 #, python-format msgid "%(type)s limit not specified, defaulting to unlimited" msgstr "" #: nova/compute/claims.py:245 #, python-format msgid "%(type)s limit: %(limit).02f %(unit)s, free: %(free).02f %(unit)s" msgstr "" #: nova/compute/manager.py:163 #, python-format msgid "Task possibly preempted: %s" msgstr "" #: nova/compute/manager.py:177 #, python-format msgid "Successfully reverted task state from %s on failure for instance." msgstr "" #: nova/compute/manager.py:542 nova/conductor/manager.py:172 #: nova/console/manager.py:54 nova/consoleauth/manager.py:65 msgid "Reloading compute RPC API" msgstr "" #: nova/compute/manager.py:655 msgid "Deleting instance as it has been evacuated from this host" msgstr "" #: nova/compute/manager.py:667 msgid "Instance has been marked deleted already, removing it from the hypervisor." msgstr "" #: nova/compute/manager.py:847 msgid "" "Service started deleting the instance during the previous run, but did " "not finish. Restarting the deletion now." msgstr "" #: nova/compute/manager.py:982 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" #: nova/compute/manager.py:1004 msgid "Rebooting instance after nova-compute restart." msgstr "" #: nova/compute/manager.py:1053 #, python-format msgid "VM %(state)s (Lifecycle Event)" msgstr "" #: nova/compute/manager.py:1118 msgid "" "Instance lifecycle events from the compute driver have been disabled. " "Note that lifecycle changes to an instance outside of the compute service" " will only be synchronized by the _sync_power_states periodic task." msgstr "" #: nova/compute/manager.py:1665 #, python-format msgid "Took %0.2f seconds to deallocate network for instance." msgstr "" #: nova/compute/manager.py:1780 #, python-format msgid "Took %0.2f seconds to build instance." msgstr "" #: nova/compute/manager.py:1921 #, python-format msgid "Took %0.2f seconds to spawn the instance on the hypervisor." msgstr "" #: nova/compute/manager.py:2173 msgid "Terminating instance" msgstr "" #: nova/compute/manager.py:2198 #, python-format msgid "Took %0.2f seconds to destroy the instance on the hypervisor." msgstr "" #: nova/compute/manager.py:2248 #, python-format msgid "Took %(time).2f seconds to detach %(num)s volumes for instance." msgstr "" #: nova/compute/manager.py:2383 msgid "Instance disappeared during terminate" msgstr "" #: nova/compute/manager.py:2427 msgid "Instance is already powered off in the hypervisor when stop is called." msgstr "" #: nova/compute/manager.py:2670 msgid "Rebuilding instance" msgstr "" #: nova/compute/manager.py:2783 msgid "disk on shared storage, recreating using existing disk" msgstr "" #: nova/compute/manager.py:2787 #, python-format msgid "disk not on shared storage, rebuilding from: '%s'" msgstr "" #: nova/compute/manager.py:2867 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" #: nova/compute/manager.py:2898 #, python-format msgid "Detaching from volume api: %s" msgstr "" #: nova/compute/manager.py:2925 msgid "Rebooting instance" msgstr "" #: nova/compute/manager.py:3061 msgid "instance snapshotting" msgstr "" #: nova/compute/manager.py:3194 msgid "Root password set" msgstr "" #: nova/compute/manager.py:3207 msgid "set_admin_password is not supported by this driver or guest instance." msgstr "" #: nova/compute/manager.py:3257 #, python-format msgid "injecting file to %s" msgstr "" #: nova/compute/manager.py:3290 msgid "Rescuing" msgstr "" #: nova/compute/manager.py:3339 msgid "Unrescuing" msgstr "" #: nova/compute/manager.py:3393 #, python-format msgid "Migration %s is already confirmed" msgstr "" #: nova/compute/manager.py:3414 msgid "Instance is not found during confirmation" msgstr "" #: nova/compute/manager.py:3615 #, python-format msgid "Updating instance to original state: '%s'" msgstr "" #: nova/compute/manager.py:3665 msgid "Migrating" msgstr "" #: nova/compute/manager.py:4030 msgid "Pausing" msgstr "" #: nova/compute/manager.py:4052 msgid "Unpausing" msgstr "" #: nova/compute/manager.py:4095 nova/compute/manager.py:4112 msgid "Retrieving diagnostics" msgstr "" #: nova/compute/manager.py:4155 msgid "Resuming" msgstr "" #: nova/compute/manager.py:4209 msgid "Shelving" msgstr "" #: nova/compute/manager.py:4275 msgid "Shelve offloading" msgstr "" #: nova/compute/manager.py:4357 msgid "Unshelving" msgstr "" #: nova/compute/manager.py:4451 msgid "Get console output" msgstr "" #: nova/compute/manager.py:4717 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" #: nova/compute/manager.py:4742 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" #: nova/compute/manager.py:4985 #, python-format msgid "Swapping volume %(old_volume)s for %(new_volume)s" msgstr "" #: nova/compute/manager.py:5453 msgid "_post_live_migration() is started.." msgstr "" #: nova/compute/manager.py:5535 #, python-format msgid "Migrating instance to %s finished successfully." msgstr "" #: nova/compute/manager.py:5537 msgid "" "You may see the error \"libvirt: QEMU error: Domain not found: no domain " "with matching name.\" This error can be safely ignored." msgstr "" #: nova/compute/manager.py:5575 msgid "Post operation of migration started" msgstr "" #: nova/compute/manager.py:5890 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" #: nova/compute/manager.py:5905 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" #: nova/compute/manager.py:5959 #, python-format msgid "Error auto-confirming resize: %s. Will retry later." msgstr "" #: nova/compute/manager.py:6011 #, python-format msgid "" "Running instance usage audit for host %(host)s from %(begin_time)s to " "%(end_time)s. %(number_instances)s instances." msgstr "" #: nova/compute/manager.py:6058 msgid "Updating bandwidth usage cache" msgstr "" #: nova/compute/manager.py:6080 msgid "Bandwidth usage not supported by hypervisor." msgstr "" #: nova/compute/manager.py:6243 nova/compute/manager.py:6300 #, python-format msgid "During sync_power_state the instance has a pending task (%(task)s). Skip." msgstr "" #: nova/compute/manager.py:6287 #, python-format msgid "" "During the sync_power process the instance has moved from host %(src)s to" " host %(dst)s" msgstr "" #: nova/compute/manager.py:6308 #, python-format msgid "" "During _sync_instance_power_state the DB power_state (%(db_power_state)s)" " does not match the vm_power_state from the hypervisor " "(%(vm_power_state)s). Updating power_state in the DB to match the " "hypervisor." msgstr "" #: nova/compute/manager.py:6455 msgid "Reclaiming deleted instance" msgstr "" #: nova/compute/manager.py:6475 #, python-format msgid "Compute node '%s' not found in update_available_resource." msgstr "" #: nova/compute/manager.py:6512 #, python-format msgid "Deleting orphan compute node %s" msgstr "" #: nova/compute/manager.py:6562 #, python-format msgid "" "Powering off instance with name label '%s' which is marked as DELETED but" " still present on host." msgstr "" #: nova/compute/manager.py:6580 #, python-format msgid "" "Destroying instance with name label '%s' which is marked as DELETED but " "still present on host." msgstr "" #: nova/compute/manager.py:6628 #, python-format msgid "Setting instance back to %(state)s after: %(error)s" msgstr "" #: nova/compute/manager.py:6638 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" #: nova/compute/manager.py:6705 #, python-format msgid "" "Neutron deleted interface %(intf)s; detaching it from the instance and " "deleting it from the info cache" msgstr "" #: nova/compute/manager.py:6740 #, python-format msgid "Failed to process external instance event %(event)s due to: %(error)s" msgstr "" #: nova/compute/resource_tracker.py:439 #, python-format msgid "Compute_service record created for %(host)s:%(node)s" msgstr "" #: nova/compute/resource_tracker.py:508 #, python-format msgid "Auditing locally available compute resources for node %(node)s" msgstr "" #: nova/compute/resource_tracker.py:594 #, python-format msgid "Compute_service record updated for %(host)s:%(node)s" msgstr "" #: nova/compute/resource_tracker.py:652 #, python-format msgid "Total usable vcpus: %(tcpu)s, total allocated vcpus: %(ucpu)s" msgstr "" #: nova/compute/resource_tracker.py:661 #, python-format msgid "" "Final resource view: name=%(node)s phys_ram=%(phys_ram)sMB " "used_ram=%(used_ram)sMB phys_disk=%(phys_disk)sGB " "used_disk=%(used_disk)sGB total_vcpus=%(total_vcpus)s " "used_vcpus=%(used_vcpus)s pci_stats=%(pci_stats)s" msgstr "" #: nova/compute/resource_tracker.py:738 #, python-format msgid "Updating from migration %s" msgstr "" #: nova/compute/rpcapi.py:372 #, python-format msgid "" "Automatically selected compute RPC version %(rpc)s from minimum service " "version %(service)i" msgstr "" #: nova/conductor/api.py:70 msgid "nova-conductor connection established successfully" msgstr "" #: nova/consoleauth/manager.py:104 #, python-format msgid "Received Token: %(token)s, %(token_dict)s" msgstr "" #: nova/consoleauth/manager.py:129 #, python-format msgid "Checking Token: %(token)s, %(token_valid)s" msgstr "" #: nova/db/sqlalchemy/api.py:3679 #, python-format msgid "" "quota_usages out of sync, updating. project_id: %(project_id)s, user_id: " "%(user_id)s, resource: %(res)s, tracked usage: %(tracked_use)s, actual " "usage: %(in_use)s" msgstr "" #: nova/db/sqlalchemy/api.py:5586 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " "have been rebooted or crashed. Updating totals." msgstr "" #: nova/db/sqlalchemy/migrate_repo/versions/234_add_expire_reservations_index.py:36 #: nova/db/sqlalchemy/migrate_repo/versions/248_add_expire_reservations_index.py:36 msgid "" "Skipped adding reservations_deleted_expire_idx because an equivalent " "index already exists." msgstr "" #: nova/db/sqlalchemy/migrate_repo/versions/274_update_instances_project_id_index.py:36 msgid "" "Skipped adding instances_project_id_deleted_idx because an equivalent " "index already exists." msgstr "" #: nova/db/sqlalchemy/migrate_repo/versions/277_add_fixed_ip_updated_index.py:40 #: nova/db/sqlalchemy/migrate_repo/versions/295_add_virtual_interfaces_uuid_index.py:40 #: nova/db/sqlalchemy/migrate_repo/versions/319_add_instances_deleted_created_at_index.py:42 #, python-format msgid "Skipped adding %s because an equivalent index already exists." msgstr "" #: nova/image/glance.py:292 nova/image/glance.py:524 #, python-format msgid "Successfully transferred using %s" msgstr "" #: nova/image/glance.py:345 nova/image/glance.py:576 #, python-format msgid "Image signature verification succeeded for image: %s" msgstr "" #: nova/image/glance.py:361 nova/image/glance.py:592 #, python-format msgid "Image signature verification succeeded for image %s" msgstr "" #: nova/image/download/file.py:100 #, python-format msgid "The ID %(id)s is unknown." msgstr "" #: nova/image/download/file.py:136 #, python-format msgid "Copied %(source_file)s using %(module_str)s" msgstr "" #: nova/network/api.py:183 nova/network/neutronv2/api.py:1705 #, python-format msgid "re-assign floating IP %(address)s from instance %(instance_id)s" msgstr "" #: nova/network/driver.py:36 #, python-format msgid "Loading network driver '%s'" msgstr "" #: nova/network/floating_ips.py:155 #, python-format msgid "Floating IP %s is not associated. Ignore." msgstr "" #: nova/network/floating_ips.py:528 #, python-format msgid "Starting migration network for instance %s" msgstr "" #: nova/network/floating_ips.py:564 #, python-format msgid "Finishing migration network for instance %s" msgstr "" #: nova/network/manager.py:253 #, python-format msgid "Configured network %(network)s on host %(host)s" msgstr "" #: nova/network/manager.py:427 #, python-format msgid "Allocated network: '%s' for instance" msgstr "" #: nova/network/manager.py:489 #, python-format msgid "Network deallocated for instance (fixed IPs: '%s')" msgstr "" #: nova/network/manager.py:965 #, python-format msgid "Unable to release %s because vif doesn't exist" msgstr "" #: nova/network/manager.py:972 #, python-format msgid "Unable to release %s because vif object doesn't exist" msgstr "" #: nova/network/manager.py:1074 #, python-format msgid "" "Ignoring request to release fixed IP %(address)s with MAC %(mac)s since " "it is now associated with a new instance that is in the process of " "allocating it's network." msgstr "" #: nova/network/minidns.py:193 #, python-format msgid "deleted %s" msgstr "" #: nova/network/neutronv2/api.py:2221 #, python-format msgid "" "Port %s from network info_cache is no longer associated with instance in " "Neutron. Removing from network info_cache." msgstr "" #: nova/network/neutronv2/api.py:2415 #, python-format msgid "Updating port %(port)s with attributes %(attributes)s" msgstr "" #: nova/network/security_group/neutron_driver.py:475 #: nova/network/security_group/neutron_driver.py:529 #, python-format msgid "Adding security group %(security_group_id)s to port %(port_id)s" msgstr "" #: nova/scheduler/host_manager.py:486 #, python-format msgid "Host filter ignoring hosts: %s" msgstr "" #: nova/scheduler/host_manager.py:498 #, python-format msgid "Host filter forcing available hosts to %s" msgstr "" #: nova/scheduler/host_manager.py:501 #, python-format msgid "No hosts matched due to not matching 'force_hosts' value of '%s'" msgstr "" #: nova/scheduler/host_manager.py:514 #, python-format msgid "Host filter forcing available nodes to %s" msgstr "" #: nova/scheduler/host_manager.py:517 #, python-format msgid "No nodes matched due to not matching 'force_nodes' value of '%s'" msgstr "" #: nova/scheduler/host_manager.py:527 #, python-format msgid "Host filter only checking host %(host)s and node %(node)s" msgstr "" #: nova/scheduler/host_manager.py:533 #, python-format msgid "" "No hosts matched due to not matching requested destination (%(host)s, " "%(node)s)" msgstr "" #: nova/scheduler/host_manager.py:618 #, python-format msgid "Removing dead compute node %(host)s:%(node)s from scheduler" msgstr "" #: nova/scheduler/host_manager.py:684 #, python-format msgid "Received an update from an unknown host '%s'. Re-created its InstanceList." msgstr "" #: nova/scheduler/host_manager.py:702 #, python-format msgid "" "Received a delete update from an unknown host '%s'. Re-created its " "InstanceList." msgstr "" #: nova/scheduler/host_manager.py:720 #, python-format msgid "" "The instance sync for host '%s' did not match. Re-created its " "InstanceList." msgstr "" #: nova/scheduler/host_manager.py:724 #, python-format msgid "Successfully synced instances from host '%s'." msgstr "" #: nova/scheduler/host_manager.py:728 #, python-format msgid "" "Received a sync request from an unknown host '%s'. Re-created its " "InstanceList." msgstr "" #: nova/scheduler/client/report.py:209 msgid "" "Created resource provider record via placement API for resource provider " "with UUID {0} and name {1}." msgstr "" #: nova/scheduler/client/report.py:222 msgid "" "Another thread already created a resource provider with the UUID {0}. " "Grabbing that record from the placement API." msgstr "" #: nova/scheduler/client/report.py:309 #, python-format msgid "Inventory update conflict for %s" msgstr "" #: nova/scheduler/client/report.py:327 #, python-format msgid "" "Received unexpected response code %(code)i while trying to update " "inventory for compute node %(uuid)s: %(text)s" msgstr "" #: nova/scheduler/client/report.py:411 msgid "Submitted allocation for instance" msgstr "" #: nova/scheduler/client/report.py:426 #, python-format msgid "Deleted allocation for instance %s" msgstr "" #: nova/scheduler/filters/retry_filter.py:47 #, python-format msgid "Host %(host)s fails. Previously tried hosts: %(hosts)s" msgstr "" #: nova/scheduler/filters/utils.py:64 #, python-format msgid "%(num_values)d values found, of which the minimum value will be used." msgstr "" #: nova/scheduler/filters/utils.py:68 #, python-format msgid "%(num_values)d values found, of which the maximum value will be used." msgstr "" #: nova/servicegroup/drivers/db.py:95 msgid "Recovered from being unable to report status." msgstr "" #: nova/servicegroup/drivers/mc.py:84 msgid "Recovered connection to memcache server for reporting service status." msgstr "" #: nova/virt/block_device.py:242 #, python-format msgid "preserve multipath_id %s" msgstr "" #: nova/virt/block_device.py:487 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" #: nova/virt/block_device.py:493 #, python-format msgid "Booting with volume snapshot %(snapshot_id)s at %(mountpoint)s" msgstr "" #: nova/virt/block_device.py:499 #, python-format msgid "Booting with volume-backed-image %(image_id)s at %(mountpoint)s" msgstr "" #: nova/virt/block_device.py:505 #, python-format msgid "Booting with blank volume at %(mountpoint)s" msgstr "" #: nova/virt/driver.py:1610 #, python-format msgid "Loading compute driver '%s'" msgstr "" #: nova/virt/firewall.py:140 nova/virt/libvirt/firewall.py:367 msgid "Attempted to unfilter instance which is not filtered" msgstr "" #: nova/virt/firewall.py:393 #, python-format msgid "instance chain %s disappeared during refresh, skipping" msgstr "" #: nova/virt/hardware.py:846 msgid "" "Host does not support hyperthreading or hyperthreading is disabled, but " "'require' threads policy was requested." msgstr "" #: nova/virt/osinfo.py:43 #, python-format msgid "Cannot load Libosinfo: (%s)" msgstr "" #: nova/virt/disk/mount/api.py:170 msgid "Device allocation failed. Will retry in 2 seconds." msgstr "" #: nova/virt/disk/mount/loop.py:35 #, python-format msgid "Loop mount error: %s" msgstr "" #: nova/virt/disk/mount/nbd.py:84 nova/virt/disk/mount/nbd.py:97 #, python-format msgid "NBD mount error: %s" msgstr "" #: nova/virt/disk/vfs/api.py:72 msgid "Unable to import guestfs, falling back to VFSLocalFS" msgstr "" #: nova/virt/hyperv/imagecache.py:208 #, python-format msgid "Removing old, unused image: %s" msgstr "" #: nova/virt/hyperv/serialconsolehandler.py:79 #, python-format msgid "" "Initializing serial proxy on %(addr)s:%(port)s, handling connections to " "instance %(instance_name)s." msgstr "" #: nova/virt/hyperv/serialconsoleops.py:75 #, python-format msgid "Stopping instance %(instance_name)s serial console handler." msgstr "" #: nova/virt/hyperv/vmops.py:276 msgid "Spawning new instance" msgstr "" #: nova/virt/hyperv/vmops.py:517 nova/virt/vmwareapi/vmops.py:841 msgid "Using config drive for instance" msgstr "" #: nova/virt/hyperv/vmops.py:529 nova/virt/libvirt/driver.py:3168 #, python-format msgid "Creating config drive at %(path)s" msgstr "" #: nova/virt/hyperv/vmops.py:590 msgid "Got request to destroy instance" msgstr "" #: nova/virt/hyperv/vmops.py:647 msgid "Soft shutdown succeeded." msgstr "" #: nova/virt/hyperv/volumeops.py:354 msgid "The iSCSI Hyper-V volume driver does not support QoS. Ignoring QoS specs." msgstr "" #: nova/virt/ironic/driver.py:806 #, python-format msgid "Config drive for instance %(instance)s on baremetal node %(node)s created." msgstr "" #: nova/virt/ironic/driver.py:828 #, python-format msgid "Successfully provisioned Ironic node %s" msgstr "" #: nova/virt/ironic/driver.py:928 #, python-format msgid "Successfully unprovisioned Ironic node %s" msgstr "" #: nova/virt/ironic/driver.py:959 #, python-format msgid "Successfully rebooted Ironic node %s" msgstr "" #: nova/virt/ironic/driver.py:983 #, python-format msgid "Successfully powered off Ironic node %s" msgstr "" #: nova/virt/ironic/driver.py:1008 #, python-format msgid "Successfully powered on Ironic node %s" msgstr "" #: nova/virt/ironic/driver.py:1200 msgid "Instance was successfully rebuilt" msgstr "" #: nova/virt/libvirt/driver.py:469 #, python-format msgid "Connection event '%(enabled)d' reason '%(reason)s'" msgstr "" #: nova/virt/libvirt/driver.py:594 msgid "" "The live_migration_permit_post_copy is set to True, but it is not " "supported." msgstr "" #: nova/virt/libvirt/driver.py:603 msgid "" "The live_migration_permit_post_copy is set to True and post copy live " "migration is available so auto-converge will not be in use." msgstr "" #: nova/virt/libvirt/driver.py:609 msgid "" "The live_migration_permit_auto_converge is set to True, but it is not " "supported." msgstr "" #: nova/virt/libvirt/driver.py:837 msgid "During wait destroy, instance disappeared." msgstr "" #: nova/virt/libvirt/driver.py:842 msgid "Instance destroyed successfully." msgstr "" #: nova/virt/libvirt/driver.py:852 msgid "Instance may be started again." msgstr "" #: nova/virt/libvirt/driver.py:862 msgid "Going to destroy instance again." msgstr "" #: nova/virt/libvirt/driver.py:1507 msgid "Beginning live snapshot process" msgstr "" #: nova/virt/libvirt/driver.py:1510 msgid "Beginning cold snapshot process" msgstr "" #: nova/virt/libvirt/driver.py:1565 msgid "Snapshot extracted, beginning image upload" msgstr "" #: nova/virt/libvirt/driver.py:1586 msgid "Snapshot image upload complete" msgstr "" #: nova/virt/libvirt/driver.py:2234 msgid "Instance soft rebooted successfully." msgstr "" #: nova/virt/libvirt/driver.py:2279 msgid "Instance shutdown successfully." msgstr "" #: nova/virt/libvirt/driver.py:2287 msgid "Instance may have been rebooted during soft reboot, so return now." msgstr "" #: nova/virt/libvirt/driver.py:2351 msgid "Instance rebooted successfully." msgstr "" #: nova/virt/libvirt/driver.py:2393 msgid "Instance already shutdown." msgstr "" #: nova/virt/libvirt/driver.py:2408 #, python-format msgid "Instance shutdown successfully after %d seconds." msgstr "" #: nova/virt/libvirt/driver.py:2437 #, python-format msgid "Instance failed to shutdown in %d seconds." msgstr "" #: nova/virt/libvirt/driver.py:2642 msgid "Instance spawned successfully." msgstr "" #: nova/virt/libvirt/driver.py:2658 #, python-format msgid "data: %(data)r, fpath: %(fpath)r" msgstr "" #: nova/virt/libvirt/driver.py:2681 #, python-format msgid "Truncated console log returned, %d bytes ignored" msgstr "" #: nova/virt/libvirt/driver.py:2704 msgid "" "Instance is configured with a file console, but the backing file is not " "(yet?) present" msgstr "" #: nova/virt/libvirt/driver.py:3001 msgid "Creating image" msgstr "" #: nova/virt/libvirt/driver.py:3148 msgid "Using config drive" msgstr "" #: nova/virt/libvirt/driver.py:4022 msgid "Configuring timezone for windows instance to localtime" msgstr "" #: nova/virt/libvirt/driver.py:5299 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" #: nova/virt/libvirt/driver.py:5306 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" #: nova/virt/libvirt/driver.py:5676 #, python-format msgid "Instance launched has CPU info: %s" msgstr "" #: nova/virt/libvirt/driver.py:6303 #, python-format msgid "" "Migration running for %(secs)d secs, memory %(remaining)d%% remaining; " "(bytes processed=%(processed_memory)d, remaining=%(remaining_memory)d, " "total=%(total_memory)d)" msgstr "" #: nova/virt/libvirt/driver.py:6313 #, python-format msgid "" "Data remaining %(remaining)d bytes, low watermark %(watermark)d bytes " "%(last)d seconds ago" msgstr "" #: nova/virt/libvirt/driver.py:6323 msgid "Migration operation has completed" msgstr "" #: nova/virt/libvirt/driver.py:7191 msgid "Instance running successfully." msgstr "" #: nova/virt/libvirt/driver.py:7723 #, python-format msgid "Deleting instance files %s" msgstr "" #: nova/virt/libvirt/driver.py:7736 #, python-format msgid "Deletion of %s failed" msgstr "" #: nova/virt/libvirt/driver.py:7740 #, python-format msgid "Deletion of %s complete" msgstr "" #: nova/virt/libvirt/firewall.py:114 msgid "Called setup_basic_filtering in nwfilter" msgstr "" #: nova/virt/libvirt/firewall.py:122 msgid "Ensuring static filters" msgstr "" #: nova/virt/libvirt/firewall.py:299 #, python-format msgid "Failed to undefine network filter %(name)s. Try %(cnt)d of %(max_retry)d." msgstr "" #: nova/virt/libvirt/host.py:613 #, python-format msgid "" "Unable to use bulk domain list APIs, falling back to slow code path: " "%(ex)s" msgstr "" #: nova/virt/libvirt/host.py:663 #, python-format msgid "Libvirt host capabilities %s" msgstr "" #: nova/virt/libvirt/imagebackend.py:464 #, python-format msgid "Failed to get image info from path %(path)s; error: %(error)s" msgstr "" #: nova/virt/libvirt/imagecache.py:257 #, python-format msgid "Removing base or swap file: %s" msgstr "" #: nova/virt/libvirt/imagecache.py:281 #, python-format msgid "Base or swap file too young to remove: %s" msgstr "" #: nova/virt/libvirt/imagecache.py:319 #, python-format msgid "image %(id)s at (%(base_file)s): checking" msgstr "" #: nova/virt/libvirt/imagecache.py:331 #, python-format msgid "" "image %(id)s at (%(base_file)s): in use: on this node %(local)d local, " "%(remote)d on other nodes sharing this instance storage" msgstr "" #: nova/virt/libvirt/imagecache.py:409 #, python-format msgid "Active base files: %s" msgstr "" #: nova/virt/libvirt/imagecache.py:413 #, python-format msgid "Removable base files: %s" msgstr "" #: nova/virt/libvirt/migration.py:201 #, python-format msgid "Error %(ex)s, migration failed" msgstr "" #: nova/virt/libvirt/migration.py:320 #, python-format msgid "Increasing downtime to %(downtime)d ms after %(waittime)d sec elapsed time" msgstr "" #: nova/virt/libvirt/migration.py:372 msgid "Switching to post-copy migration mode" msgstr "" #: nova/virt/libvirt/utils.py:144 #, python-format msgid "tap-ctl check: %s" msgstr "" #: nova/virt/libvirt/utils.py:518 msgid "findmnt tool is not installed" msgstr "" #: nova/virt/libvirt/volume/quobyte.py:56 #, python-format msgid "Mounted volume: %s" msgstr "" #: nova/virt/libvirt/volume/quobyte.py:124 #, python-format msgid "Fixing previous mount %s which was not unmounted correctly." msgstr "" #: nova/virt/libvirt/volume/quobyte.py:146 #, python-format msgid "Trying to disconnected unmounted volume at %s" msgstr "" #: nova/virt/vmwareapi/driver.py:133 #, python-format msgid "VMware vCenter version: %s" msgstr "" #: nova/virt/vmwareapi/ds_util.py:280 #, python-format msgid "Moved virtual disk from %(src)s to %(dst)s." msgstr "" #: nova/virt/vmwareapi/ds_util.py:298 #, python-format msgid "Copied virtual disk from %(src)s to %(dst)s." msgstr "" #: nova/virt/vmwareapi/ds_util.py:312 #, python-format msgid "Deleted virtual disk %s." msgstr "" #: nova/virt/vmwareapi/imagecache.py:160 #, python-format msgid "Image %s is no longer used by this node. Pending deletion!" msgstr "" #: nova/virt/vmwareapi/imagecache.py:165 #, python-format msgid "Image %s is no longer used. Deleting!" msgstr "" #: nova/virt/vmwareapi/images.py:360 #, python-format msgid "Downloaded image file data %(image_ref)s" msgstr "" #: nova/virt/vmwareapi/images.py:364 nova/virt/vmwareapi/images.py:430 msgid "The imported VM was unregistered" msgstr "" #: nova/virt/vmwareapi/images.py:422 #, python-format msgid "Downloaded OVA image file %(image_ref)s" msgstr "" #: nova/virt/vmwareapi/vif.py:121 msgid "" "NSX Logical switch ID is not present. Using network ID to attach to the " "opaque network." msgstr "" #: nova/virt/vmwareapi/vm_util.py:1346 msgid "Destroyed the VM" msgstr "" #: nova/virt/vmwareapi/vm_util.py:1608 #, python-format msgid "Created folder: %(name)s in parent %(parent)s." msgstr "" #: nova/virt/vmwareapi/vmops.py:949 msgid "Created linked-clone VM from snapshot" msgstr "" #: nova/virt/vmwareapi/vmops.py:1496 nova/virt/xenapi/vmops.py:1753 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" #: nova/virt/vmwareapi/vmops.py:1500 nova/virt/xenapi/vmops.py:1757 msgid "Automatically hard rebooting" msgstr "" #: nova/virt/vmwareapi/volumeops.py:464 #, python-format msgid "" "The volume's backing has been relocated to %s. Need to consolidate " "backing disk file." msgstr "" #: nova/virt/xenapi/agent.py:360 msgid "" "XenServer tools installed in this image are capable of network injection." " Networking files will not bemanipulated" msgstr "" #: nova/virt/xenapi/agent.py:368 msgid "" "XenServer tools are present in this image but are not capable of network " "injection" msgstr "" #: nova/virt/xenapi/agent.py:372 msgid "XenServer tools are not installed in this image" msgstr "" #: nova/virt/xenapi/host.py:76 #, python-format msgid "" "Instance %(name)s running on %(host)s could not be found in the database:" " assuming it is a worker VM and skip ping migration to a new host" msgstr "" #: nova/virt/xenapi/vm_utils.py:338 #, python-format msgid "VBD %s already detached" msgstr "" #: nova/virt/xenapi/vm_utils.py:341 #, python-format msgid "" "VBD %(vbd_ref)s uplug failed with \"%(err)s\", attempt " "%(num_attempt)d/%(max_attempts)d" msgstr "" #: nova/virt/xenapi/vm_utils.py:626 #, python-format msgid "Deleted %s snapshots." msgstr "" #: nova/virt/xenapi/vm_utils.py:1303 #, python-format msgid "" "Image creation data, cacheable: %(cache)s, downloaded: %(downloaded)s " "duration: %(duration).2f secs for image %(image_id)s" msgstr "" #: nova/virt/xenapi/vm_utils.py:2158 #, python-format msgid "Disconnecting stale VDI %s from compute domU" msgstr "" #: nova/virt/xenapi/vm_utils.py:2481 msgid "Manipulating interface files directly" msgstr "" #: nova/virt/xenapi/vm_utils.py:2490 #, python-format msgid "Failed to mount filesystem (expected for non-linux instances): %s" msgstr "" #: nova/virt/xenapi/vmops.py:1331 msgid "Starting halted instance found during reboot" msgstr "" #: nova/virt/xenapi/vmops.py:1535 msgid "Destroying VM" msgstr "" #: nova/virt/xenapi/volumeops.py:65 #, python-format msgid "Connected volume (vdi_uuid): %s" msgstr "" #: nova/virt/xenapi/volumeops.py:131 #, python-format msgid "Dev %(dev_number)s attached to instance %(instance_name)s" msgstr "" #: nova/virt/xenapi/volumeops.py:153 #, python-format msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" msgstr "" #: nova/vnc/xvp_proxy.py:84 #, python-format msgid "Error in handshake format: %s" msgstr "" #: nova/vnc/xvp_proxy.py:90 #, python-format msgid "Error in handshake: %s" msgstr "" #: nova/vnc/xvp_proxy.py:105 #, python-format msgid "Invalid request: %s" msgstr "" #: nova/vnc/xvp_proxy.py:125 #, python-format msgid "Request: %s" msgstr "" #: nova/vnc/xvp_proxy.py:128 #, python-format msgid "Request made with missing token: %s" msgstr "" #: nova/vnc/xvp_proxy.py:138 #, python-format msgid "Request made with invalid token: %s" msgstr "" #: nova/vnc/xvp_proxy.py:145 #, python-format msgid "Unexpected error: %s" msgstr "" #: nova/vnc/xvp_proxy.py:165 #, python-format msgid "Starting nova-xvpvncproxy node (version %s)" msgstr "" #: nova/volume/encryptors/cryptsetup.py:153 #, python-format msgid "" "Unable to open %s with the current passphrase, attempting to use a " "mangled passphrase to open the volume." msgstr "" #: nova/volume/encryptors/luks.py:140 #, python-format msgid "%s is not a valid LUKS device; formatting device for first use" msgstr ""