From 10a5eecd0973096b57efd31f8b27d7295a44ab89 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 9 Oct 2014 12:22:36 +0200 Subject: [PATCH] Updated translations Commands run:- $ python setup.py extract_messages $ python setup.py update_catalog --no-fuzzy-matching \ --ignore-obsolete=true $ source \ ../openstack-infra/project-config/jenkins/scripts/common_translation_update.sh $ setup_loglevel_vars $ cleanup_po_file nova Change-Id: I64b2b468f7edd44dbb445b5b4e68b65c3fa53d9e --- nova/locale/de/LC_MESSAGES/nova-log-info.po | 395 ---------- .../locale/en_AU/LC_MESSAGES/nova-log-info.po | 393 ---------- .../en_GB/LC_MESSAGES/nova-log-error.po | 687 ----------------- nova/locale/en_US/LC_MESSAGES/nova.po | 352 +++++---- nova/locale/es/LC_MESSAGES/nova.po | 352 +++++---- nova/locale/ja/LC_MESSAGES/nova-log-error.po | 689 ------------------ .../ko_KR/LC_MESSAGES/nova-log-error.po | 688 ----------------- nova/locale/nova.pot | 354 +++++---- .../pt_BR/LC_MESSAGES/nova-log-error.po | 687 ----------------- .../zh_CN/LC_MESSAGES/nova-log-error.po | 687 ----------------- 10 files changed, 514 insertions(+), 4770 deletions(-) delete mode 100644 nova/locale/de/LC_MESSAGES/nova-log-info.po delete mode 100644 nova/locale/en_AU/LC_MESSAGES/nova-log-info.po delete mode 100644 nova/locale/en_GB/LC_MESSAGES/nova-log-error.po delete mode 100644 nova/locale/ja/LC_MESSAGES/nova-log-error.po delete mode 100644 nova/locale/ko_KR/LC_MESSAGES/nova-log-error.po delete mode 100644 nova/locale/pt_BR/LC_MESSAGES/nova-log-error.po delete mode 100644 nova/locale/zh_CN/LC_MESSAGES/nova-log-error.po diff --git a/nova/locale/de/LC_MESSAGES/nova-log-info.po b/nova/locale/de/LC_MESSAGES/nova-log-info.po deleted file mode 100644 index 1297fbe62807..000000000000 --- a/nova/locale/de/LC_MESSAGES/nova-log-info.po +++ /dev/null @@ -1,395 +0,0 @@ -# Translations template for nova. -# Copyright (C) 2014 ORGANIZATION -# This file is distributed under the same license as the nova project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: nova\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-09-25 06:14+0000\n" -"PO-Revision-Date: 2014-06-14 19:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: German (http://www.transifex.com/projects/p/nova/language/" -"de/)\n" -"Language: de\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: nova/api/openstack/__init__.py:101 -#, python-format -msgid "%(url)s returned with HTTP %(status)d" -msgstr "" - -#: nova/api/openstack/__init__.py:298 -msgid "V3 API has been disabled by configuration" -msgstr "" - -#: nova/api/openstack/wsgi.py:688 -#, python-format -msgid "Fault thrown: %s" -msgstr "" - -#: nova/api/openstack/wsgi.py:691 -#, python-format -msgid "HTTP exception thrown: %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/os_networks.py:109 -#: nova/api/openstack/compute/contrib/os_tenant_networks.py:130 -#, python-format -msgid "Deleting network with id %s" -msgstr "" - -#: nova/compute/manager.py:2544 -msgid "Instance is already powered off in the hypervisor when stop is called." -msgstr "" - -#: nova/compute/manager.py:2820 -#, python-format -msgid "bringing vm to original state: '%s'" -msgstr "" - -#: nova/compute/manager.py:5720 -#, python-format -msgid "" -"During sync_power_state the instance has a pending task (%(task)s). Skip." -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/234_add_expire_reservations_index.py:58 -#: nova/db/sqlalchemy/migrate_repo/versions/248_add_expire_reservations_index.py:58 -msgid "" -"Skipped removing reservations_deleted_expire_idx because index does not " -"exist." -msgstr "" - -#: nova/openstack/common/eventlet_backdoor.py:141 -#, python-format -msgid "Eventlet backdoor listening on %(port)s for process %(pid)d" -msgstr "Eventlet backdoor hört auf %(port)s für Prozess %(pid)d" - -#: nova/openstack/common/lockutils.py:82 -#, python-format -msgid "Created lock path: %s" -msgstr "" - -#: nova/openstack/common/lockutils.py:194 -#, python-format -msgid "Failed to remove file %(file)s" -msgstr "" - -#: nova/openstack/common/periodic_task.py:126 -#, python-format -msgid "Skipping periodic task %(task)s because its interval is negative" -msgstr "" -"Überspringe periodische Aufgabe %(task)s weil der Intervall negativ ist" - -#: nova/openstack/common/periodic_task.py:131 -#, python-format -msgid "Skipping periodic task %(task)s because it is disabled" -msgstr "Überspringe periodische Aufgabe %(task)s weil sie deaktiviert ist" - -#: nova/openstack/common/service.py:176 nova/openstack/common/service.py:270 -#, python-format -msgid "Caught %s, exiting" -msgstr "%s abgefangen. Vorgang wird beendet" - -#: nova/openstack/common/service.py:239 -msgid "Parent process has died unexpectedly, exiting" -msgstr "" -"Übergeordneter Prozess wurde unerwartet abgebrochen. Vorgang wird beendet" - -#: nova/openstack/common/service.py:309 -msgid "Forking too fast, sleeping" -msgstr "Verzweigung zu schnell; im Ruhemodus" - -#: nova/openstack/common/service.py:328 -#, python-format -msgid "Started child %d" -msgstr "Untergeordnetes Element %d gestartet" - -#: nova/openstack/common/service.py:338 -#, python-format -msgid "Starting %d workers" -msgstr "Starten von %d Workers" - -#: nova/openstack/common/service.py:355 -#, python-format -msgid "Child %(pid)d killed by signal %(sig)d" -msgstr "Untergeordnetes Element %(pid)d durch Signal %(sig)d abgebrochen" - -#: nova/openstack/common/service.py:359 -#, python-format -msgid "Child %(pid)s exited with status %(code)d" -msgstr "Untergeordnete %(pid)s mit Status %(code)d beendet" - -#: nova/openstack/common/service.py:394 -#, python-format -msgid "Caught %s, stopping children" -msgstr "%s abgefangen, untergeordnete Elemente werden gestoppt" - -#: nova/openstack/common/service.py:403 -msgid "Wait called after thread killed. Cleaning up." -msgstr "Warten aufgerufen nach dem der Thread abgebrochen wurde. Bereinige." - -#: nova/openstack/common/service.py:414 -#, python-format -msgid "Waiting on %d children to exit" -msgstr "Warten auf Beenden von %d untergeordneten Elementen" - -#: nova/scheduler/client/report.py:52 -#, python-format -msgid "Compute_service record updated for %s" -msgstr "" - -#: nova/scheduler/filters/utils.py:50 -#, python-format -msgid "%(num_values)d values found, of which the minimum value will be used." -msgstr "" - -#: nova/virt/block_device.py:221 -#, python-format -msgid "preserve multipath_id %s" -msgstr "" - -#: nova/virt/firewall.py:444 -#, python-format -msgid "instance chain %s disappeared during refresh, skipping" -msgstr "" - -#: nova/virt/disk/vfs/api.py:66 -msgid "Unable to import guestfsfalling back to VFSLocalFS" -msgstr "" - -#: nova/virt/hyperv/vmops.py:459 -msgid "Soft shutdown succeeded." -msgstr "" - -#: nova/virt/libvirt/driver.py:910 -#, python-format -msgid "" -"Unable to use bulk domain list APIs, falling back to slow code path: %(ex)s" -msgstr "" - -#: nova/virt/libvirt/driver.py:1026 -msgid "Instance destroyed successfully." -msgstr "" - -#: nova/virt/libvirt/driver.py:1036 -msgid "Instance may be started again." -msgstr "" - -#: nova/virt/libvirt/driver.py:1046 -msgid "Going to destroy instance again." -msgstr "" - -#: nova/virt/libvirt/driver.py:1704 -msgid "Beginning live snapshot process" -msgstr "" - -#: nova/virt/libvirt/driver.py:1707 -msgid "Beginning cold snapshot process" -msgstr "" - -#: nova/virt/libvirt/driver.py:1737 -msgid "Snapshot extracted, beginning image upload" -msgstr "" - -#: nova/virt/libvirt/driver.py:1749 -msgid "Snapshot image upload complete" -msgstr "" - -#: nova/virt/libvirt/driver.py:2259 -msgid "Instance soft rebooted successfully." -msgstr "" - -#: nova/virt/libvirt/driver.py:2302 -msgid "Instance shutdown successfully." -msgstr "" - -#: nova/virt/libvirt/driver.py:2310 -msgid "Instance may have been rebooted during soft reboot, so return now." -msgstr "" - -#: nova/virt/libvirt/driver.py:2379 -msgid "Instance rebooted successfully." -msgstr "" - -#: nova/virt/libvirt/driver.py:2422 -msgid "Instance already shutdown." -msgstr "" - -#: nova/virt/libvirt/driver.py:2438 -#, python-format -msgid "Instance shutdown successfully after %d seconds." -msgstr "" - -#: nova/virt/libvirt/driver.py:2467 -#, python-format -msgid "Instance failed to shutdown in %d seconds." -msgstr "" - -#: nova/virt/libvirt/driver.py:2625 -msgid "Instance spawned successfully." -msgstr "" - -#: nova/virt/libvirt/driver.py:2641 -#, python-format -msgid "data: %(data)r, fpath: %(fpath)r" -msgstr "" - -#: nova/virt/libvirt/driver.py:2680 nova/virt/libvirt/driver.py:2707 -#, python-format -msgid "Truncated console log returned, %d bytes ignored" -msgstr "" - -#: nova/virt/libvirt/driver.py:2938 -msgid "Creating image" -msgstr "" - -#: nova/virt/libvirt/driver.py:3066 -msgid "Using config drive" -msgstr "" - -#: nova/virt/libvirt/driver.py:3075 -#, python-format -msgid "Creating config drive at %(path)s" -msgstr "" - -#: nova/virt/libvirt/driver.py:3915 -msgid "Configuring timezone for windows instance to localtime" -msgstr "" - -#: nova/virt/libvirt/driver.py:4902 -#, 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:4908 -#, python-format -msgid "" -"Could not find domain in libvirt for instance %s. Cannot get block stats for " -"device" -msgstr "" - -#: nova/virt/libvirt/driver.py:5150 -#, python-format -msgid "Instance launched has CPU info: %s" -msgstr "" - -#: nova/virt/libvirt/driver.py:5909 -msgid "Instance running successfully." -msgstr "" - -#: nova/virt/libvirt/driver.py:6258 -#, python-format -msgid "Deleting instance files %s" -msgstr "" - -#: nova/virt/libvirt/driver.py:6271 -#, python-format -msgid "Deletion of %s failed" -msgstr "" - -#: nova/virt/libvirt/driver.py:6275 -#, python-format -msgid "Deletion of %s complete" -msgstr "" - -#: nova/virt/libvirt/firewall.py:106 -msgid "Called setup_basic_filtering in nwfilter" -msgstr "" - -#: nova/virt/libvirt/firewall.py:114 -msgid "Ensuring static filters" -msgstr "" - -#: nova/virt/libvirt/firewall.py:305 -msgid "Attempted to unfilter instance which is not filtered" -msgstr "" - -#: nova/virt/libvirt/imagebackend.py:365 -#, python-format -msgid "Failed to get image info from path %(path)s; error: %(error)s" -msgstr "" - -#: nova/virt/libvirt/imagecache.py:190 -#, python-format -msgid "Writing stored info to %s" -msgstr "" - -#: nova/virt/libvirt/imagecache.py:400 -#, python-format -msgid "" -"image %(id)s at (%(base_file)s): image verification skipped, no hash stored" -msgstr "" - -#: nova/virt/libvirt/imagecache.py:409 -#, python-format -msgid "%(id)s (%(base_file)s): generating checksum" -msgstr "" - -#: nova/virt/libvirt/imagecache.py:437 -#, python-format -msgid "Base file too young to remove: %s" -msgstr "" - -#: nova/virt/libvirt/imagecache.py:440 -#, python-format -msgid "Removing base file: %s" -msgstr "" - -#: nova/virt/libvirt/imagecache.py:458 -#, python-format -msgid "image %(id)s at (%(base_file)s): checking" -msgstr "" - -#: nova/virt/libvirt/imagecache.py:482 -#, 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:549 -#, python-format -msgid "Active base files: %s" -msgstr "" - -#: nova/virt/libvirt/imagecache.py:552 -#, python-format -msgid "Corrupt base files: %s" -msgstr "" - -#: nova/virt/libvirt/imagecache.py:556 -#, python-format -msgid "Removable base files: %s" -msgstr "" - -#: nova/virt/libvirt/utils.py:513 -msgid "findmnt tool is not installed" -msgstr "" - -#: nova/virt/xenapi/vm_utils.py:684 -#, python-format -msgid "Deleted %s snapshots." -msgstr "" - -#: nova/virt/xenapi/vm_utils.py:1327 -#, python-format -msgid "" -"Image creation data, cacheable: %(cache)s, downloaded: %(downloaded)s " -"duration: %(duration).2f secs for image %(image_id)s" -msgstr "" diff --git a/nova/locale/en_AU/LC_MESSAGES/nova-log-info.po b/nova/locale/en_AU/LC_MESSAGES/nova-log-info.po deleted file mode 100644 index 7b4232ecd233..000000000000 --- a/nova/locale/en_AU/LC_MESSAGES/nova-log-info.po +++ /dev/null @@ -1,393 +0,0 @@ -# Translations template for nova. -# Copyright (C) 2014 ORGANIZATION -# This file is distributed under the same license as the nova project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: nova\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-09-25 06:14+0000\n" -"PO-Revision-Date: 2014-06-14 19:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: English (Australia) (http://www.transifex.com/projects/p/nova/" -"language/en_AU/)\n" -"Language: en_AU\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: nova/api/openstack/__init__.py:101 -#, python-format -msgid "%(url)s returned with HTTP %(status)d" -msgstr "" - -#: nova/api/openstack/__init__.py:298 -msgid "V3 API has been disabled by configuration" -msgstr "" - -#: nova/api/openstack/wsgi.py:688 -#, python-format -msgid "Fault thrown: %s" -msgstr "" - -#: nova/api/openstack/wsgi.py:691 -#, python-format -msgid "HTTP exception thrown: %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/os_networks.py:109 -#: nova/api/openstack/compute/contrib/os_tenant_networks.py:130 -#, python-format -msgid "Deleting network with id %s" -msgstr "" - -#: nova/compute/manager.py:2544 -msgid "Instance is already powered off in the hypervisor when stop is called." -msgstr "" - -#: nova/compute/manager.py:2820 -#, python-format -msgid "bringing vm to original state: '%s'" -msgstr "" - -#: nova/compute/manager.py:5720 -#, python-format -msgid "" -"During sync_power_state the instance has a pending task (%(task)s). Skip." -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/234_add_expire_reservations_index.py:58 -#: nova/db/sqlalchemy/migrate_repo/versions/248_add_expire_reservations_index.py:58 -msgid "" -"Skipped removing reservations_deleted_expire_idx because index does not " -"exist." -msgstr "" - -#: nova/openstack/common/eventlet_backdoor.py:141 -#, python-format -msgid "Eventlet backdoor listening on %(port)s for process %(pid)d" -msgstr "Eventlet backdoor listening on %(port)s for process %(pid)d" - -#: nova/openstack/common/lockutils.py:82 -#, python-format -msgid "Created lock path: %s" -msgstr "" - -#: nova/openstack/common/lockutils.py:194 -#, python-format -msgid "Failed to remove file %(file)s" -msgstr "" - -#: nova/openstack/common/periodic_task.py:126 -#, python-format -msgid "Skipping periodic task %(task)s because its interval is negative" -msgstr "Skipping periodic task %(task)s because its interval is negative" - -#: nova/openstack/common/periodic_task.py:131 -#, python-format -msgid "Skipping periodic task %(task)s because it is disabled" -msgstr "Skipping periodic task %(task)s because it is disabled" - -#: nova/openstack/common/service.py:176 nova/openstack/common/service.py:270 -#, python-format -msgid "Caught %s, exiting" -msgstr "Caught %s, exiting" - -#: nova/openstack/common/service.py:239 -msgid "Parent process has died unexpectedly, exiting" -msgstr "Parent process has died unexpectedly, exiting" - -#: nova/openstack/common/service.py:309 -msgid "Forking too fast, sleeping" -msgstr "Forking too fast, sleeping" - -#: nova/openstack/common/service.py:328 -#, python-format -msgid "Started child %d" -msgstr "Started child %d" - -#: nova/openstack/common/service.py:338 -#, python-format -msgid "Starting %d workers" -msgstr "Starting %d workers" - -#: nova/openstack/common/service.py:355 -#, python-format -msgid "Child %(pid)d killed by signal %(sig)d" -msgstr "Child %(pid)d killed by signal %(sig)d" - -#: nova/openstack/common/service.py:359 -#, python-format -msgid "Child %(pid)s exited with status %(code)d" -msgstr "Child %(pid)s exited with status %(code)d" - -#: nova/openstack/common/service.py:394 -#, python-format -msgid "Caught %s, stopping children" -msgstr "Caught %s, stopping children" - -#: nova/openstack/common/service.py:403 -msgid "Wait called after thread killed. Cleaning up." -msgstr "" - -#: nova/openstack/common/service.py:414 -#, python-format -msgid "Waiting on %d children to exit" -msgstr "Waiting on %d children to exit" - -#: nova/scheduler/client/report.py:52 -#, python-format -msgid "Compute_service record updated for %s" -msgstr "" - -#: nova/scheduler/filters/utils.py:50 -#, python-format -msgid "%(num_values)d values found, of which the minimum value will be used." -msgstr "" - -#: nova/virt/block_device.py:221 -#, python-format -msgid "preserve multipath_id %s" -msgstr "" - -#: nova/virt/firewall.py:444 -#, python-format -msgid "instance chain %s disappeared during refresh, skipping" -msgstr "" - -#: nova/virt/disk/vfs/api.py:66 -msgid "Unable to import guestfsfalling back to VFSLocalFS" -msgstr "" - -#: nova/virt/hyperv/vmops.py:459 -msgid "Soft shutdown succeeded." -msgstr "" - -#: nova/virt/libvirt/driver.py:910 -#, python-format -msgid "" -"Unable to use bulk domain list APIs, falling back to slow code path: %(ex)s" -msgstr "" - -#: nova/virt/libvirt/driver.py:1026 -msgid "Instance destroyed successfully." -msgstr "" - -#: nova/virt/libvirt/driver.py:1036 -msgid "Instance may be started again." -msgstr "" - -#: nova/virt/libvirt/driver.py:1046 -msgid "Going to destroy instance again." -msgstr "" - -#: nova/virt/libvirt/driver.py:1704 -msgid "Beginning live snapshot process" -msgstr "" - -#: nova/virt/libvirt/driver.py:1707 -msgid "Beginning cold snapshot process" -msgstr "" - -#: nova/virt/libvirt/driver.py:1737 -msgid "Snapshot extracted, beginning image upload" -msgstr "" - -#: nova/virt/libvirt/driver.py:1749 -msgid "Snapshot image upload complete" -msgstr "" - -#: nova/virt/libvirt/driver.py:2259 -msgid "Instance soft rebooted successfully." -msgstr "" - -#: nova/virt/libvirt/driver.py:2302 -msgid "Instance shutdown successfully." -msgstr "" - -#: nova/virt/libvirt/driver.py:2310 -msgid "Instance may have been rebooted during soft reboot, so return now." -msgstr "" - -#: nova/virt/libvirt/driver.py:2379 -msgid "Instance rebooted successfully." -msgstr "" - -#: nova/virt/libvirt/driver.py:2422 -msgid "Instance already shutdown." -msgstr "" - -#: nova/virt/libvirt/driver.py:2438 -#, python-format -msgid "Instance shutdown successfully after %d seconds." -msgstr "" - -#: nova/virt/libvirt/driver.py:2467 -#, python-format -msgid "Instance failed to shutdown in %d seconds." -msgstr "" - -#: nova/virt/libvirt/driver.py:2625 -msgid "Instance spawned successfully." -msgstr "" - -#: nova/virt/libvirt/driver.py:2641 -#, python-format -msgid "data: %(data)r, fpath: %(fpath)r" -msgstr "" - -#: nova/virt/libvirt/driver.py:2680 nova/virt/libvirt/driver.py:2707 -#, python-format -msgid "Truncated console log returned, %d bytes ignored" -msgstr "" - -#: nova/virt/libvirt/driver.py:2938 -msgid "Creating image" -msgstr "" - -#: nova/virt/libvirt/driver.py:3066 -msgid "Using config drive" -msgstr "" - -#: nova/virt/libvirt/driver.py:3075 -#, python-format -msgid "Creating config drive at %(path)s" -msgstr "" - -#: nova/virt/libvirt/driver.py:3915 -msgid "Configuring timezone for windows instance to localtime" -msgstr "" - -#: nova/virt/libvirt/driver.py:4902 -#, 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:4908 -#, python-format -msgid "" -"Could not find domain in libvirt for instance %s. Cannot get block stats for " -"device" -msgstr "" - -#: nova/virt/libvirt/driver.py:5150 -#, python-format -msgid "Instance launched has CPU info: %s" -msgstr "" - -#: nova/virt/libvirt/driver.py:5909 -msgid "Instance running successfully." -msgstr "" - -#: nova/virt/libvirt/driver.py:6258 -#, python-format -msgid "Deleting instance files %s" -msgstr "" - -#: nova/virt/libvirt/driver.py:6271 -#, python-format -msgid "Deletion of %s failed" -msgstr "" - -#: nova/virt/libvirt/driver.py:6275 -#, python-format -msgid "Deletion of %s complete" -msgstr "" - -#: nova/virt/libvirt/firewall.py:106 -msgid "Called setup_basic_filtering in nwfilter" -msgstr "" - -#: nova/virt/libvirt/firewall.py:114 -msgid "Ensuring static filters" -msgstr "" - -#: nova/virt/libvirt/firewall.py:305 -msgid "Attempted to unfilter instance which is not filtered" -msgstr "" - -#: nova/virt/libvirt/imagebackend.py:365 -#, python-format -msgid "Failed to get image info from path %(path)s; error: %(error)s" -msgstr "" - -#: nova/virt/libvirt/imagecache.py:190 -#, python-format -msgid "Writing stored info to %s" -msgstr "" - -#: nova/virt/libvirt/imagecache.py:400 -#, python-format -msgid "" -"image %(id)s at (%(base_file)s): image verification skipped, no hash stored" -msgstr "" - -#: nova/virt/libvirt/imagecache.py:409 -#, python-format -msgid "%(id)s (%(base_file)s): generating checksum" -msgstr "" - -#: nova/virt/libvirt/imagecache.py:437 -#, python-format -msgid "Base file too young to remove: %s" -msgstr "" - -#: nova/virt/libvirt/imagecache.py:440 -#, python-format -msgid "Removing base file: %s" -msgstr "" - -#: nova/virt/libvirt/imagecache.py:458 -#, python-format -msgid "image %(id)s at (%(base_file)s): checking" -msgstr "" - -#: nova/virt/libvirt/imagecache.py:482 -#, 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:549 -#, python-format -msgid "Active base files: %s" -msgstr "" - -#: nova/virt/libvirt/imagecache.py:552 -#, python-format -msgid "Corrupt base files: %s" -msgstr "" - -#: nova/virt/libvirt/imagecache.py:556 -#, python-format -msgid "Removable base files: %s" -msgstr "" - -#: nova/virt/libvirt/utils.py:513 -msgid "findmnt tool is not installed" -msgstr "" - -#: nova/virt/xenapi/vm_utils.py:684 -#, python-format -msgid "Deleted %s snapshots." -msgstr "" - -#: nova/virt/xenapi/vm_utils.py:1327 -#, python-format -msgid "" -"Image creation data, cacheable: %(cache)s, downloaded: %(downloaded)s " -"duration: %(duration).2f secs for image %(image_id)s" -msgstr "" diff --git a/nova/locale/en_GB/LC_MESSAGES/nova-log-error.po b/nova/locale/en_GB/LC_MESSAGES/nova-log-error.po deleted file mode 100644 index 9be679a1b72f..000000000000 --- a/nova/locale/en_GB/LC_MESSAGES/nova-log-error.po +++ /dev/null @@ -1,687 +0,0 @@ -# Translations template for nova. -# Copyright (C) 2014 ORGANIZATION -# This file is distributed under the same license as the nova project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: nova\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-09-25 06:15+0000\n" -"PO-Revision-Date: 2014-06-14 19:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/" -"nova/language/en_GB/)\n" -"Language: en_GB\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: nova/hooks.py:84 -#, python-format -msgid "Fatal Exception running %(name)s pre-hook: %(obj)s" -msgstr "" - -#: nova/hooks.py:89 -#, python-format -msgid "Exception running %(name)s pre-hook: %(obj)s" -msgstr "" - -#: nova/hooks.py:105 -#, python-format -msgid "Fatal Exception running %(name)s post-hook: %(obj)s" -msgstr "" - -#: nova/hooks.py:110 -#, python-format -msgid "Exception running %(name)s post-hook: %(obj)s" -msgstr "" - -#: nova/api/ec2/__init__.py:244 -#, python-format -msgid "Keystone failure: %s" -msgstr "" - -#: nova/api/ec2/__init__.py:493 -#, python-format -msgid "Unexpected %(ex_name)s raised: %(ex_str)s" -msgstr "" - -#: nova/api/ec2/__init__.py:520 -#, python-format -msgid "Environment: %s" -msgstr "" - -#: nova/api/metadata/handler.py:155 -#, python-format -msgid "Failed to get metadata for ip: %s" -msgstr "" - -#: nova/api/metadata/handler.py:212 -#, python-format -msgid "Failed to get metadata for instance id: %s" -msgstr "" - -#: nova/api/openstack/common.py:134 -#, python-format -msgid "" -"status is UNKNOWN from vm_state=%(vm_state)s task_state=%(task_state)s. Bad " -"upgrade or db corrupted?" -msgstr "" - -#: nova/api/openstack/wsgi.py:684 -#, python-format -msgid "Exception handling resource: %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:70 -#, python-format -msgid "Compute.api::pause %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:93 -#, python-format -msgid "Compute.api::unpause %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:116 -#, python-format -msgid "compute.api::suspend %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:139 -#, python-format -msgid "compute.api::resume %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:164 -#, python-format -msgid "Error in migrate %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:184 -#, python-format -msgid "Compute.api::reset_network %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:204 -#, python-format -msgid "Compute.api::inject_network_info %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:222 -#, python-format -msgid "Compute.api::lock %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:242 -#, python-format -msgid "Compute.api::unlock %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:398 -#, python-format -msgid "Compute.api::resetState %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/multinic.py:85 -#, python-format -msgid "Unable to find address %r" -msgstr "" - -#: nova/api/openstack/compute/contrib/os_tenant_networks.py:87 -msgid "Failed to get default networks" -msgstr "" - -#: nova/api/openstack/compute/contrib/os_tenant_networks.py:127 -msgid "Failed to update usages deallocating network." -msgstr "" - -#: nova/api/openstack/compute/contrib/server_groups.py:246 -#: nova/api/openstack/compute/plugins/v3/server_groups.py:157 -msgid "Failed to update usages deallocating server group" -msgstr "" - -#: nova/compute/api.py:593 -msgid "Failed to set instance name using multi_instance_display_name_template." -msgstr "" - -#: nova/compute/api.py:1533 -msgid "" -"Something wrong happened when trying to delete snapshot from shelved " -"instance." -msgstr "" - -#: nova/compute/api.py:3869 -msgid "Failed to update usages deallocating security group" -msgstr "" - -#: nova/compute/flavors.py:176 -#, python-format -msgid "DB error: %s" -msgstr "" - -#: nova/compute/flavors.py:187 -#, python-format -msgid "Instance type %s not found for deletion" -msgstr "" - -#: nova/compute/manager.py:372 -#, python-format -msgid "Error while trying to clean up image %s" -msgstr "" - -#: nova/compute/manager.py:787 -msgid "Failed to check if instance shared" -msgstr "" - -#: nova/compute/manager.py:853 nova/compute/manager.py:923 -msgid "Failed to complete a deletion" -msgstr "" - -#: nova/compute/manager.py:898 -msgid "Failed to cleanup snapshot." -msgstr "" - -#: nova/compute/manager.py:964 -msgid "Failed to stop instance" -msgstr "" - -#: nova/compute/manager.py:976 -msgid "Failed to start instance" -msgstr "" - -#: nova/compute/manager.py:1001 -msgid "Failed to revert crashed migration" -msgstr "" - -#: nova/compute/manager.py:1449 -msgid "Failed to dealloc network for deleted instance" -msgstr "" - -#: nova/compute/manager.py:1470 -msgid "Failed to dealloc network for failed instance" -msgstr "" - -#: nova/compute/manager.py:1546 nova/compute/manager.py:3696 -msgid "Error trying to reschedule" -msgstr "" - -#: nova/compute/manager.py:1655 -#, python-format -msgid "Instance failed network setup after %(attempts)d attempt(s)" -msgstr "" - -#: nova/compute/manager.py:1844 -msgid "Instance failed block device setup" -msgstr "" - -#: nova/compute/manager.py:1864 nova/compute/manager.py:2236 -#: nova/compute/manager.py:4252 -msgid "Instance failed to spawn" -msgstr "" - -#: nova/compute/manager.py:2059 -msgid "Unexpected build failure, not rescheduling build." -msgstr "" - -#: nova/compute/manager.py:2130 nova/compute/manager.py:2189 -msgid "Failed to allocate network(s)" -msgstr "" - -#: nova/compute/manager.py:2221 -msgid "Failure prepping block device" -msgstr "" - -#: nova/compute/manager.py:2257 -msgid "Failed to deallocate networks" -msgstr "" - -#: nova/compute/manager.py:2506 nova/compute/manager.py:3891 -#: nova/compute/manager.py:6091 -msgid "Setting instance vm_state to ERROR" -msgstr "" - -#: nova/compute/manager.py:2743 nova/compute/manager.py:5159 -#, python-format -msgid "Failed to get compute_info for %s" -msgstr "" - -#: nova/compute/manager.py:3173 -#, python-format -msgid "set_admin_password failed: %s" -msgstr "" - -#: nova/compute/manager.py:3260 -msgid "Error trying to Rescue Instance" -msgstr "" - -#: nova/compute/manager.py:3897 -#, python-format -msgid "Failed to rollback quota for failed finish_resize: %s" -msgstr "" - -#: nova/compute/manager.py:4545 -#, python-format -msgid "Failed to attach %(volume_id)s at %(mountpoint)s" -msgstr "" - -#: nova/compute/manager.py:4584 -#, python-format -msgid "Failed to detach volume %(volume_id)s from %(mp)s" -msgstr "" - -#: nova/compute/manager.py:4663 -#, python-format -msgid "Failed to swap volume %(old_volume_id)s for %(new_volume_id)s" -msgstr "" - -#: nova/compute/manager.py:4670 -#, python-format -msgid "Failed to connect to volume %(volume_id)s with volume at %(mountpoint)s" -msgstr "" - -#: nova/compute/manager.py:4957 -#, python-format -msgid "Pre live migration failed at %s" -msgstr "" - -#: nova/compute/manager.py:5472 -msgid "Periodic task failed to offload instance." -msgstr "" - -#: nova/compute/manager.py:5513 -#, python-format -msgid "Failed to generate usage audit for instance on host %s" -msgstr "" - -#: nova/compute/manager.py:5701 -msgid "" -"Periodic sync_power_state task had an error while processing an instance." -msgstr "" - -#: nova/compute/manager.py:5825 nova/compute/manager.py:5834 -#: nova/compute/manager.py:5873 nova/compute/manager.py:5884 -msgid "error during stop() in sync_power_state." -msgstr "" - -#: nova/image/s3.py:336 -#, python-format -msgid "Failed to download %(image_location)s to %(image_path)s" -msgstr "" - -#: nova/image/s3.py:353 -#, python-format -msgid "Failed to decrypt %(image_location)s to %(image_path)s" -msgstr "" - -#: nova/image/s3.py:364 -#, python-format -msgid "Failed to untar %(image_location)s to %(image_path)s" -msgstr "" - -#: nova/image/s3.py:374 -#, python-format -msgid "Failed to upload %(image_location)s to %(image_path)s" -msgstr "" - -#: nova/network/manager.py:1032 -#, python-format -msgid "Error releasing DHCP for IP %(address)s with MAC %(mac_address)s" -msgstr "" - -#: nova/network/neutronv2/api.py:235 -#, python-format -msgid "Neutron error creating port on network %s" -msgstr "" - -#: nova/network/neutronv2/api.py:440 -#, python-format -msgid "Failed to update port %s" -msgstr "" - -#: nova/network/neutronv2/api.py:807 -#, python-format -msgid "Failed to access port %s" -msgstr "" - -#: nova/network/neutronv2/api.py:1044 -#, python-format -msgid "Unable to access floating IP %s" -msgstr "" - -#: nova/network/neutronv2/api.py:1178 -#, python-format -msgid "Unable to access floating IP %(fixed_ip)s for port %(port_id)s" -msgstr "" - -#: nova/network/neutronv2/api.py:1252 -#, python-format -msgid "Unable to update host of port %s" -msgstr "" - -#: nova/objects/base.py:89 -#, python-format -msgid "Error setting %(attr)s" -msgstr "" - -#: nova/objects/instance.py:460 -#, python-format -msgid "No save handler for %s" -msgstr "" - -#: nova/objects/instance_fault.py:87 -msgid "Failed to notify cells of instance fault" -msgstr "Failed to notify cells of instance fault" - -#: nova/objects/instance_info_cache.py:82 -msgid "Failed to notify cells of instance info cache update" -msgstr "" - -#: nova/openstack/common/excutils.py:76 -#, python-format -msgid "Original exception being dropped: %s" -msgstr "Original exception being dropped: %s" - -#: nova/openstack/common/excutils.py:105 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "Unexpected exception occurred %d time(s)... retrying." - -#: nova/openstack/common/lockutils.py:117 -#, python-format -msgid "Could not release the acquired lock `%s`" -msgstr "" - -#: nova/openstack/common/loopingcall.py:95 -msgid "in fixed duration looping call" -msgstr "in fixed duration looping call" - -#: nova/openstack/common/loopingcall.py:138 -msgid "in dynamic looping call" -msgstr "in dynamic looping call" - -#: nova/openstack/common/periodic_task.py:202 -#, python-format -msgid "Error during %(full_task_name)s: %(e)s" -msgstr "Error during %(full_task_name)s: %(e)s" - -#: nova/openstack/common/policy.py:507 -#, python-format -msgid "Failed to understand rule %s" -msgstr "Failed to understand rule %s" - -#: nova/openstack/common/policy.py:517 -#, python-format -msgid "No handler for matches of kind %s" -msgstr "No handler for matches of kind %s" - -#: nova/openstack/common/policy.py:787 -#, python-format -msgid "Failed to understand rule %r" -msgstr "Failed to understand rule %r" - -#: nova/openstack/common/service.py:188 -msgid "Exception during rpc cleanup." -msgstr "Exception during rpc cleanup." - -#: nova/openstack/common/service.py:276 -msgid "Unhandled exception" -msgstr "Unhandled exception" - -#: nova/pci/pci_stats.py:148 -msgid "" -"Failed to allocate PCI devices for instance. Unassigning devices back to " -"pools. This should not happen, since the scheduler should have accurate " -"information, and allocation during claims is controlled via a hold on the " -"compute node semaphore" -msgstr "" - -#: nova/pci/pci_utils.py:83 nova/pci/pci_utils.py:99 nova/pci/pci_utils.py:109 -#, python-format -msgid "PCI device %s not found" -msgstr "" - -#: nova/servicegroup/drivers/db.py:110 nova/servicegroup/drivers/mc.py:105 -msgid "model server went away" -msgstr "" - -#: nova/servicegroup/drivers/zk.py:90 -msgid "" -"Unable to join. It is possible that either another node exists with the same " -"name, or this node just restarted. We will try again in a short while to " -"make sure." -msgstr "" - -#: nova/virt/disk/api.py:388 -#, python-format -msgid "" -"Failed to mount container filesystem '%(image)s' on '%(target)s': %(errors)s" -msgstr "" - -#: nova/virt/hyperv/ioutils.py:46 -#, python-format -msgid "Error writing vm console log file from serial console pipe. Error: %s" -msgstr "" - -#: nova/virt/ironic/driver.py:312 -#, python-format -msgid "" -"Failed to clean up the parameters on node %(node)s when unprovisioning the " -"instance %(instance)s" -msgstr "" - -#: nova/virt/ironic/driver.py:622 -#, python-format -msgid "" -"Error preparing deploy for instance %(instance)s on baremetal node %(node)s." -msgstr "" - -#: nova/virt/ironic/driver.py:634 -#, python-format -msgid "Failed to request Ironic to provision instance %(inst)s: %(reason)s" -msgstr "" - -#: nova/virt/ironic/driver.py:647 -#, python-format -msgid "Error deploying instance %(instance)s on baremetal node %(node)s." -msgstr "" - -#: nova/virt/libvirt/driver.py:714 -#, python-format -msgid "Nova requires libvirt version %(major)i.%(minor)i.%(micro)i or greater." -msgstr "" - -#: nova/virt/libvirt/driver.py:839 -#, python-format -msgid "Connection to libvirt failed: %s" -msgstr "" - -#: nova/virt/libvirt/driver.py:1005 -#, python-format -msgid "Error from libvirt during destroy. Code=%(errcode)s Error=%(e)s" -msgstr "" - -#: nova/virt/libvirt/driver.py:1083 -#, python-format -msgid "Error from libvirt during undefine. Code=%(errcode)s Error=%(e)s" -msgstr "" - -#: nova/virt/libvirt/driver.py:1110 -#, python-format -msgid "Error from libvirt during unfilter. Code=%(errcode)s Error=%(e)s" -msgstr "" - -#: nova/virt/libvirt/driver.py:1564 -msgid "attaching network adapter failed." -msgstr "" - -#: nova/virt/libvirt/driver.py:1591 -msgid "detaching network adapter failed." -msgstr "" - -#: nova/virt/libvirt/driver.py:1855 -msgid "Failed to send updated snapshot status to volume service." -msgstr "" - -#: nova/virt/libvirt/driver.py:1962 -msgid "" -"Unable to create quiesced VM snapshot, attempting again with quiescing " -"disabled." -msgstr "" - -#: nova/virt/libvirt/driver.py:1968 -msgid "Unable to create VM snapshot, failing volume_snapshot operation." -msgstr "" - -#: nova/virt/libvirt/driver.py:2016 -msgid "" -"Error occurred during volume_snapshot_create, sending error status to Cinder." -msgstr "" - -#: nova/virt/libvirt/driver.py:2238 -msgid "" -"Error occurred during volume_snapshot_delete, sending error status to Cinder." -msgstr "" - -#: nova/virt/libvirt/driver.py:2787 nova/virt/libvirt/driver.py:2792 -#, python-format -msgid "Error on '%(path)s' while checking direct I/O: '%(ex)s'" -msgstr "" - -#: nova/virt/libvirt/driver.py:2915 -#, python-format -msgid "Error injecting data into image %(img_id)s (%(e)s)" -msgstr "" - -#: nova/virt/libvirt/driver.py:3082 -#, python-format -msgid "Creating config drive failed with error: %s" -msgstr "" - -#: nova/virt/libvirt/driver.py:3185 -#, python-format -msgid "Attaching PCI devices %(dev)s to %(dom)s failed." -msgstr "" - -#: nova/virt/libvirt/driver.py:4343 -#, python-format -msgid "Error defining a domain with XML: %s" -msgstr "" - -#: nova/virt/libvirt/driver.py:4347 -#, python-format -msgid "Error launching a defined domain with XML: %s" -msgstr "" - -#: nova/virt/libvirt/driver.py:4352 -#, python-format -msgid "Error enabling hairpin mode with XML: %s" -msgstr "" - -#: nova/virt/libvirt/driver.py:4363 -#, python-format -msgid "Neutron Reported failure on event %(event)s for instance %(uuid)s" -msgstr "" - -#: nova/virt/libvirt/driver.py:4675 -#, python-format -msgid "" -"Hostname has changed from %(old)s to %(new)s. A restart is required to take " -"effect." -msgstr "" - -#: nova/virt/libvirt/driver.py:5382 -#, python-format -msgid "Live Migration failure: %s" -msgstr "" - -#: nova/virt/libvirt/driver.py:6264 -#, python-format -msgid "Failed to cleanup directory %(target)s: %(e)s" -msgstr "" - -#: nova/virt/libvirt/imagebackend.py:226 -#, python-format -msgid "Unable to preallocate_images=%(imgs)s at path: %(path)s" -msgstr "" - -#: nova/virt/libvirt/imagebackend.py:253 -#, python-format -msgid "" -"%(base)s virtual size %(base_size)s larger than flavor root disk size " -"%(size)s" -msgstr "" - -#: nova/virt/libvirt/imagebackend.py:561 -msgid "Failed to retrieve ephemeral encryption key" -msgstr "" - -#: nova/virt/libvirt/imagecache.py:129 -#, python-format -msgid "Error reading image info file %(filename)s: %(error)s" -msgstr "" - -#: nova/virt/libvirt/imagecache.py:390 -#, python-format -msgid "image %(id)s at (%(base_file)s): image verification failed" -msgstr "" - -#: nova/virt/libvirt/imagecache.py:447 -#, python-format -msgid "Failed to remove %(base_file)s, error was %(error)s" -msgstr "" - -#: nova/virt/libvirt/lvm.py:230 -#, python-format -msgid "ignoring unrecognized volume_clear='%s' value" -msgstr "" - -#: nova/virt/libvirt/rbd_utils.py:62 -#, python-format -msgid "error opening rbd image %s" -msgstr "" - -#: nova/virt/libvirt/vif.py:478 nova/virt/libvirt/vif.py:501 -#: nova/virt/libvirt/vif.py:523 -msgid "Failed while plugging vif" -msgstr "" - -#: nova/virt/libvirt/vif.py:573 nova/virt/libvirt/vif.py:587 -#: nova/virt/libvirt/vif.py:606 nova/virt/libvirt/vif.py:625 -#: nova/virt/libvirt/vif.py:649 nova/virt/libvirt/vif.py:669 -msgid "Failed while unplugging vif" -msgstr "" - -#: nova/virt/libvirt/volume.py:141 -#, python-format -msgid "Unknown content in connection_info/access_mode: %s" -msgstr "" - -#: nova/virt/libvirt/volume.py:691 -#, python-format -msgid "Couldn't unmount the NFS share %s" -msgstr "" - -#: nova/virt/libvirt/volume.py:859 -#, python-format -msgid "Couldn't unmount the GlusterFS share %s" -msgstr "" - -#: nova/virt/vmwareapi/vmops.py:1408 -#, python-format -msgid "Attaching network adapter failed. Exception: %s" -msgstr "" - -#: nova/virt/vmwareapi/vmops.py:1448 -#, python-format -msgid "Detaching network adapter failed. Exception: %s" -msgstr "" - -#: nova/virt/vmwareapi/vmops.py:1520 -#, python-format -msgid "" -"Failed to copy cached image %(source)s to %(dest)s for resize: %(error)s" -msgstr "" diff --git a/nova/locale/en_US/LC_MESSAGES/nova.po b/nova/locale/en_US/LC_MESSAGES/nova.po index 3aefc4c99cfe..4120159c5297 100644 --- a/nova/locale/en_US/LC_MESSAGES/nova.po +++ b/nova/locale/en_US/LC_MESSAGES/nova.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Nova\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/nova\n" -"POT-Creation-Date: 2014-09-30 06:38+0000\n" +"POT-Creation-Date: 2014-10-09 12:22+0200\n" "PO-Revision-Date: 2013-01-21 18:28+0000\n" "Last-Translator: Jeremy Stanley \n" "Language-Team: en_US \n" @@ -3596,9 +3596,9 @@ msgstr "Missing 'address' argument for removeFixedIp" #: nova/api/openstack/compute/contrib/networks_associate.py:41 #: nova/api/openstack/compute/contrib/networks_associate.py:57 #: nova/api/openstack/compute/contrib/networks_associate.py:75 -#: nova/api/openstack/compute/contrib/os_networks.py:87 -#: nova/api/openstack/compute/contrib/os_networks.py:102 -#: nova/api/openstack/compute/contrib/os_networks.py:115 +#: nova/api/openstack/compute/contrib/os_networks.py:106 +#: nova/api/openstack/compute/contrib/os_networks.py:121 +#: nova/api/openstack/compute/contrib/os_networks.py:134 #: nova/api/openstack/compute/contrib/os_tenant_networks.py:114 #: nova/api/openstack/compute/contrib/os_tenant_networks.py:146 msgid "Network not found" @@ -3616,27 +3616,27 @@ msgstr "" msgid "Associate host is not implemented by the configured Network API" msgstr "" -#: nova/api/openstack/compute/contrib/os_networks.py:90 +#: nova/api/openstack/compute/contrib/os_networks.py:109 msgid "Disassociate network is not implemented by the configured Network API" msgstr "" -#: nova/api/openstack/compute/contrib/os_networks.py:127 +#: nova/api/openstack/compute/contrib/os_networks.py:146 msgid "Missing network in body" msgstr "Missing network in body" -#: nova/api/openstack/compute/contrib/os_networks.py:131 +#: nova/api/openstack/compute/contrib/os_networks.py:150 msgid "Network label is required" msgstr "Network label is required" -#: nova/api/openstack/compute/contrib/os_networks.py:135 +#: nova/api/openstack/compute/contrib/os_networks.py:154 msgid "Network cidr or cidr_v6 is required" msgstr "Network cidr or cidr_v6 is required" -#: nova/api/openstack/compute/contrib/os_networks.py:179 +#: nova/api/openstack/compute/contrib/os_networks.py:198 msgid "VLAN support must be enabled" msgstr "" -#: nova/api/openstack/compute/contrib/os_networks.py:182 +#: nova/api/openstack/compute/contrib/os_networks.py:201 #, python-format msgid "Cannot associate network %(network)s with project %(project)s: %(message)s" msgstr "Cannot associate network %(network)s with project %(project)s: %(message)s" @@ -4097,11 +4097,11 @@ msgstr "" msgid "Returning exception %s to caller" msgstr "Returning exception %s to caller" -#: nova/cells/rpcapi.py:379 +#: nova/cells/rpcapi.py:384 msgid "Failed to notify cells of BDM update/create." msgstr "" -#: nova/cells/rpcapi.py:395 +#: nova/cells/rpcapi.py:400 msgid "Failed to notify cells of BDM destroy." msgstr "" @@ -4763,119 +4763,119 @@ msgstr "%(overs)s quota exceeded for %(pid)s, tried to resize instance. %(msg)s" msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2946 +#: nova/compute/api.py:2944 msgid "Volume must be attached in order to detach." msgstr "Volume must be attached in order to detach." -#: nova/compute/api.py:2966 +#: nova/compute/api.py:2964 msgid "Old volume is attached to a different instance." msgstr "" -#: nova/compute/api.py:2969 +#: nova/compute/api.py:2967 msgid "New volume must be detached in order to swap." msgstr "" -#: nova/compute/api.py:2972 +#: nova/compute/api.py:2970 msgid "New volume must be the same size or larger." msgstr "" -#: nova/compute/api.py:3179 +#: nova/compute/api.py:3177 #, python-format msgid "Instance compute service state on %s expected to be down, but it was up." msgstr "" -#: nova/compute/api.py:3484 +#: nova/compute/api.py:3482 msgid "Host aggregate is not empty" msgstr "" -#: nova/compute/api.py:3517 +#: nova/compute/api.py:3515 #, python-format msgid "More than 1 AZ for host %s" msgstr "" -#: nova/compute/api.py:3552 +#: nova/compute/api.py:3550 #, python-format msgid "Host already in availability zone %s" msgstr "" -#: nova/compute/api.py:3640 nova/tests/compute/test_keypairs.py:137 +#: nova/compute/api.py:3638 nova/tests/compute/test_keypairs.py:137 msgid "Keypair name contains unsafe characters" msgstr "Keypair name contains unsafe characters" -#: nova/compute/api.py:3646 nova/tests/compute/test_keypairs.py:127 +#: nova/compute/api.py:3644 nova/tests/compute/test_keypairs.py:127 #: nova/tests/compute/test_keypairs.py:132 msgid "Keypair name must be string and between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:3734 +#: nova/compute/api.py:3732 #, python-format msgid "Security group %s is not a string or unicode" msgstr "Security group %s is not a string or unicode" -#: nova/compute/api.py:3744 +#: nova/compute/api.py:3742 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)s'." msgstr "" -#: nova/compute/api.py:3764 +#: nova/compute/api.py:3762 msgid "Quota exceeded, too many security groups." msgstr "Quota exceeded, too many security groups." -#: nova/compute/api.py:3767 +#: nova/compute/api.py:3765 #, python-format msgid "Create Security Group %s" msgstr "Create Security Group %s" -#: nova/compute/api.py:3779 +#: nova/compute/api.py:3777 #, python-format msgid "Security group %s already exists" msgstr "Security group %s already exists" -#: nova/compute/api.py:3792 +#: nova/compute/api.py:3790 #, fuzzy, python-format msgid "Unable to update system group '%s'" msgstr "Unable to destroy vbd %s" -#: nova/compute/api.py:3854 +#: nova/compute/api.py:3852 #, fuzzy, python-format msgid "Unable to delete system group '%s'" msgstr "Unable to destroy vbd %s" -#: nova/compute/api.py:3859 +#: nova/compute/api.py:3857 msgid "Security group is still in use" msgstr "Security group is still in use" -#: nova/compute/api.py:3872 +#: nova/compute/api.py:3870 #, python-format msgid "Delete security group %s" msgstr "Delete security group %s" -#: nova/compute/api.py:3948 nova/compute/api.py:4031 +#: nova/compute/api.py:3946 nova/compute/api.py:4029 #, python-format msgid "Rule (%s) not found" msgstr "Rule (%s) not found" -#: nova/compute/api.py:3964 +#: nova/compute/api.py:3962 msgid "Quota exceeded, too many security group rules." msgstr "Quota exceeded, too many security group rules." -#: nova/compute/api.py:3967 +#: nova/compute/api.py:3965 #, python-format msgid "" "Security group %(name)s added %(protocol)s ingress " "(%(from_port)s:%(to_port)s)" msgstr "" -#: nova/compute/api.py:3982 +#: nova/compute/api.py:3980 #, python-format msgid "" "Security group %(name)s removed %(protocol)s ingress " "(%(from_port)s:%(to_port)s)" msgstr "" -#: nova/compute/api.py:4038 +#: nova/compute/api.py:4036 msgid "Security group id should be integer" msgstr "Security group id should be integer" @@ -5286,45 +5286,45 @@ msgstr "Resuming" msgid "Get console output" msgstr "Get console output" -#: nova/compute/manager.py:4536 +#: nova/compute/manager.py:4540 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "Attaching volume %(volume_id)s to %(mountpoint)s" -#: nova/compute/manager.py:4561 +#: nova/compute/manager.py:4565 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "Detach volume %(volume_id)s from mountpoint %(mp)s" -#: nova/compute/manager.py:4572 +#: nova/compute/manager.py:4576 msgid "Detaching volume from unknown instance" msgstr "Detaching volume from unknown instance" -#: nova/compute/manager.py:4766 +#: nova/compute/manager.py:4770 #, fuzzy, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "allocate_for_instance() for %s" -#: nova/compute/manager.py:4790 +#: nova/compute/manager.py:4794 #, python-format msgid "Port %s is not attached" msgstr "" -#: nova/compute/manager.py:4802 nova/tests/compute/test_compute.py:11062 +#: nova/compute/manager.py:4806 nova/tests/compute/test_compute.py:11061 #, python-format msgid "Host %s not found" msgstr "" -#: nova/compute/manager.py:5020 +#: nova/compute/manager.py:5024 msgid "_post_live_migration() is started.." msgstr "_post_live_migration() is started.." -#: nova/compute/manager.py:5100 +#: nova/compute/manager.py:5104 #, python-format msgid "Migrating instance to %s finished successfully." msgstr "" -#: nova/compute/manager.py:5102 +#: nova/compute/manager.py:5106 msgid "" "You may see the error \"libvirt: QEMU error: Domain not found: no domain " "with matching name.\" This error can be safely ignored." @@ -5332,15 +5332,15 @@ msgstr "" "You may see the error \"libvirt: QEMU error: Domain not found: no domain " "with matching name.\" This error can be safely ignored." -#: nova/compute/manager.py:5127 +#: nova/compute/manager.py:5131 msgid "Post operation of migration started" msgstr "Post operation of migration started" -#: nova/compute/manager.py:5332 +#: nova/compute/manager.py:5336 msgid "An error occurred while refreshing the network cache." msgstr "" -#: nova/compute/manager.py:5385 +#: nova/compute/manager.py:5389 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " @@ -5349,12 +5349,12 @@ msgstr "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" -#: nova/compute/manager.py:5390 +#: nova/compute/manager.py:5394 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "Setting migration %(migration_id)s to error: %(reason)s" -#: nova/compute/manager.py:5399 +#: nova/compute/manager.py:5403 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " @@ -5363,26 +5363,26 @@ msgstr "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" -#: nova/compute/manager.py:5409 +#: nova/compute/manager.py:5413 #, python-format msgid "Instance %s not found" msgstr "" -#: nova/compute/manager.py:5414 +#: nova/compute/manager.py:5418 msgid "In ERROR state" msgstr "In ERROR state" -#: nova/compute/manager.py:5432 +#: nova/compute/manager.py:5436 #, fuzzy, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "In states %(vm_state)s/%(task_state)s, notRESIZED/None" -#: nova/compute/manager.py:5443 +#: nova/compute/manager.py:5447 #, python-format msgid "Error auto-confirming resize: %s. Will retry later." msgstr "" -#: nova/compute/manager.py:5493 +#: nova/compute/manager.py:5497 #, python-format msgid "" "Running instance usage audit for host %(host)s from %(begin_time)s to " @@ -5391,15 +5391,15 @@ msgstr "" "Running instance usage audit for host %(host)s from %(begin_time)s to " "%(end_time)s. %(number_instances)s instances." -#: nova/compute/manager.py:5542 +#: nova/compute/manager.py:5546 msgid "Updating bandwidth usage cache" msgstr "Updating bandwidth usage cache" -#: nova/compute/manager.py:5564 +#: nova/compute/manager.py:5568 msgid "Bandwidth usage not supported by hypervisor." msgstr "" -#: nova/compute/manager.py:5685 +#: nova/compute/manager.py:5689 #, python-format msgid "" "While synchronizing instance power states, found %(num_db_instances)s " @@ -5407,7 +5407,7 @@ msgid "" "hypervisor." msgstr "" -#: nova/compute/manager.py:5765 +#: nova/compute/manager.py:5769 #, python-format msgid "" "During the sync_power process the instance has moved from host %(src)s to" @@ -5416,97 +5416,97 @@ msgstr "" "During the sync_power process the instance has moved from host %(src)s to" " host %(dst)s" -#: nova/compute/manager.py:5778 +#: nova/compute/manager.py:5782 #, python-format msgid "During sync_power_state the instance has a pending task (%(task)s). Skip." msgstr "" -#: nova/compute/manager.py:5830 +#: nova/compute/manager.py:5834 #, fuzzy msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "Instance is paused or suspended unexpectedly. Calling the stop API." -#: nova/compute/manager.py:5846 +#: nova/compute/manager.py:5850 #, fuzzy msgid "Instance is paused unexpectedly. Ignore." msgstr "Instance is paused or suspended unexpectedly. Calling the stop API." -#: nova/compute/manager.py:5852 +#: nova/compute/manager.py:5856 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:5880 +#: nova/compute/manager.py:5884 msgid "Paused instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:5894 +#: nova/compute/manager.py:5898 msgid "Instance is not (soft-)deleted." msgstr "Instance is not (soft-)deleted." -#: nova/compute/manager.py:5924 +#: nova/compute/manager.py:5928 msgid "Reclaiming deleted instance" msgstr "Reclaiming deleted instance" -#: nova/compute/manager.py:5928 +#: nova/compute/manager.py:5932 #, python-format msgid "Periodic reclaim failed to delete instance: %s" msgstr "" -#: nova/compute/manager.py:5954 +#: nova/compute/manager.py:5958 #, fuzzy, python-format msgid "Deleting orphan compute node %s" msgstr "Loading compute driver '%s'" -#: nova/compute/manager.py:5963 nova/compute/resource_tracker.py:436 +#: nova/compute/manager.py:5967 nova/compute/resource_tracker.py:436 #, python-format msgid "No service record for host %s" msgstr "No service record for host %s" -#: nova/compute/manager.py:6005 +#: nova/compute/manager.py:6009 #, python-format msgid "" "Detected instance with name label '%s' which is marked as DELETED but " "still present on host." msgstr "" -#: nova/compute/manager.py:6011 +#: nova/compute/manager.py:6015 #, 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:6020 +#: nova/compute/manager.py:6024 msgid "set_bootable is not implemented for the current driver" msgstr "" -#: nova/compute/manager.py:6025 +#: nova/compute/manager.py:6029 msgid "Failed to power off instance" msgstr "" -#: nova/compute/manager.py:6029 +#: nova/compute/manager.py:6033 #, python-format msgid "" "Destroying instance with name label '%s' which is marked as DELETED but " "still present on host." msgstr "" -#: nova/compute/manager.py:6039 +#: nova/compute/manager.py:6043 #, python-format msgid "Periodic cleanup failed to delete instance: %s" msgstr "" -#: nova/compute/manager.py:6043 +#: nova/compute/manager.py:6047 #, python-format msgid "Unrecognized value '%s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:6075 +#: nova/compute/manager.py:6079 #, python-format msgid "Setting instance back to %(state)s after: %(error)s" msgstr "" -#: nova/compute/manager.py:6085 +#: nova/compute/manager.py:6089 #, fuzzy, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "Setting instance to %(state)s state." @@ -5605,11 +5605,11 @@ msgstr "" msgid "Missing keys: %s" msgstr "Missing keys: %s" -#: nova/compute/rpcapi.py:57 +#: nova/compute/rpcapi.py:58 msgid "No compute host specified" msgstr "No compute host specified" -#: nova/compute/rpcapi.py:59 +#: nova/compute/rpcapi.py:60 #, python-format msgid "Unable to find host for Instance %s" msgstr "Unable to find host for Instance %s" @@ -5704,26 +5704,26 @@ msgid "" "%(instance_uuid)s during live migration" msgstr "" -#: nova/console/websocketproxy.py:50 +#: nova/console/websocketproxy.py:63 #, fuzzy msgid "Invalid Token" msgstr "Invalid volume" -#: nova/console/websocketproxy.py:52 +#: nova/console/websocketproxy.py:65 #, python-format msgid "connect info: %s" msgstr "" -#: nova/console/websocketproxy.py:57 +#: nova/console/websocketproxy.py:70 #, python-format msgid "connecting to: %(host)s:%(port)s" msgstr "" -#: nova/console/websocketproxy.py:69 +#: nova/console/websocketproxy.py:82 msgid "Invalid Connection Info" msgstr "" -#: nova/console/websocketproxy.py:80 +#: nova/console/websocketproxy.py:93 #, python-format msgid "%(host)s:%(port)s: Target closed" msgstr "" @@ -6640,11 +6640,11 @@ msgstr "" msgid "%r failed. Retrying." msgstr "" -#: nova/openstack/common/processutils.py:250 +#: nova/openstack/common/processutils.py:251 msgid "Environment not supported over SSH" msgstr "Environment not supported over SSH" -#: nova/openstack/common/processutils.py:254 +#: nova/openstack/common/processutils.py:255 msgid "process_input not supported over SSH" msgstr "process_input not supported over SSH" @@ -6913,30 +6913,30 @@ msgstr "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" #: nova/tests/compute/test_compute.py:1833 #: nova/tests/compute/test_compute.py:1860 -#: nova/tests/compute/test_compute.py:1938 -#: nova/tests/compute/test_compute.py:1978 -#: nova/tests/compute/test_compute.py:5841 +#: nova/tests/compute/test_compute.py:1940 +#: nova/tests/compute/test_compute.py:1980 +#: nova/tests/compute/test_compute.py:5843 #, python-format msgid "Running instances: %s" msgstr "Running instances: %s" #: nova/tests/compute/test_compute.py:1840 -#: nova/tests/compute/test_compute.py:1908 -#: nova/tests/compute/test_compute.py:1946 +#: nova/tests/compute/test_compute.py:1910 +#: nova/tests/compute/test_compute.py:1948 #, python-format msgid "After terminating instances: %s" msgstr "After terminating instances: %s" -#: nova/tests/compute/test_compute.py:5852 +#: nova/tests/compute/test_compute.py:5854 #, python-format msgid "After force-killing instances: %s" msgstr "After force-killing instances: %s" -#: nova/tests/compute/test_compute.py:6476 +#: nova/tests/compute/test_compute.py:6478 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:11270 +#: nova/tests/compute/test_compute.py:11269 #, fuzzy msgid "spawn error" msgstr "unknown guestmount error" @@ -7005,7 +7005,7 @@ msgstr "" "%(expected)s\n" "%(result)s" -#: nova/tests/integrated/api/client.py:39 +#: nova/tests/integrated/api/client.py:38 #, python-format msgid "" "%(message)s\n" @@ -7016,29 +7016,19 @@ msgstr "" "Status Code: %(_status)s\n" "Body: %(_body)s" -#: nova/tests/integrated/api/client.py:50 +#: nova/tests/integrated/api/client.py:49 msgid "Authentication error" msgstr "Authentication error" -#: nova/tests/integrated/api/client.py:58 +#: nova/tests/integrated/api/client.py:57 msgid "Authorization error" msgstr "Authorization error" -#: nova/tests/integrated/api/client.py:66 +#: nova/tests/integrated/api/client.py:65 msgid "Item not found" msgstr "Item not found" -#: nova/tests/integrated/api/client.py:108 -#, python-format -msgid "Doing %(method)s on %(relative_url)s" -msgstr "Doing %(method)s on %(relative_url)s" - -#: nova/tests/integrated/api/client.py:111 -#, python-format -msgid "Body: %s" -msgstr "Body: %s" - -#: nova/tests/integrated/api/client.py:171 +#: nova/tests/integrated/api/client.py:143 msgid "Unexpected status code" msgstr "Unexpected status code" @@ -7908,12 +7898,12 @@ msgstr "" msgid "Spawning new instance" msgstr "Starting instance" -#: nova/virt/hyperv/vmops.py:337 nova/virt/vmwareapi/vmops.py:508 +#: nova/virt/hyperv/vmops.py:337 nova/virt/vmwareapi/vmops.py:507 #, python-format msgid "Invalid config_drive_format \"%s\"" msgstr "" -#: nova/virt/hyperv/vmops.py:340 nova/virt/vmwareapi/vmops.py:512 +#: nova/virt/hyperv/vmops.py:340 nova/virt/vmwareapi/vmops.py:511 msgid "Using config drive for instance" msgstr "" @@ -7922,7 +7912,7 @@ msgstr "" msgid "Creating config drive at %(path)s" msgstr "Creating config drive at %(path)s" -#: nova/virt/hyperv/vmops.py:361 nova/virt/vmwareapi/vmops.py:537 +#: nova/virt/hyperv/vmops.py:361 nova/virt/vmwareapi/vmops.py:536 #, fuzzy, python-format msgid "Creating config drive failed with error: %s" msgstr "Creating config drive at %(path)s" @@ -8014,50 +8004,50 @@ msgid "" "%(total)d" msgstr "" -#: nova/virt/ironic/driver.py:292 +#: nova/virt/ironic/driver.py:300 #, python-format msgid "" "Failed to add deploy parameters on node %(node)s when provisioning the " "instance %(instance)s" msgstr "" -#: nova/virt/ironic/driver.py:315 +#: nova/virt/ironic/driver.py:323 #, python-format msgid "Fail to clean up node %s parameters" msgstr "" -#: nova/virt/ironic/driver.py:340 +#: nova/virt/ironic/driver.py:348 #, python-format msgid "Failed to provision instance %(inst)s: %(reason)s" msgstr "" -#: nova/virt/ironic/driver.py:587 +#: nova/virt/ironic/driver.py:604 #, python-format msgid "Ironic node uuid not supplied to driver for instance %s." msgstr "" -#: nova/virt/ironic/driver.py:609 +#: nova/virt/ironic/driver.py:626 #, python-format msgid "" "Ironic node: %(id)s failed to validate. (deploy: %(deploy)s, power: " "%(power)s)" msgstr "" -#: nova/virt/ironic/driver.py:679 +#: nova/virt/ironic/driver.py:696 #, python-format msgid "" "Error destroying the instance on node %(node)s. Provision state still " "'%(state)s'." msgstr "" -#: nova/virt/ironic/driver.py:864 +#: nova/virt/ironic/driver.py:909 #, python-format msgid "" "Ironic node: %(id)s virtual to physical interface count missmatch (Vif " "count: %(vif_count)d, Pif count: %(pif_count)d)" msgstr "" -#: nova/virt/ironic/driver.py:987 +#: nova/virt/ironic/driver.py:1032 #, python-format msgid "Failed to request Ironic to rebuild instance %(inst)s: %(reason)s" msgstr "" @@ -8077,116 +8067,116 @@ msgstr "" msgid "Unable to determine disk bus for '%s'" msgstr "Unable to find vbd for vdi %s" -#: nova/virt/libvirt/driver.py:446 +#: nova/virt/libvirt/driver.py:448 #, python-format msgid "" "Unexpected sysinfo_serial setting '%(actual)s'. Permitted values are " "%(expect)s'" msgstr "" -#: nova/virt/libvirt/driver.py:617 +#: nova/virt/libvirt/driver.py:619 #, python-format msgid "Connection to libvirt lost: %s" msgstr "" -#: nova/virt/libvirt/driver.py:814 +#: nova/virt/libvirt/driver.py:816 #, python-format msgid "Can not handle authentication request for %d credentials" msgstr "Can not handle authentication request for %d credentials" -#: nova/virt/libvirt/driver.py:1000 +#: nova/virt/libvirt/driver.py:1002 msgid "operation time out" msgstr "" -#: nova/virt/libvirt/driver.py:1366 +#: nova/virt/libvirt/driver.py:1368 #, python-format msgid "" "Volume sets block size, but the current libvirt hypervisor '%s' does not " "support custom block size" msgstr "" -#: nova/virt/libvirt/driver.py:1373 +#: nova/virt/libvirt/driver.py:1375 #, python-format msgid "Volume sets block size, but libvirt '%s' or later is required." msgstr "" -#: nova/virt/libvirt/driver.py:1401 +#: nova/virt/libvirt/driver.py:1403 #, python-format msgid "Failed to attach volume at mountpoint: %s" msgstr "" -#: nova/virt/libvirt/driver.py:1473 +#: nova/virt/libvirt/driver.py:1475 msgid "Swap only supports host devices" msgstr "" -#: nova/virt/libvirt/driver.py:1769 +#: nova/virt/libvirt/driver.py:1771 msgid "libvirt error while requesting blockjob info." msgstr "" -#: nova/virt/libvirt/driver.py:1913 +#: nova/virt/libvirt/driver.py:1915 msgid "Found no disk to snapshot." msgstr "" -#: nova/virt/libvirt/driver.py:2005 +#: nova/virt/libvirt/driver.py:2007 #, python-format msgid "Unknown type: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2010 +#: nova/virt/libvirt/driver.py:2012 msgid "snapshot_id required in create_info" msgstr "" -#: nova/virt/libvirt/driver.py:2067 +#: nova/virt/libvirt/driver.py:2069 #, python-format msgid "Libvirt '%s' or later is required for online deletion of volume snapshots." msgstr "" -#: nova/virt/libvirt/driver.py:2074 +#: nova/virt/libvirt/driver.py:2076 #, python-format msgid "Unknown delete_info type %s" msgstr "" -#: nova/virt/libvirt/driver.py:2110 +#: nova/virt/libvirt/driver.py:2112 #, python-format msgid "Disk with id: %s not found attached to instance." msgstr "" -#: nova/virt/libvirt/driver.py:2119 +#: nova/virt/libvirt/driver.py:2121 msgid "filename cannot be None" msgstr "" -#: nova/virt/libvirt/driver.py:2148 +#: nova/virt/libvirt/driver.py:2150 #, python-format msgid "no match found for %s" msgstr "" -#: nova/virt/libvirt/driver.py:2205 +#: nova/virt/libvirt/driver.py:2207 #, python-format msgid "" "Relative blockcommit support was not detected. Libvirt '%s' or later is " "required for online deletion of network storage-backed volume snapshots." msgstr "" -#: nova/virt/libvirt/driver.py:2698 nova/virt/xenapi/vmops.py:1645 +#: nova/virt/libvirt/driver.py:2700 nova/virt/xenapi/vmops.py:1645 msgid "Guest does not have a console available" msgstr "Guest does not have a console available" -#: nova/virt/libvirt/driver.py:3030 +#: nova/virt/libvirt/driver.py:3032 #, python-format msgid "%s format is not supported" msgstr "" -#: nova/virt/libvirt/driver.py:3137 +#: nova/virt/libvirt/driver.py:3139 #, python-format msgid "Detaching PCI devices with libvirt < %(ver)s is not permitted" msgstr "" -#: nova/virt/libvirt/driver.py:3227 +#: nova/virt/libvirt/driver.py:3229 #, python-format msgid "Detaching SR-IOV ports with libvirt < %(ver)s is not permitted" msgstr "" -#: nova/virt/libvirt/driver.py:3344 +#: nova/virt/libvirt/driver.py:3346 #, python-format msgid "" "Config requested an explicit CPU model, but the current libvirt " @@ -8195,29 +8185,29 @@ msgstr "" "Config requested an explicit CPU model, but the current libvirt " "hypervisor '%s' does not support selecting CPU models" -#: nova/virt/libvirt/driver.py:3350 +#: nova/virt/libvirt/driver.py:3352 msgid "Config requested a custom CPU model, but no model name was provided" msgstr "Config requested a custom CPU model, but no model name was provided" -#: nova/virt/libvirt/driver.py:3354 +#: nova/virt/libvirt/driver.py:3356 msgid "A CPU model name should not be set when a host CPU model is requested" msgstr "A CPU model name should not be set when a host CPU model is requested" -#: nova/virt/libvirt/driver.py:3389 +#: nova/virt/libvirt/driver.py:3391 #, python-format msgid "" "Volume sets discard option, but libvirt %(libvirt)s or later is required," " qemu %(qemu)s or later is required." msgstr "" -#: nova/virt/libvirt/driver.py:4174 +#: nova/virt/libvirt/driver.py:4176 #, python-format msgid "" "Error from libvirt while looking up %(instance_id)s: [Error Code " "%(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:4195 +#: nova/virt/libvirt/driver.py:4197 #, python-format msgid "" "Error from libvirt while looking up %(instance_name)s: [Error Code " @@ -8226,30 +8216,30 @@ msgstr "" "Error from libvirt while looking up %(instance_name)s: [Error Code " "%(error_code)s] %(ex)s" -#: nova/virt/libvirt/driver.py:4218 +#: nova/virt/libvirt/driver.py:4220 #, python-format msgid "" "Error from libvirt while getting domain info for %(instance_name)s: " "[Error Code %(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:4514 +#: nova/virt/libvirt/driver.py:4516 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:4639 +#: nova/virt/libvirt/driver.py:4641 msgid "libvirt version is too old (does not support getVersion)" msgstr "libvirt version is too old (does not support getVersion)" -#: nova/virt/libvirt/driver.py:5024 +#: nova/virt/libvirt/driver.py:5029 msgid "Block migration can not be used with shared storage." msgstr "Block migration can not be used with shared storage." -#: nova/virt/libvirt/driver.py:5033 +#: nova/virt/libvirt/driver.py:5038 msgid "Live migration can not be used without shared storage." msgstr "Live migration can not be used without shared storage." -#: nova/virt/libvirt/driver.py:5106 +#: nova/virt/libvirt/driver.py:5111 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " @@ -8258,7 +8248,7 @@ msgstr "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" -#: nova/virt/libvirt/driver.py:5145 +#: nova/virt/libvirt/driver.py:5150 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -8273,12 +8263,12 @@ msgstr "" "\n" "Refer to %(u)s" -#: nova/virt/libvirt/driver.py:5208 +#: nova/virt/libvirt/driver.py:5213 #, python-format msgid "The firewall filter for %s does not exist" msgstr "The firewall filter for %s does not exist" -#: nova/virt/libvirt/driver.py:5277 +#: nova/virt/libvirt/driver.py:5282 msgid "" "Your libvirt version does not support the VIR_DOMAIN_XML_MIGRATABLE flag " "or your destination node does not support retrieving listen addresses. " @@ -8287,7 +8277,7 @@ msgid "" "address (0.0.0.0 or ::) or the local address (127.0.0.1 or ::1)." msgstr "" -#: nova/virt/libvirt/driver.py:5294 +#: nova/virt/libvirt/driver.py:5299 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" @@ -8297,14 +8287,14 @@ msgid "" "succeed, but the VM will continue to listen on the current addresses." msgstr "" -#: nova/virt/libvirt/driver.py:5701 +#: nova/virt/libvirt/driver.py:5706 #, 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:5836 +#: nova/virt/libvirt/driver.py:5841 msgid "Unable to resize disk down." msgstr "" @@ -8560,26 +8550,26 @@ msgstr "" msgid "Unable to retrieve value for %(path)s Reason: %(reason)s" msgstr "" -#: nova/virt/vmwareapi/vm_util.py:227 +#: nova/virt/vmwareapi/vm_util.py:226 #, python-format msgid "%s is not supported." msgstr "" -#: nova/virt/vmwareapi/vm_util.py:1057 +#: nova/virt/vmwareapi/vm_util.py:1055 msgid "No host available on cluster" msgstr "" -#: nova/virt/vmwareapi/vm_util.py:1151 +#: nova/virt/vmwareapi/vm_util.py:1149 #, python-format msgid "Failed to get cluster references %s" msgstr "" -#: nova/virt/vmwareapi/vm_util.py:1163 +#: nova/virt/vmwareapi/vm_util.py:1161 #, python-format msgid "Failed to get resource pool references %s" msgstr "" -#: nova/virt/vmwareapi/vm_util.py:1353 +#: nova/virt/vmwareapi/vm_util.py:1351 msgid "vmwareapi:vm_util:clone_vmref_for_instance, called with vm_ref=None" msgstr "" @@ -8597,49 +8587,49 @@ msgstr "" msgid "disk type '%s' not supported" msgstr "" -#: nova/virt/vmwareapi/vmops.py:736 +#: nova/virt/vmwareapi/vmops.py:735 msgid "instance is not powered on" msgstr "instance is not powered on" -#: nova/virt/vmwareapi/vmops.py:764 +#: nova/virt/vmwareapi/vmops.py:763 msgid "Instance does not exist on backend" msgstr "" -#: nova/virt/vmwareapi/vmops.py:791 +#: nova/virt/vmwareapi/vmops.py:790 #, python-format msgid "" "In vmwareapi:vmops:_destroy_instance, got this exception while un-" "registering the VM: %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:814 +#: nova/virt/vmwareapi/vmops.py:813 msgid "" "In vmwareapi:vmops:_destroy_instance, exception while deleting the VM " "contents from the disk" msgstr "" -#: nova/virt/vmwareapi/vmops.py:846 +#: nova/virt/vmwareapi/vmops.py:860 msgid "pause not supported for vmwareapi" msgstr "pause not supported for vmwareapi" -#: nova/virt/vmwareapi/vmops.py:850 +#: nova/virt/vmwareapi/vmops.py:864 msgid "unpause not supported for vmwareapi" msgstr "unpause not supported for vmwareapi" -#: nova/virt/vmwareapi/vmops.py:868 +#: nova/virt/vmwareapi/vmops.py:882 #, fuzzy msgid "instance is powered off and cannot be suspended." msgstr "instance is powered off and can not be suspended." -#: nova/virt/vmwareapi/vmops.py:888 +#: nova/virt/vmwareapi/vmops.py:902 msgid "instance is not in a suspended state" msgstr "instance is not in a suspended state" -#: nova/virt/vmwareapi/vmops.py:988 +#: nova/virt/vmwareapi/vmops.py:1002 msgid "Unable to shrink disk." msgstr "" -#: nova/virt/vmwareapi/vmops.py:1047 +#: nova/virt/vmwareapi/vmops.py:1061 #, fuzzy, python-format msgid "" "In vmwareapi:vmops:confirm_migration, got this exception while destroying" @@ -8648,26 +8638,26 @@ msgstr "" "In vmwareapi:vmops:destroy, got this exception while un-registering the " "VM: %s" -#: nova/virt/vmwareapi/vmops.py:1123 nova/virt/xenapi/vmops.py:1584 +#: nova/virt/vmwareapi/vmops.py:1137 nova/virt/xenapi/vmops.py:1584 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "Found %(instance_count)d hung reboots older than %(timeout)d seconds" -#: nova/virt/vmwareapi/vmops.py:1127 nova/virt/xenapi/vmops.py:1588 +#: nova/virt/vmwareapi/vmops.py:1141 nova/virt/xenapi/vmops.py:1588 msgid "Automatically hard rebooting" msgstr "Automatically hard rebooting" -#: nova/virt/vmwareapi/vmops.py:1425 +#: nova/virt/vmwareapi/vmops.py:1441 #, python-format msgid "No device with interface-id %s exists on VM" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1435 +#: nova/virt/vmwareapi/vmops.py:1451 #, python-format msgid "No device with MAC address %s exists on the VM" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1517 +#: nova/virt/vmwareapi/vmops.py:1533 #, python-format msgid "Root disk file creation failed - %s" msgstr "" diff --git a/nova/locale/es/LC_MESSAGES/nova.po b/nova/locale/es/LC_MESSAGES/nova.po index 7bf3bf397b58..3a0f160da20f 100644 --- a/nova/locale/es/LC_MESSAGES/nova.po +++ b/nova/locale/es/LC_MESSAGES/nova.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: nova\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-09-30 06:38+0000\n" +"POT-Creation-Date: 2014-10-09 12:22+0200\n" "PO-Revision-Date: 2014-09-29 22:56+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Spanish " @@ -3734,9 +3734,9 @@ msgstr "Falta el argumento 'address' para removeFixedIp " #: nova/api/openstack/compute/contrib/networks_associate.py:41 #: nova/api/openstack/compute/contrib/networks_associate.py:57 #: nova/api/openstack/compute/contrib/networks_associate.py:75 -#: nova/api/openstack/compute/contrib/os_networks.py:87 -#: nova/api/openstack/compute/contrib/os_networks.py:102 -#: nova/api/openstack/compute/contrib/os_networks.py:115 +#: nova/api/openstack/compute/contrib/os_networks.py:106 +#: nova/api/openstack/compute/contrib/os_networks.py:121 +#: nova/api/openstack/compute/contrib/os_networks.py:134 #: nova/api/openstack/compute/contrib/os_tenant_networks.py:114 #: nova/api/openstack/compute/contrib/os_tenant_networks.py:146 msgid "Network not found" @@ -3760,27 +3760,27 @@ msgstr "" "La asociación de anfitrión no está implementada por la API de red " "configurada" -#: nova/api/openstack/compute/contrib/os_networks.py:90 +#: nova/api/openstack/compute/contrib/os_networks.py:109 msgid "Disassociate network is not implemented by the configured Network API" msgstr "La desasociación de red no está implementada por la API de red configurada" -#: nova/api/openstack/compute/contrib/os_networks.py:127 +#: nova/api/openstack/compute/contrib/os_networks.py:146 msgid "Missing network in body" msgstr "Falta red en el cuerpo" -#: nova/api/openstack/compute/contrib/os_networks.py:131 +#: nova/api/openstack/compute/contrib/os_networks.py:150 msgid "Network label is required" msgstr "Se necesita etiqueta de red" -#: nova/api/openstack/compute/contrib/os_networks.py:135 +#: nova/api/openstack/compute/contrib/os_networks.py:154 msgid "Network cidr or cidr_v6 is required" msgstr "Se necesita la red cidr o cidr_v6" -#: nova/api/openstack/compute/contrib/os_networks.py:179 +#: nova/api/openstack/compute/contrib/os_networks.py:198 msgid "VLAN support must be enabled" msgstr "El soporte de VLAN debe estar habilitado." -#: nova/api/openstack/compute/contrib/os_networks.py:182 +#: nova/api/openstack/compute/contrib/os_networks.py:201 #, python-format msgid "Cannot associate network %(network)s with project %(project)s: %(message)s" msgstr "" @@ -4260,11 +4260,11 @@ msgstr "No hay cell_name para actualización de instancia desde la API" msgid "Returning exception %s to caller" msgstr "Devolviendo excepción %s al interlocutor" -#: nova/cells/rpcapi.py:379 +#: nova/cells/rpcapi.py:384 msgid "Failed to notify cells of BDM update/create." msgstr "Fallo al notificar las celdas de actualización/creación de BDM." -#: nova/cells/rpcapi.py:395 +#: nova/cells/rpcapi.py:400 msgid "Failed to notify cells of BDM destroy." msgstr "Fallo al notiifcar las celdas de destrucción de BDM" @@ -4952,60 +4952,60 @@ msgstr "" msgid "Cannot rescue a volume-backed instance" msgstr "No se puede rescatar una instancia de volume-backed" -#: nova/compute/api.py:2946 +#: nova/compute/api.py:2944 msgid "Volume must be attached in order to detach." msgstr "El volumen debe estar conectado para desconectarse." -#: nova/compute/api.py:2966 +#: nova/compute/api.py:2964 msgid "Old volume is attached to a different instance." msgstr "Volumen antigüo está ligado a una instancia diferente." -#: nova/compute/api.py:2969 +#: nova/compute/api.py:2967 msgid "New volume must be detached in order to swap." msgstr "" "El nuevo volumen debe ser desasociado para poder activar la memoria de " "intercambio." -#: nova/compute/api.py:2972 +#: nova/compute/api.py:2970 msgid "New volume must be the same size or larger." msgstr "El nuevo volumen debe ser del mismo o de mayor tamaño." -#: nova/compute/api.py:3179 +#: nova/compute/api.py:3177 #, python-format msgid "Instance compute service state on %s expected to be down, but it was up." msgstr "" "El estado de la instancia del servicio de cómputo en %s debería ser " "inactivo, pero se encontraba activo." -#: nova/compute/api.py:3484 +#: nova/compute/api.py:3482 msgid "Host aggregate is not empty" msgstr "El agregado de anfitrión no está vacío" -#: nova/compute/api.py:3517 +#: nova/compute/api.py:3515 #, python-format msgid "More than 1 AZ for host %s" msgstr "" -#: nova/compute/api.py:3552 +#: nova/compute/api.py:3550 #, python-format msgid "Host already in availability zone %s" msgstr "Anfitrión actualmente en zona de disponibilidad %s" -#: nova/compute/api.py:3640 nova/tests/compute/test_keypairs.py:137 +#: nova/compute/api.py:3638 nova/tests/compute/test_keypairs.py:137 msgid "Keypair name contains unsafe characters" msgstr "El nombre de par de claves contiene caracteres no seguros" -#: nova/compute/api.py:3646 nova/tests/compute/test_keypairs.py:127 +#: nova/compute/api.py:3644 nova/tests/compute/test_keypairs.py:127 #: nova/tests/compute/test_keypairs.py:132 msgid "Keypair name must be string and between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:3734 +#: nova/compute/api.py:3732 #, python-format msgid "Security group %s is not a string or unicode" msgstr "El grupo de seguridad %s no es una serie o Unicode " -#: nova/compute/api.py:3744 +#: nova/compute/api.py:3742 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " @@ -5014,49 +5014,49 @@ msgstr "" "El valor (%(value)s) para el parámetro Group%(property)s es inválido. El " "contenido se limita a '%(allowed)s'." -#: nova/compute/api.py:3764 +#: nova/compute/api.py:3762 msgid "Quota exceeded, too many security groups." msgstr "Cuota superada, demasiados grupos de seguridad. " -#: nova/compute/api.py:3767 +#: nova/compute/api.py:3765 #, python-format msgid "Create Security Group %s" msgstr "Crear Grupo de Seguridad %s" -#: nova/compute/api.py:3779 +#: nova/compute/api.py:3777 #, python-format msgid "Security group %s already exists" msgstr "El grupo de seguridad %s ya existe" -#: nova/compute/api.py:3792 +#: nova/compute/api.py:3790 #, python-format msgid "Unable to update system group '%s'" msgstr "Incapaz de actualizar el grupo de sistema '%s'" -#: nova/compute/api.py:3854 +#: nova/compute/api.py:3852 #, python-format msgid "Unable to delete system group '%s'" msgstr "No se ha podido suprimir el grupo de sistemas '%s'" -#: nova/compute/api.py:3859 +#: nova/compute/api.py:3857 msgid "Security group is still in use" msgstr "El grupo de seguridad aún se está utilizando" -#: nova/compute/api.py:3872 +#: nova/compute/api.py:3870 #, python-format msgid "Delete security group %s" msgstr "Borrar grupo de seguridad %s" -#: nova/compute/api.py:3948 nova/compute/api.py:4031 +#: nova/compute/api.py:3946 nova/compute/api.py:4029 #, python-format msgid "Rule (%s) not found" msgstr "No se ha encontrado la regla (%s)" -#: nova/compute/api.py:3964 +#: nova/compute/api.py:3962 msgid "Quota exceeded, too many security group rules." msgstr "Cuota superada, demasiadas reglas de grupo de seguridad " -#: nova/compute/api.py:3967 +#: nova/compute/api.py:3965 #, python-format msgid "" "Security group %(name)s added %(protocol)s ingress " @@ -5065,7 +5065,7 @@ msgstr "" "Grupo de seguridad %(name)s ha agregado %(protocol)s al ingreso " "(%(from_port)s:%(to_port)s)" -#: nova/compute/api.py:3982 +#: nova/compute/api.py:3980 #, python-format msgid "" "Security group %(name)s removed %(protocol)s ingress " @@ -5074,7 +5074,7 @@ msgstr "" "El grupo de seguridad %(name)s ha removido %(protocol)s del ingreso " "(%(from_port)s:%(to_port)s)" -#: nova/compute/api.py:4038 +#: nova/compute/api.py:4036 msgid "Security group id should be integer" msgstr "El id de grupo de seguridad debe ser un entero" @@ -5518,45 +5518,45 @@ msgstr "Reanudando" msgid "Get console output" msgstr "Obtener salida de consola " -#: nova/compute/manager.py:4536 +#: nova/compute/manager.py:4540 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "Conectando el volumen %(volume_id)s a %(mountpoint)s" -#: nova/compute/manager.py:4561 +#: nova/compute/manager.py:4565 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "Desconectar el volumen %(volume_id)s del punto de montaje %(mp)s" -#: nova/compute/manager.py:4572 +#: nova/compute/manager.py:4576 msgid "Detaching volume from unknown instance" msgstr "Desconectando volumen de instancia desconocida " -#: nova/compute/manager.py:4766 +#: nova/compute/manager.py:4770 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "allocate_port_for_instance ha regresado %(ports)s puertos" -#: nova/compute/manager.py:4790 +#: nova/compute/manager.py:4794 #, python-format msgid "Port %s is not attached" msgstr "El puerto %s no se encuentra asignado" -#: nova/compute/manager.py:4802 nova/tests/compute/test_compute.py:11062 +#: nova/compute/manager.py:4806 nova/tests/compute/test_compute.py:11061 #, python-format msgid "Host %s not found" msgstr "No se ha encontrado el host %s" -#: nova/compute/manager.py:5020 +#: nova/compute/manager.py:5024 msgid "_post_live_migration() is started.." msgstr "Se ha iniciado _post_live_migration()." -#: nova/compute/manager.py:5100 +#: nova/compute/manager.py:5104 #, python-format msgid "Migrating instance to %s finished successfully." msgstr "La migración de la instancia hacia %s ha finalizado exitosamente." -#: nova/compute/manager.py:5102 +#: nova/compute/manager.py:5106 msgid "" "You may see the error \"libvirt: QEMU error: Domain not found: no domain " "with matching name.\" This error can be safely ignored." @@ -5565,15 +5565,15 @@ msgstr "" "encontrado: ningún dominio con un nombre coincidente.\" Este error se " "puede ignorar sin ningún riesgo." -#: nova/compute/manager.py:5127 +#: nova/compute/manager.py:5131 msgid "Post operation of migration started" msgstr "Se ha iniciado la operación posterior de migración" -#: nova/compute/manager.py:5332 +#: nova/compute/manager.py:5336 msgid "An error occurred while refreshing the network cache." msgstr "Ha ocurrido un error al actualizar el cache de red." -#: nova/compute/manager.py:5385 +#: nova/compute/manager.py:5389 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " @@ -5582,12 +5582,12 @@ msgstr "" "Se han encontrado %(migration_count)d migraciones sin confirmar de más de" " %(confirm_window)d segundos" -#: nova/compute/manager.py:5390 +#: nova/compute/manager.py:5394 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "Estableciendo la %(migration_id)s en error: %(reason)s" -#: nova/compute/manager.py:5399 +#: nova/compute/manager.py:5403 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " @@ -5596,28 +5596,28 @@ msgstr "" "Confirmando automáticamente la migración %(migration_id)s para la " "instancia %(instance_uuid)s" -#: nova/compute/manager.py:5409 +#: nova/compute/manager.py:5413 #, python-format msgid "Instance %s not found" msgstr "No se ha encontrado la instancia %s" -#: nova/compute/manager.py:5414 +#: nova/compute/manager.py:5418 msgid "In ERROR state" msgstr "En estado de ERROR " -#: nova/compute/manager.py:5432 +#: nova/compute/manager.py:5436 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "En los estados %(vm_state)s/%(task_state)s, no REDIMENSIONADO/Ninguno" -#: nova/compute/manager.py:5443 +#: nova/compute/manager.py:5447 #, python-format msgid "Error auto-confirming resize: %s. Will retry later." msgstr "" "Error auto confirmando modificación de tamaño: %s. Se intentará " "posteriormente." -#: nova/compute/manager.py:5493 +#: nova/compute/manager.py:5497 #, python-format msgid "" "Running instance usage audit for host %(host)s from %(begin_time)s to " @@ -5626,15 +5626,15 @@ msgstr "" "Ejecutando auditoría de uso de instancia para %(host)s desde " "%(begin_time)s hasta %(end_time)s. %(number_instances)s instancias." -#: nova/compute/manager.py:5542 +#: nova/compute/manager.py:5546 msgid "Updating bandwidth usage cache" msgstr "Actualizando memoria caché de uso de ancho de banda" -#: nova/compute/manager.py:5564 +#: nova/compute/manager.py:5568 msgid "Bandwidth usage not supported by hypervisor." msgstr "Uso de ancho de banda no soportado por el hipervisor." -#: nova/compute/manager.py:5685 +#: nova/compute/manager.py:5689 #, python-format msgid "" "While synchronizing instance power states, found %(num_db_instances)s " @@ -5642,7 +5642,7 @@ msgid "" "hypervisor." msgstr "" -#: nova/compute/manager.py:5765 +#: nova/compute/manager.py:5769 #, python-format msgid "" "During the sync_power process the instance has moved from host %(src)s to" @@ -5651,57 +5651,57 @@ msgstr "" "Durante el proceso sync_power, la instancia se ha movido del host %(src)s" " al host %(dst)s" -#: nova/compute/manager.py:5778 +#: nova/compute/manager.py:5782 #, python-format msgid "During sync_power_state the instance has a pending task (%(task)s). Skip." msgstr "" "Durante sync_power_state la instancia ha dejado una tarea pendiente " "(%(task)s). Omitir." -#: nova/compute/manager.py:5830 +#: nova/compute/manager.py:5834 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" "La instancia se ha suspendido inesperadamente. Llamando a la API de " "detención." -#: nova/compute/manager.py:5846 +#: nova/compute/manager.py:5850 msgid "Instance is paused unexpectedly. Ignore." msgstr "La instancia se ha puesto en pausa inesperadamente. Ignorar. " -#: nova/compute/manager.py:5852 +#: nova/compute/manager.py:5856 msgid "Instance is unexpectedly not found. Ignore." msgstr "La instancia no se encuentra inesperadamente. Ignorar. " -#: nova/compute/manager.py:5880 +#: nova/compute/manager.py:5884 msgid "Paused instance shutdown by itself. Calling the stop API." msgstr "" "La instancia pausada se ha apagado a si misma. Llamando la API de " "detención." -#: nova/compute/manager.py:5894 +#: nova/compute/manager.py:5898 msgid "Instance is not (soft-)deleted." msgstr "La instancia no se suprime (de forma no permanente). " -#: nova/compute/manager.py:5924 +#: nova/compute/manager.py:5928 msgid "Reclaiming deleted instance" msgstr "Reclamando instancia suprimida" -#: nova/compute/manager.py:5928 +#: nova/compute/manager.py:5932 #, python-format msgid "Periodic reclaim failed to delete instance: %s" msgstr "Reclamación periódica falló al eliminar instancia: %s" -#: nova/compute/manager.py:5954 +#: nova/compute/manager.py:5958 #, python-format msgid "Deleting orphan compute node %s" msgstr "Eliminando nodo de cómputo huérfano %s" -#: nova/compute/manager.py:5963 nova/compute/resource_tracker.py:436 +#: nova/compute/manager.py:5967 nova/compute/resource_tracker.py:436 #, python-format msgid "No service record for host %s" msgstr "Ningún registro de servicio para el host %s " -#: nova/compute/manager.py:6005 +#: nova/compute/manager.py:6009 #, python-format msgid "" "Detected instance with name label '%s' which is marked as DELETED but " @@ -5711,7 +5711,7 @@ msgstr "" " marcada como ELIMINADA pero todavía se encuentra presente en el " "anfitrión." -#: nova/compute/manager.py:6011 +#: nova/compute/manager.py:6015 #, python-format msgid "" "Powering off instance with name label '%s' which is marked as DELETED but" @@ -5720,15 +5720,15 @@ msgstr "" "Apagando la instancia con nombre '%s' que está marcada como ELIMINADA " "pero sigue presente en el anfitrión." -#: nova/compute/manager.py:6020 +#: nova/compute/manager.py:6024 msgid "set_bootable is not implemented for the current driver" msgstr "set_bootable no está implementado en el controlador actual" -#: nova/compute/manager.py:6025 +#: nova/compute/manager.py:6029 msgid "Failed to power off instance" msgstr "Fallo al apagar la instancia" -#: nova/compute/manager.py:6029 +#: nova/compute/manager.py:6033 #, python-format msgid "" "Destroying instance with name label '%s' which is marked as DELETED but " @@ -5737,22 +5737,22 @@ msgstr "" "Desrtuyendo instancia con etiqueta de nombre '%s' la cual ha sido marcada" " como ELIMINADA pero todavía se encuentra presente en el anfitrión." -#: nova/compute/manager.py:6039 +#: nova/compute/manager.py:6043 #, python-format msgid "Periodic cleanup failed to delete instance: %s" msgstr "Limpieza periódica falló al eliminar la instancia: %s" -#: nova/compute/manager.py:6043 +#: nova/compute/manager.py:6047 #, python-format msgid "Unrecognized value '%s' for CONF.running_deleted_instance_action" msgstr "Valor '%s' no reconocido para CONF.running_deleted_instance_action" -#: nova/compute/manager.py:6075 +#: nova/compute/manager.py:6079 #, python-format msgid "Setting instance back to %(state)s after: %(error)s" msgstr "Estableciendo la instancia de vuelta a %(state)s tras: %(error)s" -#: nova/compute/manager.py:6085 +#: nova/compute/manager.py:6089 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "Marcando la instancia de nuevo como ACTIVA después de: %s" @@ -5853,11 +5853,11 @@ msgstr "" msgid "Missing keys: %s" msgstr "Faltan claves: %s" -#: nova/compute/rpcapi.py:57 +#: nova/compute/rpcapi.py:58 msgid "No compute host specified" msgstr "No se ha especificado ningún host de cálculo" -#: nova/compute/rpcapi.py:59 +#: nova/compute/rpcapi.py:60 #, python-format msgid "Unable to find host for Instance %s" msgstr "No se puede encontrar el host para la instancia %s " @@ -5962,25 +5962,25 @@ msgstr "" "Se han excedido los intentos máximos de programación %(max_retries)d para" " la instancia %(instance_uuid)s durante la migración en vivo" -#: nova/console/websocketproxy.py:50 +#: nova/console/websocketproxy.py:63 msgid "Invalid Token" msgstr "Señal no válida" -#: nova/console/websocketproxy.py:52 +#: nova/console/websocketproxy.py:65 #, python-format msgid "connect info: %s" msgstr "" -#: nova/console/websocketproxy.py:57 +#: nova/console/websocketproxy.py:70 #, python-format msgid "connecting to: %(host)s:%(port)s" msgstr "" -#: nova/console/websocketproxy.py:69 +#: nova/console/websocketproxy.py:82 msgid "Invalid Connection Info" msgstr "Información de conexión no válida" -#: nova/console/websocketproxy.py:80 +#: nova/console/websocketproxy.py:93 #, python-format msgid "%(host)s:%(port)s: Target closed" msgstr "" @@ -6948,11 +6948,11 @@ msgstr "Ejecutando cmd (subprocesos): %s" msgid "%r failed. Retrying." msgstr "%r ha fallado. Volviendo a intentarlo." -#: nova/openstack/common/processutils.py:250 +#: nova/openstack/common/processutils.py:251 msgid "Environment not supported over SSH" msgstr "Entorno no soportado a través de SSH" -#: nova/openstack/common/processutils.py:254 +#: nova/openstack/common/processutils.py:255 msgid "process_input not supported over SSH" msgstr "entrada de proceso no soporta a través de SSH" @@ -7256,30 +7256,30 @@ msgstr "" #: nova/tests/compute/test_compute.py:1833 #: nova/tests/compute/test_compute.py:1860 -#: nova/tests/compute/test_compute.py:1938 -#: nova/tests/compute/test_compute.py:1978 -#: nova/tests/compute/test_compute.py:5841 +#: nova/tests/compute/test_compute.py:1940 +#: nova/tests/compute/test_compute.py:1980 +#: nova/tests/compute/test_compute.py:5843 #, python-format msgid "Running instances: %s" msgstr "Ejecutando instancias: %s" #: nova/tests/compute/test_compute.py:1840 -#: nova/tests/compute/test_compute.py:1908 -#: nova/tests/compute/test_compute.py:1946 +#: nova/tests/compute/test_compute.py:1910 +#: nova/tests/compute/test_compute.py:1948 #, python-format msgid "After terminating instances: %s" msgstr "Después de terminar las instancias: %s" -#: nova/tests/compute/test_compute.py:5852 +#: nova/tests/compute/test_compute.py:5854 #, python-format msgid "After force-killing instances: %s" msgstr "Después de finalizar de forma forzada las instancias: %s" -#: nova/tests/compute/test_compute.py:6476 +#: nova/tests/compute/test_compute.py:6478 msgid "wrong host/node" msgstr "host/nodo incorrecto" -#: nova/tests/compute/test_compute.py:11270 +#: nova/tests/compute/test_compute.py:11269 msgid "spawn error" msgstr "error de generación" @@ -7352,7 +7352,7 @@ msgstr "" "Plantilla: %(expected)s\n" "%(result_str)s: %(result)s" -#: nova/tests/integrated/api/client.py:39 +#: nova/tests/integrated/api/client.py:38 #, python-format msgid "" "%(message)s\n" @@ -7363,29 +7363,19 @@ msgstr "" "Código de estado: %(_status)s\n" "Cuerpo: %(_body)s" -#: nova/tests/integrated/api/client.py:50 +#: nova/tests/integrated/api/client.py:49 msgid "Authentication error" msgstr "Error de autenticación" -#: nova/tests/integrated/api/client.py:58 +#: nova/tests/integrated/api/client.py:57 msgid "Authorization error" msgstr "Error de autorización" -#: nova/tests/integrated/api/client.py:66 +#: nova/tests/integrated/api/client.py:65 msgid "Item not found" msgstr "Elemento no encontrado" -#: nova/tests/integrated/api/client.py:108 -#, python-format -msgid "Doing %(method)s on %(relative_url)s" -msgstr "Realizando %(method)s en %(relative_url)s" - -#: nova/tests/integrated/api/client.py:111 -#, python-format -msgid "Body: %s" -msgstr "Cuerpo: %s" - -#: nova/tests/integrated/api/client.py:171 +#: nova/tests/integrated/api/client.py:143 msgid "Unexpected status code" msgstr "Código de estado inesperado" @@ -8306,12 +8296,12 @@ msgstr "" msgid "Spawning new instance" msgstr "Generando nueva instancia" -#: nova/virt/hyperv/vmops.py:337 nova/virt/vmwareapi/vmops.py:508 +#: nova/virt/hyperv/vmops.py:337 nova/virt/vmwareapi/vmops.py:507 #, python-format msgid "Invalid config_drive_format \"%s\"" msgstr "config_drive_format \"%s\" no válido" -#: nova/virt/hyperv/vmops.py:340 nova/virt/vmwareapi/vmops.py:512 +#: nova/virt/hyperv/vmops.py:340 nova/virt/vmwareapi/vmops.py:511 msgid "Using config drive for instance" msgstr "Utilizando dispositivo de configuración para instancia" @@ -8320,7 +8310,7 @@ msgstr "Utilizando dispositivo de configuración para instancia" msgid "Creating config drive at %(path)s" msgstr "Creando unidad de configuración en %(path)s" -#: nova/virt/hyperv/vmops.py:361 nova/virt/vmwareapi/vmops.py:537 +#: nova/virt/hyperv/vmops.py:361 nova/virt/vmwareapi/vmops.py:536 #, python-format msgid "Creating config drive failed with error: %s" msgstr "La creación de unidad de configuración ha fallado con el error: %s" @@ -8419,50 +8409,50 @@ msgid "" "%(total)d" msgstr "" -#: nova/virt/ironic/driver.py:292 +#: nova/virt/ironic/driver.py:300 #, python-format msgid "" "Failed to add deploy parameters on node %(node)s when provisioning the " "instance %(instance)s" msgstr "" -#: nova/virt/ironic/driver.py:315 +#: nova/virt/ironic/driver.py:323 #, python-format msgid "Fail to clean up node %s parameters" msgstr "" -#: nova/virt/ironic/driver.py:340 +#: nova/virt/ironic/driver.py:348 #, python-format msgid "Failed to provision instance %(inst)s: %(reason)s" msgstr "" -#: nova/virt/ironic/driver.py:587 +#: nova/virt/ironic/driver.py:604 #, python-format msgid "Ironic node uuid not supplied to driver for instance %s." msgstr "" -#: nova/virt/ironic/driver.py:609 +#: nova/virt/ironic/driver.py:626 #, python-format msgid "" "Ironic node: %(id)s failed to validate. (deploy: %(deploy)s, power: " "%(power)s)" msgstr "" -#: nova/virt/ironic/driver.py:679 +#: nova/virt/ironic/driver.py:696 #, python-format msgid "" "Error destroying the instance on node %(node)s. Provision state still " "'%(state)s'." msgstr "" -#: nova/virt/ironic/driver.py:864 +#: nova/virt/ironic/driver.py:909 #, python-format msgid "" "Ironic node: %(id)s virtual to physical interface count missmatch (Vif " "count: %(vif_count)d, Pif count: %(pif_count)d)" msgstr "" -#: nova/virt/ironic/driver.py:987 +#: nova/virt/ironic/driver.py:1032 #, python-format msgid "Failed to request Ironic to rebuild instance %(inst)s: %(reason)s" msgstr "" @@ -8482,28 +8472,28 @@ msgstr "No hay nombres de dispositivo de disco libres para el prefijo '%s'" msgid "Unable to determine disk bus for '%s'" msgstr "No se puede determinar el bus de disco para '%s'" -#: nova/virt/libvirt/driver.py:446 +#: nova/virt/libvirt/driver.py:448 #, python-format msgid "" "Unexpected sysinfo_serial setting '%(actual)s'. Permitted values are " "%(expect)s'" msgstr "" -#: nova/virt/libvirt/driver.py:617 +#: nova/virt/libvirt/driver.py:619 #, python-format msgid "Connection to libvirt lost: %s" msgstr "Conexión hacia libvirt perdida: %s" -#: nova/virt/libvirt/driver.py:814 +#: nova/virt/libvirt/driver.py:816 #, python-format msgid "Can not handle authentication request for %d credentials" msgstr "No se puede manejar la solicitud de autenticación para las credenciales %d" -#: nova/virt/libvirt/driver.py:1000 +#: nova/virt/libvirt/driver.py:1002 msgid "operation time out" msgstr "Tiempo de espera agotado para la operación" -#: nova/virt/libvirt/driver.py:1366 +#: nova/virt/libvirt/driver.py:1368 #, python-format msgid "" "Volume sets block size, but the current libvirt hypervisor '%s' does not " @@ -8512,92 +8502,92 @@ msgstr "" "El volúmen establece el tamaño de bloque, pero el hipervisor libvirt " "actual '%s' no soporta tamaño de bloque personalizado." -#: nova/virt/libvirt/driver.py:1373 +#: nova/virt/libvirt/driver.py:1375 #, python-format msgid "Volume sets block size, but libvirt '%s' or later is required." msgstr "" "El volúmen establece el tamaño de bloque, pero se requiere libvirt '%s' o" " mayor." -#: nova/virt/libvirt/driver.py:1401 +#: nova/virt/libvirt/driver.py:1403 #, python-format msgid "Failed to attach volume at mountpoint: %s" msgstr "" -#: nova/virt/libvirt/driver.py:1473 +#: nova/virt/libvirt/driver.py:1475 msgid "Swap only supports host devices" msgstr "El espacio de intercambio solamente soporta dispositivos de anfitrión " -#: nova/virt/libvirt/driver.py:1769 +#: nova/virt/libvirt/driver.py:1771 msgid "libvirt error while requesting blockjob info." msgstr "error de libvirt al solicitar información de blockjob." -#: nova/virt/libvirt/driver.py:1913 +#: nova/virt/libvirt/driver.py:1915 msgid "Found no disk to snapshot." msgstr "No se ha encontrado disco relacionado a instantánea." -#: nova/virt/libvirt/driver.py:2005 +#: nova/virt/libvirt/driver.py:2007 #, python-format msgid "Unknown type: %s" msgstr "Tipo desconocido: %s" -#: nova/virt/libvirt/driver.py:2010 +#: nova/virt/libvirt/driver.py:2012 msgid "snapshot_id required in create_info" msgstr "snapshot_id es requerido en create_info" -#: nova/virt/libvirt/driver.py:2067 +#: nova/virt/libvirt/driver.py:2069 #, python-format msgid "Libvirt '%s' or later is required for online deletion of volume snapshots." msgstr "" "Libvirt '%s' o mayor se requiere para remoción en línea de instantáneas " "de volumen." -#: nova/virt/libvirt/driver.py:2074 +#: nova/virt/libvirt/driver.py:2076 #, python-format msgid "Unknown delete_info type %s" msgstr "Tipo delete_info %s desconocido" -#: nova/virt/libvirt/driver.py:2110 +#: nova/virt/libvirt/driver.py:2112 #, python-format msgid "Disk with id: %s not found attached to instance." msgstr "" -#: nova/virt/libvirt/driver.py:2119 +#: nova/virt/libvirt/driver.py:2121 msgid "filename cannot be None" msgstr "" -#: nova/virt/libvirt/driver.py:2148 +#: nova/virt/libvirt/driver.py:2150 #, python-format msgid "no match found for %s" msgstr "" -#: nova/virt/libvirt/driver.py:2205 +#: nova/virt/libvirt/driver.py:2207 #, python-format msgid "" "Relative blockcommit support was not detected. Libvirt '%s' or later is " "required for online deletion of network storage-backed volume snapshots." msgstr "" -#: nova/virt/libvirt/driver.py:2698 nova/virt/xenapi/vmops.py:1645 +#: nova/virt/libvirt/driver.py:2700 nova/virt/xenapi/vmops.py:1645 msgid "Guest does not have a console available" msgstr "El invitado no tiene una consola disponible" -#: nova/virt/libvirt/driver.py:3030 +#: nova/virt/libvirt/driver.py:3032 #, python-format msgid "%s format is not supported" msgstr "" -#: nova/virt/libvirt/driver.py:3137 +#: nova/virt/libvirt/driver.py:3139 #, python-format msgid "Detaching PCI devices with libvirt < %(ver)s is not permitted" msgstr "La remoción de dispositivos PCI con libvirt < %(ver)s no está permitida" -#: nova/virt/libvirt/driver.py:3227 +#: nova/virt/libvirt/driver.py:3229 #, python-format msgid "Detaching SR-IOV ports with libvirt < %(ver)s is not permitted" msgstr "" -#: nova/virt/libvirt/driver.py:3344 +#: nova/virt/libvirt/driver.py:3346 #, python-format msgid "" "Config requested an explicit CPU model, but the current libvirt " @@ -8606,26 +8596,26 @@ msgstr "" "La configuración ha solicitado un modelo CPU explícito, pero el " "hipervisor libvirt actual '%s' no soporta la selección de modelos de CPU" -#: nova/virt/libvirt/driver.py:3350 +#: nova/virt/libvirt/driver.py:3352 msgid "Config requested a custom CPU model, but no model name was provided" msgstr "" "La configuración ha solicitado un modelo de CPU personalizado, pero no se" " ha proporcionado ningún nombre de modelo" -#: nova/virt/libvirt/driver.py:3354 +#: nova/virt/libvirt/driver.py:3356 msgid "A CPU model name should not be set when a host CPU model is requested" msgstr "" "No se debe establecer un nombre de modelo de CPU cuando se solicita un " "modelo de CPU de host" -#: nova/virt/libvirt/driver.py:3389 +#: nova/virt/libvirt/driver.py:3391 #, python-format msgid "" "Volume sets discard option, but libvirt %(libvirt)s or later is required," " qemu %(qemu)s or later is required." msgstr "" -#: nova/virt/libvirt/driver.py:4174 +#: nova/virt/libvirt/driver.py:4176 #, python-format msgid "" "Error from libvirt while looking up %(instance_id)s: [Error Code " @@ -8634,7 +8624,7 @@ msgstr "" "Error de libvirt durante la búsqueda de %(instance_id)s: [Código de Error" " %(error_code)s] %(ex)s" -#: nova/virt/libvirt/driver.py:4195 +#: nova/virt/libvirt/driver.py:4197 #, python-format msgid "" "Error from libvirt while looking up %(instance_name)s: [Error Code " @@ -8643,34 +8633,34 @@ msgstr "" "Error de libvirt al buscar %(instance_name)s: [Código de error " "%(error_code)s] %(ex)s" -#: nova/virt/libvirt/driver.py:4218 +#: nova/virt/libvirt/driver.py:4220 #, python-format msgid "" "Error from libvirt while getting domain info for %(instance_name)s: " "[Error Code %(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:4514 +#: nova/virt/libvirt/driver.py:4516 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "Configuración vcpu_pin_set inválida, fuera de rango de cpu de hipervisor." -#: nova/virt/libvirt/driver.py:4639 +#: nova/virt/libvirt/driver.py:4641 msgid "libvirt version is too old (does not support getVersion)" msgstr "La versión libvirt es demasiado antigua (no soporta getVersion)" -#: nova/virt/libvirt/driver.py:5024 +#: nova/virt/libvirt/driver.py:5029 msgid "Block migration can not be used with shared storage." msgstr "" "No se puede utilizar la migración de bloque con almacenamiento " "compartido. " -#: nova/virt/libvirt/driver.py:5033 +#: nova/virt/libvirt/driver.py:5038 msgid "Live migration can not be used without shared storage." msgstr "" "No se puede utilizar la migración en directo con almacenamiento " "compartido." -#: nova/virt/libvirt/driver.py:5106 +#: nova/virt/libvirt/driver.py:5111 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " @@ -8680,7 +8670,7 @@ msgstr "" "demasiado grande (disponible en host de destino: %(available)s < " "necesario: %(necessary)s)" -#: nova/virt/libvirt/driver.py:5145 +#: nova/virt/libvirt/driver.py:5150 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -8695,12 +8685,12 @@ msgstr "" "\n" "Consulte %(u)s" -#: nova/virt/libvirt/driver.py:5208 +#: nova/virt/libvirt/driver.py:5213 #, python-format msgid "The firewall filter for %s does not exist" msgstr "El filtro de cortafuegos para %s no existe " -#: nova/virt/libvirt/driver.py:5277 +#: nova/virt/libvirt/driver.py:5282 msgid "" "Your libvirt version does not support the VIR_DOMAIN_XML_MIGRATABLE flag " "or your destination node does not support retrieving listen addresses. " @@ -8709,7 +8699,7 @@ msgid "" "address (0.0.0.0 or ::) or the local address (127.0.0.1 or ::1)." msgstr "" -#: nova/virt/libvirt/driver.py:5294 +#: nova/virt/libvirt/driver.py:5299 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" @@ -8719,7 +8709,7 @@ msgid "" "succeed, but the VM will continue to listen on the current addresses." msgstr "" -#: nova/virt/libvirt/driver.py:5701 +#: nova/virt/libvirt/driver.py:5706 #, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" @@ -8728,7 +8718,7 @@ msgstr "" "Error de libvirt al obtener la descripción de %(instance_name)s: [Código " "de error %(error_code)s] %(ex)s" -#: nova/virt/libvirt/driver.py:5836 +#: nova/virt/libvirt/driver.py:5841 msgid "Unable to resize disk down." msgstr "Incapaz de reducir el tamaño del disco." @@ -8994,26 +8984,26 @@ msgstr "" msgid "Unable to retrieve value for %(path)s Reason: %(reason)s" msgstr "Incapaz de obtener valor de %(path)s Razón: %(reason)s" -#: nova/virt/vmwareapi/vm_util.py:227 +#: nova/virt/vmwareapi/vm_util.py:226 #, python-format msgid "%s is not supported." msgstr "%s no está soportada." -#: nova/virt/vmwareapi/vm_util.py:1057 +#: nova/virt/vmwareapi/vm_util.py:1055 msgid "No host available on cluster" msgstr "No hay anfitrión disponible en cluster." -#: nova/virt/vmwareapi/vm_util.py:1151 +#: nova/virt/vmwareapi/vm_util.py:1149 #, python-format msgid "Failed to get cluster references %s" msgstr "Fallo al obtener las referencias del cluster %s" -#: nova/virt/vmwareapi/vm_util.py:1163 +#: nova/virt/vmwareapi/vm_util.py:1161 #, python-format msgid "Failed to get resource pool references %s" msgstr "Fallo al obtener las referencias del pool de recursos %s" -#: nova/virt/vmwareapi/vm_util.py:1353 +#: nova/virt/vmwareapi/vm_util.py:1351 msgid "vmwareapi:vm_util:clone_vmref_for_instance, called with vm_ref=None" msgstr "" "vmwareapi:vm_util:clone_vmref_for_instance, ha sido llamada con " @@ -9033,15 +9023,15 @@ msgstr "La imagen de disco es más grande que el tamaño del disco solicitado" msgid "disk type '%s' not supported" msgstr "" -#: nova/virt/vmwareapi/vmops.py:736 +#: nova/virt/vmwareapi/vmops.py:735 msgid "instance is not powered on" msgstr "instancia no activada" -#: nova/virt/vmwareapi/vmops.py:764 +#: nova/virt/vmwareapi/vmops.py:763 msgid "Instance does not exist on backend" msgstr "" -#: nova/virt/vmwareapi/vmops.py:791 +#: nova/virt/vmwareapi/vmops.py:790 #, python-format msgid "" "In vmwareapi:vmops:_destroy_instance, got this exception while un-" @@ -9050,33 +9040,33 @@ msgstr "" "En vmwareapi:vmops:_destroy_instance, se obtuvo esta excepción mientras " "se removía el registro de VM: %s" -#: nova/virt/vmwareapi/vmops.py:814 +#: nova/virt/vmwareapi/vmops.py:813 msgid "" "In vmwareapi:vmops:_destroy_instance, exception while deleting the VM " "contents from the disk" msgstr "" -#: nova/virt/vmwareapi/vmops.py:846 +#: nova/virt/vmwareapi/vmops.py:860 msgid "pause not supported for vmwareapi" msgstr "pausa no soportada para vmwareapi" -#: nova/virt/vmwareapi/vmops.py:850 +#: nova/virt/vmwareapi/vmops.py:864 msgid "unpause not supported for vmwareapi" msgstr "cancelación de pausa no soportada para vmwareapi" -#: nova/virt/vmwareapi/vmops.py:868 +#: nova/virt/vmwareapi/vmops.py:882 msgid "instance is powered off and cannot be suspended." msgstr "instancia está desactivada y no se puede suspender. " -#: nova/virt/vmwareapi/vmops.py:888 +#: nova/virt/vmwareapi/vmops.py:902 msgid "instance is not in a suspended state" msgstr "la instancia no está en un estado suspendido" -#: nova/virt/vmwareapi/vmops.py:988 +#: nova/virt/vmwareapi/vmops.py:1002 msgid "Unable to shrink disk." msgstr "" -#: nova/virt/vmwareapi/vmops.py:1047 +#: nova/virt/vmwareapi/vmops.py:1061 #, python-format msgid "" "In vmwareapi:vmops:confirm_migration, got this exception while destroying" @@ -9085,28 +9075,28 @@ msgstr "" "En vmwareapi:vmops:confirm_migration, se ha obtenido esta excepción al " "destruir la máquina virtual: %s" -#: nova/virt/vmwareapi/vmops.py:1123 nova/virt/xenapi/vmops.py:1584 +#: nova/virt/vmwareapi/vmops.py:1137 nova/virt/xenapi/vmops.py:1584 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" "Se han encontrado %(instance_count)d rearranques colgados de más de " "%(timeout)d segundos" -#: nova/virt/vmwareapi/vmops.py:1127 nova/virt/xenapi/vmops.py:1588 +#: nova/virt/vmwareapi/vmops.py:1141 nova/virt/xenapi/vmops.py:1588 msgid "Automatically hard rebooting" msgstr "Rearrancando automáticamente de forma permanente" -#: nova/virt/vmwareapi/vmops.py:1425 +#: nova/virt/vmwareapi/vmops.py:1441 #, python-format msgid "No device with interface-id %s exists on VM" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1435 +#: nova/virt/vmwareapi/vmops.py:1451 #, python-format msgid "No device with MAC address %s exists on the VM" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1517 +#: nova/virt/vmwareapi/vmops.py:1533 #, python-format msgid "Root disk file creation failed - %s" msgstr "Fallo al crear el archivo del disco raíz - %s" diff --git a/nova/locale/ja/LC_MESSAGES/nova-log-error.po b/nova/locale/ja/LC_MESSAGES/nova-log-error.po deleted file mode 100644 index f8b3fa409d8f..000000000000 --- a/nova/locale/ja/LC_MESSAGES/nova-log-error.po +++ /dev/null @@ -1,689 +0,0 @@ -# Translations template for nova. -# Copyright (C) 2014 ORGANIZATION -# This file is distributed under the same license as the nova project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: nova\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-09-25 06:15+0000\n" -"PO-Revision-Date: 2014-06-20 16:41+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Japanese (http://www.transifex.com/projects/p/nova/language/" -"ja/)\n" -"Language: ja\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#: nova/hooks.py:84 -#, python-format -msgid "Fatal Exception running %(name)s pre-hook: %(obj)s" -msgstr "" - -#: nova/hooks.py:89 -#, python-format -msgid "Exception running %(name)s pre-hook: %(obj)s" -msgstr "" - -#: nova/hooks.py:105 -#, python-format -msgid "Fatal Exception running %(name)s post-hook: %(obj)s" -msgstr "" - -#: nova/hooks.py:110 -#, python-format -msgid "Exception running %(name)s post-hook: %(obj)s" -msgstr "" - -#: nova/api/ec2/__init__.py:244 -#, python-format -msgid "Keystone failure: %s" -msgstr "" - -#: nova/api/ec2/__init__.py:493 -#, python-format -msgid "Unexpected %(ex_name)s raised: %(ex_str)s" -msgstr "" - -#: nova/api/ec2/__init__.py:520 -#, python-format -msgid "Environment: %s" -msgstr "" - -#: nova/api/metadata/handler.py:155 -#, python-format -msgid "Failed to get metadata for ip: %s" -msgstr "" - -#: nova/api/metadata/handler.py:212 -#, python-format -msgid "Failed to get metadata for instance id: %s" -msgstr "" - -#: nova/api/openstack/common.py:134 -#, python-format -msgid "" -"status is UNKNOWN from vm_state=%(vm_state)s task_state=%(task_state)s. Bad " -"upgrade or db corrupted?" -msgstr "" - -#: nova/api/openstack/wsgi.py:684 -#, python-format -msgid "Exception handling resource: %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:70 -#, python-format -msgid "Compute.api::pause %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:93 -#, python-format -msgid "Compute.api::unpause %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:116 -#, python-format -msgid "compute.api::suspend %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:139 -#, python-format -msgid "compute.api::resume %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:164 -#, python-format -msgid "Error in migrate %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:184 -#, python-format -msgid "Compute.api::reset_network %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:204 -#, python-format -msgid "Compute.api::inject_network_info %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:222 -#, python-format -msgid "Compute.api::lock %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:242 -#, python-format -msgid "Compute.api::unlock %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:398 -#, python-format -msgid "Compute.api::resetState %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/multinic.py:85 -#, python-format -msgid "Unable to find address %r" -msgstr "" - -#: nova/api/openstack/compute/contrib/os_tenant_networks.py:87 -msgid "Failed to get default networks" -msgstr "" - -#: nova/api/openstack/compute/contrib/os_tenant_networks.py:127 -msgid "Failed to update usages deallocating network." -msgstr "" - -#: nova/api/openstack/compute/contrib/server_groups.py:246 -#: nova/api/openstack/compute/plugins/v3/server_groups.py:157 -msgid "Failed to update usages deallocating server group" -msgstr "" - -#: nova/compute/api.py:593 -msgid "Failed to set instance name using multi_instance_display_name_template." -msgstr "" - -#: nova/compute/api.py:1533 -msgid "" -"Something wrong happened when trying to delete snapshot from shelved " -"instance." -msgstr "" - -#: nova/compute/api.py:3869 -msgid "Failed to update usages deallocating security group" -msgstr "" - -#: nova/compute/flavors.py:176 -#, python-format -msgid "DB error: %s" -msgstr "" - -#: nova/compute/flavors.py:187 -#, python-format -msgid "Instance type %s not found for deletion" -msgstr "" - -#: nova/compute/manager.py:372 -#, python-format -msgid "Error while trying to clean up image %s" -msgstr "" - -#: nova/compute/manager.py:787 -msgid "Failed to check if instance shared" -msgstr "" - -#: nova/compute/manager.py:853 nova/compute/manager.py:923 -msgid "Failed to complete a deletion" -msgstr "" - -#: nova/compute/manager.py:898 -msgid "Failed to cleanup snapshot." -msgstr "" - -#: nova/compute/manager.py:964 -msgid "Failed to stop instance" -msgstr "" - -#: nova/compute/manager.py:976 -msgid "Failed to start instance" -msgstr "" - -#: nova/compute/manager.py:1001 -msgid "Failed to revert crashed migration" -msgstr "" - -#: nova/compute/manager.py:1449 -msgid "Failed to dealloc network for deleted instance" -msgstr "" - -#: nova/compute/manager.py:1470 -msgid "Failed to dealloc network for failed instance" -msgstr "" - -#: nova/compute/manager.py:1546 nova/compute/manager.py:3696 -msgid "Error trying to reschedule" -msgstr "" - -#: nova/compute/manager.py:1655 -#, python-format -msgid "Instance failed network setup after %(attempts)d attempt(s)" -msgstr "" - -#: nova/compute/manager.py:1844 -msgid "Instance failed block device setup" -msgstr "" - -#: nova/compute/manager.py:1864 nova/compute/manager.py:2236 -#: nova/compute/manager.py:4252 -msgid "Instance failed to spawn" -msgstr "" - -#: nova/compute/manager.py:2059 -msgid "Unexpected build failure, not rescheduling build." -msgstr "" - -#: nova/compute/manager.py:2130 nova/compute/manager.py:2189 -msgid "Failed to allocate network(s)" -msgstr "" - -#: nova/compute/manager.py:2221 -msgid "Failure prepping block device" -msgstr "" - -#: nova/compute/manager.py:2257 -msgid "Failed to deallocate networks" -msgstr "" - -#: nova/compute/manager.py:2506 nova/compute/manager.py:3891 -#: nova/compute/manager.py:6091 -msgid "Setting instance vm_state to ERROR" -msgstr "" - -#: nova/compute/manager.py:2743 nova/compute/manager.py:5159 -#, python-format -msgid "Failed to get compute_info for %s" -msgstr "" - -#: nova/compute/manager.py:3173 -#, python-format -msgid "set_admin_password failed: %s" -msgstr "" - -#: nova/compute/manager.py:3260 -msgid "Error trying to Rescue Instance" -msgstr "" - -#: nova/compute/manager.py:3897 -#, python-format -msgid "Failed to rollback quota for failed finish_resize: %s" -msgstr "" - -#: nova/compute/manager.py:4545 -#, python-format -msgid "Failed to attach %(volume_id)s at %(mountpoint)s" -msgstr "" - -#: nova/compute/manager.py:4584 -#, python-format -msgid "Failed to detach volume %(volume_id)s from %(mp)s" -msgstr "" - -#: nova/compute/manager.py:4663 -#, python-format -msgid "Failed to swap volume %(old_volume_id)s for %(new_volume_id)s" -msgstr "" - -#: nova/compute/manager.py:4670 -#, python-format -msgid "Failed to connect to volume %(volume_id)s with volume at %(mountpoint)s" -msgstr "" - -#: nova/compute/manager.py:4957 -#, python-format -msgid "Pre live migration failed at %s" -msgstr "" - -#: nova/compute/manager.py:5472 -msgid "Periodic task failed to offload instance." -msgstr "" - -#: nova/compute/manager.py:5513 -#, python-format -msgid "Failed to generate usage audit for instance on host %s" -msgstr "" - -#: nova/compute/manager.py:5701 -msgid "" -"Periodic sync_power_state task had an error while processing an instance." -msgstr "" - -#: nova/compute/manager.py:5825 nova/compute/manager.py:5834 -#: nova/compute/manager.py:5873 nova/compute/manager.py:5884 -msgid "error during stop() in sync_power_state." -msgstr "" - -#: nova/image/s3.py:336 -#, python-format -msgid "Failed to download %(image_location)s to %(image_path)s" -msgstr "" - -#: nova/image/s3.py:353 -#, python-format -msgid "Failed to decrypt %(image_location)s to %(image_path)s" -msgstr "" - -#: nova/image/s3.py:364 -#, python-format -msgid "Failed to untar %(image_location)s to %(image_path)s" -msgstr "" - -#: nova/image/s3.py:374 -#, python-format -msgid "Failed to upload %(image_location)s to %(image_path)s" -msgstr "" - -#: nova/network/manager.py:1032 -#, python-format -msgid "Error releasing DHCP for IP %(address)s with MAC %(mac_address)s" -msgstr "" - -#: nova/network/neutronv2/api.py:235 -#, python-format -msgid "Neutron error creating port on network %s" -msgstr "" - -#: nova/network/neutronv2/api.py:440 -#, python-format -msgid "Failed to update port %s" -msgstr "" - -#: nova/network/neutronv2/api.py:807 -#, python-format -msgid "Failed to access port %s" -msgstr "" - -#: nova/network/neutronv2/api.py:1044 -#, python-format -msgid "Unable to access floating IP %s" -msgstr "" - -#: nova/network/neutronv2/api.py:1178 -#, python-format -msgid "Unable to access floating IP %(fixed_ip)s for port %(port_id)s" -msgstr "" - -#: nova/network/neutronv2/api.py:1252 -#, python-format -msgid "Unable to update host of port %s" -msgstr "" - -#: nova/objects/base.py:89 -#, python-format -msgid "Error setting %(attr)s" -msgstr "" - -#: nova/objects/instance.py:460 -#, python-format -msgid "No save handler for %s" -msgstr "" - -#: nova/objects/instance_fault.py:87 -msgid "Failed to notify cells of instance fault" -msgstr "インスタンスの障害をセルに通知できませんでした" - -#: nova/objects/instance_info_cache.py:82 -msgid "Failed to notify cells of instance info cache update" -msgstr "" - -#: nova/openstack/common/excutils.py:76 -#, python-format -msgid "Original exception being dropped: %s" -msgstr "除去される元の例外: %s" - -#: nova/openstack/common/excutils.py:105 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "予期せぬ例外が、%d回()発生しました。再試行中。" - -#: nova/openstack/common/lockutils.py:117 -#, python-format -msgid "Could not release the acquired lock `%s`" -msgstr "" - -#: nova/openstack/common/loopingcall.py:95 -msgid "in fixed duration looping call" -msgstr "一定期間の呼び出しループ" - -#: nova/openstack/common/loopingcall.py:138 -msgid "in dynamic looping call" -msgstr "動的呼び出しループ" - -#: nova/openstack/common/periodic_task.py:202 -#, python-format -msgid "Error during %(full_task_name)s: %(e)s" -msgstr "%(full_task_name)s 中のエラー: %(e)s" - -#: nova/openstack/common/policy.py:507 -#, python-format -msgid "Failed to understand rule %s" -msgstr "ルール %s を解釈できませんでした" - -#: nova/openstack/common/policy.py:517 -#, python-format -msgid "No handler for matches of kind %s" -msgstr "種類 %s の一致向けのハンドラーがありません" - -#: nova/openstack/common/policy.py:787 -#, python-format -msgid "Failed to understand rule %r" -msgstr "ルール %r を解釈できませんでした" - -#: nova/openstack/common/service.py:188 -msgid "Exception during rpc cleanup." -msgstr "RPCクリーンアップ中に例外が発生" - -#: nova/openstack/common/service.py:276 -msgid "Unhandled exception" -msgstr "未処理例外" - -#: nova/pci/pci_stats.py:148 -msgid "" -"Failed to allocate PCI devices for instance. Unassigning devices back to " -"pools. This should not happen, since the scheduler should have accurate " -"information, and allocation during claims is controlled via a hold on the " -"compute node semaphore" -msgstr "" - -#: nova/pci/pci_utils.py:83 nova/pci/pci_utils.py:99 nova/pci/pci_utils.py:109 -#, python-format -msgid "PCI device %s not found" -msgstr "" - -#: nova/servicegroup/drivers/db.py:110 nova/servicegroup/drivers/mc.py:105 -msgid "model server went away" -msgstr "" - -#: nova/servicegroup/drivers/zk.py:90 -msgid "" -"Unable to join. It is possible that either another node exists with the same " -"name, or this node just restarted. We will try again in a short while to " -"make sure." -msgstr "" - -#: nova/virt/disk/api.py:388 -#, python-format -msgid "" -"Failed to mount container filesystem '%(image)s' on '%(target)s': %(errors)s" -msgstr "" - -#: nova/virt/hyperv/ioutils.py:46 -#, python-format -msgid "Error writing vm console log file from serial console pipe. Error: %s" -msgstr "" - -#: nova/virt/ironic/driver.py:312 -#, python-format -msgid "" -"Failed to clean up the parameters on node %(node)s when unprovisioning the " -"instance %(instance)s" -msgstr "" - -#: nova/virt/ironic/driver.py:622 -#, python-format -msgid "" -"Error preparing deploy for instance %(instance)s on baremetal node %(node)s." -msgstr "" - -#: nova/virt/ironic/driver.py:634 -#, python-format -msgid "Failed to request Ironic to provision instance %(inst)s: %(reason)s" -msgstr "" - -#: nova/virt/ironic/driver.py:647 -#, python-format -msgid "Error deploying instance %(instance)s on baremetal node %(node)s." -msgstr "" - -#: nova/virt/libvirt/driver.py:714 -#, python-format -msgid "Nova requires libvirt version %(major)i.%(minor)i.%(micro)i or greater." -msgstr "" - -#: nova/virt/libvirt/driver.py:839 -#, python-format -msgid "Connection to libvirt failed: %s" -msgstr "" - -#: nova/virt/libvirt/driver.py:1005 -#, python-format -msgid "Error from libvirt during destroy. Code=%(errcode)s Error=%(e)s" -msgstr "" - -#: nova/virt/libvirt/driver.py:1083 -#, python-format -msgid "Error from libvirt during undefine. Code=%(errcode)s Error=%(e)s" -msgstr "" - -#: nova/virt/libvirt/driver.py:1110 -#, python-format -msgid "Error from libvirt during unfilter. Code=%(errcode)s Error=%(e)s" -msgstr "" - -#: nova/virt/libvirt/driver.py:1564 -msgid "attaching network adapter failed." -msgstr "" - -#: nova/virt/libvirt/driver.py:1591 -msgid "detaching network adapter failed." -msgstr "" - -#: nova/virt/libvirt/driver.py:1855 -msgid "Failed to send updated snapshot status to volume service." -msgstr "" - -#: nova/virt/libvirt/driver.py:1962 -msgid "" -"Unable to create quiesced VM snapshot, attempting again with quiescing " -"disabled." -msgstr "" - -#: nova/virt/libvirt/driver.py:1968 -msgid "Unable to create VM snapshot, failing volume_snapshot operation." -msgstr "" - -#: nova/virt/libvirt/driver.py:2016 -msgid "" -"Error occurred during volume_snapshot_create, sending error status to Cinder." -msgstr "" - -#: nova/virt/libvirt/driver.py:2238 -msgid "" -"Error occurred during volume_snapshot_delete, sending error status to Cinder." -msgstr "" - -#: nova/virt/libvirt/driver.py:2787 nova/virt/libvirt/driver.py:2792 -#, python-format -msgid "Error on '%(path)s' while checking direct I/O: '%(ex)s'" -msgstr "" - -#: nova/virt/libvirt/driver.py:2915 -#, python-format -msgid "Error injecting data into image %(img_id)s (%(e)s)" -msgstr "" - -#: nova/virt/libvirt/driver.py:3082 -#, python-format -msgid "Creating config drive failed with error: %s" -msgstr "" - -#: nova/virt/libvirt/driver.py:3185 -#, python-format -msgid "Attaching PCI devices %(dev)s to %(dom)s failed." -msgstr "" - -#: nova/virt/libvirt/driver.py:4343 -#, python-format -msgid "Error defining a domain with XML: %s" -msgstr "" - -#: nova/virt/libvirt/driver.py:4347 -#, python-format -msgid "Error launching a defined domain with XML: %s" -msgstr "" - -#: nova/virt/libvirt/driver.py:4352 -#, python-format -msgid "Error enabling hairpin mode with XML: %s" -msgstr "" - -#: nova/virt/libvirt/driver.py:4363 -#, python-format -msgid "Neutron Reported failure on event %(event)s for instance %(uuid)s" -msgstr "" - -#: nova/virt/libvirt/driver.py:4675 -#, python-format -msgid "" -"Hostname has changed from %(old)s to %(new)s. A restart is required to take " -"effect." -msgstr "" - -#: nova/virt/libvirt/driver.py:5382 -#, python-format -msgid "Live Migration failure: %s" -msgstr "" - -#: nova/virt/libvirt/driver.py:6264 -#, python-format -msgid "Failed to cleanup directory %(target)s: %(e)s" -msgstr "" - -#: nova/virt/libvirt/imagebackend.py:226 -#, python-format -msgid "Unable to preallocate_images=%(imgs)s at path: %(path)s" -msgstr "" - -#: nova/virt/libvirt/imagebackend.py:253 -#, python-format -msgid "" -"%(base)s virtual size %(base_size)s larger than flavor root disk size " -"%(size)s" -msgstr "" - -#: nova/virt/libvirt/imagebackend.py:561 -msgid "Failed to retrieve ephemeral encryption key" -msgstr "" - -#: nova/virt/libvirt/imagecache.py:129 -#, python-format -msgid "Error reading image info file %(filename)s: %(error)s" -msgstr "" -"イメージ情報ファイル %(filename)s の読み取り中にエラーが発生しました: " -"%(error)s" - -#: nova/virt/libvirt/imagecache.py:390 -#, python-format -msgid "image %(id)s at (%(base_file)s): image verification failed" -msgstr "(%(base_file)s) にあるイメージ %(id)s: イメージの検査が失敗しました" - -#: nova/virt/libvirt/imagecache.py:447 -#, python-format -msgid "Failed to remove %(base_file)s, error was %(error)s" -msgstr "%(base_file)s の削除に失敗しました。エラーは %(error)s" - -#: nova/virt/libvirt/lvm.py:230 -#, python-format -msgid "ignoring unrecognized volume_clear='%s' value" -msgstr "" - -#: nova/virt/libvirt/rbd_utils.py:62 -#, python-format -msgid "error opening rbd image %s" -msgstr "" - -#: nova/virt/libvirt/vif.py:478 nova/virt/libvirt/vif.py:501 -#: nova/virt/libvirt/vif.py:523 -msgid "Failed while plugging vif" -msgstr "" - -#: nova/virt/libvirt/vif.py:573 nova/virt/libvirt/vif.py:587 -#: nova/virt/libvirt/vif.py:606 nova/virt/libvirt/vif.py:625 -#: nova/virt/libvirt/vif.py:649 nova/virt/libvirt/vif.py:669 -msgid "Failed while unplugging vif" -msgstr "" - -#: nova/virt/libvirt/volume.py:141 -#, python-format -msgid "Unknown content in connection_info/access_mode: %s" -msgstr "" - -#: nova/virt/libvirt/volume.py:691 -#, python-format -msgid "Couldn't unmount the NFS share %s" -msgstr "" - -#: nova/virt/libvirt/volume.py:859 -#, python-format -msgid "Couldn't unmount the GlusterFS share %s" -msgstr "" - -#: nova/virt/vmwareapi/vmops.py:1408 -#, python-format -msgid "Attaching network adapter failed. Exception: %s" -msgstr "" - -#: nova/virt/vmwareapi/vmops.py:1448 -#, python-format -msgid "Detaching network adapter failed. Exception: %s" -msgstr "" - -#: nova/virt/vmwareapi/vmops.py:1520 -#, python-format -msgid "" -"Failed to copy cached image %(source)s to %(dest)s for resize: %(error)s" -msgstr "" diff --git a/nova/locale/ko_KR/LC_MESSAGES/nova-log-error.po b/nova/locale/ko_KR/LC_MESSAGES/nova-log-error.po deleted file mode 100644 index fe07ec3c99c4..000000000000 --- a/nova/locale/ko_KR/LC_MESSAGES/nova-log-error.po +++ /dev/null @@ -1,688 +0,0 @@ -# Translations template for nova. -# Copyright (C) 2014 ORGANIZATION -# This file is distributed under the same license as the nova project. -# -# Translators: -# jaekwon.park , 2014 -msgid "" -msgstr "" -"Project-Id-Version: nova\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-09-25 06:15+0000\n" -"PO-Revision-Date: 2014-06-16 04:10+0000\n" -"Last-Translator: jaekwon.park \n" -"Language-Team: Korean (Korea) (http://www.transifex.com/projects/p/nova/" -"language/ko_KR/)\n" -"Language: ko_KR\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#: nova/hooks.py:84 -#, python-format -msgid "Fatal Exception running %(name)s pre-hook: %(obj)s" -msgstr "" - -#: nova/hooks.py:89 -#, python-format -msgid "Exception running %(name)s pre-hook: %(obj)s" -msgstr "" - -#: nova/hooks.py:105 -#, python-format -msgid "Fatal Exception running %(name)s post-hook: %(obj)s" -msgstr "" - -#: nova/hooks.py:110 -#, python-format -msgid "Exception running %(name)s post-hook: %(obj)s" -msgstr "" - -#: nova/api/ec2/__init__.py:244 -#, python-format -msgid "Keystone failure: %s" -msgstr "" - -#: nova/api/ec2/__init__.py:493 -#, python-format -msgid "Unexpected %(ex_name)s raised: %(ex_str)s" -msgstr "" - -#: nova/api/ec2/__init__.py:520 -#, python-format -msgid "Environment: %s" -msgstr "" - -#: nova/api/metadata/handler.py:155 -#, python-format -msgid "Failed to get metadata for ip: %s" -msgstr "" - -#: nova/api/metadata/handler.py:212 -#, python-format -msgid "Failed to get metadata for instance id: %s" -msgstr "" - -#: nova/api/openstack/common.py:134 -#, python-format -msgid "" -"status is UNKNOWN from vm_state=%(vm_state)s task_state=%(task_state)s. Bad " -"upgrade or db corrupted?" -msgstr "" - -#: nova/api/openstack/wsgi.py:684 -#, python-format -msgid "Exception handling resource: %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:70 -#, python-format -msgid "Compute.api::pause %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:93 -#, python-format -msgid "Compute.api::unpause %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:116 -#, python-format -msgid "compute.api::suspend %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:139 -#, python-format -msgid "compute.api::resume %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:164 -#, python-format -msgid "Error in migrate %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:184 -#, python-format -msgid "Compute.api::reset_network %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:204 -#, python-format -msgid "Compute.api::inject_network_info %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:222 -#, python-format -msgid "Compute.api::lock %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:242 -#, python-format -msgid "Compute.api::unlock %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:398 -#, python-format -msgid "Compute.api::resetState %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/multinic.py:85 -#, python-format -msgid "Unable to find address %r" -msgstr "" - -#: nova/api/openstack/compute/contrib/os_tenant_networks.py:87 -msgid "Failed to get default networks" -msgstr "" - -#: nova/api/openstack/compute/contrib/os_tenant_networks.py:127 -msgid "Failed to update usages deallocating network." -msgstr "" - -#: nova/api/openstack/compute/contrib/server_groups.py:246 -#: nova/api/openstack/compute/plugins/v3/server_groups.py:157 -msgid "Failed to update usages deallocating server group" -msgstr "" - -#: nova/compute/api.py:593 -msgid "Failed to set instance name using multi_instance_display_name_template." -msgstr "" - -#: nova/compute/api.py:1533 -msgid "" -"Something wrong happened when trying to delete snapshot from shelved " -"instance." -msgstr "" - -#: nova/compute/api.py:3869 -msgid "Failed to update usages deallocating security group" -msgstr "" - -#: nova/compute/flavors.py:176 -#, python-format -msgid "DB error: %s" -msgstr "" - -#: nova/compute/flavors.py:187 -#, python-format -msgid "Instance type %s not found for deletion" -msgstr "" - -#: nova/compute/manager.py:372 -#, python-format -msgid "Error while trying to clean up image %s" -msgstr "" - -#: nova/compute/manager.py:787 -msgid "Failed to check if instance shared" -msgstr "" - -#: nova/compute/manager.py:853 nova/compute/manager.py:923 -msgid "Failed to complete a deletion" -msgstr "" - -#: nova/compute/manager.py:898 -msgid "Failed to cleanup snapshot." -msgstr "" - -#: nova/compute/manager.py:964 -msgid "Failed to stop instance" -msgstr "" - -#: nova/compute/manager.py:976 -msgid "Failed to start instance" -msgstr "" - -#: nova/compute/manager.py:1001 -msgid "Failed to revert crashed migration" -msgstr "" - -#: nova/compute/manager.py:1449 -msgid "Failed to dealloc network for deleted instance" -msgstr "" - -#: nova/compute/manager.py:1470 -msgid "Failed to dealloc network for failed instance" -msgstr "" - -#: nova/compute/manager.py:1546 nova/compute/manager.py:3696 -msgid "Error trying to reschedule" -msgstr "" - -#: nova/compute/manager.py:1655 -#, python-format -msgid "Instance failed network setup after %(attempts)d attempt(s)" -msgstr "" - -#: nova/compute/manager.py:1844 -msgid "Instance failed block device setup" -msgstr "" - -#: nova/compute/manager.py:1864 nova/compute/manager.py:2236 -#: nova/compute/manager.py:4252 -msgid "Instance failed to spawn" -msgstr "" - -#: nova/compute/manager.py:2059 -msgid "Unexpected build failure, not rescheduling build." -msgstr "" - -#: nova/compute/manager.py:2130 nova/compute/manager.py:2189 -msgid "Failed to allocate network(s)" -msgstr "" - -#: nova/compute/manager.py:2221 -msgid "Failure prepping block device" -msgstr "" - -#: nova/compute/manager.py:2257 -msgid "Failed to deallocate networks" -msgstr "" - -#: nova/compute/manager.py:2506 nova/compute/manager.py:3891 -#: nova/compute/manager.py:6091 -msgid "Setting instance vm_state to ERROR" -msgstr "" - -#: nova/compute/manager.py:2743 nova/compute/manager.py:5159 -#, python-format -msgid "Failed to get compute_info for %s" -msgstr "" - -#: nova/compute/manager.py:3173 -#, python-format -msgid "set_admin_password failed: %s" -msgstr "" - -#: nova/compute/manager.py:3260 -msgid "Error trying to Rescue Instance" -msgstr "" - -#: nova/compute/manager.py:3897 -#, python-format -msgid "Failed to rollback quota for failed finish_resize: %s" -msgstr "" - -#: nova/compute/manager.py:4545 -#, python-format -msgid "Failed to attach %(volume_id)s at %(mountpoint)s" -msgstr "" - -#: nova/compute/manager.py:4584 -#, python-format -msgid "Failed to detach volume %(volume_id)s from %(mp)s" -msgstr "" - -#: nova/compute/manager.py:4663 -#, python-format -msgid "Failed to swap volume %(old_volume_id)s for %(new_volume_id)s" -msgstr "" - -#: nova/compute/manager.py:4670 -#, python-format -msgid "Failed to connect to volume %(volume_id)s with volume at %(mountpoint)s" -msgstr "" - -#: nova/compute/manager.py:4957 -#, python-format -msgid "Pre live migration failed at %s" -msgstr "" - -#: nova/compute/manager.py:5472 -msgid "Periodic task failed to offload instance." -msgstr "" - -#: nova/compute/manager.py:5513 -#, python-format -msgid "Failed to generate usage audit for instance on host %s" -msgstr "" - -#: nova/compute/manager.py:5701 -msgid "" -"Periodic sync_power_state task had an error while processing an instance." -msgstr "" - -#: nova/compute/manager.py:5825 nova/compute/manager.py:5834 -#: nova/compute/manager.py:5873 nova/compute/manager.py:5884 -msgid "error during stop() in sync_power_state." -msgstr "" - -#: nova/image/s3.py:336 -#, python-format -msgid "Failed to download %(image_location)s to %(image_path)s" -msgstr "" - -#: nova/image/s3.py:353 -#, python-format -msgid "Failed to decrypt %(image_location)s to %(image_path)s" -msgstr "" - -#: nova/image/s3.py:364 -#, python-format -msgid "Failed to untar %(image_location)s to %(image_path)s" -msgstr "" - -#: nova/image/s3.py:374 -#, python-format -msgid "Failed to upload %(image_location)s to %(image_path)s" -msgstr "" - -#: nova/network/manager.py:1032 -#, python-format -msgid "Error releasing DHCP for IP %(address)s with MAC %(mac_address)s" -msgstr "" - -#: nova/network/neutronv2/api.py:235 -#, python-format -msgid "Neutron error creating port on network %s" -msgstr "" - -#: nova/network/neutronv2/api.py:440 -#, python-format -msgid "Failed to update port %s" -msgstr "" - -#: nova/network/neutronv2/api.py:807 -#, python-format -msgid "Failed to access port %s" -msgstr "" - -#: nova/network/neutronv2/api.py:1044 -#, python-format -msgid "Unable to access floating IP %s" -msgstr "" - -#: nova/network/neutronv2/api.py:1178 -#, python-format -msgid "Unable to access floating IP %(fixed_ip)s for port %(port_id)s" -msgstr "" - -#: nova/network/neutronv2/api.py:1252 -#, python-format -msgid "Unable to update host of port %s" -msgstr "" - -#: nova/objects/base.py:89 -#, python-format -msgid "Error setting %(attr)s" -msgstr "" - -#: nova/objects/instance.py:460 -#, python-format -msgid "No save handler for %s" -msgstr "" - -#: nova/objects/instance_fault.py:87 -msgid "Failed to notify cells of instance fault" -msgstr "셀에 인스턴스 결함을 알리지 못했음" - -#: nova/objects/instance_info_cache.py:82 -msgid "Failed to notify cells of instance info cache update" -msgstr "" - -#: nova/openstack/common/excutils.py:76 -#, python-format -msgid "Original exception being dropped: %s" -msgstr "기존 예외가 삭제됨: %s" - -#: nova/openstack/common/excutils.py:105 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "예기치 않은 예외 %d 번 발생하였습니다... 다시 시도중." - -#: nova/openstack/common/lockutils.py:117 -#, python-format -msgid "Could not release the acquired lock `%s`" -msgstr "" - -#: nova/openstack/common/loopingcall.py:95 -msgid "in fixed duration looping call" -msgstr "고정 기간 루프 호출에서" - -#: nova/openstack/common/loopingcall.py:138 -msgid "in dynamic looping call" -msgstr "동적 루프 호출에서" - -#: nova/openstack/common/periodic_task.py:202 -#, python-format -msgid "Error during %(full_task_name)s: %(e)s" -msgstr "%(full_task_name)s 중 오류: %(e)s" - -#: nova/openstack/common/policy.py:507 -#, python-format -msgid "Failed to understand rule %s" -msgstr "%s 규칙을 이해하는데 실패했습니다" - -#: nova/openstack/common/policy.py:517 -#, python-format -msgid "No handler for matches of kind %s" -msgstr "%s 유형의 일치에 대한 핸들러가 없음" - -#: nova/openstack/common/policy.py:787 -#, python-format -msgid "Failed to understand rule %r" -msgstr "룰 %r를 이해하지 못했습니다." - -#: nova/openstack/common/service.py:188 -msgid "Exception during rpc cleanup." -msgstr "" - -#: nova/openstack/common/service.py:276 -msgid "Unhandled exception" -msgstr "처리되지 않은 예외" - -#: nova/pci/pci_stats.py:148 -msgid "" -"Failed to allocate PCI devices for instance. Unassigning devices back to " -"pools. This should not happen, since the scheduler should have accurate " -"information, and allocation during claims is controlled via a hold on the " -"compute node semaphore" -msgstr "" - -#: nova/pci/pci_utils.py:83 nova/pci/pci_utils.py:99 nova/pci/pci_utils.py:109 -#, python-format -msgid "PCI device %s not found" -msgstr "" - -#: nova/servicegroup/drivers/db.py:110 nova/servicegroup/drivers/mc.py:105 -msgid "model server went away" -msgstr "" - -#: nova/servicegroup/drivers/zk.py:90 -msgid "" -"Unable to join. It is possible that either another node exists with the same " -"name, or this node just restarted. We will try again in a short while to " -"make sure." -msgstr "" - -#: nova/virt/disk/api.py:388 -#, python-format -msgid "" -"Failed to mount container filesystem '%(image)s' on '%(target)s': %(errors)s" -msgstr "" - -#: nova/virt/hyperv/ioutils.py:46 -#, python-format -msgid "Error writing vm console log file from serial console pipe. Error: %s" -msgstr "" - -#: nova/virt/ironic/driver.py:312 -#, python-format -msgid "" -"Failed to clean up the parameters on node %(node)s when unprovisioning the " -"instance %(instance)s" -msgstr "" - -#: nova/virt/ironic/driver.py:622 -#, python-format -msgid "" -"Error preparing deploy for instance %(instance)s on baremetal node %(node)s." -msgstr "" - -#: nova/virt/ironic/driver.py:634 -#, python-format -msgid "Failed to request Ironic to provision instance %(inst)s: %(reason)s" -msgstr "" - -#: nova/virt/ironic/driver.py:647 -#, python-format -msgid "Error deploying instance %(instance)s on baremetal node %(node)s." -msgstr "" - -#: nova/virt/libvirt/driver.py:714 -#, python-format -msgid "Nova requires libvirt version %(major)i.%(minor)i.%(micro)i or greater." -msgstr "" - -#: nova/virt/libvirt/driver.py:839 -#, python-format -msgid "Connection to libvirt failed: %s" -msgstr "" - -#: nova/virt/libvirt/driver.py:1005 -#, python-format -msgid "Error from libvirt during destroy. Code=%(errcode)s Error=%(e)s" -msgstr "" - -#: nova/virt/libvirt/driver.py:1083 -#, python-format -msgid "Error from libvirt during undefine. Code=%(errcode)s Error=%(e)s" -msgstr "" - -#: nova/virt/libvirt/driver.py:1110 -#, python-format -msgid "Error from libvirt during unfilter. Code=%(errcode)s Error=%(e)s" -msgstr "" - -#: nova/virt/libvirt/driver.py:1564 -msgid "attaching network adapter failed." -msgstr "" - -#: nova/virt/libvirt/driver.py:1591 -msgid "detaching network adapter failed." -msgstr "" - -#: nova/virt/libvirt/driver.py:1855 -msgid "Failed to send updated snapshot status to volume service." -msgstr "" - -#: nova/virt/libvirt/driver.py:1962 -msgid "" -"Unable to create quiesced VM snapshot, attempting again with quiescing " -"disabled." -msgstr "" - -#: nova/virt/libvirt/driver.py:1968 -msgid "Unable to create VM snapshot, failing volume_snapshot operation." -msgstr "" - -#: nova/virt/libvirt/driver.py:2016 -msgid "" -"Error occurred during volume_snapshot_create, sending error status to Cinder." -msgstr "" - -#: nova/virt/libvirt/driver.py:2238 -msgid "" -"Error occurred during volume_snapshot_delete, sending error status to Cinder." -msgstr "" - -#: nova/virt/libvirt/driver.py:2787 nova/virt/libvirt/driver.py:2792 -#, python-format -msgid "Error on '%(path)s' while checking direct I/O: '%(ex)s'" -msgstr "" - -#: nova/virt/libvirt/driver.py:2915 -#, python-format -msgid "Error injecting data into image %(img_id)s (%(e)s)" -msgstr "" - -#: nova/virt/libvirt/driver.py:3082 -#, python-format -msgid "Creating config drive failed with error: %s" -msgstr "" - -#: nova/virt/libvirt/driver.py:3185 -#, python-format -msgid "Attaching PCI devices %(dev)s to %(dom)s failed." -msgstr "" - -#: nova/virt/libvirt/driver.py:4343 -#, python-format -msgid "Error defining a domain with XML: %s" -msgstr "" - -#: nova/virt/libvirt/driver.py:4347 -#, python-format -msgid "Error launching a defined domain with XML: %s" -msgstr "" - -#: nova/virt/libvirt/driver.py:4352 -#, python-format -msgid "Error enabling hairpin mode with XML: %s" -msgstr "" - -#: nova/virt/libvirt/driver.py:4363 -#, python-format -msgid "Neutron Reported failure on event %(event)s for instance %(uuid)s" -msgstr "" - -#: nova/virt/libvirt/driver.py:4675 -#, python-format -msgid "" -"Hostname has changed from %(old)s to %(new)s. A restart is required to take " -"effect." -msgstr "" - -#: nova/virt/libvirt/driver.py:5382 -#, python-format -msgid "Live Migration failure: %s" -msgstr "" - -#: nova/virt/libvirt/driver.py:6264 -#, python-format -msgid "Failed to cleanup directory %(target)s: %(e)s" -msgstr "" - -#: nova/virt/libvirt/imagebackend.py:226 -#, python-format -msgid "Unable to preallocate_images=%(imgs)s at path: %(path)s" -msgstr "" - -#: nova/virt/libvirt/imagebackend.py:253 -#, python-format -msgid "" -"%(base)s virtual size %(base_size)s larger than flavor root disk size " -"%(size)s" -msgstr "" - -#: nova/virt/libvirt/imagebackend.py:561 -msgid "Failed to retrieve ephemeral encryption key" -msgstr "" - -#: nova/virt/libvirt/imagecache.py:129 -#, python-format -msgid "Error reading image info file %(filename)s: %(error)s" -msgstr "" - -#: nova/virt/libvirt/imagecache.py:390 -#, python-format -msgid "image %(id)s at (%(base_file)s): image verification failed" -msgstr "" - -#: nova/virt/libvirt/imagecache.py:447 -#, python-format -msgid "Failed to remove %(base_file)s, error was %(error)s" -msgstr "" - -#: nova/virt/libvirt/lvm.py:230 -#, python-format -msgid "ignoring unrecognized volume_clear='%s' value" -msgstr "" - -#: nova/virt/libvirt/rbd_utils.py:62 -#, python-format -msgid "error opening rbd image %s" -msgstr "" - -#: nova/virt/libvirt/vif.py:478 nova/virt/libvirt/vif.py:501 -#: nova/virt/libvirt/vif.py:523 -msgid "Failed while plugging vif" -msgstr "" - -#: nova/virt/libvirt/vif.py:573 nova/virt/libvirt/vif.py:587 -#: nova/virt/libvirt/vif.py:606 nova/virt/libvirt/vif.py:625 -#: nova/virt/libvirt/vif.py:649 nova/virt/libvirt/vif.py:669 -msgid "Failed while unplugging vif" -msgstr "" - -#: nova/virt/libvirt/volume.py:141 -#, python-format -msgid "Unknown content in connection_info/access_mode: %s" -msgstr "" - -#: nova/virt/libvirt/volume.py:691 -#, python-format -msgid "Couldn't unmount the NFS share %s" -msgstr "" - -#: nova/virt/libvirt/volume.py:859 -#, python-format -msgid "Couldn't unmount the GlusterFS share %s" -msgstr "" - -#: nova/virt/vmwareapi/vmops.py:1408 -#, python-format -msgid "Attaching network adapter failed. Exception: %s" -msgstr "" - -#: nova/virt/vmwareapi/vmops.py:1448 -#, python-format -msgid "Detaching network adapter failed. Exception: %s" -msgstr "" - -#: nova/virt/vmwareapi/vmops.py:1520 -#, python-format -msgid "" -"Failed to copy cached image %(source)s to %(dest)s for resize: %(error)s" -msgstr "" diff --git a/nova/locale/nova.pot b/nova/locale/nova.pot index 4d171d265341..650233b0ae0d 100644 --- a/nova/locale/nova.pot +++ b/nova/locale/nova.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: nova 2014.2.dev569.g3556e51\n" +"Project-Id-Version: nova 2014.2.a13.ged18855\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-09-30 06:38+0000\n" +"POT-Creation-Date: 2014-10-09 12:22+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -3524,9 +3524,9 @@ msgstr "" #: nova/api/openstack/compute/contrib/networks_associate.py:41 #: nova/api/openstack/compute/contrib/networks_associate.py:57 #: nova/api/openstack/compute/contrib/networks_associate.py:75 -#: nova/api/openstack/compute/contrib/os_networks.py:87 -#: nova/api/openstack/compute/contrib/os_networks.py:102 -#: nova/api/openstack/compute/contrib/os_networks.py:115 +#: nova/api/openstack/compute/contrib/os_networks.py:106 +#: nova/api/openstack/compute/contrib/os_networks.py:121 +#: nova/api/openstack/compute/contrib/os_networks.py:134 #: nova/api/openstack/compute/contrib/os_tenant_networks.py:114 #: nova/api/openstack/compute/contrib/os_tenant_networks.py:146 msgid "Network not found" @@ -3544,27 +3544,27 @@ msgstr "" msgid "Associate host is not implemented by the configured Network API" msgstr "" -#: nova/api/openstack/compute/contrib/os_networks.py:90 +#: nova/api/openstack/compute/contrib/os_networks.py:109 msgid "Disassociate network is not implemented by the configured Network API" msgstr "" -#: nova/api/openstack/compute/contrib/os_networks.py:127 +#: nova/api/openstack/compute/contrib/os_networks.py:146 msgid "Missing network in body" msgstr "" -#: nova/api/openstack/compute/contrib/os_networks.py:131 +#: nova/api/openstack/compute/contrib/os_networks.py:150 msgid "Network label is required" msgstr "" -#: nova/api/openstack/compute/contrib/os_networks.py:135 +#: nova/api/openstack/compute/contrib/os_networks.py:154 msgid "Network cidr or cidr_v6 is required" msgstr "" -#: nova/api/openstack/compute/contrib/os_networks.py:179 +#: nova/api/openstack/compute/contrib/os_networks.py:198 msgid "VLAN support must be enabled" msgstr "" -#: nova/api/openstack/compute/contrib/os_networks.py:182 +#: nova/api/openstack/compute/contrib/os_networks.py:201 #, python-format msgid "Cannot associate network %(network)s with project %(project)s: %(message)s" msgstr "" @@ -4019,11 +4019,11 @@ msgstr "" msgid "Returning exception %s to caller" msgstr "" -#: nova/cells/rpcapi.py:379 +#: nova/cells/rpcapi.py:384 msgid "Failed to notify cells of BDM update/create." msgstr "" -#: nova/cells/rpcapi.py:395 +#: nova/cells/rpcapi.py:400 msgid "Failed to notify cells of BDM destroy." msgstr "" @@ -4673,119 +4673,119 @@ msgstr "" msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2946 +#: nova/compute/api.py:2944 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2966 +#: nova/compute/api.py:2964 msgid "Old volume is attached to a different instance." msgstr "" -#: nova/compute/api.py:2969 +#: nova/compute/api.py:2967 msgid "New volume must be detached in order to swap." msgstr "" -#: nova/compute/api.py:2972 +#: nova/compute/api.py:2970 msgid "New volume must be the same size or larger." msgstr "" -#: nova/compute/api.py:3179 +#: nova/compute/api.py:3177 #, python-format msgid "Instance compute service state on %s expected to be down, but it was up." msgstr "" -#: nova/compute/api.py:3484 +#: nova/compute/api.py:3482 msgid "Host aggregate is not empty" msgstr "" -#: nova/compute/api.py:3517 +#: nova/compute/api.py:3515 #, python-format msgid "More than 1 AZ for host %s" msgstr "" -#: nova/compute/api.py:3552 +#: nova/compute/api.py:3550 #, python-format msgid "Host already in availability zone %s" msgstr "" -#: nova/compute/api.py:3640 nova/tests/compute/test_keypairs.py:137 +#: nova/compute/api.py:3638 nova/tests/compute/test_keypairs.py:137 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:3646 nova/tests/compute/test_keypairs.py:127 +#: nova/compute/api.py:3644 nova/tests/compute/test_keypairs.py:127 #: nova/tests/compute/test_keypairs.py:132 msgid "Keypair name must be string and between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:3734 +#: nova/compute/api.py:3732 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:3744 +#: nova/compute/api.py:3742 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)s'." msgstr "" -#: nova/compute/api.py:3764 +#: nova/compute/api.py:3762 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:3767 +#: nova/compute/api.py:3765 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:3779 +#: nova/compute/api.py:3777 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:3792 +#: nova/compute/api.py:3790 #, python-format msgid "Unable to update system group '%s'" msgstr "" -#: nova/compute/api.py:3854 +#: nova/compute/api.py:3852 #, python-format msgid "Unable to delete system group '%s'" msgstr "" -#: nova/compute/api.py:3859 +#: nova/compute/api.py:3857 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:3872 +#: nova/compute/api.py:3870 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3948 nova/compute/api.py:4031 +#: nova/compute/api.py:3946 nova/compute/api.py:4029 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3964 +#: nova/compute/api.py:3962 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3967 +#: nova/compute/api.py:3965 #, python-format msgid "" "Security group %(name)s added %(protocol)s ingress " "(%(from_port)s:%(to_port)s)" msgstr "" -#: nova/compute/api.py:3982 +#: nova/compute/api.py:3980 #, python-format msgid "" "Security group %(name)s removed %(protocol)s ingress " "(%(from_port)s:%(to_port)s)" msgstr "" -#: nova/compute/api.py:4038 +#: nova/compute/api.py:4036 msgid "Security group id should be integer" msgstr "" @@ -5187,112 +5187,112 @@ msgstr "" msgid "Get console output" msgstr "" -#: nova/compute/manager.py:4536 +#: nova/compute/manager.py:4540 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:4561 +#: nova/compute/manager.py:4565 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:4572 +#: nova/compute/manager.py:4576 msgid "Detaching volume from unknown instance" msgstr "" -#: nova/compute/manager.py:4766 +#: nova/compute/manager.py:4770 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:4790 +#: nova/compute/manager.py:4794 #, python-format msgid "Port %s is not attached" msgstr "" -#: nova/compute/manager.py:4802 nova/tests/compute/test_compute.py:11062 +#: nova/compute/manager.py:4806 nova/tests/compute/test_compute.py:11061 #, python-format msgid "Host %s not found" msgstr "" -#: nova/compute/manager.py:5020 +#: nova/compute/manager.py:5024 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:5100 +#: nova/compute/manager.py:5104 #, python-format msgid "Migrating instance to %s finished successfully." msgstr "" -#: nova/compute/manager.py:5102 +#: nova/compute/manager.py:5106 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:5127 +#: nova/compute/manager.py:5131 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:5332 +#: nova/compute/manager.py:5336 msgid "An error occurred while refreshing the network cache." msgstr "" -#: nova/compute/manager.py:5385 +#: nova/compute/manager.py:5389 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:5390 +#: nova/compute/manager.py:5394 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:5399 +#: nova/compute/manager.py:5403 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:5409 +#: nova/compute/manager.py:5413 #, python-format msgid "Instance %s not found" msgstr "" -#: nova/compute/manager.py:5414 +#: nova/compute/manager.py:5418 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:5432 +#: nova/compute/manager.py:5436 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:5443 +#: nova/compute/manager.py:5447 #, python-format msgid "Error auto-confirming resize: %s. Will retry later." msgstr "" -#: nova/compute/manager.py:5493 +#: nova/compute/manager.py:5497 #, 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:5542 +#: nova/compute/manager.py:5546 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:5564 +#: nova/compute/manager.py:5568 msgid "Bandwidth usage not supported by hypervisor." msgstr "" -#: nova/compute/manager.py:5685 +#: nova/compute/manager.py:5689 #, python-format msgid "" "While synchronizing instance power states, found %(num_db_instances)s " @@ -5300,102 +5300,102 @@ msgid "" "hypervisor." msgstr "" -#: nova/compute/manager.py:5765 +#: nova/compute/manager.py:5769 #, 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:5778 +#: nova/compute/manager.py:5782 #, python-format msgid "During sync_power_state the instance has a pending task (%(task)s). Skip." msgstr "" -#: nova/compute/manager.py:5830 +#: nova/compute/manager.py:5834 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:5846 +#: nova/compute/manager.py:5850 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:5852 +#: nova/compute/manager.py:5856 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:5880 +#: nova/compute/manager.py:5884 msgid "Paused instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:5894 +#: nova/compute/manager.py:5898 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:5924 +#: nova/compute/manager.py:5928 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:5928 +#: nova/compute/manager.py:5932 #, python-format msgid "Periodic reclaim failed to delete instance: %s" msgstr "" -#: nova/compute/manager.py:5954 +#: nova/compute/manager.py:5958 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:5963 nova/compute/resource_tracker.py:436 +#: nova/compute/manager.py:5967 nova/compute/resource_tracker.py:436 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:6005 +#: nova/compute/manager.py:6009 #, python-format msgid "" "Detected instance with name label '%s' which is marked as DELETED but " "still present on host." msgstr "" -#: nova/compute/manager.py:6011 +#: nova/compute/manager.py:6015 #, 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:6020 +#: nova/compute/manager.py:6024 msgid "set_bootable is not implemented for the current driver" msgstr "" -#: nova/compute/manager.py:6025 +#: nova/compute/manager.py:6029 msgid "Failed to power off instance" msgstr "" -#: nova/compute/manager.py:6029 +#: nova/compute/manager.py:6033 #, python-format msgid "" "Destroying instance with name label '%s' which is marked as DELETED but " "still present on host." msgstr "" -#: nova/compute/manager.py:6039 +#: nova/compute/manager.py:6043 #, python-format msgid "Periodic cleanup failed to delete instance: %s" msgstr "" -#: nova/compute/manager.py:6043 +#: nova/compute/manager.py:6047 #, python-format msgid "Unrecognized value '%s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:6075 +#: nova/compute/manager.py:6079 #, python-format msgid "Setting instance back to %(state)s after: %(error)s" msgstr "" -#: nova/compute/manager.py:6085 +#: nova/compute/manager.py:6089 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -5488,11 +5488,11 @@ msgstr "" msgid "Missing keys: %s" msgstr "" -#: nova/compute/rpcapi.py:57 +#: nova/compute/rpcapi.py:58 msgid "No compute host specified" msgstr "" -#: nova/compute/rpcapi.py:59 +#: nova/compute/rpcapi.py:60 #, python-format msgid "Unable to find host for Instance %s" msgstr "" @@ -5585,25 +5585,25 @@ msgid "" "%(instance_uuid)s during live migration" msgstr "" -#: nova/console/websocketproxy.py:50 +#: nova/console/websocketproxy.py:63 msgid "Invalid Token" msgstr "" -#: nova/console/websocketproxy.py:52 +#: nova/console/websocketproxy.py:65 #, python-format msgid "connect info: %s" msgstr "" -#: nova/console/websocketproxy.py:57 +#: nova/console/websocketproxy.py:70 #, python-format msgid "connecting to: %(host)s:%(port)s" msgstr "" -#: nova/console/websocketproxy.py:69 +#: nova/console/websocketproxy.py:82 msgid "Invalid Connection Info" msgstr "" -#: nova/console/websocketproxy.py:80 +#: nova/console/websocketproxy.py:93 #, python-format msgid "%(host)s:%(port)s: Target closed" msgstr "" @@ -6495,11 +6495,11 @@ msgstr "" msgid "%r failed. Retrying." msgstr "" -#: nova/openstack/common/processutils.py:250 +#: nova/openstack/common/processutils.py:251 msgid "Environment not supported over SSH" msgstr "" -#: nova/openstack/common/processutils.py:254 +#: nova/openstack/common/processutils.py:255 msgid "process_input not supported over SSH" msgstr "" @@ -6765,30 +6765,30 @@ msgstr "" #: nova/tests/compute/test_compute.py:1833 #: nova/tests/compute/test_compute.py:1860 -#: nova/tests/compute/test_compute.py:1938 -#: nova/tests/compute/test_compute.py:1978 -#: nova/tests/compute/test_compute.py:5841 +#: nova/tests/compute/test_compute.py:1940 +#: nova/tests/compute/test_compute.py:1980 +#: nova/tests/compute/test_compute.py:5843 #, python-format msgid "Running instances: %s" msgstr "" #: nova/tests/compute/test_compute.py:1840 -#: nova/tests/compute/test_compute.py:1908 -#: nova/tests/compute/test_compute.py:1946 +#: nova/tests/compute/test_compute.py:1910 +#: nova/tests/compute/test_compute.py:1948 #, python-format msgid "After terminating instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:5852 +#: nova/tests/compute/test_compute.py:5854 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:6476 +#: nova/tests/compute/test_compute.py:6478 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:11270 +#: nova/tests/compute/test_compute.py:11269 msgid "spawn error" msgstr "" @@ -6851,7 +6851,7 @@ msgid "" "%(result_str)s: %(result)s" msgstr "" -#: nova/tests/integrated/api/client.py:39 +#: nova/tests/integrated/api/client.py:38 #, python-format msgid "" "%(message)s\n" @@ -6859,29 +6859,19 @@ msgid "" "Body: %(_body)s" msgstr "" -#: nova/tests/integrated/api/client.py:50 +#: nova/tests/integrated/api/client.py:49 msgid "Authentication error" msgstr "" -#: nova/tests/integrated/api/client.py:58 +#: nova/tests/integrated/api/client.py:57 msgid "Authorization error" msgstr "" -#: nova/tests/integrated/api/client.py:66 +#: nova/tests/integrated/api/client.py:65 msgid "Item not found" msgstr "" -#: nova/tests/integrated/api/client.py:108 -#, python-format -msgid "Doing %(method)s on %(relative_url)s" -msgstr "" - -#: nova/tests/integrated/api/client.py:111 -#, python-format -msgid "Body: %s" -msgstr "" - -#: nova/tests/integrated/api/client.py:171 +#: nova/tests/integrated/api/client.py:143 msgid "Unexpected status code" msgstr "" @@ -7740,12 +7730,12 @@ msgstr "" msgid "Spawning new instance" msgstr "" -#: nova/virt/hyperv/vmops.py:337 nova/virt/vmwareapi/vmops.py:508 +#: nova/virt/hyperv/vmops.py:337 nova/virt/vmwareapi/vmops.py:507 #, python-format msgid "Invalid config_drive_format \"%s\"" msgstr "" -#: nova/virt/hyperv/vmops.py:340 nova/virt/vmwareapi/vmops.py:512 +#: nova/virt/hyperv/vmops.py:340 nova/virt/vmwareapi/vmops.py:511 msgid "Using config drive for instance" msgstr "" @@ -7754,7 +7744,7 @@ msgstr "" msgid "Creating config drive at %(path)s" msgstr "" -#: nova/virt/hyperv/vmops.py:361 nova/virt/vmwareapi/vmops.py:537 +#: nova/virt/hyperv/vmops.py:361 nova/virt/vmwareapi/vmops.py:536 #, python-format msgid "Creating config drive failed with error: %s" msgstr "" @@ -7846,50 +7836,50 @@ msgid "" "%(total)d" msgstr "" -#: nova/virt/ironic/driver.py:292 +#: nova/virt/ironic/driver.py:300 #, python-format msgid "" "Failed to add deploy parameters on node %(node)s when provisioning the " "instance %(instance)s" msgstr "" -#: nova/virt/ironic/driver.py:315 +#: nova/virt/ironic/driver.py:323 #, python-format msgid "Fail to clean up node %s parameters" msgstr "" -#: nova/virt/ironic/driver.py:340 +#: nova/virt/ironic/driver.py:348 #, python-format msgid "Failed to provision instance %(inst)s: %(reason)s" msgstr "" -#: nova/virt/ironic/driver.py:587 +#: nova/virt/ironic/driver.py:604 #, python-format msgid "Ironic node uuid not supplied to driver for instance %s." msgstr "" -#: nova/virt/ironic/driver.py:609 +#: nova/virt/ironic/driver.py:626 #, python-format msgid "" "Ironic node: %(id)s failed to validate. (deploy: %(deploy)s, power: " "%(power)s)" msgstr "" -#: nova/virt/ironic/driver.py:679 +#: nova/virt/ironic/driver.py:696 #, python-format msgid "" "Error destroying the instance on node %(node)s. Provision state still " "'%(state)s'." msgstr "" -#: nova/virt/ironic/driver.py:864 +#: nova/virt/ironic/driver.py:909 #, python-format msgid "" "Ironic node: %(id)s virtual to physical interface count missmatch (Vif " "count: %(vif_count)d, Pif count: %(pif_count)d)" msgstr "" -#: nova/virt/ironic/driver.py:987 +#: nova/virt/ironic/driver.py:1032 #, python-format msgid "Failed to request Ironic to rebuild instance %(inst)s: %(reason)s" msgstr "" @@ -7909,182 +7899,182 @@ msgstr "" msgid "Unable to determine disk bus for '%s'" msgstr "" -#: nova/virt/libvirt/driver.py:446 +#: nova/virt/libvirt/driver.py:448 #, python-format msgid "" "Unexpected sysinfo_serial setting '%(actual)s'. Permitted values are " "%(expect)s'" msgstr "" -#: nova/virt/libvirt/driver.py:617 +#: nova/virt/libvirt/driver.py:619 #, python-format msgid "Connection to libvirt lost: %s" msgstr "" -#: nova/virt/libvirt/driver.py:814 +#: nova/virt/libvirt/driver.py:816 #, python-format msgid "Can not handle authentication request for %d credentials" msgstr "" -#: nova/virt/libvirt/driver.py:1000 +#: nova/virt/libvirt/driver.py:1002 msgid "operation time out" msgstr "" -#: nova/virt/libvirt/driver.py:1366 +#: nova/virt/libvirt/driver.py:1368 #, python-format msgid "" "Volume sets block size, but the current libvirt hypervisor '%s' does not " "support custom block size" msgstr "" -#: nova/virt/libvirt/driver.py:1373 +#: nova/virt/libvirt/driver.py:1375 #, python-format msgid "Volume sets block size, but libvirt '%s' or later is required." msgstr "" -#: nova/virt/libvirt/driver.py:1401 +#: nova/virt/libvirt/driver.py:1403 #, python-format msgid "Failed to attach volume at mountpoint: %s" msgstr "" -#: nova/virt/libvirt/driver.py:1473 +#: nova/virt/libvirt/driver.py:1475 msgid "Swap only supports host devices" msgstr "" -#: nova/virt/libvirt/driver.py:1769 +#: nova/virt/libvirt/driver.py:1771 msgid "libvirt error while requesting blockjob info." msgstr "" -#: nova/virt/libvirt/driver.py:1913 +#: nova/virt/libvirt/driver.py:1915 msgid "Found no disk to snapshot." msgstr "" -#: nova/virt/libvirt/driver.py:2005 +#: nova/virt/libvirt/driver.py:2007 #, python-format msgid "Unknown type: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2010 +#: nova/virt/libvirt/driver.py:2012 msgid "snapshot_id required in create_info" msgstr "" -#: nova/virt/libvirt/driver.py:2067 +#: nova/virt/libvirt/driver.py:2069 #, python-format msgid "Libvirt '%s' or later is required for online deletion of volume snapshots." msgstr "" -#: nova/virt/libvirt/driver.py:2074 +#: nova/virt/libvirt/driver.py:2076 #, python-format msgid "Unknown delete_info type %s" msgstr "" -#: nova/virt/libvirt/driver.py:2110 +#: nova/virt/libvirt/driver.py:2112 #, python-format msgid "Disk with id: %s not found attached to instance." msgstr "" -#: nova/virt/libvirt/driver.py:2119 +#: nova/virt/libvirt/driver.py:2121 msgid "filename cannot be None" msgstr "" -#: nova/virt/libvirt/driver.py:2148 +#: nova/virt/libvirt/driver.py:2150 #, python-format msgid "no match found for %s" msgstr "" -#: nova/virt/libvirt/driver.py:2205 +#: nova/virt/libvirt/driver.py:2207 #, python-format msgid "" "Relative blockcommit support was not detected. Libvirt '%s' or later is " "required for online deletion of network storage-backed volume snapshots." msgstr "" -#: nova/virt/libvirt/driver.py:2698 nova/virt/xenapi/vmops.py:1645 +#: nova/virt/libvirt/driver.py:2700 nova/virt/xenapi/vmops.py:1645 msgid "Guest does not have a console available" msgstr "" -#: nova/virt/libvirt/driver.py:3030 +#: nova/virt/libvirt/driver.py:3032 #, python-format msgid "%s format is not supported" msgstr "" -#: nova/virt/libvirt/driver.py:3137 +#: nova/virt/libvirt/driver.py:3139 #, python-format msgid "Detaching PCI devices with libvirt < %(ver)s is not permitted" msgstr "" -#: nova/virt/libvirt/driver.py:3227 +#: nova/virt/libvirt/driver.py:3229 #, python-format msgid "Detaching SR-IOV ports with libvirt < %(ver)s is not permitted" msgstr "" -#: nova/virt/libvirt/driver.py:3344 +#: nova/virt/libvirt/driver.py:3346 #, python-format msgid "" "Config requested an explicit CPU model, but the current libvirt " "hypervisor '%s' does not support selecting CPU models" msgstr "" -#: nova/virt/libvirt/driver.py:3350 +#: nova/virt/libvirt/driver.py:3352 msgid "Config requested a custom CPU model, but no model name was provided" msgstr "" -#: nova/virt/libvirt/driver.py:3354 +#: nova/virt/libvirt/driver.py:3356 msgid "A CPU model name should not be set when a host CPU model is requested" msgstr "" -#: nova/virt/libvirt/driver.py:3389 +#: nova/virt/libvirt/driver.py:3391 #, python-format msgid "" "Volume sets discard option, but libvirt %(libvirt)s or later is required," " qemu %(qemu)s or later is required." msgstr "" -#: nova/virt/libvirt/driver.py:4174 +#: nova/virt/libvirt/driver.py:4176 #, python-format msgid "" "Error from libvirt while looking up %(instance_id)s: [Error Code " "%(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:4195 +#: nova/virt/libvirt/driver.py:4197 #, python-format msgid "" "Error from libvirt while looking up %(instance_name)s: [Error Code " "%(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:4218 +#: nova/virt/libvirt/driver.py:4220 #, python-format msgid "" "Error from libvirt while getting domain info for %(instance_name)s: " "[Error Code %(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:4514 +#: nova/virt/libvirt/driver.py:4516 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:4639 +#: nova/virt/libvirt/driver.py:4641 msgid "libvirt version is too old (does not support getVersion)" msgstr "" -#: nova/virt/libvirt/driver.py:5024 +#: nova/virt/libvirt/driver.py:5029 msgid "Block migration can not be used with shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:5033 +#: nova/virt/libvirt/driver.py:5038 msgid "Live migration can not be used without shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:5106 +#: nova/virt/libvirt/driver.py:5111 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" msgstr "" -#: nova/virt/libvirt/driver.py:5145 +#: nova/virt/libvirt/driver.py:5150 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -8094,12 +8084,12 @@ msgid "" "Refer to %(u)s" msgstr "" -#: nova/virt/libvirt/driver.py:5208 +#: nova/virt/libvirt/driver.py:5213 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:5277 +#: nova/virt/libvirt/driver.py:5282 msgid "" "Your libvirt version does not support the VIR_DOMAIN_XML_MIGRATABLE flag " "or your destination node does not support retrieving listen addresses. " @@ -8108,7 +8098,7 @@ msgid "" "address (0.0.0.0 or ::) or the local address (127.0.0.1 or ::1)." msgstr "" -#: nova/virt/libvirt/driver.py:5294 +#: nova/virt/libvirt/driver.py:5299 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" @@ -8118,14 +8108,14 @@ msgid "" "succeed, but the VM will continue to listen on the current addresses." msgstr "" -#: nova/virt/libvirt/driver.py:5701 +#: nova/virt/libvirt/driver.py:5706 #, 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:5836 +#: nova/virt/libvirt/driver.py:5841 msgid "Unable to resize disk down." msgstr "" @@ -8376,26 +8366,26 @@ msgstr "" msgid "Unable to retrieve value for %(path)s Reason: %(reason)s" msgstr "" -#: nova/virt/vmwareapi/vm_util.py:227 +#: nova/virt/vmwareapi/vm_util.py:226 #, python-format msgid "%s is not supported." msgstr "" -#: nova/virt/vmwareapi/vm_util.py:1057 +#: nova/virt/vmwareapi/vm_util.py:1055 msgid "No host available on cluster" msgstr "" -#: nova/virt/vmwareapi/vm_util.py:1151 +#: nova/virt/vmwareapi/vm_util.py:1149 #, python-format msgid "Failed to get cluster references %s" msgstr "" -#: nova/virt/vmwareapi/vm_util.py:1163 +#: nova/virt/vmwareapi/vm_util.py:1161 #, python-format msgid "Failed to get resource pool references %s" msgstr "" -#: nova/virt/vmwareapi/vm_util.py:1353 +#: nova/virt/vmwareapi/vm_util.py:1351 msgid "vmwareapi:vm_util:clone_vmref_for_instance, called with vm_ref=None" msgstr "" @@ -8413,74 +8403,74 @@ msgstr "" msgid "disk type '%s' not supported" msgstr "" -#: nova/virt/vmwareapi/vmops.py:736 +#: nova/virt/vmwareapi/vmops.py:735 msgid "instance is not powered on" msgstr "" -#: nova/virt/vmwareapi/vmops.py:764 +#: nova/virt/vmwareapi/vmops.py:763 msgid "Instance does not exist on backend" msgstr "" -#: nova/virt/vmwareapi/vmops.py:791 +#: nova/virt/vmwareapi/vmops.py:790 #, python-format msgid "" "In vmwareapi:vmops:_destroy_instance, got this exception while un-" "registering the VM: %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:814 +#: nova/virt/vmwareapi/vmops.py:813 msgid "" "In vmwareapi:vmops:_destroy_instance, exception while deleting the VM " "contents from the disk" msgstr "" -#: nova/virt/vmwareapi/vmops.py:846 +#: nova/virt/vmwareapi/vmops.py:860 msgid "pause not supported for vmwareapi" msgstr "" -#: nova/virt/vmwareapi/vmops.py:850 +#: nova/virt/vmwareapi/vmops.py:864 msgid "unpause not supported for vmwareapi" msgstr "" -#: nova/virt/vmwareapi/vmops.py:868 +#: nova/virt/vmwareapi/vmops.py:882 msgid "instance is powered off and cannot be suspended." msgstr "" -#: nova/virt/vmwareapi/vmops.py:888 +#: nova/virt/vmwareapi/vmops.py:902 msgid "instance is not in a suspended state" msgstr "" -#: nova/virt/vmwareapi/vmops.py:988 +#: nova/virt/vmwareapi/vmops.py:1002 msgid "Unable to shrink disk." msgstr "" -#: nova/virt/vmwareapi/vmops.py:1047 +#: nova/virt/vmwareapi/vmops.py:1061 #, python-format msgid "" "In vmwareapi:vmops:confirm_migration, got this exception while destroying" " the VM: %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1123 nova/virt/xenapi/vmops.py:1584 +#: nova/virt/vmwareapi/vmops.py:1137 nova/virt/xenapi/vmops.py:1584 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1127 nova/virt/xenapi/vmops.py:1588 +#: nova/virt/vmwareapi/vmops.py:1141 nova/virt/xenapi/vmops.py:1588 msgid "Automatically hard rebooting" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1425 +#: nova/virt/vmwareapi/vmops.py:1441 #, python-format msgid "No device with interface-id %s exists on VM" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1435 +#: nova/virt/vmwareapi/vmops.py:1451 #, python-format msgid "No device with MAC address %s exists on the VM" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1517 +#: nova/virt/vmwareapi/vmops.py:1533 #, python-format msgid "Root disk file creation failed - %s" msgstr "" diff --git a/nova/locale/pt_BR/LC_MESSAGES/nova-log-error.po b/nova/locale/pt_BR/LC_MESSAGES/nova-log-error.po deleted file mode 100644 index e629da17dc54..000000000000 --- a/nova/locale/pt_BR/LC_MESSAGES/nova-log-error.po +++ /dev/null @@ -1,687 +0,0 @@ -# Translations template for nova. -# Copyright (C) 2014 ORGANIZATION -# This file is distributed under the same license as the nova project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: nova\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-09-25 06:15+0000\n" -"PO-Revision-Date: 2014-06-14 19:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/nova/" -"language/pt_BR/)\n" -"Language: pt_BR\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#: nova/hooks.py:84 -#, python-format -msgid "Fatal Exception running %(name)s pre-hook: %(obj)s" -msgstr "" - -#: nova/hooks.py:89 -#, python-format -msgid "Exception running %(name)s pre-hook: %(obj)s" -msgstr "" - -#: nova/hooks.py:105 -#, python-format -msgid "Fatal Exception running %(name)s post-hook: %(obj)s" -msgstr "" - -#: nova/hooks.py:110 -#, python-format -msgid "Exception running %(name)s post-hook: %(obj)s" -msgstr "" - -#: nova/api/ec2/__init__.py:244 -#, python-format -msgid "Keystone failure: %s" -msgstr "" - -#: nova/api/ec2/__init__.py:493 -#, python-format -msgid "Unexpected %(ex_name)s raised: %(ex_str)s" -msgstr "" - -#: nova/api/ec2/__init__.py:520 -#, python-format -msgid "Environment: %s" -msgstr "" - -#: nova/api/metadata/handler.py:155 -#, python-format -msgid "Failed to get metadata for ip: %s" -msgstr "" - -#: nova/api/metadata/handler.py:212 -#, python-format -msgid "Failed to get metadata for instance id: %s" -msgstr "" - -#: nova/api/openstack/common.py:134 -#, python-format -msgid "" -"status is UNKNOWN from vm_state=%(vm_state)s task_state=%(task_state)s. Bad " -"upgrade or db corrupted?" -msgstr "" - -#: nova/api/openstack/wsgi.py:684 -#, python-format -msgid "Exception handling resource: %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:70 -#, python-format -msgid "Compute.api::pause %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:93 -#, python-format -msgid "Compute.api::unpause %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:116 -#, python-format -msgid "compute.api::suspend %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:139 -#, python-format -msgid "compute.api::resume %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:164 -#, python-format -msgid "Error in migrate %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:184 -#, python-format -msgid "Compute.api::reset_network %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:204 -#, python-format -msgid "Compute.api::inject_network_info %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:222 -#, python-format -msgid "Compute.api::lock %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:242 -#, python-format -msgid "Compute.api::unlock %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:398 -#, python-format -msgid "Compute.api::resetState %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/multinic.py:85 -#, python-format -msgid "Unable to find address %r" -msgstr "" - -#: nova/api/openstack/compute/contrib/os_tenant_networks.py:87 -msgid "Failed to get default networks" -msgstr "" - -#: nova/api/openstack/compute/contrib/os_tenant_networks.py:127 -msgid "Failed to update usages deallocating network." -msgstr "" - -#: nova/api/openstack/compute/contrib/server_groups.py:246 -#: nova/api/openstack/compute/plugins/v3/server_groups.py:157 -msgid "Failed to update usages deallocating server group" -msgstr "" - -#: nova/compute/api.py:593 -msgid "Failed to set instance name using multi_instance_display_name_template." -msgstr "" - -#: nova/compute/api.py:1533 -msgid "" -"Something wrong happened when trying to delete snapshot from shelved " -"instance." -msgstr "" - -#: nova/compute/api.py:3869 -msgid "Failed to update usages deallocating security group" -msgstr "" - -#: nova/compute/flavors.py:176 -#, python-format -msgid "DB error: %s" -msgstr "" - -#: nova/compute/flavors.py:187 -#, python-format -msgid "Instance type %s not found for deletion" -msgstr "" - -#: nova/compute/manager.py:372 -#, python-format -msgid "Error while trying to clean up image %s" -msgstr "" - -#: nova/compute/manager.py:787 -msgid "Failed to check if instance shared" -msgstr "" - -#: nova/compute/manager.py:853 nova/compute/manager.py:923 -msgid "Failed to complete a deletion" -msgstr "" - -#: nova/compute/manager.py:898 -msgid "Failed to cleanup snapshot." -msgstr "" - -#: nova/compute/manager.py:964 -msgid "Failed to stop instance" -msgstr "" - -#: nova/compute/manager.py:976 -msgid "Failed to start instance" -msgstr "" - -#: nova/compute/manager.py:1001 -msgid "Failed to revert crashed migration" -msgstr "" - -#: nova/compute/manager.py:1449 -msgid "Failed to dealloc network for deleted instance" -msgstr "" - -#: nova/compute/manager.py:1470 -msgid "Failed to dealloc network for failed instance" -msgstr "" - -#: nova/compute/manager.py:1546 nova/compute/manager.py:3696 -msgid "Error trying to reschedule" -msgstr "" - -#: nova/compute/manager.py:1655 -#, python-format -msgid "Instance failed network setup after %(attempts)d attempt(s)" -msgstr "" - -#: nova/compute/manager.py:1844 -msgid "Instance failed block device setup" -msgstr "" - -#: nova/compute/manager.py:1864 nova/compute/manager.py:2236 -#: nova/compute/manager.py:4252 -msgid "Instance failed to spawn" -msgstr "" - -#: nova/compute/manager.py:2059 -msgid "Unexpected build failure, not rescheduling build." -msgstr "" - -#: nova/compute/manager.py:2130 nova/compute/manager.py:2189 -msgid "Failed to allocate network(s)" -msgstr "" - -#: nova/compute/manager.py:2221 -msgid "Failure prepping block device" -msgstr "" - -#: nova/compute/manager.py:2257 -msgid "Failed to deallocate networks" -msgstr "" - -#: nova/compute/manager.py:2506 nova/compute/manager.py:3891 -#: nova/compute/manager.py:6091 -msgid "Setting instance vm_state to ERROR" -msgstr "" - -#: nova/compute/manager.py:2743 nova/compute/manager.py:5159 -#, python-format -msgid "Failed to get compute_info for %s" -msgstr "" - -#: nova/compute/manager.py:3173 -#, python-format -msgid "set_admin_password failed: %s" -msgstr "" - -#: nova/compute/manager.py:3260 -msgid "Error trying to Rescue Instance" -msgstr "" - -#: nova/compute/manager.py:3897 -#, python-format -msgid "Failed to rollback quota for failed finish_resize: %s" -msgstr "" - -#: nova/compute/manager.py:4545 -#, python-format -msgid "Failed to attach %(volume_id)s at %(mountpoint)s" -msgstr "" - -#: nova/compute/manager.py:4584 -#, python-format -msgid "Failed to detach volume %(volume_id)s from %(mp)s" -msgstr "" - -#: nova/compute/manager.py:4663 -#, python-format -msgid "Failed to swap volume %(old_volume_id)s for %(new_volume_id)s" -msgstr "" - -#: nova/compute/manager.py:4670 -#, python-format -msgid "Failed to connect to volume %(volume_id)s with volume at %(mountpoint)s" -msgstr "" - -#: nova/compute/manager.py:4957 -#, python-format -msgid "Pre live migration failed at %s" -msgstr "" - -#: nova/compute/manager.py:5472 -msgid "Periodic task failed to offload instance." -msgstr "" - -#: nova/compute/manager.py:5513 -#, python-format -msgid "Failed to generate usage audit for instance on host %s" -msgstr "" - -#: nova/compute/manager.py:5701 -msgid "" -"Periodic sync_power_state task had an error while processing an instance." -msgstr "" - -#: nova/compute/manager.py:5825 nova/compute/manager.py:5834 -#: nova/compute/manager.py:5873 nova/compute/manager.py:5884 -msgid "error during stop() in sync_power_state." -msgstr "" - -#: nova/image/s3.py:336 -#, python-format -msgid "Failed to download %(image_location)s to %(image_path)s" -msgstr "" - -#: nova/image/s3.py:353 -#, python-format -msgid "Failed to decrypt %(image_location)s to %(image_path)s" -msgstr "" - -#: nova/image/s3.py:364 -#, python-format -msgid "Failed to untar %(image_location)s to %(image_path)s" -msgstr "" - -#: nova/image/s3.py:374 -#, python-format -msgid "Failed to upload %(image_location)s to %(image_path)s" -msgstr "" - -#: nova/network/manager.py:1032 -#, python-format -msgid "Error releasing DHCP for IP %(address)s with MAC %(mac_address)s" -msgstr "" - -#: nova/network/neutronv2/api.py:235 -#, python-format -msgid "Neutron error creating port on network %s" -msgstr "" - -#: nova/network/neutronv2/api.py:440 -#, python-format -msgid "Failed to update port %s" -msgstr "" - -#: nova/network/neutronv2/api.py:807 -#, python-format -msgid "Failed to access port %s" -msgstr "" - -#: nova/network/neutronv2/api.py:1044 -#, python-format -msgid "Unable to access floating IP %s" -msgstr "" - -#: nova/network/neutronv2/api.py:1178 -#, python-format -msgid "Unable to access floating IP %(fixed_ip)s for port %(port_id)s" -msgstr "" - -#: nova/network/neutronv2/api.py:1252 -#, python-format -msgid "Unable to update host of port %s" -msgstr "" - -#: nova/objects/base.py:89 -#, python-format -msgid "Error setting %(attr)s" -msgstr "" - -#: nova/objects/instance.py:460 -#, python-format -msgid "No save handler for %s" -msgstr "" - -#: nova/objects/instance_fault.py:87 -msgid "Failed to notify cells of instance fault" -msgstr "Falha ao notificar células de falha da instância" - -#: nova/objects/instance_info_cache.py:82 -msgid "Failed to notify cells of instance info cache update" -msgstr "" - -#: nova/openstack/common/excutils.py:76 -#, python-format -msgid "Original exception being dropped: %s" -msgstr "Exceção original sendo descartada: %s" - -#: nova/openstack/common/excutils.py:105 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "Exceção não esperada ocorreu %d vez(es)... tentando novamente." - -#: nova/openstack/common/lockutils.py:117 -#, python-format -msgid "Could not release the acquired lock `%s`" -msgstr "" - -#: nova/openstack/common/loopingcall.py:95 -msgid "in fixed duration looping call" -msgstr "em uma chamada de laço de duração fixa" - -#: nova/openstack/common/loopingcall.py:138 -msgid "in dynamic looping call" -msgstr "em chamada de laço dinâmico" - -#: nova/openstack/common/periodic_task.py:202 -#, python-format -msgid "Error during %(full_task_name)s: %(e)s" -msgstr "Erro durante %(full_task_name)s: %(e)s" - -#: nova/openstack/common/policy.py:507 -#, python-format -msgid "Failed to understand rule %s" -msgstr "Falha ao interpretar regra %s" - -#: nova/openstack/common/policy.py:517 -#, python-format -msgid "No handler for matches of kind %s" -msgstr "Nenhum manipulador para correspondências do tipo %s" - -#: nova/openstack/common/policy.py:787 -#, python-format -msgid "Failed to understand rule %r" -msgstr "Falha ao interpretar regra %r" - -#: nova/openstack/common/service.py:188 -msgid "Exception during rpc cleanup." -msgstr "Exceção durante limpeza de RPC." - -#: nova/openstack/common/service.py:276 -msgid "Unhandled exception" -msgstr "Exceção não tratada" - -#: nova/pci/pci_stats.py:148 -msgid "" -"Failed to allocate PCI devices for instance. Unassigning devices back to " -"pools. This should not happen, since the scheduler should have accurate " -"information, and allocation during claims is controlled via a hold on the " -"compute node semaphore" -msgstr "" - -#: nova/pci/pci_utils.py:83 nova/pci/pci_utils.py:99 nova/pci/pci_utils.py:109 -#, python-format -msgid "PCI device %s not found" -msgstr "" - -#: nova/servicegroup/drivers/db.py:110 nova/servicegroup/drivers/mc.py:105 -msgid "model server went away" -msgstr "" - -#: nova/servicegroup/drivers/zk.py:90 -msgid "" -"Unable to join. It is possible that either another node exists with the same " -"name, or this node just restarted. We will try again in a short while to " -"make sure." -msgstr "" - -#: nova/virt/disk/api.py:388 -#, python-format -msgid "" -"Failed to mount container filesystem '%(image)s' on '%(target)s': %(errors)s" -msgstr "" - -#: nova/virt/hyperv/ioutils.py:46 -#, python-format -msgid "Error writing vm console log file from serial console pipe. Error: %s" -msgstr "" - -#: nova/virt/ironic/driver.py:312 -#, python-format -msgid "" -"Failed to clean up the parameters on node %(node)s when unprovisioning the " -"instance %(instance)s" -msgstr "" - -#: nova/virt/ironic/driver.py:622 -#, python-format -msgid "" -"Error preparing deploy for instance %(instance)s on baremetal node %(node)s." -msgstr "" - -#: nova/virt/ironic/driver.py:634 -#, python-format -msgid "Failed to request Ironic to provision instance %(inst)s: %(reason)s" -msgstr "" - -#: nova/virt/ironic/driver.py:647 -#, python-format -msgid "Error deploying instance %(instance)s on baremetal node %(node)s." -msgstr "" - -#: nova/virt/libvirt/driver.py:714 -#, python-format -msgid "Nova requires libvirt version %(major)i.%(minor)i.%(micro)i or greater." -msgstr "" - -#: nova/virt/libvirt/driver.py:839 -#, python-format -msgid "Connection to libvirt failed: %s" -msgstr "" - -#: nova/virt/libvirt/driver.py:1005 -#, python-format -msgid "Error from libvirt during destroy. Code=%(errcode)s Error=%(e)s" -msgstr "" - -#: nova/virt/libvirt/driver.py:1083 -#, python-format -msgid "Error from libvirt during undefine. Code=%(errcode)s Error=%(e)s" -msgstr "" - -#: nova/virt/libvirt/driver.py:1110 -#, python-format -msgid "Error from libvirt during unfilter. Code=%(errcode)s Error=%(e)s" -msgstr "" - -#: nova/virt/libvirt/driver.py:1564 -msgid "attaching network adapter failed." -msgstr "" - -#: nova/virt/libvirt/driver.py:1591 -msgid "detaching network adapter failed." -msgstr "" - -#: nova/virt/libvirt/driver.py:1855 -msgid "Failed to send updated snapshot status to volume service." -msgstr "" - -#: nova/virt/libvirt/driver.py:1962 -msgid "" -"Unable to create quiesced VM snapshot, attempting again with quiescing " -"disabled." -msgstr "" - -#: nova/virt/libvirt/driver.py:1968 -msgid "Unable to create VM snapshot, failing volume_snapshot operation." -msgstr "" - -#: nova/virt/libvirt/driver.py:2016 -msgid "" -"Error occurred during volume_snapshot_create, sending error status to Cinder." -msgstr "" - -#: nova/virt/libvirt/driver.py:2238 -msgid "" -"Error occurred during volume_snapshot_delete, sending error status to Cinder." -msgstr "" - -#: nova/virt/libvirt/driver.py:2787 nova/virt/libvirt/driver.py:2792 -#, python-format -msgid "Error on '%(path)s' while checking direct I/O: '%(ex)s'" -msgstr "" - -#: nova/virt/libvirt/driver.py:2915 -#, python-format -msgid "Error injecting data into image %(img_id)s (%(e)s)" -msgstr "" - -#: nova/virt/libvirt/driver.py:3082 -#, python-format -msgid "Creating config drive failed with error: %s" -msgstr "" - -#: nova/virt/libvirt/driver.py:3185 -#, python-format -msgid "Attaching PCI devices %(dev)s to %(dom)s failed." -msgstr "" - -#: nova/virt/libvirt/driver.py:4343 -#, python-format -msgid "Error defining a domain with XML: %s" -msgstr "" - -#: nova/virt/libvirt/driver.py:4347 -#, python-format -msgid "Error launching a defined domain with XML: %s" -msgstr "" - -#: nova/virt/libvirt/driver.py:4352 -#, python-format -msgid "Error enabling hairpin mode with XML: %s" -msgstr "" - -#: nova/virt/libvirt/driver.py:4363 -#, python-format -msgid "Neutron Reported failure on event %(event)s for instance %(uuid)s" -msgstr "" - -#: nova/virt/libvirt/driver.py:4675 -#, python-format -msgid "" -"Hostname has changed from %(old)s to %(new)s. A restart is required to take " -"effect." -msgstr "" - -#: nova/virt/libvirt/driver.py:5382 -#, python-format -msgid "Live Migration failure: %s" -msgstr "" - -#: nova/virt/libvirt/driver.py:6264 -#, python-format -msgid "Failed to cleanup directory %(target)s: %(e)s" -msgstr "" - -#: nova/virt/libvirt/imagebackend.py:226 -#, python-format -msgid "Unable to preallocate_images=%(imgs)s at path: %(path)s" -msgstr "" - -#: nova/virt/libvirt/imagebackend.py:253 -#, python-format -msgid "" -"%(base)s virtual size %(base_size)s larger than flavor root disk size " -"%(size)s" -msgstr "" - -#: nova/virt/libvirt/imagebackend.py:561 -msgid "Failed to retrieve ephemeral encryption key" -msgstr "" - -#: nova/virt/libvirt/imagecache.py:129 -#, python-format -msgid "Error reading image info file %(filename)s: %(error)s" -msgstr "" - -#: nova/virt/libvirt/imagecache.py:390 -#, python-format -msgid "image %(id)s at (%(base_file)s): image verification failed" -msgstr "" - -#: nova/virt/libvirt/imagecache.py:447 -#, python-format -msgid "Failed to remove %(base_file)s, error was %(error)s" -msgstr "" - -#: nova/virt/libvirt/lvm.py:230 -#, python-format -msgid "ignoring unrecognized volume_clear='%s' value" -msgstr "" - -#: nova/virt/libvirt/rbd_utils.py:62 -#, python-format -msgid "error opening rbd image %s" -msgstr "" - -#: nova/virt/libvirt/vif.py:478 nova/virt/libvirt/vif.py:501 -#: nova/virt/libvirt/vif.py:523 -msgid "Failed while plugging vif" -msgstr "" - -#: nova/virt/libvirt/vif.py:573 nova/virt/libvirt/vif.py:587 -#: nova/virt/libvirt/vif.py:606 nova/virt/libvirt/vif.py:625 -#: nova/virt/libvirt/vif.py:649 nova/virt/libvirt/vif.py:669 -msgid "Failed while unplugging vif" -msgstr "" - -#: nova/virt/libvirt/volume.py:141 -#, python-format -msgid "Unknown content in connection_info/access_mode: %s" -msgstr "" - -#: nova/virt/libvirt/volume.py:691 -#, python-format -msgid "Couldn't unmount the NFS share %s" -msgstr "" - -#: nova/virt/libvirt/volume.py:859 -#, python-format -msgid "Couldn't unmount the GlusterFS share %s" -msgstr "" - -#: nova/virt/vmwareapi/vmops.py:1408 -#, python-format -msgid "Attaching network adapter failed. Exception: %s" -msgstr "" - -#: nova/virt/vmwareapi/vmops.py:1448 -#, python-format -msgid "Detaching network adapter failed. Exception: %s" -msgstr "" - -#: nova/virt/vmwareapi/vmops.py:1520 -#, python-format -msgid "" -"Failed to copy cached image %(source)s to %(dest)s for resize: %(error)s" -msgstr "" diff --git a/nova/locale/zh_CN/LC_MESSAGES/nova-log-error.po b/nova/locale/zh_CN/LC_MESSAGES/nova-log-error.po deleted file mode 100644 index c249b5b50b40..000000000000 --- a/nova/locale/zh_CN/LC_MESSAGES/nova-log-error.po +++ /dev/null @@ -1,687 +0,0 @@ -# Translations template for nova. -# Copyright (C) 2014 ORGANIZATION -# This file is distributed under the same license as the nova project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: nova\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-09-25 06:15+0000\n" -"PO-Revision-Date: 2014-06-14 19:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/nova/" -"language/zh_CN/)\n" -"Language: zh_CN\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#: nova/hooks.py:84 -#, python-format -msgid "Fatal Exception running %(name)s pre-hook: %(obj)s" -msgstr "" - -#: nova/hooks.py:89 -#, python-format -msgid "Exception running %(name)s pre-hook: %(obj)s" -msgstr "" - -#: nova/hooks.py:105 -#, python-format -msgid "Fatal Exception running %(name)s post-hook: %(obj)s" -msgstr "" - -#: nova/hooks.py:110 -#, python-format -msgid "Exception running %(name)s post-hook: %(obj)s" -msgstr "" - -#: nova/api/ec2/__init__.py:244 -#, python-format -msgid "Keystone failure: %s" -msgstr "" - -#: nova/api/ec2/__init__.py:493 -#, python-format -msgid "Unexpected %(ex_name)s raised: %(ex_str)s" -msgstr "" - -#: nova/api/ec2/__init__.py:520 -#, python-format -msgid "Environment: %s" -msgstr "" - -#: nova/api/metadata/handler.py:155 -#, python-format -msgid "Failed to get metadata for ip: %s" -msgstr "" - -#: nova/api/metadata/handler.py:212 -#, python-format -msgid "Failed to get metadata for instance id: %s" -msgstr "" - -#: nova/api/openstack/common.py:134 -#, python-format -msgid "" -"status is UNKNOWN from vm_state=%(vm_state)s task_state=%(task_state)s. Bad " -"upgrade or db corrupted?" -msgstr "" - -#: nova/api/openstack/wsgi.py:684 -#, python-format -msgid "Exception handling resource: %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:70 -#, python-format -msgid "Compute.api::pause %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:93 -#, python-format -msgid "Compute.api::unpause %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:116 -#, python-format -msgid "compute.api::suspend %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:139 -#, python-format -msgid "compute.api::resume %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:164 -#, python-format -msgid "Error in migrate %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:184 -#, python-format -msgid "Compute.api::reset_network %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:204 -#, python-format -msgid "Compute.api::inject_network_info %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:222 -#, python-format -msgid "Compute.api::lock %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:242 -#, python-format -msgid "Compute.api::unlock %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/admin_actions.py:398 -#, python-format -msgid "Compute.api::resetState %s" -msgstr "" - -#: nova/api/openstack/compute/contrib/multinic.py:85 -#, python-format -msgid "Unable to find address %r" -msgstr "" - -#: nova/api/openstack/compute/contrib/os_tenant_networks.py:87 -msgid "Failed to get default networks" -msgstr "" - -#: nova/api/openstack/compute/contrib/os_tenant_networks.py:127 -msgid "Failed to update usages deallocating network." -msgstr "" - -#: nova/api/openstack/compute/contrib/server_groups.py:246 -#: nova/api/openstack/compute/plugins/v3/server_groups.py:157 -msgid "Failed to update usages deallocating server group" -msgstr "" - -#: nova/compute/api.py:593 -msgid "Failed to set instance name using multi_instance_display_name_template." -msgstr "" - -#: nova/compute/api.py:1533 -msgid "" -"Something wrong happened when trying to delete snapshot from shelved " -"instance." -msgstr "" - -#: nova/compute/api.py:3869 -msgid "Failed to update usages deallocating security group" -msgstr "" - -#: nova/compute/flavors.py:176 -#, python-format -msgid "DB error: %s" -msgstr "" - -#: nova/compute/flavors.py:187 -#, python-format -msgid "Instance type %s not found for deletion" -msgstr "" - -#: nova/compute/manager.py:372 -#, python-format -msgid "Error while trying to clean up image %s" -msgstr "" - -#: nova/compute/manager.py:787 -msgid "Failed to check if instance shared" -msgstr "" - -#: nova/compute/manager.py:853 nova/compute/manager.py:923 -msgid "Failed to complete a deletion" -msgstr "" - -#: nova/compute/manager.py:898 -msgid "Failed to cleanup snapshot." -msgstr "" - -#: nova/compute/manager.py:964 -msgid "Failed to stop instance" -msgstr "" - -#: nova/compute/manager.py:976 -msgid "Failed to start instance" -msgstr "" - -#: nova/compute/manager.py:1001 -msgid "Failed to revert crashed migration" -msgstr "" - -#: nova/compute/manager.py:1449 -msgid "Failed to dealloc network for deleted instance" -msgstr "" - -#: nova/compute/manager.py:1470 -msgid "Failed to dealloc network for failed instance" -msgstr "" - -#: nova/compute/manager.py:1546 nova/compute/manager.py:3696 -msgid "Error trying to reschedule" -msgstr "" - -#: nova/compute/manager.py:1655 -#, python-format -msgid "Instance failed network setup after %(attempts)d attempt(s)" -msgstr "" - -#: nova/compute/manager.py:1844 -msgid "Instance failed block device setup" -msgstr "" - -#: nova/compute/manager.py:1864 nova/compute/manager.py:2236 -#: nova/compute/manager.py:4252 -msgid "Instance failed to spawn" -msgstr "" - -#: nova/compute/manager.py:2059 -msgid "Unexpected build failure, not rescheduling build." -msgstr "" - -#: nova/compute/manager.py:2130 nova/compute/manager.py:2189 -msgid "Failed to allocate network(s)" -msgstr "" - -#: nova/compute/manager.py:2221 -msgid "Failure prepping block device" -msgstr "" - -#: nova/compute/manager.py:2257 -msgid "Failed to deallocate networks" -msgstr "" - -#: nova/compute/manager.py:2506 nova/compute/manager.py:3891 -#: nova/compute/manager.py:6091 -msgid "Setting instance vm_state to ERROR" -msgstr "" - -#: nova/compute/manager.py:2743 nova/compute/manager.py:5159 -#, python-format -msgid "Failed to get compute_info for %s" -msgstr "" - -#: nova/compute/manager.py:3173 -#, python-format -msgid "set_admin_password failed: %s" -msgstr "" - -#: nova/compute/manager.py:3260 -msgid "Error trying to Rescue Instance" -msgstr "" - -#: nova/compute/manager.py:3897 -#, python-format -msgid "Failed to rollback quota for failed finish_resize: %s" -msgstr "" - -#: nova/compute/manager.py:4545 -#, python-format -msgid "Failed to attach %(volume_id)s at %(mountpoint)s" -msgstr "" - -#: nova/compute/manager.py:4584 -#, python-format -msgid "Failed to detach volume %(volume_id)s from %(mp)s" -msgstr "" - -#: nova/compute/manager.py:4663 -#, python-format -msgid "Failed to swap volume %(old_volume_id)s for %(new_volume_id)s" -msgstr "" - -#: nova/compute/manager.py:4670 -#, python-format -msgid "Failed to connect to volume %(volume_id)s with volume at %(mountpoint)s" -msgstr "" - -#: nova/compute/manager.py:4957 -#, python-format -msgid "Pre live migration failed at %s" -msgstr "" - -#: nova/compute/manager.py:5472 -msgid "Periodic task failed to offload instance." -msgstr "" - -#: nova/compute/manager.py:5513 -#, python-format -msgid "Failed to generate usage audit for instance on host %s" -msgstr "" - -#: nova/compute/manager.py:5701 -msgid "" -"Periodic sync_power_state task had an error while processing an instance." -msgstr "" - -#: nova/compute/manager.py:5825 nova/compute/manager.py:5834 -#: nova/compute/manager.py:5873 nova/compute/manager.py:5884 -msgid "error during stop() in sync_power_state." -msgstr "" - -#: nova/image/s3.py:336 -#, python-format -msgid "Failed to download %(image_location)s to %(image_path)s" -msgstr "" - -#: nova/image/s3.py:353 -#, python-format -msgid "Failed to decrypt %(image_location)s to %(image_path)s" -msgstr "" - -#: nova/image/s3.py:364 -#, python-format -msgid "Failed to untar %(image_location)s to %(image_path)s" -msgstr "" - -#: nova/image/s3.py:374 -#, python-format -msgid "Failed to upload %(image_location)s to %(image_path)s" -msgstr "" - -#: nova/network/manager.py:1032 -#, python-format -msgid "Error releasing DHCP for IP %(address)s with MAC %(mac_address)s" -msgstr "" - -#: nova/network/neutronv2/api.py:235 -#, python-format -msgid "Neutron error creating port on network %s" -msgstr "" - -#: nova/network/neutronv2/api.py:440 -#, python-format -msgid "Failed to update port %s" -msgstr "" - -#: nova/network/neutronv2/api.py:807 -#, python-format -msgid "Failed to access port %s" -msgstr "" - -#: nova/network/neutronv2/api.py:1044 -#, python-format -msgid "Unable to access floating IP %s" -msgstr "" - -#: nova/network/neutronv2/api.py:1178 -#, python-format -msgid "Unable to access floating IP %(fixed_ip)s for port %(port_id)s" -msgstr "" - -#: nova/network/neutronv2/api.py:1252 -#, python-format -msgid "Unable to update host of port %s" -msgstr "" - -#: nova/objects/base.py:89 -#, python-format -msgid "Error setting %(attr)s" -msgstr "" - -#: nova/objects/instance.py:460 -#, python-format -msgid "No save handler for %s" -msgstr "" - -#: nova/objects/instance_fault.py:87 -msgid "Failed to notify cells of instance fault" -msgstr "未能通知单元有关实例故障的事项" - -#: nova/objects/instance_info_cache.py:82 -msgid "Failed to notify cells of instance info cache update" -msgstr "" - -#: nova/openstack/common/excutils.py:76 -#, python-format -msgid "Original exception being dropped: %s" -msgstr "正在删除原始异常:%s" - -#: nova/openstack/common/excutils.py:105 -#, python-format -msgid "Unexpected exception occurred %d time(s)... retrying." -msgstr "意外的异常已发生 %d 次...正在重试。" - -#: nova/openstack/common/lockutils.py:117 -#, python-format -msgid "Could not release the acquired lock `%s`" -msgstr "" - -#: nova/openstack/common/loopingcall.py:95 -msgid "in fixed duration looping call" -msgstr "在固定时段内循环调用" - -#: nova/openstack/common/loopingcall.py:138 -msgid "in dynamic looping call" -msgstr "在动态循环调用中" - -#: nova/openstack/common/periodic_task.py:202 -#, python-format -msgid "Error during %(full_task_name)s: %(e)s" -msgstr "在 %(full_task_name)s 期间发生错误:%(e)s" - -#: nova/openstack/common/policy.py:507 -#, python-format -msgid "Failed to understand rule %s" -msgstr "未能理解规则 %s" - -#: nova/openstack/common/policy.py:517 -#, python-format -msgid "No handler for matches of kind %s" -msgstr "对于类型为 %s 的匹配项,不存在任何处理程序" - -#: nova/openstack/common/policy.py:787 -#, python-format -msgid "Failed to understand rule %r" -msgstr "未能理解规则 %r " - -#: nova/openstack/common/service.py:188 -msgid "Exception during rpc cleanup." -msgstr "在RPC清除期间发生异常。" - -#: nova/openstack/common/service.py:276 -msgid "Unhandled exception" -msgstr "存在未处理的异常" - -#: nova/pci/pci_stats.py:148 -msgid "" -"Failed to allocate PCI devices for instance. Unassigning devices back to " -"pools. This should not happen, since the scheduler should have accurate " -"information, and allocation during claims is controlled via a hold on the " -"compute node semaphore" -msgstr "" - -#: nova/pci/pci_utils.py:83 nova/pci/pci_utils.py:99 nova/pci/pci_utils.py:109 -#, python-format -msgid "PCI device %s not found" -msgstr "" - -#: nova/servicegroup/drivers/db.py:110 nova/servicegroup/drivers/mc.py:105 -msgid "model server went away" -msgstr "" - -#: nova/servicegroup/drivers/zk.py:90 -msgid "" -"Unable to join. It is possible that either another node exists with the same " -"name, or this node just restarted. We will try again in a short while to " -"make sure." -msgstr "" - -#: nova/virt/disk/api.py:388 -#, python-format -msgid "" -"Failed to mount container filesystem '%(image)s' on '%(target)s': %(errors)s" -msgstr "" - -#: nova/virt/hyperv/ioutils.py:46 -#, python-format -msgid "Error writing vm console log file from serial console pipe. Error: %s" -msgstr "" - -#: nova/virt/ironic/driver.py:312 -#, python-format -msgid "" -"Failed to clean up the parameters on node %(node)s when unprovisioning the " -"instance %(instance)s" -msgstr "" - -#: nova/virt/ironic/driver.py:622 -#, python-format -msgid "" -"Error preparing deploy for instance %(instance)s on baremetal node %(node)s." -msgstr "" - -#: nova/virt/ironic/driver.py:634 -#, python-format -msgid "Failed to request Ironic to provision instance %(inst)s: %(reason)s" -msgstr "" - -#: nova/virt/ironic/driver.py:647 -#, python-format -msgid "Error deploying instance %(instance)s on baremetal node %(node)s." -msgstr "" - -#: nova/virt/libvirt/driver.py:714 -#, python-format -msgid "Nova requires libvirt version %(major)i.%(minor)i.%(micro)i or greater." -msgstr "" - -#: nova/virt/libvirt/driver.py:839 -#, python-format -msgid "Connection to libvirt failed: %s" -msgstr "" - -#: nova/virt/libvirt/driver.py:1005 -#, python-format -msgid "Error from libvirt during destroy. Code=%(errcode)s Error=%(e)s" -msgstr "" - -#: nova/virt/libvirt/driver.py:1083 -#, python-format -msgid "Error from libvirt during undefine. Code=%(errcode)s Error=%(e)s" -msgstr "" - -#: nova/virt/libvirt/driver.py:1110 -#, python-format -msgid "Error from libvirt during unfilter. Code=%(errcode)s Error=%(e)s" -msgstr "" - -#: nova/virt/libvirt/driver.py:1564 -msgid "attaching network adapter failed." -msgstr "" - -#: nova/virt/libvirt/driver.py:1591 -msgid "detaching network adapter failed." -msgstr "" - -#: nova/virt/libvirt/driver.py:1855 -msgid "Failed to send updated snapshot status to volume service." -msgstr "" - -#: nova/virt/libvirt/driver.py:1962 -msgid "" -"Unable to create quiesced VM snapshot, attempting again with quiescing " -"disabled." -msgstr "" - -#: nova/virt/libvirt/driver.py:1968 -msgid "Unable to create VM snapshot, failing volume_snapshot operation." -msgstr "" - -#: nova/virt/libvirt/driver.py:2016 -msgid "" -"Error occurred during volume_snapshot_create, sending error status to Cinder." -msgstr "" - -#: nova/virt/libvirt/driver.py:2238 -msgid "" -"Error occurred during volume_snapshot_delete, sending error status to Cinder." -msgstr "" - -#: nova/virt/libvirt/driver.py:2787 nova/virt/libvirt/driver.py:2792 -#, python-format -msgid "Error on '%(path)s' while checking direct I/O: '%(ex)s'" -msgstr "" - -#: nova/virt/libvirt/driver.py:2915 -#, python-format -msgid "Error injecting data into image %(img_id)s (%(e)s)" -msgstr "" - -#: nova/virt/libvirt/driver.py:3082 -#, python-format -msgid "Creating config drive failed with error: %s" -msgstr "" - -#: nova/virt/libvirt/driver.py:3185 -#, python-format -msgid "Attaching PCI devices %(dev)s to %(dom)s failed." -msgstr "" - -#: nova/virt/libvirt/driver.py:4343 -#, python-format -msgid "Error defining a domain with XML: %s" -msgstr "" - -#: nova/virt/libvirt/driver.py:4347 -#, python-format -msgid "Error launching a defined domain with XML: %s" -msgstr "" - -#: nova/virt/libvirt/driver.py:4352 -#, python-format -msgid "Error enabling hairpin mode with XML: %s" -msgstr "" - -#: nova/virt/libvirt/driver.py:4363 -#, python-format -msgid "Neutron Reported failure on event %(event)s for instance %(uuid)s" -msgstr "" - -#: nova/virt/libvirt/driver.py:4675 -#, python-format -msgid "" -"Hostname has changed from %(old)s to %(new)s. A restart is required to take " -"effect." -msgstr "" - -#: nova/virt/libvirt/driver.py:5382 -#, python-format -msgid "Live Migration failure: %s" -msgstr "" - -#: nova/virt/libvirt/driver.py:6264 -#, python-format -msgid "Failed to cleanup directory %(target)s: %(e)s" -msgstr "" - -#: nova/virt/libvirt/imagebackend.py:226 -#, python-format -msgid "Unable to preallocate_images=%(imgs)s at path: %(path)s" -msgstr "" - -#: nova/virt/libvirt/imagebackend.py:253 -#, python-format -msgid "" -"%(base)s virtual size %(base_size)s larger than flavor root disk size " -"%(size)s" -msgstr "" - -#: nova/virt/libvirt/imagebackend.py:561 -msgid "Failed to retrieve ephemeral encryption key" -msgstr "" - -#: nova/virt/libvirt/imagecache.py:129 -#, python-format -msgid "Error reading image info file %(filename)s: %(error)s" -msgstr "" - -#: nova/virt/libvirt/imagecache.py:390 -#, python-format -msgid "image %(id)s at (%(base_file)s): image verification failed" -msgstr "" - -#: nova/virt/libvirt/imagecache.py:447 -#, python-format -msgid "Failed to remove %(base_file)s, error was %(error)s" -msgstr "" - -#: nova/virt/libvirt/lvm.py:230 -#, python-format -msgid "ignoring unrecognized volume_clear='%s' value" -msgstr "" - -#: nova/virt/libvirt/rbd_utils.py:62 -#, python-format -msgid "error opening rbd image %s" -msgstr "" - -#: nova/virt/libvirt/vif.py:478 nova/virt/libvirt/vif.py:501 -#: nova/virt/libvirt/vif.py:523 -msgid "Failed while plugging vif" -msgstr "" - -#: nova/virt/libvirt/vif.py:573 nova/virt/libvirt/vif.py:587 -#: nova/virt/libvirt/vif.py:606 nova/virt/libvirt/vif.py:625 -#: nova/virt/libvirt/vif.py:649 nova/virt/libvirt/vif.py:669 -msgid "Failed while unplugging vif" -msgstr "" - -#: nova/virt/libvirt/volume.py:141 -#, python-format -msgid "Unknown content in connection_info/access_mode: %s" -msgstr "" - -#: nova/virt/libvirt/volume.py:691 -#, python-format -msgid "Couldn't unmount the NFS share %s" -msgstr "" - -#: nova/virt/libvirt/volume.py:859 -#, python-format -msgid "Couldn't unmount the GlusterFS share %s" -msgstr "" - -#: nova/virt/vmwareapi/vmops.py:1408 -#, python-format -msgid "Attaching network adapter failed. Exception: %s" -msgstr "" - -#: nova/virt/vmwareapi/vmops.py:1448 -#, python-format -msgid "Detaching network adapter failed. Exception: %s" -msgstr "" - -#: nova/virt/vmwareapi/vmops.py:1520 -#, python-format -msgid "" -"Failed to copy cached image %(source)s to %(dest)s for resize: %(error)s" -msgstr ""