diff options
| author | OpenStack Jenkins <jenkins@openstack.org> | 2013-05-22 19:38:30 +0000 |
|---|---|---|
| committer | OpenStack Jenkins <jenkins@openstack.org> | 2013-05-22 19:38:30 +0000 |
| commit | 1ae1dd83ff12661645a9ae46fdcbafd117b9ecfb (patch) | |
| tree | 43ad204561b29e501870acfa8a644cf26ec444e2 | |
| parent | 986fa041a7cb8b85f4b3be47407288c1f71c0972 (diff) | |
| download | nova-1ae1dd83ff12661645a9ae46fdcbafd117b9ecfb.tar.gz nova-1ae1dd83ff12661645a9ae46fdcbafd117b9ecfb.tar.xz nova-1ae1dd83ff12661645a9ae46fdcbafd117b9ecfb.zip | |
Imported Translations from Transifex
Change-Id: I84eada7abbc7f73514f2b92fc2024fcbd2736af7
26 files changed, 8759 insertions, 9859 deletions
diff --git a/nova/locale/bg_BG/LC_MESSAGES/nova.po b/nova/locale/bg_BG/LC_MESSAGES/nova.po index 478e88e5b..b113175aa 100644 --- a/nova/locale/bg_BG/LC_MESSAGES/nova.po +++ b/nova/locale/bg_BG/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: 2013-05-18 19:37+0000\n" +"POT-Creation-Date: 2013-05-22 19:37+0000\n" "PO-Revision-Date: 2013-05-18 19:07+0000\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Language-Team: Bulgarian (Bulgaria) " @@ -169,7 +169,7 @@ msgid "" msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 -#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2778 +#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2767 msgid "Keypair data is invalid" msgstr "" @@ -185,7 +185,7 @@ msgstr "" msgid "Invalid volume" msgstr "" -#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1334 +#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1332 #: nova/api/openstack/compute/contrib/admin_actions.py:242 msgid "Invalid metadata" msgstr "" @@ -1306,7 +1306,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:166 +#: nova/manager.py:170 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1326,117 +1326,56 @@ msgstr "" msgid "Rule checked when requested rule is not found" msgstr "" -#: nova/quota.py:966 +#: nova/quota.py:972 #, python-format msgid "Created reservations %(reservations)s" msgstr "" -#: nova/quota.py:988 +#: nova/quota.py:994 #, python-format msgid "Failed to commit reservations %(reservations)s" msgstr "" -#: nova/quota.py:990 +#: nova/quota.py:996 #, python-format msgid "Committed reservations %(reservations)s" msgstr "" -#: nova/quota.py:1010 +#: nova/quota.py:1016 #, python-format msgid "Failed to roll back reservations %(reservations)s" msgstr "" -#: nova/quota.py:1012 +#: nova/quota.py:1018 #, python-format msgid "Rolled back reservations %(reservations)s" msgstr "" -#: nova/service.py:197 -msgid "Full set of CONF:" -msgstr "" - -#: nova/service.py:204 -#, python-format -msgid "%(flag)s : FLAG SET " -msgstr "" - -#: nova/service.py:214 nova/service.py:312 -#, python-format -msgid "Caught %s, exiting" -msgstr "" - -#: nova/service.py:258 -msgid "Parent process has died unexpectedly, exiting" -msgstr "" - -#: nova/service.py:294 -msgid "Forking too fast, sleeping" -msgstr "" - -#: nova/service.py:317 -msgid "Unhandled exception" -msgstr "" - -#: nova/service.py:324 -#, python-format -msgid "Started child %d" -msgstr "" - -#: nova/service.py:334 -#, python-format -msgid "Starting %d workers" -msgstr "" - -#: nova/service.py:348 -#, python-format -msgid "Child %(pid)d killed by signal %(sig)d" -msgstr "" - -#: nova/service.py:351 -#, python-format -msgid "Child %(pid)d exited with status %(code)d" -msgstr "" - -#: nova/service.py:354 -#, python-format -msgid "pid %d not in child list" -msgstr "" - -#: nova/service.py:374 -#, python-format -msgid "Caught %s, stopping children" -msgstr "" - -#: nova/service.py:385 -#, python-format -msgid "Waiting on %d children to exit" -msgstr "" - -#: nova/service.py:427 +#: nova/service.py:153 #, python-format msgid "Starting %(topic)s node (version %(version)s)" msgstr "" -#: nova/service.py:444 nova/openstack/common/rpc/service.py:47 +#: nova/service.py:170 nova/openstack/common/rpc/service.py:47 #, python-format msgid "Creating Consumer connection for Service %s" msgstr "" -#: nova/service.py:464 +#: nova/service.py:190 #, python-format msgid "Join ServiceGroup membership for this service %s" msgstr "" -#: nova/service.py:546 +#: nova/service.py:270 msgid "Service killed that has no database entry" msgstr "" -#: nova/service.py:581 +#: nova/service.py:292 #, python-format msgid "Temporary directory is invalid: %s" msgstr "" -#: nova/service.py:679 +#: nova/service.py:394 msgid "serve() can only be called once" msgstr "" @@ -1708,7 +1647,7 @@ msgstr "" msgid "An unknown error has occurred. Please try your request again." msgstr "" -#: nova/api/ec2/apirequest.py:60 +#: nova/api/ec2/apirequest.py:61 #, python-format msgid "Unsupported API request: controller = %(controller)s, action = %(action)s" msgstr "" @@ -2514,7 +2453,7 @@ msgid "No adminPass was specified" msgstr "" #: nova/api/openstack/compute/servers.py:1173 -#: nova/api/openstack/compute/servers.py:1384 +#: nova/api/openstack/compute/servers.py:1382 msgid "Invalid adminPass" msgstr "" @@ -2545,15 +2484,15 @@ msgstr "" msgid "Could not parse imageRef from request." msgstr "" -#: nova/api/openstack/compute/servers.py:1292 +#: nova/api/openstack/compute/servers.py:1289 msgid "Cannot find image for rebuild" msgstr "" -#: nova/api/openstack/compute/servers.py:1325 +#: nova/api/openstack/compute/servers.py:1323 msgid "createImage entity requires name attribute" msgstr "" -#: nova/api/openstack/compute/servers.py:1410 +#: nova/api/openstack/compute/servers.py:1408 #, python-format msgid "Removing options '%s' from query" msgstr "" @@ -3264,89 +3203,88 @@ msgstr "" msgid "Error processing message locally: %(exc)s" msgstr "" -#: nova/cells/messaging.py:358 nova/cells/messaging.py:364 +#: nova/cells/messaging.py:360 nova/cells/messaging.py:368 #, python-format msgid "destination is %(target_cell)s but routing_path is %(routing_path)s" msgstr "" -#: nova/cells/messaging.py:374 +#: nova/cells/messaging.py:380 #, python-format msgid "Unknown %(cell_type)s when routing to %(target_cell)s" msgstr "" -#: nova/cells/messaging.py:398 +#: nova/cells/messaging.py:404 #, python-format msgid "Error locating next hop for message: %(exc)s" msgstr "" -#: nova/cells/messaging.py:425 +#: nova/cells/messaging.py:431 #, python-format msgid "Failed to send message to cell: %(next_hop)s: %(exc)s" msgstr "" -#: nova/cells/messaging.py:504 +#: nova/cells/messaging.py:510 #, python-format msgid "Error locating next hops for message: %(exc)s" msgstr "" -#: nova/cells/messaging.py:524 +#: nova/cells/messaging.py:530 #, python-format msgid "Error sending message to next hops: %(exc)s" msgstr "" -#: nova/cells/messaging.py:542 +#: nova/cells/messaging.py:548 #, python-format msgid "Error waiting for responses from neighbor cells: %(exc)s" msgstr "" -#: nova/cells/messaging.py:653 +#: nova/cells/messaging.py:659 #, python-format msgid "Unknown method '%(method)s' in compute API" msgstr "" -#: nova/cells/messaging.py:676 +#: nova/cells/messaging.py:682 #, python-format msgid "Received capabilities from child cell %(cell_name)s: %(capabilities)s" msgstr "" -#: nova/cells/messaging.py:685 +#: nova/cells/messaging.py:692 #, python-format msgid "Received capacities from child cell %(cell_name)s: %(capacities)s" msgstr "" -#: nova/cells/messaging.py:811 +#: nova/cells/messaging.py:819 #, python-format -msgid "Got update for instance %(instance_uuid)s: %(instance)s" +msgid "Got update for instance: %(instance)s" msgstr "" -#: nova/cells/messaging.py:854 -#, python-format -msgid "Got update to delete instance %(instance_uuid)s" +#: nova/cells/messaging.py:862 +msgid "Got update to delete instance" msgstr "" -#: nova/cells/messaging.py:869 +#: nova/cells/messaging.py:877 #, python-format msgid "Got broadcast to %(delete_type)s delete instance" msgstr "" -#: nova/cells/messaging.py:883 +#: nova/cells/messaging.py:891 #, python-format msgid "Got message to create instance fault: %(instance_fault)s" msgstr "" -#: nova/cells/messaging.py:904 +#: nova/cells/messaging.py:912 #, python-format msgid "" "Forcing a sync of instances, project_id=%(projid_str)s, " "updated_since=%(since_str)s" msgstr "" -#: nova/cells/messaging.py:1088 +#: nova/cells/messaging.py:1097 #, python-format msgid "Updating parents with our capabilities: %(capabs)s" msgstr "" -#: nova/cells/messaging.py:1108 +#: nova/cells/messaging.py:1117 #, python-format msgid "Updating parents with our capacities: %(capacities)s" msgstr "" @@ -3363,7 +3301,7 @@ msgid "" "second(s)" msgstr "" -#: nova/cells/scheduler.py:139 +#: nova/cells/scheduler.py:140 #, python-format msgid "Error scheduling instances %(instance_uuids)s" msgstr "" @@ -3377,7 +3315,7 @@ msgstr "" msgid "Unknown cell '%(cell_name)s' when trying to update capabilities" msgstr "" -#: nova/cells/state.py:330 +#: nova/cells/state.py:331 #, python-format msgid "Unknown cell '%(cell_name)s' when trying to update capacities" msgstr "" @@ -3868,136 +3806,136 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:1997 +#: nova/compute/api.py:1988 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2006 +#: nova/compute/api.py:1997 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2048 +#: nova/compute/api.py:2043 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2188 +#: nova/compute/api.py:2179 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2295 +#: nova/compute/api.py:2284 msgid "Locking" msgstr "" -#: nova/compute/api.py:2303 +#: nova/compute/api.py:2292 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2375 +#: nova/compute/api.py:2364 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2488 +#: nova/compute/api.py:2477 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2507 +#: nova/compute/api.py:2496 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2511 +#: nova/compute/api.py:2500 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2758 +#: nova/compute/api.py:2747 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2762 +#: nova/compute/api.py:2751 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2858 +#: nova/compute/api.py:2847 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2861 +#: nova/compute/api.py:2850 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2869 +#: nova/compute/api.py:2858 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2875 +#: nova/compute/api.py:2864 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2893 +#: nova/compute/api.py:2882 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2896 +#: nova/compute/api.py:2885 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2903 +#: nova/compute/api.py:2892 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2967 +#: nova/compute/api.py:2956 #, python-format msgid "Unable to delete system group '%s'" msgstr "" -#: nova/compute/api.py:2972 +#: nova/compute/api.py:2961 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:2980 +#: nova/compute/api.py:2969 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:2983 +#: nova/compute/api.py:2972 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3060 nova/compute/api.py:3134 +#: nova/compute/api.py:3049 nova/compute/api.py:3123 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3076 +#: nova/compute/api.py:3065 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3079 +#: nova/compute/api.py:3068 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3088 +#: nova/compute/api.py:3077 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3141 +#: nova/compute/api.py:3130 msgid "Security group id should be integer" msgstr "" @@ -4100,650 +4038,650 @@ msgstr "" msgid "Instance has been destroyed from under us while trying to set it to ERROR" msgstr "" -#: nova/compute/manager.py:407 +#: nova/compute/manager.py:409 #, python-format msgid "Instance %(uuid)s found in the hypervisor, but not in the database" msgstr "" -#: nova/compute/manager.py:423 +#: nova/compute/manager.py:425 #, python-format msgid "" "Instance %(driver_instance)s found in the hypervisor, but not in the " "database" msgstr "" -#: nova/compute/manager.py:444 +#: nova/compute/manager.py:446 #, python-format msgid "" "Deleting instance as its host (%(instance_host)s) is not equal to our " "host (%(our_host)s)." msgstr "" -#: nova/compute/manager.py:459 +#: nova/compute/manager.py:461 msgid "Instance has been marked deleted already, removing it from the hypervisor." msgstr "" -#: nova/compute/manager.py:480 +#: nova/compute/manager.py:482 msgid "" "Hypervisor driver does not support instance shared storage check, " "assuming it's not on shared storage" msgstr "" -#: nova/compute/manager.py:486 +#: nova/compute/manager.py:488 msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:529 +#: nova/compute/manager.py:531 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:532 +#: nova/compute/manager.py:534 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:543 +#: nova/compute/manager.py:545 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:548 +#: nova/compute/manager.py:550 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:562 +#: nova/compute/manager.py:564 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:567 +#: nova/compute/manager.py:569 msgid "Failed to resume instance" msgstr "" -#: nova/compute/manager.py:577 +#: nova/compute/manager.py:579 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:581 +#: nova/compute/manager.py:583 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:597 +#: nova/compute/manager.py:599 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:609 +#: nova/compute/manager.py:611 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:647 +#: nova/compute/manager.py:649 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:745 +#: nova/compute/manager.py:747 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:762 +#: nova/compute/manager.py:764 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:862 +#: nova/compute/manager.py:864 msgid "Success" msgstr "" -#: nova/compute/manager.py:885 +#: nova/compute/manager.py:887 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:906 nova/compute/manager.py:2377 +#: nova/compute/manager.py:908 nova/compute/manager.py:2379 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:948 +#: nova/compute/manager.py:950 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:954 +#: nova/compute/manager.py:956 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:982 +#: nova/compute/manager.py:984 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:999 +#: nova/compute/manager.py:1001 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1024 nova/compute/manager.py:2431 +#: nova/compute/manager.py:1026 nova/compute/manager.py:2433 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1037 +#: nova/compute/manager.py:1039 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1042 +#: nova/compute/manager.py:1044 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1048 +#: nova/compute/manager.py:1050 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1077 +#: nova/compute/manager.py:1079 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1125 +#: nova/compute/manager.py:1127 #, python-format msgid "" "image_id=%(image_id)s, image_size_bytes=%(size_bytes)d, " "allowed_size_bytes=%(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1131 +#: nova/compute/manager.py:1133 #, python-format msgid "" "Image '%(image_id)s' size %(size_bytes)d exceeded instance_type allowed " "size %(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1141 +#: nova/compute/manager.py:1143 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1167 +#: nova/compute/manager.py:1169 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1170 +#: nova/compute/manager.py:1172 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1181 +#: nova/compute/manager.py:1183 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1200 +#: nova/compute/manager.py:1202 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1251 +#: nova/compute/manager.py:1253 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1324 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1338 +#: nova/compute/manager.py:1340 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1358 +#: nova/compute/manager.py:1360 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1361 +#: nova/compute/manager.py:1363 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1368 +#: nova/compute/manager.py:1370 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1415 +#: nova/compute/manager.py:1417 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1468 nova/compute/manager.py:2606 -#: nova/compute/manager.py:4118 +#: nova/compute/manager.py:1470 nova/compute/manager.py:2608 +#: nova/compute/manager.py:4137 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1620 +#: nova/compute/manager.py:1622 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1633 +#: nova/compute/manager.py:1635 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1637 +#: nova/compute/manager.py:1639 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1641 +#: nova/compute/manager.py:1643 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1724 +#: nova/compute/manager.py:1726 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1756 +#: nova/compute/manager.py:1758 #, python-format msgid "Detaching from volume api: %s" msgstr "" -#: nova/compute/manager.py:1774 +#: nova/compute/manager.py:1776 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1799 +#: nova/compute/manager.py:1801 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1817 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "" -#: nova/compute/manager.py:1828 +#: nova/compute/manager.py:1830 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1855 +#: nova/compute/manager.py:1857 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1861 +#: nova/compute/manager.py:1863 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1922 +#: nova/compute/manager.py:1924 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1929 +#: nova/compute/manager.py:1931 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1934 +#: nova/compute/manager.py:1936 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1962 +#: nova/compute/manager.py:1964 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1969 +#: nova/compute/manager.py:1971 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1976 +#: nova/compute/manager.py:1978 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1991 +#: nova/compute/manager.py:1993 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1998 +#: nova/compute/manager.py:2000 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:2011 +#: nova/compute/manager.py:2013 #, python-format msgid "" "trying to inject a file into a non-running (state: " "%(current_power_state)s expected: %(expected_state)s)" msgstr "" -#: nova/compute/manager.py:2015 +#: nova/compute/manager.py:2017 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:2035 +#: nova/compute/manager.py:2037 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2048 +#: nova/compute/manager.py:2050 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2067 +#: nova/compute/manager.py:2069 msgid "Error trying to Rescue Instance" msgstr "" -#: nova/compute/manager.py:2071 +#: nova/compute/manager.py:2073 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2089 +#: nova/compute/manager.py:2091 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2110 +#: nova/compute/manager.py:2112 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2335 +#: nova/compute/manager.py:2337 msgid "Instance has no source host" msgstr "" -#: nova/compute/manager.py:2341 +#: nova/compute/manager.py:2343 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2358 +#: nova/compute/manager.py:2360 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2603 +#: nova/compute/manager.py:2605 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2666 +#: nova/compute/manager.py:2668 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2684 +#: nova/compute/manager.py:2686 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2722 +#: nova/compute/manager.py:2724 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2753 +#: nova/compute/manager.py:2755 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2773 +#: nova/compute/manager.py:2775 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2778 +#: nova/compute/manager.py:2780 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2781 +#: nova/compute/manager.py:2783 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2798 +#: nova/compute/manager.py:2800 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2825 +#: nova/compute/manager.py:2827 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2860 +#: nova/compute/manager.py:2862 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2907 +#: nova/compute/manager.py:2909 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2957 +#: nova/compute/manager.py:2959 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2966 +#: nova/compute/manager.py:2968 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2981 +#: nova/compute/manager.py:2983 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:3011 +#: nova/compute/manager.py:3013 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:3021 +#: nova/compute/manager.py:3023 msgid "Detaching volume from unknown instance" msgstr "" -#: nova/compute/manager.py:3028 +#: nova/compute/manager.py:3030 #, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "" -#: nova/compute/manager.py:3051 +#: nova/compute/manager.py:3053 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3087 +#: nova/compute/manager.py:3089 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3107 +#: nova/compute/manager.py:3109 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3121 +#: nova/compute/manager.py:3123 #, python-format msgid "Host %(host)s not found" msgstr "" -#: nova/compute/manager.py:3265 +#: nova/compute/manager.py:3276 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3293 +#: nova/compute/manager.py:3304 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3348 +#: nova/compute/manager.py:3359 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3350 +#: nova/compute/manager.py:3361 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:3364 +#: nova/compute/manager.py:3376 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3393 +#: nova/compute/manager.py:3408 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3512 +#: nova/compute/manager.py:3537 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3557 +#: nova/compute/manager.py:3587 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3563 +#: nova/compute/manager.py:3593 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3602 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3579 +#: nova/compute/manager.py:3609 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3583 +#: nova/compute/manager.py:3613 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3590 +#: nova/compute/manager.py:3620 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3599 +#: nova/compute/manager.py:3629 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3616 +#: nova/compute/manager.py:3646 #, 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:3635 +#: nova/compute/manager.py:3665 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3659 +#: nova/compute/manager.py:3689 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3776 +#: nova/compute/manager.py:3806 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3793 +#: nova/compute/manager.py:3823 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3820 +#: nova/compute/manager.py:3850 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3825 nova/compute/manager.py:3875 +#: nova/compute/manager.py:3855 nova/compute/manager.py:3905 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3862 +#: nova/compute/manager.py:3892 #, 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:3900 +#: nova/compute/manager.py:3930 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3912 nova/compute/manager.py:3921 -#: nova/compute/manager.py:3951 +#: nova/compute/manager.py:3942 nova/compute/manager.py:3951 +#: nova/compute/manager.py:3981 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3916 +#: nova/compute/manager.py:3946 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3932 +#: nova/compute/manager.py:3962 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3938 +#: nova/compute/manager.py:3968 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3944 +#: nova/compute/manager.py:3974 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3960 +#: nova/compute/manager.py:3990 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3968 +#: nova/compute/manager.py:3998 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3988 +#: nova/compute/manager.py:4010 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:4015 +#: nova/compute/manager.py:4037 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:4025 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4047 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4088 #, python-format msgid "" "Detected instance with name label '%(name)s' which is marked as DELETED " "but still present on host." msgstr "" -#: nova/compute/manager.py:4073 +#: nova/compute/manager.py:4095 #, python-format msgid "" "Destroying instance with name label '%(name)s' which is marked as DELETED" " but still present on host." msgstr "" -#: nova/compute/manager.py:4080 +#: nova/compute/manager.py:4102 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4110 +#: nova/compute/manager.py:4129 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4857,7 +4795,7 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:380 +#: nova/conductor/api.py:373 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" @@ -4868,7 +4806,7 @@ msgstr "" msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:262 +#: nova/conductor/manager.py:263 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -4946,54 +4884,50 @@ msgstr "" msgid "Failed to notify cells of instance destroy" msgstr "" -#: nova/db/api.py:673 nova/db/api.py:694 +#: nova/db/api.py:674 nova/db/api.py:695 msgid "Failed to notify cells of instance update" msgstr "" -#: nova/db/api.py:734 -msgid "Failed to notify cells of instance info cache update" -msgstr "" - -#: nova/db/api.py:1456 +#: nova/db/api.py:1453 msgid "Failed to notify cells of bw_usage update" msgstr "" -#: nova/db/api.py:1591 +#: nova/db/api.py:1588 msgid "Failed to notify cells of instance fault" msgstr "" -#: nova/db/sqlalchemy/api.py:157 +#: nova/db/sqlalchemy/api.py:160 #, python-format msgid "Deadlock detected when running '%(func_name)s': Retrying..." msgstr "" -#: nova/db/sqlalchemy/api.py:192 +#: nova/db/sqlalchemy/api.py:195 msgid "model or base_model parameter should be subclass of NovaBase" msgstr "" -#: nova/db/sqlalchemy/api.py:205 nova/virt/baremetal/db/sqlalchemy/api.py:61 +#: nova/db/sqlalchemy/api.py:208 nova/virt/baremetal/db/sqlalchemy/api.py:61 #, python-format msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1408 +#: nova/db/sqlalchemy/api.py:1411 #, python-format msgid "" "Unknown osapi_compute_unique_server_name_scope value: %s Flag must be " "empty, \"global\" or \"project\"" msgstr "" -#: nova/db/sqlalchemy/api.py:1546 +#: nova/db/sqlalchemy/api.py:1549 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2853 +#: nova/db/sqlalchemy/api.py:2908 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4361 +#: nova/db/sqlalchemy/api.py:4416 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5139,15 +5073,19 @@ msgstr "" msgid "Bad project_id for to_global_ipv6: %s" msgstr "" -#: nova/network/api.py:55 +#: nova/network/api.py:56 msgid "instance is a required argument to use @refresh_cache" msgstr "" -#: nova/network/api.py:80 +#: nova/network/api.py:90 +msgid "Failed to notify cells of instance info cache update" +msgstr "" + +#: nova/network/api.py:93 msgid "Failed storing info cache" msgstr "" -#: nova/network/api.py:235 +#: nova/network/api.py:248 #, python-format msgid "re-assign floating IP %(address)s from instance %(instance_id)s" msgstr "" @@ -5705,17 +5643,17 @@ msgstr "" msgid "Deprecated: %s" msgstr "" -#: nova/openstack/common/log.py:347 +#: nova/openstack/common/log.py:336 #, python-format msgid "Error loading logging config %(log_config)s: %(err_msg)s" msgstr "" -#: nova/openstack/common/log.py:397 +#: nova/openstack/common/log.py:386 #, python-format msgid "syslog facility must be one of: %s" msgstr "" -#: nova/openstack/common/log.py:563 +#: nova/openstack/common/log.py:555 #, python-format msgid "Fatal call to deprecated config: %(msg)s" msgstr "" @@ -5812,6 +5750,62 @@ msgstr "" msgid "process_input not supported over SSH" msgstr "" +#: nova/openstack/common/service.py:113 nova/openstack/common/service.py:276 +msgid "Full set of CONF:" +msgstr "" + +#: nova/openstack/common/service.py:122 nova/openstack/common/service.py:219 +#, python-format +msgid "Caught %s, exiting" +msgstr "" + +#: nova/openstack/common/service.py:165 +msgid "Parent process has died unexpectedly, exiting" +msgstr "" + +#: nova/openstack/common/service.py:201 +msgid "Forking too fast, sleeping" +msgstr "" + +#: nova/openstack/common/service.py:224 +msgid "Unhandled exception" +msgstr "" + +#: nova/openstack/common/service.py:231 +#, python-format +msgid "Started child %d" +msgstr "" + +#: nova/openstack/common/service.py:241 +#, python-format +msgid "Starting %d workers" +msgstr "" + +#: nova/openstack/common/service.py:258 +#, python-format +msgid "Child %(pid)d killed by signal %(sig)d" +msgstr "" + +#: nova/openstack/common/service.py:262 +#, python-format +msgid "Child %(pid)s exited with status %(code)d" +msgstr "" + +#: nova/openstack/common/service.py:266 +#, python-format +msgid "pid %d not in child list" +msgstr "" + +#: nova/openstack/common/service.py:294 +#, python-format +msgid "Caught %s, stopping children" +msgstr "" + +#: nova/openstack/common/service.py:305 +#, python-format +msgid "Waiting on %d children to exit" +msgstr "" + #: nova/openstack/common/strutils.py:72 #, python-format msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" @@ -6000,12 +5994,17 @@ msgid "" "endpoint." msgstr "" -#: nova/openstack/common/rpc/common.py:281 +#: nova/openstack/common/rpc/common.py:162 +#, python-format +msgid "Specified RPC version cap, %(version_cap)s, is too low" +msgstr "" + +#: nova/openstack/common/rpc/common.py:285 #, python-format msgid "Failed to sanitize %(item)s. Key error %(err)s" msgstr "" -#: nova/openstack/common/rpc/common.py:303 +#: nova/openstack/common/rpc/common.py:307 #, python-format msgid "Returning exception %s to caller" msgstr "" @@ -6338,38 +6337,38 @@ msgstr "" msgid "Request Spec: %s" msgstr "" -#: nova/scheduler/filter_scheduler.py:92 +#: nova/scheduler/filter_scheduler.py:97 #, python-format msgid "Choosing host %(weighed_host)s for instance %(instance_uuid)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:234 +#: nova/scheduler/filter_scheduler.py:239 msgid "Invalid value for 'scheduler_max_attempts', must be >= 1" msgstr "" -#: nova/scheduler/filter_scheduler.py:251 +#: nova/scheduler/filter_scheduler.py:256 #, python-format msgid "Error from last host: %(last_host)s (node %(last_node)s): %(exc)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:283 +#: nova/scheduler/filter_scheduler.py:288 #, python-format msgid "" "Exceeded max scheduling attempts %(max_attempts)d for instance " "%(instance_uuid)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:351 +#: nova/scheduler/filter_scheduler.py:356 #, python-format msgid "Filtered %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:356 +#: nova/scheduler/filter_scheduler.py:361 #, python-format msgid "Weighed %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:398 +#: nova/scheduler/filter_scheduler.py:403 #, python-format msgid "Unable to migrate %(instance_uuid)s to %(dest)s: Lack of memory" msgstr "" @@ -6564,46 +6563,46 @@ msgstr "" msgid "Returns one member of the [%s] group" msgstr "" -#: nova/servicegroup/drivers/db.py:42 +#: nova/servicegroup/drivers/db.py:41 #, python-format msgid "" "DB_Driver: join new ServiceGroup member %(member_id)s to the %(group_id)s" " group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/db.py:46 +#: nova/servicegroup/drivers/db.py:45 msgid "service is a mandatory argument for DB based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/db.py:76 +#: nova/servicegroup/drivers/db.py:72 #, python-format msgid "DB_Driver: get_all members of the %s group" msgstr "" -#: nova/servicegroup/drivers/db.py:99 nova/servicegroup/drivers/mc.py:103 +#: nova/servicegroup/drivers/db.py:95 nova/servicegroup/drivers/mc.py:99 msgid "Recovered model server connection!" msgstr "" -#: nova/servicegroup/drivers/db.py:105 nova/servicegroup/drivers/mc.py:109 +#: nova/servicegroup/drivers/db.py:101 nova/servicegroup/drivers/mc.py:105 msgid "model server went away" msgstr "" -#: nova/servicegroup/drivers/mc.py:44 +#: nova/servicegroup/drivers/mc.py:43 msgid "memcached_servers not defined" msgstr "" -#: nova/servicegroup/drivers/mc.py:52 +#: nova/servicegroup/drivers/mc.py:51 #, python-format msgid "" "Memcached_Driver: join new ServiceGroup member %(member_id)s to the " "%(group_id)s group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/mc.py:57 +#: nova/servicegroup/drivers/mc.py:56 msgid "service is a mandatory argument for Memcached based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/mc.py:78 +#: nova/servicegroup/drivers/mc.py:74 #, python-format msgid "Memcached_Driver: get_all members of the %s group" msgstr "" @@ -6692,22 +6691,6 @@ msgstr "" msgid "already detached" msgstr "" -#: nova/tests/fakelibvirt.py:892 -msgid "Please extend mock libvirt module to support flags" -msgstr "" - -#: nova/tests/fakelibvirt.py:896 -msgid "Expected a list for 'auth' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:900 -msgid "Expected a function in 'auth[0]' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:904 -msgid "Expected a function in 'auth[1]' parameter" -msgstr "" - #: nova/tests/test_hypervapi.py:433 msgid "fake vswitch not found" msgstr "" @@ -6741,17 +6724,17 @@ msgstr "" msgid "unexpected role header" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3340 +#: nova/tests/api/openstack/compute/test_servers.py:3365 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3345 +#: nova/tests/api/openstack/compute/test_servers.py:3370 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3350 +#: nova/tests/api/openstack/compute/test_servers.py:3375 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" @@ -6760,7 +6743,7 @@ msgstr "" #: nova/tests/compute/test_compute.py:1168 #: nova/tests/compute/test_compute.py:1195 #: nova/tests/compute/test_compute.py:1241 -#: nova/tests/compute/test_compute.py:3762 +#: nova/tests/compute/test_compute.py:3804 #, python-format msgid "Running instances: %s" msgstr "" @@ -6777,16 +6760,16 @@ msgstr "" msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:3815 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4275 +#: nova/tests/compute/test_compute.py:4315 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8748 +#: nova/tests/compute/test_compute.py:8904 msgid "spawn error" msgstr "" @@ -6882,6 +6865,22 @@ msgstr "" msgid "Decoding JSON: %s" msgstr "" +#: nova/tests/virt/libvirt/fakelibvirt.py:892 +msgid "Please extend mock libvirt module to support flags" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:896 +msgid "Expected a list for 'auth' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:900 +msgid "Expected a function in 'auth[0]' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:904 +msgid "Expected a function in 'auth[1]' parameter" +msgstr "" + #: nova/virt/configdrive.py:97 #, python-format msgid "Added %(filepath)s to config drive" @@ -10965,3 +10964,15 @@ msgstr "" msgid "status must be 'available'" msgstr "" +#~ msgid "%(flag)s : FLAG SET " +#~ msgstr "" + +#~ msgid "Child %(pid)d exited with status %(code)d" +#~ msgstr "" + +#~ msgid "Got update for instance %(instance_uuid)s: %(instance)s" +#~ msgstr "" + +#~ msgid "Got update to delete instance %(instance_uuid)s" +#~ msgstr "" + diff --git a/nova/locale/bs/LC_MESSAGES/nova.po b/nova/locale/bs/LC_MESSAGES/nova.po index 806703e6d..57aa51b13 100644 --- a/nova/locale/bs/LC_MESSAGES/nova.po +++ b/nova/locale/bs/LC_MESSAGES/nova.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: nova\n" "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" -"POT-Creation-Date: 2013-05-18 19:37+0000\n" +"POT-Creation-Date: 2013-05-22 19:37+0000\n" "PO-Revision-Date: 2012-01-19 20:22+0000\n" "Last-Translator: yazar <zrncescientiae@gmail.com>\n" "Language-Team: Bosnian <bs@li.org>\n" @@ -168,7 +168,7 @@ msgid "" msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 -#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2778 +#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2767 msgid "Keypair data is invalid" msgstr "" @@ -184,7 +184,7 @@ msgstr "" msgid "Invalid volume" msgstr "" -#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1334 +#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1332 #: nova/api/openstack/compute/contrib/admin_actions.py:242 msgid "Invalid metadata" msgstr "" @@ -1305,7 +1305,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:166 +#: nova/manager.py:170 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1325,117 +1325,56 @@ msgstr "" msgid "Rule checked when requested rule is not found" msgstr "" -#: nova/quota.py:966 +#: nova/quota.py:972 #, python-format msgid "Created reservations %(reservations)s" msgstr "" -#: nova/quota.py:988 +#: nova/quota.py:994 #, python-format msgid "Failed to commit reservations %(reservations)s" msgstr "" -#: nova/quota.py:990 +#: nova/quota.py:996 #, python-format msgid "Committed reservations %(reservations)s" msgstr "" -#: nova/quota.py:1010 +#: nova/quota.py:1016 #, python-format msgid "Failed to roll back reservations %(reservations)s" msgstr "" -#: nova/quota.py:1012 +#: nova/quota.py:1018 #, python-format msgid "Rolled back reservations %(reservations)s" msgstr "" -#: nova/service.py:197 -msgid "Full set of CONF:" -msgstr "" - -#: nova/service.py:204 -#, python-format -msgid "%(flag)s : FLAG SET " -msgstr "" - -#: nova/service.py:214 nova/service.py:312 -#, python-format -msgid "Caught %s, exiting" -msgstr "" - -#: nova/service.py:258 -msgid "Parent process has died unexpectedly, exiting" -msgstr "" - -#: nova/service.py:294 -msgid "Forking too fast, sleeping" -msgstr "" - -#: nova/service.py:317 -msgid "Unhandled exception" -msgstr "" - -#: nova/service.py:324 -#, python-format -msgid "Started child %d" -msgstr "" - -#: nova/service.py:334 -#, python-format -msgid "Starting %d workers" -msgstr "" - -#: nova/service.py:348 -#, python-format -msgid "Child %(pid)d killed by signal %(sig)d" -msgstr "" - -#: nova/service.py:351 -#, python-format -msgid "Child %(pid)d exited with status %(code)d" -msgstr "" - -#: nova/service.py:354 -#, python-format -msgid "pid %d not in child list" -msgstr "" - -#: nova/service.py:374 -#, python-format -msgid "Caught %s, stopping children" -msgstr "" - -#: nova/service.py:385 -#, python-format -msgid "Waiting on %d children to exit" -msgstr "" - -#: nova/service.py:427 +#: nova/service.py:153 #, python-format msgid "Starting %(topic)s node (version %(version)s)" msgstr "" -#: nova/service.py:444 nova/openstack/common/rpc/service.py:47 +#: nova/service.py:170 nova/openstack/common/rpc/service.py:47 #, python-format msgid "Creating Consumer connection for Service %s" msgstr "" -#: nova/service.py:464 +#: nova/service.py:190 #, python-format msgid "Join ServiceGroup membership for this service %s" msgstr "" -#: nova/service.py:546 +#: nova/service.py:270 msgid "Service killed that has no database entry" msgstr "" -#: nova/service.py:581 +#: nova/service.py:292 #, python-format msgid "Temporary directory is invalid: %s" msgstr "" -#: nova/service.py:679 +#: nova/service.py:394 msgid "serve() can only be called once" msgstr "" @@ -1707,7 +1646,7 @@ msgstr "" msgid "An unknown error has occurred. Please try your request again." msgstr "" -#: nova/api/ec2/apirequest.py:60 +#: nova/api/ec2/apirequest.py:61 #, python-format msgid "Unsupported API request: controller = %(controller)s, action = %(action)s" msgstr "" @@ -2513,7 +2452,7 @@ msgid "No adminPass was specified" msgstr "" #: nova/api/openstack/compute/servers.py:1173 -#: nova/api/openstack/compute/servers.py:1384 +#: nova/api/openstack/compute/servers.py:1382 msgid "Invalid adminPass" msgstr "" @@ -2544,15 +2483,15 @@ msgstr "" msgid "Could not parse imageRef from request." msgstr "" -#: nova/api/openstack/compute/servers.py:1292 +#: nova/api/openstack/compute/servers.py:1289 msgid "Cannot find image for rebuild" msgstr "" -#: nova/api/openstack/compute/servers.py:1325 +#: nova/api/openstack/compute/servers.py:1323 msgid "createImage entity requires name attribute" msgstr "" -#: nova/api/openstack/compute/servers.py:1410 +#: nova/api/openstack/compute/servers.py:1408 #, python-format msgid "Removing options '%s' from query" msgstr "" @@ -3263,89 +3202,88 @@ msgstr "" msgid "Error processing message locally: %(exc)s" msgstr "" -#: nova/cells/messaging.py:358 nova/cells/messaging.py:364 +#: nova/cells/messaging.py:360 nova/cells/messaging.py:368 #, python-format msgid "destination is %(target_cell)s but routing_path is %(routing_path)s" msgstr "" -#: nova/cells/messaging.py:374 +#: nova/cells/messaging.py:380 #, python-format msgid "Unknown %(cell_type)s when routing to %(target_cell)s" msgstr "" -#: nova/cells/messaging.py:398 +#: nova/cells/messaging.py:404 #, python-format msgid "Error locating next hop for message: %(exc)s" msgstr "" -#: nova/cells/messaging.py:425 +#: nova/cells/messaging.py:431 #, python-format msgid "Failed to send message to cell: %(next_hop)s: %(exc)s" msgstr "" -#: nova/cells/messaging.py:504 +#: nova/cells/messaging.py:510 #, python-format msgid "Error locating next hops for message: %(exc)s" msgstr "" -#: nova/cells/messaging.py:524 +#: nova/cells/messaging.py:530 #, python-format msgid "Error sending message to next hops: %(exc)s" msgstr "" -#: nova/cells/messaging.py:542 +#: nova/cells/messaging.py:548 #, python-format msgid "Error waiting for responses from neighbor cells: %(exc)s" msgstr "" -#: nova/cells/messaging.py:653 +#: nova/cells/messaging.py:659 #, python-format msgid "Unknown method '%(method)s' in compute API" msgstr "" -#: nova/cells/messaging.py:676 +#: nova/cells/messaging.py:682 #, python-format msgid "Received capabilities from child cell %(cell_name)s: %(capabilities)s" msgstr "" -#: nova/cells/messaging.py:685 +#: nova/cells/messaging.py:692 #, python-format msgid "Received capacities from child cell %(cell_name)s: %(capacities)s" msgstr "" -#: nova/cells/messaging.py:811 +#: nova/cells/messaging.py:819 #, python-format -msgid "Got update for instance %(instance_uuid)s: %(instance)s" +msgid "Got update for instance: %(instance)s" msgstr "" -#: nova/cells/messaging.py:854 -#, python-format -msgid "Got update to delete instance %(instance_uuid)s" +#: nova/cells/messaging.py:862 +msgid "Got update to delete instance" msgstr "" -#: nova/cells/messaging.py:869 +#: nova/cells/messaging.py:877 #, python-format msgid "Got broadcast to %(delete_type)s delete instance" msgstr "" -#: nova/cells/messaging.py:883 +#: nova/cells/messaging.py:891 #, python-format msgid "Got message to create instance fault: %(instance_fault)s" msgstr "" -#: nova/cells/messaging.py:904 +#: nova/cells/messaging.py:912 #, python-format msgid "" "Forcing a sync of instances, project_id=%(projid_str)s, " "updated_since=%(since_str)s" msgstr "" -#: nova/cells/messaging.py:1088 +#: nova/cells/messaging.py:1097 #, python-format msgid "Updating parents with our capabilities: %(capabs)s" msgstr "" -#: nova/cells/messaging.py:1108 +#: nova/cells/messaging.py:1117 #, python-format msgid "Updating parents with our capacities: %(capacities)s" msgstr "" @@ -3362,7 +3300,7 @@ msgid "" "second(s)" msgstr "" -#: nova/cells/scheduler.py:139 +#: nova/cells/scheduler.py:140 #, python-format msgid "Error scheduling instances %(instance_uuids)s" msgstr "" @@ -3376,7 +3314,7 @@ msgstr "" msgid "Unknown cell '%(cell_name)s' when trying to update capabilities" msgstr "" -#: nova/cells/state.py:330 +#: nova/cells/state.py:331 #, python-format msgid "Unknown cell '%(cell_name)s' when trying to update capacities" msgstr "" @@ -3867,136 +3805,136 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:1997 +#: nova/compute/api.py:1988 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2006 +#: nova/compute/api.py:1997 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2048 +#: nova/compute/api.py:2043 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2188 +#: nova/compute/api.py:2179 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2295 +#: nova/compute/api.py:2284 msgid "Locking" msgstr "" -#: nova/compute/api.py:2303 +#: nova/compute/api.py:2292 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2375 +#: nova/compute/api.py:2364 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2488 +#: nova/compute/api.py:2477 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2507 +#: nova/compute/api.py:2496 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2511 +#: nova/compute/api.py:2500 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2758 +#: nova/compute/api.py:2747 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2762 +#: nova/compute/api.py:2751 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2858 +#: nova/compute/api.py:2847 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2861 +#: nova/compute/api.py:2850 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2869 +#: nova/compute/api.py:2858 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2875 +#: nova/compute/api.py:2864 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2893 +#: nova/compute/api.py:2882 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2896 +#: nova/compute/api.py:2885 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2903 +#: nova/compute/api.py:2892 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2967 +#: nova/compute/api.py:2956 #, python-format msgid "Unable to delete system group '%s'" msgstr "" -#: nova/compute/api.py:2972 +#: nova/compute/api.py:2961 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:2980 +#: nova/compute/api.py:2969 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:2983 +#: nova/compute/api.py:2972 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3060 nova/compute/api.py:3134 +#: nova/compute/api.py:3049 nova/compute/api.py:3123 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3076 +#: nova/compute/api.py:3065 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3079 +#: nova/compute/api.py:3068 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3088 +#: nova/compute/api.py:3077 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3141 +#: nova/compute/api.py:3130 msgid "Security group id should be integer" msgstr "" @@ -4099,650 +4037,650 @@ msgstr "" msgid "Instance has been destroyed from under us while trying to set it to ERROR" msgstr "" -#: nova/compute/manager.py:407 +#: nova/compute/manager.py:409 #, python-format msgid "Instance %(uuid)s found in the hypervisor, but not in the database" msgstr "" -#: nova/compute/manager.py:423 +#: nova/compute/manager.py:425 #, python-format msgid "" "Instance %(driver_instance)s found in the hypervisor, but not in the " "database" msgstr "" -#: nova/compute/manager.py:444 +#: nova/compute/manager.py:446 #, python-format msgid "" "Deleting instance as its host (%(instance_host)s) is not equal to our " "host (%(our_host)s)." msgstr "" -#: nova/compute/manager.py:459 +#: nova/compute/manager.py:461 msgid "Instance has been marked deleted already, removing it from the hypervisor." msgstr "" -#: nova/compute/manager.py:480 +#: nova/compute/manager.py:482 msgid "" "Hypervisor driver does not support instance shared storage check, " "assuming it's not on shared storage" msgstr "" -#: nova/compute/manager.py:486 +#: nova/compute/manager.py:488 msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:529 +#: nova/compute/manager.py:531 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:532 +#: nova/compute/manager.py:534 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:543 +#: nova/compute/manager.py:545 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:548 +#: nova/compute/manager.py:550 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:562 +#: nova/compute/manager.py:564 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:567 +#: nova/compute/manager.py:569 msgid "Failed to resume instance" msgstr "" -#: nova/compute/manager.py:577 +#: nova/compute/manager.py:579 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:581 +#: nova/compute/manager.py:583 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:597 +#: nova/compute/manager.py:599 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:609 +#: nova/compute/manager.py:611 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:647 +#: nova/compute/manager.py:649 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:745 +#: nova/compute/manager.py:747 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:762 +#: nova/compute/manager.py:764 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:862 +#: nova/compute/manager.py:864 msgid "Success" msgstr "" -#: nova/compute/manager.py:885 +#: nova/compute/manager.py:887 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:906 nova/compute/manager.py:2377 +#: nova/compute/manager.py:908 nova/compute/manager.py:2379 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:948 +#: nova/compute/manager.py:950 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:954 +#: nova/compute/manager.py:956 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:982 +#: nova/compute/manager.py:984 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:999 +#: nova/compute/manager.py:1001 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1024 nova/compute/manager.py:2431 +#: nova/compute/manager.py:1026 nova/compute/manager.py:2433 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1037 +#: nova/compute/manager.py:1039 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1042 +#: nova/compute/manager.py:1044 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1048 +#: nova/compute/manager.py:1050 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1077 +#: nova/compute/manager.py:1079 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1125 +#: nova/compute/manager.py:1127 #, python-format msgid "" "image_id=%(image_id)s, image_size_bytes=%(size_bytes)d, " "allowed_size_bytes=%(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1131 +#: nova/compute/manager.py:1133 #, python-format msgid "" "Image '%(image_id)s' size %(size_bytes)d exceeded instance_type allowed " "size %(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1141 +#: nova/compute/manager.py:1143 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1167 +#: nova/compute/manager.py:1169 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1170 +#: nova/compute/manager.py:1172 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1181 +#: nova/compute/manager.py:1183 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1200 +#: nova/compute/manager.py:1202 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1251 +#: nova/compute/manager.py:1253 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1324 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1338 +#: nova/compute/manager.py:1340 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1358 +#: nova/compute/manager.py:1360 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1361 +#: nova/compute/manager.py:1363 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1368 +#: nova/compute/manager.py:1370 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1415 +#: nova/compute/manager.py:1417 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1468 nova/compute/manager.py:2606 -#: nova/compute/manager.py:4118 +#: nova/compute/manager.py:1470 nova/compute/manager.py:2608 +#: nova/compute/manager.py:4137 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1620 +#: nova/compute/manager.py:1622 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1633 +#: nova/compute/manager.py:1635 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1637 +#: nova/compute/manager.py:1639 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1641 +#: nova/compute/manager.py:1643 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1724 +#: nova/compute/manager.py:1726 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1756 +#: nova/compute/manager.py:1758 #, python-format msgid "Detaching from volume api: %s" msgstr "" -#: nova/compute/manager.py:1774 +#: nova/compute/manager.py:1776 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1799 +#: nova/compute/manager.py:1801 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1817 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "" -#: nova/compute/manager.py:1828 +#: nova/compute/manager.py:1830 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1855 +#: nova/compute/manager.py:1857 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1861 +#: nova/compute/manager.py:1863 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1922 +#: nova/compute/manager.py:1924 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1929 +#: nova/compute/manager.py:1931 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1934 +#: nova/compute/manager.py:1936 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1962 +#: nova/compute/manager.py:1964 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1969 +#: nova/compute/manager.py:1971 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1976 +#: nova/compute/manager.py:1978 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1991 +#: nova/compute/manager.py:1993 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1998 +#: nova/compute/manager.py:2000 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:2011 +#: nova/compute/manager.py:2013 #, python-format msgid "" "trying to inject a file into a non-running (state: " "%(current_power_state)s expected: %(expected_state)s)" msgstr "" -#: nova/compute/manager.py:2015 +#: nova/compute/manager.py:2017 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:2035 +#: nova/compute/manager.py:2037 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2048 +#: nova/compute/manager.py:2050 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2067 +#: nova/compute/manager.py:2069 msgid "Error trying to Rescue Instance" msgstr "" -#: nova/compute/manager.py:2071 +#: nova/compute/manager.py:2073 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2089 +#: nova/compute/manager.py:2091 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2110 +#: nova/compute/manager.py:2112 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2335 +#: nova/compute/manager.py:2337 msgid "Instance has no source host" msgstr "" -#: nova/compute/manager.py:2341 +#: nova/compute/manager.py:2343 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2358 +#: nova/compute/manager.py:2360 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2603 +#: nova/compute/manager.py:2605 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2666 +#: nova/compute/manager.py:2668 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2684 +#: nova/compute/manager.py:2686 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2722 +#: nova/compute/manager.py:2724 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2753 +#: nova/compute/manager.py:2755 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2773 +#: nova/compute/manager.py:2775 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2778 +#: nova/compute/manager.py:2780 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2781 +#: nova/compute/manager.py:2783 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2798 +#: nova/compute/manager.py:2800 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2825 +#: nova/compute/manager.py:2827 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2860 +#: nova/compute/manager.py:2862 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2907 +#: nova/compute/manager.py:2909 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2957 +#: nova/compute/manager.py:2959 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2966 +#: nova/compute/manager.py:2968 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2981 +#: nova/compute/manager.py:2983 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:3011 +#: nova/compute/manager.py:3013 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:3021 +#: nova/compute/manager.py:3023 msgid "Detaching volume from unknown instance" msgstr "" -#: nova/compute/manager.py:3028 +#: nova/compute/manager.py:3030 #, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "" -#: nova/compute/manager.py:3051 +#: nova/compute/manager.py:3053 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3087 +#: nova/compute/manager.py:3089 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3107 +#: nova/compute/manager.py:3109 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3121 +#: nova/compute/manager.py:3123 #, python-format msgid "Host %(host)s not found" msgstr "" -#: nova/compute/manager.py:3265 +#: nova/compute/manager.py:3276 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3293 +#: nova/compute/manager.py:3304 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3348 +#: nova/compute/manager.py:3359 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3350 +#: nova/compute/manager.py:3361 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:3364 +#: nova/compute/manager.py:3376 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3393 +#: nova/compute/manager.py:3408 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3512 +#: nova/compute/manager.py:3537 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3557 +#: nova/compute/manager.py:3587 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3563 +#: nova/compute/manager.py:3593 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3602 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3579 +#: nova/compute/manager.py:3609 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3583 +#: nova/compute/manager.py:3613 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3590 +#: nova/compute/manager.py:3620 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3599 +#: nova/compute/manager.py:3629 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3616 +#: nova/compute/manager.py:3646 #, 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:3635 +#: nova/compute/manager.py:3665 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3659 +#: nova/compute/manager.py:3689 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3776 +#: nova/compute/manager.py:3806 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3793 +#: nova/compute/manager.py:3823 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3820 +#: nova/compute/manager.py:3850 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3825 nova/compute/manager.py:3875 +#: nova/compute/manager.py:3855 nova/compute/manager.py:3905 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3862 +#: nova/compute/manager.py:3892 #, 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:3900 +#: nova/compute/manager.py:3930 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3912 nova/compute/manager.py:3921 -#: nova/compute/manager.py:3951 +#: nova/compute/manager.py:3942 nova/compute/manager.py:3951 +#: nova/compute/manager.py:3981 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3916 +#: nova/compute/manager.py:3946 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3932 +#: nova/compute/manager.py:3962 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3938 +#: nova/compute/manager.py:3968 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3944 +#: nova/compute/manager.py:3974 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3960 +#: nova/compute/manager.py:3990 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3968 +#: nova/compute/manager.py:3998 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3988 +#: nova/compute/manager.py:4010 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:4015 +#: nova/compute/manager.py:4037 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:4025 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4047 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4088 #, python-format msgid "" "Detected instance with name label '%(name)s' which is marked as DELETED " "but still present on host." msgstr "" -#: nova/compute/manager.py:4073 +#: nova/compute/manager.py:4095 #, python-format msgid "" "Destroying instance with name label '%(name)s' which is marked as DELETED" " but still present on host." msgstr "" -#: nova/compute/manager.py:4080 +#: nova/compute/manager.py:4102 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4110 +#: nova/compute/manager.py:4129 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4856,7 +4794,7 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:380 +#: nova/conductor/api.py:373 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" @@ -4867,7 +4805,7 @@ msgstr "" msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:262 +#: nova/conductor/manager.py:263 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -4945,54 +4883,50 @@ msgstr "" msgid "Failed to notify cells of instance destroy" msgstr "" -#: nova/db/api.py:673 nova/db/api.py:694 +#: nova/db/api.py:674 nova/db/api.py:695 msgid "Failed to notify cells of instance update" msgstr "" -#: nova/db/api.py:734 -msgid "Failed to notify cells of instance info cache update" -msgstr "" - -#: nova/db/api.py:1456 +#: nova/db/api.py:1453 msgid "Failed to notify cells of bw_usage update" msgstr "" -#: nova/db/api.py:1591 +#: nova/db/api.py:1588 msgid "Failed to notify cells of instance fault" msgstr "" -#: nova/db/sqlalchemy/api.py:157 +#: nova/db/sqlalchemy/api.py:160 #, python-format msgid "Deadlock detected when running '%(func_name)s': Retrying..." msgstr "" -#: nova/db/sqlalchemy/api.py:192 +#: nova/db/sqlalchemy/api.py:195 msgid "model or base_model parameter should be subclass of NovaBase" msgstr "" -#: nova/db/sqlalchemy/api.py:205 nova/virt/baremetal/db/sqlalchemy/api.py:61 +#: nova/db/sqlalchemy/api.py:208 nova/virt/baremetal/db/sqlalchemy/api.py:61 #, python-format msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1408 +#: nova/db/sqlalchemy/api.py:1411 #, python-format msgid "" "Unknown osapi_compute_unique_server_name_scope value: %s Flag must be " "empty, \"global\" or \"project\"" msgstr "" -#: nova/db/sqlalchemy/api.py:1546 +#: nova/db/sqlalchemy/api.py:1549 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2853 +#: nova/db/sqlalchemy/api.py:2908 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4361 +#: nova/db/sqlalchemy/api.py:4416 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5138,15 +5072,19 @@ msgstr "" msgid "Bad project_id for to_global_ipv6: %s" msgstr "" -#: nova/network/api.py:55 +#: nova/network/api.py:56 msgid "instance is a required argument to use @refresh_cache" msgstr "" -#: nova/network/api.py:80 +#: nova/network/api.py:90 +msgid "Failed to notify cells of instance info cache update" +msgstr "" + +#: nova/network/api.py:93 msgid "Failed storing info cache" msgstr "" -#: nova/network/api.py:235 +#: nova/network/api.py:248 #, python-format msgid "re-assign floating IP %(address)s from instance %(instance_id)s" msgstr "" @@ -5704,17 +5642,17 @@ msgstr "" msgid "Deprecated: %s" msgstr "" -#: nova/openstack/common/log.py:347 +#: nova/openstack/common/log.py:336 #, python-format msgid "Error loading logging config %(log_config)s: %(err_msg)s" msgstr "" -#: nova/openstack/common/log.py:397 +#: nova/openstack/common/log.py:386 #, python-format msgid "syslog facility must be one of: %s" msgstr "" -#: nova/openstack/common/log.py:563 +#: nova/openstack/common/log.py:555 #, python-format msgid "Fatal call to deprecated config: %(msg)s" msgstr "" @@ -5811,6 +5749,62 @@ msgstr "" msgid "process_input not supported over SSH" msgstr "" +#: nova/openstack/common/service.py:113 nova/openstack/common/service.py:276 +msgid "Full set of CONF:" +msgstr "" + +#: nova/openstack/common/service.py:122 nova/openstack/common/service.py:219 +#, python-format +msgid "Caught %s, exiting" +msgstr "" + +#: nova/openstack/common/service.py:165 +msgid "Parent process has died unexpectedly, exiting" +msgstr "" + +#: nova/openstack/common/service.py:201 +msgid "Forking too fast, sleeping" +msgstr "" + +#: nova/openstack/common/service.py:224 +msgid "Unhandled exception" +msgstr "" + +#: nova/openstack/common/service.py:231 +#, python-format +msgid "Started child %d" +msgstr "" + +#: nova/openstack/common/service.py:241 +#, python-format +msgid "Starting %d workers" +msgstr "" + +#: nova/openstack/common/service.py:258 +#, python-format +msgid "Child %(pid)d killed by signal %(sig)d" +msgstr "" + +#: nova/openstack/common/service.py:262 +#, python-format +msgid "Child %(pid)s exited with status %(code)d" +msgstr "" + +#: nova/openstack/common/service.py:266 +#, python-format +msgid "pid %d not in child list" +msgstr "" + +#: nova/openstack/common/service.py:294 +#, python-format +msgid "Caught %s, stopping children" +msgstr "" + +#: nova/openstack/common/service.py:305 +#, python-format +msgid "Waiting on %d children to exit" +msgstr "" + #: nova/openstack/common/strutils.py:72 #, python-format msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" @@ -5999,12 +5993,17 @@ msgid "" "endpoint." msgstr "" -#: nova/openstack/common/rpc/common.py:281 +#: nova/openstack/common/rpc/common.py:162 +#, python-format +msgid "Specified RPC version cap, %(version_cap)s, is too low" +msgstr "" + +#: nova/openstack/common/rpc/common.py:285 #, python-format msgid "Failed to sanitize %(item)s. Key error %(err)s" msgstr "" -#: nova/openstack/common/rpc/common.py:303 +#: nova/openstack/common/rpc/common.py:307 #, python-format msgid "Returning exception %s to caller" msgstr "" @@ -6337,38 +6336,38 @@ msgstr "" msgid "Request Spec: %s" msgstr "" -#: nova/scheduler/filter_scheduler.py:92 +#: nova/scheduler/filter_scheduler.py:97 #, python-format msgid "Choosing host %(weighed_host)s for instance %(instance_uuid)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:234 +#: nova/scheduler/filter_scheduler.py:239 msgid "Invalid value for 'scheduler_max_attempts', must be >= 1" msgstr "" -#: nova/scheduler/filter_scheduler.py:251 +#: nova/scheduler/filter_scheduler.py:256 #, python-format msgid "Error from last host: %(last_host)s (node %(last_node)s): %(exc)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:283 +#: nova/scheduler/filter_scheduler.py:288 #, python-format msgid "" "Exceeded max scheduling attempts %(max_attempts)d for instance " "%(instance_uuid)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:351 +#: nova/scheduler/filter_scheduler.py:356 #, python-format msgid "Filtered %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:356 +#: nova/scheduler/filter_scheduler.py:361 #, python-format msgid "Weighed %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:398 +#: nova/scheduler/filter_scheduler.py:403 #, python-format msgid "Unable to migrate %(instance_uuid)s to %(dest)s: Lack of memory" msgstr "" @@ -6563,46 +6562,46 @@ msgstr "" msgid "Returns one member of the [%s] group" msgstr "" -#: nova/servicegroup/drivers/db.py:42 +#: nova/servicegroup/drivers/db.py:41 #, python-format msgid "" "DB_Driver: join new ServiceGroup member %(member_id)s to the %(group_id)s" " group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/db.py:46 +#: nova/servicegroup/drivers/db.py:45 msgid "service is a mandatory argument for DB based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/db.py:76 +#: nova/servicegroup/drivers/db.py:72 #, python-format msgid "DB_Driver: get_all members of the %s group" msgstr "" -#: nova/servicegroup/drivers/db.py:99 nova/servicegroup/drivers/mc.py:103 +#: nova/servicegroup/drivers/db.py:95 nova/servicegroup/drivers/mc.py:99 msgid "Recovered model server connection!" msgstr "" -#: nova/servicegroup/drivers/db.py:105 nova/servicegroup/drivers/mc.py:109 +#: nova/servicegroup/drivers/db.py:101 nova/servicegroup/drivers/mc.py:105 msgid "model server went away" msgstr "" -#: nova/servicegroup/drivers/mc.py:44 +#: nova/servicegroup/drivers/mc.py:43 msgid "memcached_servers not defined" msgstr "" -#: nova/servicegroup/drivers/mc.py:52 +#: nova/servicegroup/drivers/mc.py:51 #, python-format msgid "" "Memcached_Driver: join new ServiceGroup member %(member_id)s to the " "%(group_id)s group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/mc.py:57 +#: nova/servicegroup/drivers/mc.py:56 msgid "service is a mandatory argument for Memcached based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/mc.py:78 +#: nova/servicegroup/drivers/mc.py:74 #, python-format msgid "Memcached_Driver: get_all members of the %s group" msgstr "" @@ -6691,22 +6690,6 @@ msgstr "" msgid "already detached" msgstr "" -#: nova/tests/fakelibvirt.py:892 -msgid "Please extend mock libvirt module to support flags" -msgstr "" - -#: nova/tests/fakelibvirt.py:896 -msgid "Expected a list for 'auth' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:900 -msgid "Expected a function in 'auth[0]' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:904 -msgid "Expected a function in 'auth[1]' parameter" -msgstr "" - #: nova/tests/test_hypervapi.py:433 msgid "fake vswitch not found" msgstr "" @@ -6740,17 +6723,17 @@ msgstr "" msgid "unexpected role header" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3340 +#: nova/tests/api/openstack/compute/test_servers.py:3365 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3345 +#: nova/tests/api/openstack/compute/test_servers.py:3370 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3350 +#: nova/tests/api/openstack/compute/test_servers.py:3375 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" @@ -6759,7 +6742,7 @@ msgstr "" #: nova/tests/compute/test_compute.py:1168 #: nova/tests/compute/test_compute.py:1195 #: nova/tests/compute/test_compute.py:1241 -#: nova/tests/compute/test_compute.py:3762 +#: nova/tests/compute/test_compute.py:3804 #, python-format msgid "Running instances: %s" msgstr "" @@ -6776,16 +6759,16 @@ msgstr "" msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:3815 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4275 +#: nova/tests/compute/test_compute.py:4315 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8748 +#: nova/tests/compute/test_compute.py:8904 msgid "spawn error" msgstr "" @@ -6881,6 +6864,22 @@ msgstr "" msgid "Decoding JSON: %s" msgstr "" +#: nova/tests/virt/libvirt/fakelibvirt.py:892 +msgid "Please extend mock libvirt module to support flags" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:896 +msgid "Expected a list for 'auth' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:900 +msgid "Expected a function in 'auth[0]' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:904 +msgid "Expected a function in 'auth[1]' parameter" +msgstr "" + #: nova/virt/configdrive.py:97 #, python-format msgid "Added %(filepath)s to config drive" @@ -10964,67 +10963,15 @@ msgstr "" msgid "status must be 'available'" msgstr "" -#~ msgid "EC2APIError raised: %s" -#~ msgstr "" - -#~ msgid "Instance is in an invalid state for '%(action)s'" -#~ msgstr "" - -#~ msgid "Failed to load extension %(ext_name)s: %(exc)s" -#~ msgstr "" - -#~ msgid "Removing options '%(unk_opt_str)s' from query" -#~ msgstr "" - -#~ msgid "Live migration of instance %(id)s to another host failed" -#~ msgstr "" - -#~ msgid "Cannot show aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Cannot update aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Cannot delete aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Total %(type_)s: %(total)d %(unit)s, used: %(used)d %(unit)s" -#~ msgstr "" - -#~ msgid "%(type_)s limit not specified, defaulting to unlimited" -#~ msgstr "" - -#~ msgid "%(type_)s limit: %(limit)d %(unit)s, free: %(free)d %(unit)s" -#~ msgstr "" - -#~ msgid "" -#~ "Unable to claim resources. Free " -#~ "%(type_)s %(free)d %(unit)s < requested " -#~ "%(requested)d %(unit)s" -#~ msgstr "" - -#~ msgid "'%s' argument must be a positive integer" -#~ msgstr "" - -#~ msgid "Attempting to build %(num_instances)d instance(s)" -#~ msgstr "" - -#~ msgid "Choosing host %(chosen_host)s" -#~ msgstr "" - -#~ msgid "Unable to load the virtualization driver: %s" +#~ msgid "%(flag)s : FLAG SET " #~ msgstr "" -#~ msgid "" -#~ "Inject data image=%(image)s key=%(key)s " -#~ "net=%(net)s metadata=%(metadata)s admin_password=ha-" -#~ "ha-not-telling-you files=%(files)s " -#~ "partition=%(partition)s use_cow=%(use_cow)s" +#~ msgid "Child %(pid)d exited with status %(code)d" #~ msgstr "" -#~ msgid "Inject admin password fs=%(fs)s admin_passwd=ha-ha-not-telling-you" +#~ msgid "Got update for instance %(instance_uuid)s: %(instance)s" #~ msgstr "" -#~ msgid "Resizing down VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" +#~ msgid "Got update to delete instance %(instance_uuid)s" #~ msgstr "" diff --git a/nova/locale/cs/LC_MESSAGES/nova.po b/nova/locale/cs/LC_MESSAGES/nova.po index f49efc42f..751732d1f 100644 --- a/nova/locale/cs/LC_MESSAGES/nova.po +++ b/nova/locale/cs/LC_MESSAGES/nova.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: nova\n" "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" -"POT-Creation-Date: 2013-05-18 19:37+0000\n" +"POT-Creation-Date: 2013-05-22 19:37+0000\n" "PO-Revision-Date: 2012-05-17 20:04+0000\n" "Last-Translator: Zbyněk Schwarz <Unknown>\n" "Language-Team: Czech <cs@li.org>\n" @@ -174,7 +174,7 @@ msgid "" msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 -#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2778 +#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2767 msgid "Keypair data is invalid" msgstr "Data páru klíčů jsou neplatná" @@ -190,7 +190,7 @@ msgstr "Obdržen neplatný vstup" msgid "Invalid volume" msgstr "Neplatný svazek" -#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1334 +#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1332 #: nova/api/openstack/compute/contrib/admin_actions.py:242 msgid "Invalid metadata" msgstr "Neplatná metadata" @@ -1349,7 +1349,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:166 +#: nova/manager.py:170 msgid "Notifying Schedulers of capabilities ..." msgstr "Oznamování schopností plánovačům ..." @@ -1370,118 +1370,56 @@ msgstr "Soubor JSON představující zásady" msgid "Rule checked when requested rule is not found" msgstr "Kontrolované pravidlo, když požadované není nalezeno" -#: nova/quota.py:966 +#: nova/quota.py:972 #, python-format msgid "Created reservations %(reservations)s" msgstr "" -#: nova/quota.py:988 +#: nova/quota.py:994 #, python-format msgid "Failed to commit reservations %(reservations)s" msgstr "" -#: nova/quota.py:990 +#: nova/quota.py:996 #, python-format msgid "Committed reservations %(reservations)s" msgstr "" -#: nova/quota.py:1010 +#: nova/quota.py:1016 #, python-format msgid "Failed to roll back reservations %(reservations)s" msgstr "" -#: nova/quota.py:1012 +#: nova/quota.py:1018 #, python-format msgid "Rolled back reservations %(reservations)s" msgstr "" -#: nova/service.py:197 -#, fuzzy -msgid "Full set of CONF:" -msgstr "Úplná sada PŘÍZNAKŮ:" - -#: nova/service.py:204 -#, python-format -msgid "%(flag)s : FLAG SET " -msgstr "%(flag)s : SADA PŽÍZNAKŮ " - -#: nova/service.py:214 nova/service.py:312 -#, fuzzy, python-format -msgid "Caught %s, exiting" -msgstr "snímek %s: mazání" - -#: nova/service.py:258 -msgid "Parent process has died unexpectedly, exiting" -msgstr "" - -#: nova/service.py:294 -msgid "Forking too fast, sleeping" -msgstr "" - -#: nova/service.py:317 -msgid "Unhandled exception" -msgstr "" - -#: nova/service.py:324 -#, python-format -msgid "Started child %d" -msgstr "" - -#: nova/service.py:334 -#, fuzzy, python-format -msgid "Starting %d workers" -msgstr "počáteční adresa" - -#: nova/service.py:348 -#, python-format -msgid "Child %(pid)d killed by signal %(sig)d" -msgstr "" - -#: nova/service.py:351 -#, python-format -msgid "Child %(pid)d exited with status %(code)d" -msgstr "" - -#: nova/service.py:354 -#, python-format -msgid "pid %d not in child list" -msgstr "" - -#: nova/service.py:374 -#, python-format -msgid "Caught %s, stopping children" -msgstr "" - -#: nova/service.py:385 -#, python-format -msgid "Waiting on %d children to exit" -msgstr "" - -#: nova/service.py:427 +#: nova/service.py:153 #, fuzzy, python-format msgid "Starting %(topic)s node (version %(version)s)" msgstr "Začínající uzel %(topic)s (verze %(vcs_string)s)" -#: nova/service.py:444 nova/openstack/common/rpc/service.py:47 +#: nova/service.py:170 nova/openstack/common/rpc/service.py:47 #, python-format msgid "Creating Consumer connection for Service %s" msgstr "Vytváření připojení zákazníka pro službu %s" -#: nova/service.py:464 +#: nova/service.py:190 #, python-format msgid "Join ServiceGroup membership for this service %s" msgstr "" -#: nova/service.py:546 +#: nova/service.py:270 msgid "Service killed that has no database entry" msgstr "Ukončena služba bez záznamu v databázi" -#: nova/service.py:581 +#: nova/service.py:292 #, python-format msgid "Temporary directory is invalid: %s" msgstr "" -#: nova/service.py:679 +#: nova/service.py:394 msgid "serve() can only be called once" msgstr "" @@ -1756,7 +1694,7 @@ msgstr "Prostředí: %s" msgid "An unknown error has occurred. Please try your request again." msgstr "Vyskytla se neznámá chyba. Prosím zopakujte Váš požadavek." -#: nova/api/ec2/apirequest.py:60 +#: nova/api/ec2/apirequest.py:61 #, python-format msgid "Unsupported API request: controller = %(controller)s, action = %(action)s" msgstr "" @@ -2594,7 +2532,7 @@ msgid "No adminPass was specified" msgstr "Nebylo zadáno adminPass" #: nova/api/openstack/compute/servers.py:1173 -#: nova/api/openstack/compute/servers.py:1384 +#: nova/api/openstack/compute/servers.py:1382 msgid "Invalid adminPass" msgstr "Neplatné adminPass" @@ -2626,15 +2564,15 @@ msgstr "Neplatné tělo požadavku" msgid "Could not parse imageRef from request." msgstr "Nelze zpracovat imageRef z požadavku." -#: nova/api/openstack/compute/servers.py:1292 +#: nova/api/openstack/compute/servers.py:1289 msgid "Cannot find image for rebuild" msgstr "Nelze najít obraz ke znovu sestavení" -#: nova/api/openstack/compute/servers.py:1325 +#: nova/api/openstack/compute/servers.py:1323 msgid "createImage entity requires name attribute" msgstr "Objekt createImage cyžaduje vlastnost name" -#: nova/api/openstack/compute/servers.py:1410 +#: nova/api/openstack/compute/servers.py:1408 #, fuzzy, python-format msgid "Removing options '%s' from query" msgstr "Odstraňování voleb '%(unk_opt_str)s' z fronty" @@ -3380,89 +3318,89 @@ msgstr "" msgid "Error processing message locally: %(exc)s" msgstr "" -#: nova/cells/messaging.py:358 nova/cells/messaging.py:364 +#: nova/cells/messaging.py:360 nova/cells/messaging.py:368 #, python-format msgid "destination is %(target_cell)s but routing_path is %(routing_path)s" msgstr "" -#: nova/cells/messaging.py:374 +#: nova/cells/messaging.py:380 #, python-format msgid "Unknown %(cell_type)s when routing to %(target_cell)s" msgstr "" -#: nova/cells/messaging.py:398 +#: nova/cells/messaging.py:404 #, fuzzy, python-format msgid "Error locating next hop for message: %(exc)s" msgstr "pro zprávu není metoda: %s" -#: nova/cells/messaging.py:425 +#: nova/cells/messaging.py:431 #, fuzzy, python-format msgid "Failed to send message to cell: %(next_hop)s: %(exc)s" msgstr "Nelze načít rozšížení %(ext_factory)s: %(exc)s" -#: nova/cells/messaging.py:504 +#: nova/cells/messaging.py:510 #, fuzzy, python-format msgid "Error locating next hops for message: %(exc)s" msgstr "pro zprávu není metoda: %s" -#: nova/cells/messaging.py:524 +#: nova/cells/messaging.py:530 #, fuzzy, python-format msgid "Error sending message to next hops: %(exc)s" msgstr "Odstraňování základního souboru: %s" -#: nova/cells/messaging.py:542 +#: nova/cells/messaging.py:548 #, python-format msgid "Error waiting for responses from neighbor cells: %(exc)s" msgstr "" -#: nova/cells/messaging.py:653 +#: nova/cells/messaging.py:659 #, fuzzy, python-format msgid "Unknown method '%(method)s' in compute API" msgstr "Obsazena '%(method)s' do '%(host)s' výpočtu" -#: nova/cells/messaging.py:676 +#: nova/cells/messaging.py:682 #, python-format msgid "Received capabilities from child cell %(cell_name)s: %(capabilities)s" msgstr "" -#: nova/cells/messaging.py:685 +#: nova/cells/messaging.py:692 #, python-format msgid "Received capacities from child cell %(cell_name)s: %(capacities)s" msgstr "" -#: nova/cells/messaging.py:811 +#: nova/cells/messaging.py:819 #, fuzzy, python-format -msgid "Got update for instance %(instance_uuid)s: %(instance)s" -msgstr "Přesun nenalezen v instanci %(instance_id)s se stavem %(status)s." +msgid "Got update for instance: %(instance)s" +msgstr "Svazek není nalezen v instanci %(instance_id)s." -#: nova/cells/messaging.py:854 +#: nova/cells/messaging.py:862 #, fuzzy, python-format -msgid "Got update to delete instance %(instance_uuid)s" +msgid "Got update to delete instance" msgstr "Svazek není nalezen v instanci %(instance_id)s." -#: nova/cells/messaging.py:869 +#: nova/cells/messaging.py:877 #, python-format msgid "Got broadcast to %(delete_type)s delete instance" msgstr "" -#: nova/cells/messaging.py:883 +#: nova/cells/messaging.py:891 #, python-format msgid "Got message to create instance fault: %(instance_fault)s" msgstr "" -#: nova/cells/messaging.py:904 +#: nova/cells/messaging.py:912 #, python-format msgid "" "Forcing a sync of instances, project_id=%(projid_str)s, " "updated_since=%(since_str)s" msgstr "" -#: nova/cells/messaging.py:1088 +#: nova/cells/messaging.py:1097 #, python-format msgid "Updating parents with our capabilities: %(capabs)s" msgstr "" -#: nova/cells/messaging.py:1108 +#: nova/cells/messaging.py:1117 #, python-format msgid "Updating parents with our capacities: %(capacities)s" msgstr "" @@ -3479,7 +3417,7 @@ msgid "" "second(s)" msgstr "" -#: nova/cells/scheduler.py:139 +#: nova/cells/scheduler.py:140 #, fuzzy, python-format msgid "Error scheduling instances %(instance_uuids)s" msgstr "Svazek není nalezen v instanci %(instance_id)s." @@ -3493,7 +3431,7 @@ msgstr "" msgid "Unknown cell '%(cell_name)s' when trying to update capabilities" msgstr "" -#: nova/cells/state.py:330 +#: nova/cells/state.py:331 #, python-format msgid "Unknown cell '%(cell_name)s' when trying to update capacities" msgstr "" @@ -4015,11 +3953,11 @@ msgstr "Hledání podle: %s" msgid "snapshot for %s" msgstr "Spouštění snímku ve VM %s" -#: nova/compute/api.py:1997 +#: nova/compute/api.py:1988 msgid "flavor_id is None. Assuming migration." msgstr "flavor_id je None. Předpokládán přesun." -#: nova/compute/api.py:2006 +#: nova/compute/api.py:1997 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " @@ -4028,62 +3966,62 @@ msgstr "" "Stará instance typu %(current_instance_type_name)s, nová instance typu " "%(new_instance_type_name)s" -#: nova/compute/api.py:2048 +#: nova/compute/api.py:2043 #, fuzzy, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "Překročena kvóta pro %(pid)s, pokus o spuštění %(min_count)s instancí" -#: nova/compute/api.py:2188 +#: nova/compute/api.py:2179 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2295 +#: nova/compute/api.py:2284 msgid "Locking" msgstr "" -#: nova/compute/api.py:2303 +#: nova/compute/api.py:2292 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2375 +#: nova/compute/api.py:2364 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2488 +#: nova/compute/api.py:2477 #, fuzzy, python-format msgid "Going to try to live migrate instance to %s" msgstr "Pokus o ukončení %s" -#: nova/compute/api.py:2507 +#: nova/compute/api.py:2496 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2511 +#: nova/compute/api.py:2500 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2758 +#: nova/compute/api.py:2747 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2762 +#: nova/compute/api.py:2751 msgid "Keypair name must be between 1 and 255 characters long" msgstr "Dvojice klíčů musí být dlouhá 1 až 255 znaků." -#: nova/compute/api.py:2858 +#: nova/compute/api.py:2847 #, python-format msgid "Security group %s is not a string or unicode" msgstr "Bezpečnostní skupina %s není řetězec nebo unicode" -#: nova/compute/api.py:2861 +#: nova/compute/api.py:2850 #, python-format msgid "Security group %s cannot be empty." msgstr "Bezpečnostní skupina %s nemůže být prázdná." -#: nova/compute/api.py:2869 +#: nova/compute/api.py:2858 #, fuzzy, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " @@ -4092,65 +4030,65 @@ msgstr "" "Hodnota (%s) parametru GroupName je neplatná. Délka překračuje maximum " "255 znaků." -#: nova/compute/api.py:2875 +#: nova/compute/api.py:2864 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "Bezpečnostní skupina %s by neměla být větší než 255 znaků." -#: nova/compute/api.py:2893 +#: nova/compute/api.py:2882 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2896 +#: nova/compute/api.py:2885 #, python-format msgid "Create Security Group %s" msgstr "Vytvořit bezpečnostní skupinu %s" -#: nova/compute/api.py:2903 +#: nova/compute/api.py:2892 #, python-format msgid "Security group %s already exists" msgstr "Bezpečnostní skupina %s již existuje" -#: nova/compute/api.py:2967 +#: nova/compute/api.py:2956 #, fuzzy, python-format msgid "Unable to delete system group '%s'" msgstr "Nelze zničit vbd %s" -#: nova/compute/api.py:2972 +#: nova/compute/api.py:2961 #, fuzzy msgid "Security group is still in use" msgstr "Id bezpečnostní skupiny by mělo být celé číslo" -#: nova/compute/api.py:2980 +#: nova/compute/api.py:2969 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:2983 +#: nova/compute/api.py:2972 #, python-format msgid "Delete security group %s" msgstr "Smazat bezpečnostní skupinu %s" -#: nova/compute/api.py:3060 nova/compute/api.py:3134 +#: nova/compute/api.py:3049 nova/compute/api.py:3123 #, python-format msgid "Rule (%s) not found" msgstr "Pravidlo (%s) nenalezeno" -#: nova/compute/api.py:3076 +#: nova/compute/api.py:3065 #, fuzzy msgid "Quota exceeded, too many security group rules." msgstr "Přidávání pravidla bezpečnostní skupiny: %r" -#: nova/compute/api.py:3079 +#: nova/compute/api.py:3068 #, python-format msgid "Authorize security group ingress %s" msgstr "Povolit přístup bezpečnostní skupiny %s" -#: nova/compute/api.py:3088 +#: nova/compute/api.py:3077 #, python-format msgid "Revoke security group ingress %s" msgstr "Zrušit přístup bezpečnostní skupiny %s" -#: nova/compute/api.py:3141 +#: nova/compute/api.py:3130 msgid "Security group id should be integer" msgstr "Id bezpečnostní skupiny by mělo být celé číslo" @@ -4255,19 +4193,19 @@ msgstr "" msgid "Instance has been destroyed from under us while trying to set it to ERROR" msgstr "" -#: nova/compute/manager.py:407 +#: nova/compute/manager.py:409 #, python-format msgid "Instance %(uuid)s found in the hypervisor, but not in the database" msgstr "" -#: nova/compute/manager.py:423 +#: nova/compute/manager.py:425 #, python-format msgid "" "Instance %(driver_instance)s found in the hypervisor, but not in the " "database" msgstr "" -#: nova/compute/manager.py:444 +#: nova/compute/manager.py:446 #, fuzzy, python-format msgid "" "Deleting instance as its host (%(instance_host)s) is not equal to our " @@ -4276,135 +4214,135 @@ msgstr "" "Nelze přesunout instanci (%(instance_id)s) na současného hostitele " "(%(host)s)." -#: nova/compute/manager.py:459 +#: nova/compute/manager.py:461 msgid "Instance has been marked deleted already, removing it from the hypervisor." msgstr "" -#: nova/compute/manager.py:480 +#: nova/compute/manager.py:482 msgid "" "Hypervisor driver does not support instance shared storage check, " "assuming it's not on shared storage" msgstr "" -#: nova/compute/manager.py:486 +#: nova/compute/manager.py:488 #, fuzzy msgid "Failed to check if instance shared" msgstr "Nelze restartovat instanci" -#: nova/compute/manager.py:529 +#: nova/compute/manager.py:531 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:532 +#: nova/compute/manager.py:534 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:543 +#: nova/compute/manager.py:545 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "Současný stav je %(drv_state)s, stav v DB je %(db_state)s." -#: nova/compute/manager.py:548 +#: nova/compute/manager.py:550 msgid "Rebooting instance after nova-compute restart." msgstr "Restartování instance po restartu nova-compute." -#: nova/compute/manager.py:562 +#: nova/compute/manager.py:564 #, fuzzy msgid "Hypervisor driver does not support resume guests" msgstr "Ovladač hypervizoru nepodporuje pravidla firewallu" -#: nova/compute/manager.py:567 +#: nova/compute/manager.py:569 #, fuzzy msgid "Failed to resume instance" msgstr "Nelze pozastavit instanci" -#: nova/compute/manager.py:577 +#: nova/compute/manager.py:579 msgid "Hypervisor driver does not support firewall rules" msgstr "Ovladač hypervizoru nepodporuje pravidla firewallu" -#: nova/compute/manager.py:581 +#: nova/compute/manager.py:583 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:597 +#: nova/compute/manager.py:599 #, fuzzy, python-format msgid "Unexpected power state %d" msgstr "Neočekávaný kód stavu" -#: nova/compute/manager.py:609 +#: nova/compute/manager.py:611 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:647 +#: nova/compute/manager.py:649 msgid "Checking state" msgstr "Kontrola stavu" -#: nova/compute/manager.py:745 +#: nova/compute/manager.py:747 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:762 +#: nova/compute/manager.py:764 #, python-format msgid "Setting up bdm %s" msgstr "Nastavování bdm %s" -#: nova/compute/manager.py:862 +#: nova/compute/manager.py:864 msgid "Success" msgstr "" -#: nova/compute/manager.py:885 +#: nova/compute/manager.py:887 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:906 nova/compute/manager.py:2377 +#: nova/compute/manager.py:908 nova/compute/manager.py:2379 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:948 +#: nova/compute/manager.py:950 #, fuzzy msgid "Failed to dealloc network for deleted instance" msgstr "Navrácení sítě pro instnac" -#: nova/compute/manager.py:954 +#: nova/compute/manager.py:956 #, fuzzy msgid "Instance was deleted during spawn." msgstr "Instance nemohla být spuštěna" -#: nova/compute/manager.py:982 +#: nova/compute/manager.py:984 #, fuzzy, python-format msgid "Error: %s" msgstr "Chyba DB: %s" -#: nova/compute/manager.py:999 +#: nova/compute/manager.py:1001 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1024 nova/compute/manager.py:2431 +#: nova/compute/manager.py:1026 nova/compute/manager.py:2433 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1037 +#: nova/compute/manager.py:1039 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1042 +#: nova/compute/manager.py:1044 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1048 +#: nova/compute/manager.py:1050 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1077 +#: nova/compute/manager.py:1079 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1125 +#: nova/compute/manager.py:1127 #, python-format msgid "" "image_id=%(image_id)s, image_size_bytes=%(size_bytes)d, " @@ -4413,7 +4351,7 @@ msgstr "" "ID obrázku=%(image_id)s, velkost obrázku v bajtech=%(size_bytes)d, " "povoleno bajtů=%(allowed_size_bytes)d" -#: nova/compute/manager.py:1131 +#: nova/compute/manager.py:1133 #, python-format msgid "" "Image '%(image_id)s' size %(size_bytes)d exceeded instance_type allowed " @@ -4422,101 +4360,101 @@ msgstr "" "Velikost %(size_bytes)d obrázku '%(image_id)s' překročila povolenou " "velkost %(allowed_size_bytes)d pro typ instance" -#: nova/compute/manager.py:1141 +#: nova/compute/manager.py:1143 msgid "Starting instance..." msgstr "Spouštění instance..." -#: nova/compute/manager.py:1167 +#: nova/compute/manager.py:1169 msgid "Instance failed network setup" msgstr "Instance selhala v nastavení sítě" -#: nova/compute/manager.py:1170 +#: nova/compute/manager.py:1172 #, python-format msgid "Instance network_info: |%s|" msgstr "Informace o síti instance: |%s|" -#: nova/compute/manager.py:1181 +#: nova/compute/manager.py:1183 msgid "Instance failed block device setup" msgstr "Instance selhala nastavení blokového zařízení" -#: nova/compute/manager.py:1200 +#: nova/compute/manager.py:1202 msgid "Instance failed to spawn" msgstr "Instance nemohla být spuštěna" -#: nova/compute/manager.py:1251 +#: nova/compute/manager.py:1253 msgid "Deallocating network for instance" msgstr "Navrácení sítě pro instnac" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1324 #, python-format msgid "%(action_str)s instance" msgstr "%(action_str)s nstance" -#: nova/compute/manager.py:1338 +#: nova/compute/manager.py:1340 #, fuzzy msgid "Failed to deallocate network for instance." msgstr "Navrácení sítě pro instnac" -#: nova/compute/manager.py:1358 +#: nova/compute/manager.py:1360 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "Ignorování DiskNenalezen: %s" -#: nova/compute/manager.py:1361 +#: nova/compute/manager.py:1363 #, fuzzy, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "Ignorování DiskNenalezen: %s" -#: nova/compute/manager.py:1368 +#: nova/compute/manager.py:1370 #, python-format msgid "terminating bdm %s" msgstr "ukončování bdm %s" -#: nova/compute/manager.py:1415 +#: nova/compute/manager.py:1417 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1468 nova/compute/manager.py:2606 -#: nova/compute/manager.py:4118 +#: nova/compute/manager.py:1470 nova/compute/manager.py:2608 +#: nova/compute/manager.py:4137 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "%s. Nastavování stavu vm instance na ERROR" -#: nova/compute/manager.py:1620 +#: nova/compute/manager.py:1622 #, fuzzy msgid "Rebuilding instance" msgstr "Znovu sestavování instance %s" -#: nova/compute/manager.py:1633 +#: nova/compute/manager.py:1635 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1637 +#: nova/compute/manager.py:1639 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1641 +#: nova/compute/manager.py:1643 #, fuzzy, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "%(path)s je ve sdíleném úložišti: %(reason)s" -#: nova/compute/manager.py:1724 +#: nova/compute/manager.py:1726 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1756 +#: nova/compute/manager.py:1758 #, fuzzy, python-format msgid "Detaching from volume api: %s" msgstr "Vytvořit snímek ze svazku %s" -#: nova/compute/manager.py:1774 +#: nova/compute/manager.py:1776 #, fuzzy msgid "Rebooting instance" msgstr "Restartování instance %s" -#: nova/compute/manager.py:1799 +#: nova/compute/manager.py:1801 #, fuzzy, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " @@ -4525,22 +4463,22 @@ msgstr "" "pokus o restartování nespuštěné instance: %(instance_uuid)s (stav: " "%(state)s očekáváno: %(running)s)" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1817 #, fuzzy, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "Nelze znovu sestavit instanci [%(instance_uuid)s]: %(exc)s" -#: nova/compute/manager.py:1828 +#: nova/compute/manager.py:1830 #, fuzzy msgid "Instance disappeared during reboot" msgstr "instance %s: znovu zavedena" -#: nova/compute/manager.py:1855 +#: nova/compute/manager.py:1857 #, fuzzy msgid "instance snapshotting" msgstr "instance %s: pořizování snímku" -#: nova/compute/manager.py:1861 +#: nova/compute/manager.py:1863 #, fuzzy, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " @@ -4549,47 +4487,47 @@ msgstr "" "pokus o vytvoření snímku z nespuštěné instance: %(instance_uuid)s (stav: " "%(state)s očekáváno: %(running)s)" -#: nova/compute/manager.py:1922 +#: nova/compute/manager.py:1924 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "Nalezeno %(num_images)d obrazů (střídání: %(rotation)d)" -#: nova/compute/manager.py:1929 +#: nova/compute/manager.py:1931 #, python-format msgid "Rotating out %d backups" msgstr "Střídání %d záloh" -#: nova/compute/manager.py:1934 +#: nova/compute/manager.py:1936 #, python-format msgid "Deleting image %s" msgstr "Mazání obrazu %s" -#: nova/compute/manager.py:1962 +#: nova/compute/manager.py:1964 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "Nelze nastavit heslo správce. Instance %s není spuštěna" -#: nova/compute/manager.py:1969 +#: nova/compute/manager.py:1971 #, fuzzy msgid "Root password set" msgstr "Instance %s: Nastavení hesla root" -#: nova/compute/manager.py:1976 +#: nova/compute/manager.py:1978 #, fuzzy msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "set_admin_password není tímto ovladačem zavedeno" -#: nova/compute/manager.py:1991 +#: nova/compute/manager.py:1993 #, fuzzy, python-format msgid "set_admin_password failed: %s" msgstr "set_admin_password není tímto ovladačem zavedeno" -#: nova/compute/manager.py:1998 +#: nova/compute/manager.py:2000 #, fuzzy msgid "error setting admin password" msgstr "Chyba při nastavování hesla správce" -#: nova/compute/manager.py:2011 +#: nova/compute/manager.py:2013 #, fuzzy, python-format msgid "" "trying to inject a file into a non-running (state: " @@ -4598,179 +4536,179 @@ msgstr "" "pokus o vsunutí souboru do nespuštěné instance: %(instance_uuid)s (stav: " "%(current_power_state)s očekáváno: %(expected_state)s)" -#: nova/compute/manager.py:2015 +#: nova/compute/manager.py:2017 #, fuzzy, python-format msgid "injecting file to %(path)s" msgstr "Vkládání cesty souboru: '%s'" -#: nova/compute/manager.py:2035 +#: nova/compute/manager.py:2037 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2048 +#: nova/compute/manager.py:2050 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2067 +#: nova/compute/manager.py:2069 #, fuzzy msgid "Error trying to Rescue Instance" msgstr "Nelze pozastavit instanci" -#: nova/compute/manager.py:2071 +#: nova/compute/manager.py:2073 #, fuzzy, python-format msgid "Driver Error: %s" msgstr "Chyba DB: %s" -#: nova/compute/manager.py:2089 +#: nova/compute/manager.py:2091 #, fuzzy msgid "Unrescuing" msgstr "instance %s: rušení záchrany" -#: nova/compute/manager.py:2110 +#: nova/compute/manager.py:2112 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2335 +#: nova/compute/manager.py:2337 #, fuzzy msgid "Instance has no source host" msgstr "Instance nemá svazek." -#: nova/compute/manager.py:2341 +#: nova/compute/manager.py:2343 msgid "destination same as source!" msgstr "cíl stejný jako zdroj!" -#: nova/compute/manager.py:2358 +#: nova/compute/manager.py:2360 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2603 +#: nova/compute/manager.py:2605 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2666 +#: nova/compute/manager.py:2668 #, fuzzy msgid "Pausing" msgstr "Aktualizování!" -#: nova/compute/manager.py:2684 +#: nova/compute/manager.py:2686 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2722 +#: nova/compute/manager.py:2724 #, fuzzy msgid "Retrieving diagnostics" msgstr "instance %s: získávání diagnostik" -#: nova/compute/manager.py:2753 +#: nova/compute/manager.py:2755 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2773 +#: nova/compute/manager.py:2775 #, fuzzy msgid "Reset network" msgstr "Reset sítě" -#: nova/compute/manager.py:2778 +#: nova/compute/manager.py:2780 #, fuzzy msgid "Inject network info" msgstr "instance %s: vkládání informací o síti" -#: nova/compute/manager.py:2781 +#: nova/compute/manager.py:2783 #, python-format msgid "network_info to inject: |%s|" msgstr "network_info vkládá: |%s|" -#: nova/compute/manager.py:2798 +#: nova/compute/manager.py:2800 #, fuzzy msgid "Get console output" msgstr "Získat výstup konzole pro instanci %s" -#: nova/compute/manager.py:2825 +#: nova/compute/manager.py:2827 #, fuzzy msgid "Getting vnc console" msgstr "instance %s: získávání konzole vnc" -#: nova/compute/manager.py:2860 +#: nova/compute/manager.py:2862 #, fuzzy msgid "Getting spice console" msgstr "instance %s: získávání konzole vnc" -#: nova/compute/manager.py:2907 +#: nova/compute/manager.py:2909 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "Zavádění pomocí svazku %(volume_id)s ve %(mountpoint)s" -#: nova/compute/manager.py:2957 +#: nova/compute/manager.py:2959 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "Připojování svazku %(volume_id)s do %(mountpoint)s" -#: nova/compute/manager.py:2966 +#: nova/compute/manager.py:2968 #, fuzzy, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "Zavádění pomocí svazku %(volume_id)s ve %(mountpoint)s" -#: nova/compute/manager.py:2981 +#: nova/compute/manager.py:2983 #, fuzzy, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "Připojování svazku %(volume_id)s do %(mountpoint)s" -#: nova/compute/manager.py:3011 +#: nova/compute/manager.py:3013 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "Odpojování svazku %(volume_id)s z bodu připojení %(mp)s" -#: nova/compute/manager.py:3021 +#: nova/compute/manager.py:3023 #, fuzzy msgid "Detaching volume from unknown instance" msgstr "Odpojování svazku z neznámé instance %s" -#: nova/compute/manager.py:3028 +#: nova/compute/manager.py:3030 #, fuzzy, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "Připojování svazku %(volume_id)s do %(mountpoint)s" -#: nova/compute/manager.py:3051 +#: nova/compute/manager.py:3053 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3087 +#: nova/compute/manager.py:3089 #, fuzzy, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "přidělování sítě pro instanci %s" -#: nova/compute/manager.py:3107 +#: nova/compute/manager.py:3109 #, fuzzy, python-format msgid "Port %(port_id)s is not attached" msgstr "Síť %(network_id)s nemohla být nalezena." -#: nova/compute/manager.py:3121 +#: nova/compute/manager.py:3123 #, fuzzy, python-format msgid "Host %(host)s not found" msgstr "Hostitel %(host)s nemohl být nalezen." -#: nova/compute/manager.py:3265 +#: nova/compute/manager.py:3276 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "Přesun před spuštěním selhal na %(dest)s" -#: nova/compute/manager.py:3293 +#: nova/compute/manager.py:3304 #, fuzzy msgid "_post_live_migration() is started.." msgstr "zahájen přesun po spuštění." -#: nova/compute/manager.py:3348 +#: nova/compute/manager.py:3359 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "Přesun instance do %(dest)s úspěšně dokončen." -#: nova/compute/manager.py:3350 +#: nova/compute/manager.py:3361 msgid "" "You may see the error \"libvirt: QEMU error: Domain not found: no domain " "with matching name.\" This error can be safely ignored." @@ -4778,21 +4716,21 @@ msgstr "" "Můžete vidět tuto chybu \"libvirt: QEMU error: Domain not found: no " "domain with matching name.\" Tuto chybu můžete bezpečně ignorovat." -#: nova/compute/manager.py:3364 +#: nova/compute/manager.py:3376 #, fuzzy msgid "Post operation of migration started" msgstr "Spuštěna operace po migraci" -#: nova/compute/manager.py:3393 +#: nova/compute/manager.py:3408 #, fuzzy, python-format msgid "Failed to get compute_info for %s" msgstr "Nelze získat metadata pro ip: %s" -#: nova/compute/manager.py:3512 +#: nova/compute/manager.py:3537 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3557 +#: nova/compute/manager.py:3587 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " @@ -4801,64 +4739,64 @@ msgstr "" "Nalezeno %(migration_count)d nepotvrzených přesunů starších než " "%(confirm_window)d vteřin" -#: nova/compute/manager.py:3563 +#: nova/compute/manager.py:3593 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3602 #, fuzzy, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "Vypínání VM pro instanci %(instance_uuid)s" -#: nova/compute/manager.py:3579 +#: nova/compute/manager.py:3609 #, fuzzy, python-format msgid "Instance %(instance_uuid)s not found" msgstr "Instance %(instance_id)s nenalezena" -#: nova/compute/manager.py:3583 +#: nova/compute/manager.py:3613 #, fuzzy msgid "In ERROR state" msgstr "Uzel je v neznámém chybovém stavu." -#: nova/compute/manager.py:3590 +#: nova/compute/manager.py:3620 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3599 +#: nova/compute/manager.py:3629 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3616 +#: nova/compute/manager.py:3646 #, 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:3635 +#: nova/compute/manager.py:3665 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3659 +#: nova/compute/manager.py:3689 msgid "Updating bandwidth usage cache" msgstr "Aktualizace mezipaměti využití šířky pásma" -#: nova/compute/manager.py:3776 +#: nova/compute/manager.py:3806 #, fuzzy msgid "Updating volume usage cache" msgstr "Aktualizace mezipaměti využití šířky pásma" -#: nova/compute/manager.py:3793 +#: nova/compute/manager.py:3823 msgid "Updating host status" msgstr "Aktualizace stavu hostitele" -#: nova/compute/manager.py:3820 +#: nova/compute/manager.py:3850 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " @@ -4867,67 +4805,67 @@ msgstr "" "Nalezeno %(num_db_instances)s v databázi a %(num_vm_instances)s na " "hypervizoru." -#: nova/compute/manager.py:3825 nova/compute/manager.py:3875 +#: nova/compute/manager.py:3855 nova/compute/manager.py:3905 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3862 +#: nova/compute/manager.py:3892 #, 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:3900 +#: nova/compute/manager.py:3930 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3912 nova/compute/manager.py:3921 -#: nova/compute/manager.py:3951 +#: nova/compute/manager.py:3942 nova/compute/manager.py:3951 +#: nova/compute/manager.py:3981 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3916 +#: nova/compute/manager.py:3946 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3932 +#: nova/compute/manager.py:3962 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3938 +#: nova/compute/manager.py:3968 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3944 +#: nova/compute/manager.py:3974 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3960 +#: nova/compute/manager.py:3990 #, fuzzy msgid "Instance is not (soft-)deleted." msgstr "Instance není zapnuta" -#: nova/compute/manager.py:3968 +#: nova/compute/manager.py:3998 #, fuzzy msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "FLAGS.reclaim_instance_interval <= 0, překskování..." -#: nova/compute/manager.py:3988 +#: nova/compute/manager.py:4010 msgid "Reclaiming deleted instance" msgstr "Znovu získávání smazané instance" -#: nova/compute/manager.py:4015 +#: nova/compute/manager.py:4037 #, fuzzy, python-format msgid "Deleting orphan compute node %s" msgstr "Zaznamování ovladače svazku: %s" -#: nova/compute/manager.py:4025 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4047 nova/compute/resource_tracker.py:321 #, fuzzy, python-format msgid "No service record for host %s" msgstr "Žádná služba pro ID výpočtu %s" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4088 #, fuzzy, python-format msgid "" "Detected instance with name label '%(name)s' which is marked as DELETED " @@ -4936,7 +4874,7 @@ msgstr "" "Zjištěna instance se jmenovkou '%(name_label)s', která je označena jako " "SMAZÁNA, ale stále je přítomna na hostiteli." -#: nova/compute/manager.py:4073 +#: nova/compute/manager.py:4095 #, fuzzy, python-format msgid "" "Destroying instance with name label '%(name)s' which is marked as DELETED" @@ -4945,14 +4883,14 @@ msgstr "" "Ničení instance se jmenovkou '%(name_label)s', která je označena jako " "SMAZÁNA, ale stále je přítomna na hostiteli." -#: nova/compute/manager.py:4080 +#: nova/compute/manager.py:4102 #, fuzzy, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" "Nerozpoznaná hodnota '%(action)s' pro " "FLAGS.running_deleted_instance_action" -#: nova/compute/manager.py:4110 +#: nova/compute/manager.py:4129 #, fuzzy, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "Nastavování instance %(instance_uuid)s do stavu ERROR" @@ -5068,7 +5006,7 @@ msgstr "Nelze najít hostitele pro instanci %s" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:380 +#: nova/conductor/api.py:373 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" @@ -5079,7 +5017,7 @@ msgstr "" msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:262 +#: nova/conductor/manager.py:263 #, fuzzy msgid "Invalid block_device_mapping_destroy invocation" msgstr "block_device_mapping %s" @@ -5160,56 +5098,52 @@ msgstr "Kontrola známky: %(token)s, %(token_valid)s)" msgid "Failed to notify cells of instance destroy" msgstr "" -#: nova/db/api.py:673 nova/db/api.py:694 +#: nova/db/api.py:674 nova/db/api.py:695 #, fuzzy msgid "Failed to notify cells of instance update" msgstr "Nelze restartovat instanci" -#: nova/db/api.py:734 -msgid "Failed to notify cells of instance info cache update" -msgstr "" - -#: nova/db/api.py:1456 +#: nova/db/api.py:1453 msgid "Failed to notify cells of bw_usage update" msgstr "" -#: nova/db/api.py:1591 +#: nova/db/api.py:1588 #, fuzzy msgid "Failed to notify cells of instance fault" msgstr "Nelze restartovat instanci" -#: nova/db/sqlalchemy/api.py:157 +#: nova/db/sqlalchemy/api.py:160 #, python-format msgid "Deadlock detected when running '%(func_name)s': Retrying..." msgstr "" -#: nova/db/sqlalchemy/api.py:192 +#: nova/db/sqlalchemy/api.py:195 msgid "model or base_model parameter should be subclass of NovaBase" msgstr "" -#: nova/db/sqlalchemy/api.py:205 nova/virt/baremetal/db/sqlalchemy/api.py:61 +#: nova/db/sqlalchemy/api.py:208 nova/virt/baremetal/db/sqlalchemy/api.py:61 #, python-format msgid "Unrecognized read_deleted value '%s'" msgstr "Nerozpoznaná hodnota read_deleted '%s'" -#: nova/db/sqlalchemy/api.py:1408 +#: nova/db/sqlalchemy/api.py:1411 #, python-format msgid "" "Unknown osapi_compute_unique_server_name_scope value: %s Flag must be " "empty, \"global\" or \"project\"" msgstr "" -#: nova/db/sqlalchemy/api.py:1546 +#: nova/db/sqlalchemy/api.py:1549 #, fuzzy, python-format msgid "Invalid instance id %s in request" msgstr "instance %s: zachráněna" -#: nova/db/sqlalchemy/api.py:2853 +#: nova/db/sqlalchemy/api.py:2908 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4361 +#: nova/db/sqlalchemy/api.py:4416 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5356,16 +5290,20 @@ msgstr "Špatná předpona pro to_global_ipv6: %s" msgid "Bad project_id for to_global_ipv6: %s" msgstr "Špatné id projektu pro to_global_ipv6: %s" -#: nova/network/api.py:55 +#: nova/network/api.py:56 msgid "instance is a required argument to use @refresh_cache" msgstr "" -#: nova/network/api.py:80 +#: nova/network/api.py:90 +msgid "Failed to notify cells of instance info cache update" +msgstr "" + +#: nova/network/api.py:93 #, fuzzy msgid "Failed storing info cache" msgstr "Nelze restartovat instanci" -#: nova/network/api.py:235 +#: nova/network/api.py:248 #, fuzzy, python-format msgid "re-assign floating IP %(address)s from instance %(instance_id)s" msgstr "Přidělit adresu %(public_ip)s k instanci %(instance_id)s" @@ -5949,17 +5887,17 @@ msgstr "Získán zámek souboru \"%(lock)s\" pro zámek metody \"%(method)s\"" msgid "Deprecated: %s" msgstr "Neočekávaná chyba: %s" -#: nova/openstack/common/log.py:347 +#: nova/openstack/common/log.py:336 #, python-format msgid "Error loading logging config %(log_config)s: %(err_msg)s" msgstr "" -#: nova/openstack/common/log.py:397 +#: nova/openstack/common/log.py:386 #, python-format msgid "syslog facility must be one of: %s" msgstr "zařízení záznamu systému musí být jedno z: %s" -#: nova/openstack/common/log.py:563 +#: nova/openstack/common/log.py:555 #, fuzzy, python-format msgid "Fatal call to deprecated config: %(msg)s" msgstr "Třída %(fullname)s je zastaralá: %(msg)s" @@ -6058,6 +5996,63 @@ msgstr "Prostředí není podporováno přes SSH" msgid "process_input not supported over SSH" msgstr "process_input není podporován přes SSH" +#: nova/openstack/common/service.py:113 nova/openstack/common/service.py:276 +#, fuzzy +msgid "Full set of CONF:" +msgstr "Úplná sada PŘÍZNAKŮ:" + +#: nova/openstack/common/service.py:122 nova/openstack/common/service.py:219 +#, fuzzy, python-format +msgid "Caught %s, exiting" +msgstr "snímek %s: mazání" + +#: nova/openstack/common/service.py:165 +msgid "Parent process has died unexpectedly, exiting" +msgstr "" + +#: nova/openstack/common/service.py:201 +msgid "Forking too fast, sleeping" +msgstr "" + +#: nova/openstack/common/service.py:224 +msgid "Unhandled exception" +msgstr "" + +#: nova/openstack/common/service.py:231 +#, python-format +msgid "Started child %d" +msgstr "" + +#: nova/openstack/common/service.py:241 +#, fuzzy, python-format +msgid "Starting %d workers" +msgstr "počáteční adresa" + +#: nova/openstack/common/service.py:258 +#, python-format +msgid "Child %(pid)d killed by signal %(sig)d" +msgstr "" + +#: nova/openstack/common/service.py:262 +#, python-format +msgid "Child %(pid)s exited with status %(code)d" +msgstr "" + +#: nova/openstack/common/service.py:266 +#, python-format +msgid "pid %d not in child list" +msgstr "" + +#: nova/openstack/common/service.py:294 +#, python-format +msgid "Caught %s, stopping children" +msgstr "" + +#: nova/openstack/common/service.py:305 +#, python-format +msgid "Waiting on %d children to exit" +msgstr "" + #: nova/openstack/common/strutils.py:72 #, python-format msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" @@ -6249,12 +6244,17 @@ msgid "" "endpoint." msgstr "" -#: nova/openstack/common/rpc/common.py:281 +#: nova/openstack/common/rpc/common.py:162 +#, python-format +msgid "Specified RPC version cap, %(version_cap)s, is too low" +msgstr "" + +#: nova/openstack/common/rpc/common.py:285 #, fuzzy, python-format msgid "Failed to sanitize %(item)s. Key error %(err)s" msgstr "Nelze odstranit %(base_file)s, chyba byla %(error)s" -#: nova/openstack/common/rpc/common.py:303 +#: nova/openstack/common/rpc/common.py:307 #, python-format msgid "Returning exception %s to caller" msgstr "Volajícímu je vrácena výjimka: %s" @@ -6601,38 +6601,38 @@ msgstr "Pokus o sestavení %(num_instances)d instancí" msgid "Request Spec: %s" msgstr "Požadavek: %s" -#: nova/scheduler/filter_scheduler.py:92 +#: nova/scheduler/filter_scheduler.py:97 #, fuzzy, python-format msgid "Choosing host %(weighed_host)s for instance %(instance_uuid)s" msgstr "Svazek není nalezen v instanci %(instance_id)s." -#: nova/scheduler/filter_scheduler.py:234 +#: nova/scheduler/filter_scheduler.py:239 msgid "Invalid value for 'scheduler_max_attempts', must be >= 1" msgstr "" -#: nova/scheduler/filter_scheduler.py:251 +#: nova/scheduler/filter_scheduler.py:256 #, python-format msgid "Error from last host: %(last_host)s (node %(last_node)s): %(exc)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:283 +#: nova/scheduler/filter_scheduler.py:288 #, python-format msgid "" "Exceeded max scheduling attempts %(max_attempts)d for instance " "%(instance_uuid)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:351 +#: nova/scheduler/filter_scheduler.py:356 #, python-format msgid "Filtered %(hosts)s" msgstr "Filtrováno %(hosts)s" -#: nova/scheduler/filter_scheduler.py:356 +#: nova/scheduler/filter_scheduler.py:361 #, fuzzy, python-format msgid "Weighed %(hosts)s" msgstr "Filtrováno %(hosts)s" -#: nova/scheduler/filter_scheduler.py:398 +#: nova/scheduler/filter_scheduler.py:403 #, fuzzy, python-format msgid "Unable to migrate %(instance_uuid)s to %(dest)s: Lack of memory" msgstr "" @@ -6829,47 +6829,47 @@ msgstr "" msgid "Returns one member of the [%s] group" msgstr "" -#: nova/servicegroup/drivers/db.py:42 +#: nova/servicegroup/drivers/db.py:41 #, python-format msgid "" "DB_Driver: join new ServiceGroup member %(member_id)s to the %(group_id)s" " group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/db.py:46 +#: nova/servicegroup/drivers/db.py:45 msgid "service is a mandatory argument for DB based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/db.py:76 +#: nova/servicegroup/drivers/db.py:72 #, python-format msgid "DB_Driver: get_all members of the %s group" msgstr "" -#: nova/servicegroup/drivers/db.py:99 nova/servicegroup/drivers/mc.py:103 +#: nova/servicegroup/drivers/db.py:95 nova/servicegroup/drivers/mc.py:99 msgid "Recovered model server connection!" msgstr "Obnoveno připojení modelového serveru!" -#: nova/servicegroup/drivers/db.py:105 nova/servicegroup/drivers/mc.py:109 +#: nova/servicegroup/drivers/db.py:101 nova/servicegroup/drivers/mc.py:105 msgid "model server went away" msgstr "modelový server je nedostupný" -#: nova/servicegroup/drivers/mc.py:44 +#: nova/servicegroup/drivers/mc.py:43 #, fuzzy msgid "memcached_servers not defined" msgstr "Název serveru není určen" -#: nova/servicegroup/drivers/mc.py:52 +#: nova/servicegroup/drivers/mc.py:51 #, python-format msgid "" "Memcached_Driver: join new ServiceGroup member %(member_id)s to the " "%(group_id)s group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/mc.py:57 +#: nova/servicegroup/drivers/mc.py:56 msgid "service is a mandatory argument for Memcached based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/mc.py:78 +#: nova/servicegroup/drivers/mc.py:74 #, python-format msgid "Memcached_Driver: get_all members of the %s group" msgstr "" @@ -6958,22 +6958,6 @@ msgstr "" msgid "already detached" msgstr "již odpojeno" -#: nova/tests/fakelibvirt.py:892 -msgid "Please extend mock libvirt module to support flags" -msgstr "Prosím rozšiřte nepravý modul libvirt aby podporoval příznaky" - -#: nova/tests/fakelibvirt.py:896 -msgid "Expected a list for 'auth' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:900 -msgid "Expected a function in 'auth[0]' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:904 -msgid "Expected a function in 'auth[1]' parameter" -msgstr "" - #: nova/tests/test_hypervapi.py:433 #, fuzzy msgid "fake vswitch not found" @@ -7010,18 +6994,18 @@ msgstr "" msgid "unexpected role header" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3340 +#: nova/tests/api/openstack/compute/test_servers.py:3365 #, fuzzy msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "Překročena kvóta pro %(pid)s, pokus o spuštění %(min_count)s instancí" -#: nova/tests/api/openstack/compute/test_servers.py:3345 +#: nova/tests/api/openstack/compute/test_servers.py:3370 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3350 +#: nova/tests/api/openstack/compute/test_servers.py:3375 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" @@ -7030,7 +7014,7 @@ msgstr "" #: nova/tests/compute/test_compute.py:1168 #: nova/tests/compute/test_compute.py:1195 #: nova/tests/compute/test_compute.py:1241 -#: nova/tests/compute/test_compute.py:3762 +#: nova/tests/compute/test_compute.py:3804 #, python-format msgid "Running instances: %s" msgstr "Spouštění instancí: %s" @@ -7047,16 +7031,16 @@ msgstr "Po ukončení instancí: %s" msgid "Internal error" msgstr "Vnitřní chyba" -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:3815 #, python-format msgid "After force-killing instances: %s" msgstr "Po vynuceném ukončení instancí: %s" -#: nova/tests/compute/test_compute.py:4275 +#: nova/tests/compute/test_compute.py:4315 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8748 +#: nova/tests/compute/test_compute.py:8904 #, fuzzy msgid "spawn error" msgstr "neznámá chyby připojení hosta" @@ -7156,6 +7140,22 @@ msgstr "Neočekávaný kód stavu" msgid "Decoding JSON: %s" msgstr "Dekódování JSON: %s" +#: nova/tests/virt/libvirt/fakelibvirt.py:892 +msgid "Please extend mock libvirt module to support flags" +msgstr "Prosím rozšiřte nepravý modul libvirt aby podporoval příznaky" + +#: nova/tests/virt/libvirt/fakelibvirt.py:896 +msgid "Expected a list for 'auth' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:900 +msgid "Expected a function in 'auth[0]' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:904 +msgid "Expected a function in 'auth[1]' parameter" +msgstr "" + #: nova/virt/configdrive.py:97 #, python-format msgid "Added %(filepath)s to config drive" @@ -7180,7 +7180,7 @@ msgid "Loading compute driver '%s'" msgstr "Zaznamování ovladače svazku: %s" #: nova/virt/driver.py:962 -#, fuzzy, python-format +#, fuzzy msgid "Unable to load the virtualization driver" msgstr "Nelze načíst ovladač virtualizace: %s" @@ -11468,46 +11468,12 @@ msgstr "stav musí být dostupný" msgid "status must be 'available'" msgstr "stav musí být dostupný" -#~ msgid "EC2APIError raised: %s" -#~ msgstr "Vyvoláno ChybaApiEC2: %s" - -#~ msgid "Cannot show aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Cannot delete aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Total %(type_)s: %(total)d %(unit)s, used: %(used)d %(unit)s" -#~ msgstr "" - -#~ msgid "%(type_)s limit not specified, defaulting to unlimited" -#~ msgstr "" - -#~ msgid "%(type_)s limit: %(limit)d %(unit)s, free: %(free)d %(unit)s" -#~ msgstr "" - -#~ msgid "" -#~ "Unable to claim resources. Free " -#~ "%(type_)s %(free)d %(unit)s < requested " -#~ "%(requested)d %(unit)s" -#~ msgstr "" - -#~ msgid "'%s' argument must be a positive integer" -#~ msgstr "argumenty create musí být kladná celá čísla" - -#~ msgid "Choosing host %(chosen_host)s" -#~ msgstr "" - -#~ msgid "" -#~ "Inject data image=%(image)s key=%(key)s " -#~ "net=%(net)s metadata=%(metadata)s admin_password=ha-" -#~ "ha-not-telling-you files=%(files)s " -#~ "partition=%(partition)s use_cow=%(use_cow)s" -#~ msgstr "" +#~ msgid "%(flag)s : FLAG SET " +#~ msgstr "%(flag)s : SADA PŽÍZNAKŮ " -#~ msgid "Inject admin password fs=%(fs)s admin_passwd=ha-ha-not-telling-you" +#~ msgid "Child %(pid)d exited with status %(code)d" #~ msgstr "" -#~ msgid "Resizing down VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" -#~ msgstr "Zmenšení velikosti VDI %(cow_uuid)s z %(old_gb)d GB na %(new_gb)d GB" +#~ msgid "Got update for instance %(instance_uuid)s: %(instance)s" +#~ msgstr "Přesun nenalezen v instanci %(instance_id)s se stavem %(status)s." diff --git a/nova/locale/da/LC_MESSAGES/nova.po b/nova/locale/da/LC_MESSAGES/nova.po index 225b114c0..7b362cd8e 100644 --- a/nova/locale/da/LC_MESSAGES/nova.po +++ b/nova/locale/da/LC_MESSAGES/nova.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: nova\n" "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" -"POT-Creation-Date: 2013-05-18 19:37+0000\n" +"POT-Creation-Date: 2013-05-22 19:37+0000\n" "PO-Revision-Date: 2011-01-15 21:46+0000\n" "Last-Translator: Soren Hansen <soren@linux2go.dk>\n" "Language-Team: Danish <da@li.org>\n" @@ -168,7 +168,7 @@ msgid "" msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 -#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2778 +#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2767 msgid "Keypair data is invalid" msgstr "" @@ -184,7 +184,7 @@ msgstr "" msgid "Invalid volume" msgstr "" -#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1334 +#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1332 #: nova/api/openstack/compute/contrib/admin_actions.py:242 msgid "Invalid metadata" msgstr "" @@ -1305,7 +1305,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:166 +#: nova/manager.py:170 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1325,117 +1325,56 @@ msgstr "" msgid "Rule checked when requested rule is not found" msgstr "" -#: nova/quota.py:966 +#: nova/quota.py:972 #, python-format msgid "Created reservations %(reservations)s" msgstr "" -#: nova/quota.py:988 +#: nova/quota.py:994 #, python-format msgid "Failed to commit reservations %(reservations)s" msgstr "" -#: nova/quota.py:990 +#: nova/quota.py:996 #, python-format msgid "Committed reservations %(reservations)s" msgstr "" -#: nova/quota.py:1010 +#: nova/quota.py:1016 #, python-format msgid "Failed to roll back reservations %(reservations)s" msgstr "" -#: nova/quota.py:1012 +#: nova/quota.py:1018 #, python-format msgid "Rolled back reservations %(reservations)s" msgstr "" -#: nova/service.py:197 -msgid "Full set of CONF:" -msgstr "" - -#: nova/service.py:204 -#, python-format -msgid "%(flag)s : FLAG SET " -msgstr "" - -#: nova/service.py:214 nova/service.py:312 -#, python-format -msgid "Caught %s, exiting" -msgstr "" - -#: nova/service.py:258 -msgid "Parent process has died unexpectedly, exiting" -msgstr "" - -#: nova/service.py:294 -msgid "Forking too fast, sleeping" -msgstr "" - -#: nova/service.py:317 -msgid "Unhandled exception" -msgstr "" - -#: nova/service.py:324 -#, python-format -msgid "Started child %d" -msgstr "" - -#: nova/service.py:334 -#, python-format -msgid "Starting %d workers" -msgstr "" - -#: nova/service.py:348 -#, python-format -msgid "Child %(pid)d killed by signal %(sig)d" -msgstr "" - -#: nova/service.py:351 -#, python-format -msgid "Child %(pid)d exited with status %(code)d" -msgstr "" - -#: nova/service.py:354 -#, python-format -msgid "pid %d not in child list" -msgstr "" - -#: nova/service.py:374 -#, python-format -msgid "Caught %s, stopping children" -msgstr "" - -#: nova/service.py:385 -#, python-format -msgid "Waiting on %d children to exit" -msgstr "" - -#: nova/service.py:427 +#: nova/service.py:153 #, python-format msgid "Starting %(topic)s node (version %(version)s)" msgstr "" -#: nova/service.py:444 nova/openstack/common/rpc/service.py:47 +#: nova/service.py:170 nova/openstack/common/rpc/service.py:47 #, python-format msgid "Creating Consumer connection for Service %s" msgstr "" -#: nova/service.py:464 +#: nova/service.py:190 #, python-format msgid "Join ServiceGroup membership for this service %s" msgstr "" -#: nova/service.py:546 +#: nova/service.py:270 msgid "Service killed that has no database entry" msgstr "" -#: nova/service.py:581 +#: nova/service.py:292 #, python-format msgid "Temporary directory is invalid: %s" msgstr "" -#: nova/service.py:679 +#: nova/service.py:394 msgid "serve() can only be called once" msgstr "" @@ -1707,7 +1646,7 @@ msgstr "" msgid "An unknown error has occurred. Please try your request again." msgstr "" -#: nova/api/ec2/apirequest.py:60 +#: nova/api/ec2/apirequest.py:61 #, python-format msgid "Unsupported API request: controller = %(controller)s, action = %(action)s" msgstr "" @@ -2513,7 +2452,7 @@ msgid "No adminPass was specified" msgstr "" #: nova/api/openstack/compute/servers.py:1173 -#: nova/api/openstack/compute/servers.py:1384 +#: nova/api/openstack/compute/servers.py:1382 msgid "Invalid adminPass" msgstr "" @@ -2544,15 +2483,15 @@ msgstr "" msgid "Could not parse imageRef from request." msgstr "" -#: nova/api/openstack/compute/servers.py:1292 +#: nova/api/openstack/compute/servers.py:1289 msgid "Cannot find image for rebuild" msgstr "" -#: nova/api/openstack/compute/servers.py:1325 +#: nova/api/openstack/compute/servers.py:1323 msgid "createImage entity requires name attribute" msgstr "" -#: nova/api/openstack/compute/servers.py:1410 +#: nova/api/openstack/compute/servers.py:1408 #, python-format msgid "Removing options '%s' from query" msgstr "" @@ -3263,89 +3202,88 @@ msgstr "" msgid "Error processing message locally: %(exc)s" msgstr "" -#: nova/cells/messaging.py:358 nova/cells/messaging.py:364 +#: nova/cells/messaging.py:360 nova/cells/messaging.py:368 #, python-format msgid "destination is %(target_cell)s but routing_path is %(routing_path)s" msgstr "" -#: nova/cells/messaging.py:374 +#: nova/cells/messaging.py:380 #, python-format msgid "Unknown %(cell_type)s when routing to %(target_cell)s" msgstr "" -#: nova/cells/messaging.py:398 +#: nova/cells/messaging.py:404 #, python-format msgid "Error locating next hop for message: %(exc)s" msgstr "" -#: nova/cells/messaging.py:425 +#: nova/cells/messaging.py:431 #, python-format msgid "Failed to send message to cell: %(next_hop)s: %(exc)s" msgstr "" -#: nova/cells/messaging.py:504 +#: nova/cells/messaging.py:510 #, python-format msgid "Error locating next hops for message: %(exc)s" msgstr "" -#: nova/cells/messaging.py:524 +#: nova/cells/messaging.py:530 #, python-format msgid "Error sending message to next hops: %(exc)s" msgstr "" -#: nova/cells/messaging.py:542 +#: nova/cells/messaging.py:548 #, python-format msgid "Error waiting for responses from neighbor cells: %(exc)s" msgstr "" -#: nova/cells/messaging.py:653 +#: nova/cells/messaging.py:659 #, python-format msgid "Unknown method '%(method)s' in compute API" msgstr "" -#: nova/cells/messaging.py:676 +#: nova/cells/messaging.py:682 #, python-format msgid "Received capabilities from child cell %(cell_name)s: %(capabilities)s" msgstr "" -#: nova/cells/messaging.py:685 +#: nova/cells/messaging.py:692 #, python-format msgid "Received capacities from child cell %(cell_name)s: %(capacities)s" msgstr "" -#: nova/cells/messaging.py:811 +#: nova/cells/messaging.py:819 #, python-format -msgid "Got update for instance %(instance_uuid)s: %(instance)s" +msgid "Got update for instance: %(instance)s" msgstr "" -#: nova/cells/messaging.py:854 -#, python-format -msgid "Got update to delete instance %(instance_uuid)s" +#: nova/cells/messaging.py:862 +msgid "Got update to delete instance" msgstr "" -#: nova/cells/messaging.py:869 +#: nova/cells/messaging.py:877 #, python-format msgid "Got broadcast to %(delete_type)s delete instance" msgstr "" -#: nova/cells/messaging.py:883 +#: nova/cells/messaging.py:891 #, python-format msgid "Got message to create instance fault: %(instance_fault)s" msgstr "" -#: nova/cells/messaging.py:904 +#: nova/cells/messaging.py:912 #, python-format msgid "" "Forcing a sync of instances, project_id=%(projid_str)s, " "updated_since=%(since_str)s" msgstr "" -#: nova/cells/messaging.py:1088 +#: nova/cells/messaging.py:1097 #, python-format msgid "Updating parents with our capabilities: %(capabs)s" msgstr "" -#: nova/cells/messaging.py:1108 +#: nova/cells/messaging.py:1117 #, python-format msgid "Updating parents with our capacities: %(capacities)s" msgstr "" @@ -3362,7 +3300,7 @@ msgid "" "second(s)" msgstr "" -#: nova/cells/scheduler.py:139 +#: nova/cells/scheduler.py:140 #, python-format msgid "Error scheduling instances %(instance_uuids)s" msgstr "" @@ -3376,7 +3314,7 @@ msgstr "" msgid "Unknown cell '%(cell_name)s' when trying to update capabilities" msgstr "" -#: nova/cells/state.py:330 +#: nova/cells/state.py:331 #, python-format msgid "Unknown cell '%(cell_name)s' when trying to update capacities" msgstr "" @@ -3867,136 +3805,136 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:1997 +#: nova/compute/api.py:1988 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2006 +#: nova/compute/api.py:1997 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2048 +#: nova/compute/api.py:2043 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2188 +#: nova/compute/api.py:2179 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2295 +#: nova/compute/api.py:2284 msgid "Locking" msgstr "" -#: nova/compute/api.py:2303 +#: nova/compute/api.py:2292 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2375 +#: nova/compute/api.py:2364 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2488 +#: nova/compute/api.py:2477 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2507 +#: nova/compute/api.py:2496 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2511 +#: nova/compute/api.py:2500 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2758 +#: nova/compute/api.py:2747 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2762 +#: nova/compute/api.py:2751 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2858 +#: nova/compute/api.py:2847 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2861 +#: nova/compute/api.py:2850 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2869 +#: nova/compute/api.py:2858 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2875 +#: nova/compute/api.py:2864 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2893 +#: nova/compute/api.py:2882 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2896 +#: nova/compute/api.py:2885 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2903 +#: nova/compute/api.py:2892 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2967 +#: nova/compute/api.py:2956 #, python-format msgid "Unable to delete system group '%s'" msgstr "" -#: nova/compute/api.py:2972 +#: nova/compute/api.py:2961 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:2980 +#: nova/compute/api.py:2969 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:2983 +#: nova/compute/api.py:2972 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3060 nova/compute/api.py:3134 +#: nova/compute/api.py:3049 nova/compute/api.py:3123 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3076 +#: nova/compute/api.py:3065 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3079 +#: nova/compute/api.py:3068 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3088 +#: nova/compute/api.py:3077 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3141 +#: nova/compute/api.py:3130 msgid "Security group id should be integer" msgstr "" @@ -4099,650 +4037,650 @@ msgstr "" msgid "Instance has been destroyed from under us while trying to set it to ERROR" msgstr "" -#: nova/compute/manager.py:407 +#: nova/compute/manager.py:409 #, python-format msgid "Instance %(uuid)s found in the hypervisor, but not in the database" msgstr "" -#: nova/compute/manager.py:423 +#: nova/compute/manager.py:425 #, python-format msgid "" "Instance %(driver_instance)s found in the hypervisor, but not in the " "database" msgstr "" -#: nova/compute/manager.py:444 +#: nova/compute/manager.py:446 #, python-format msgid "" "Deleting instance as its host (%(instance_host)s) is not equal to our " "host (%(our_host)s)." msgstr "" -#: nova/compute/manager.py:459 +#: nova/compute/manager.py:461 msgid "Instance has been marked deleted already, removing it from the hypervisor." msgstr "" -#: nova/compute/manager.py:480 +#: nova/compute/manager.py:482 msgid "" "Hypervisor driver does not support instance shared storage check, " "assuming it's not on shared storage" msgstr "" -#: nova/compute/manager.py:486 +#: nova/compute/manager.py:488 msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:529 +#: nova/compute/manager.py:531 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:532 +#: nova/compute/manager.py:534 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:543 +#: nova/compute/manager.py:545 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:548 +#: nova/compute/manager.py:550 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:562 +#: nova/compute/manager.py:564 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:567 +#: nova/compute/manager.py:569 msgid "Failed to resume instance" msgstr "" -#: nova/compute/manager.py:577 +#: nova/compute/manager.py:579 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:581 +#: nova/compute/manager.py:583 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:597 +#: nova/compute/manager.py:599 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:609 +#: nova/compute/manager.py:611 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:647 +#: nova/compute/manager.py:649 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:745 +#: nova/compute/manager.py:747 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:762 +#: nova/compute/manager.py:764 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:862 +#: nova/compute/manager.py:864 msgid "Success" msgstr "" -#: nova/compute/manager.py:885 +#: nova/compute/manager.py:887 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:906 nova/compute/manager.py:2377 +#: nova/compute/manager.py:908 nova/compute/manager.py:2379 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:948 +#: nova/compute/manager.py:950 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:954 +#: nova/compute/manager.py:956 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:982 +#: nova/compute/manager.py:984 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:999 +#: nova/compute/manager.py:1001 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1024 nova/compute/manager.py:2431 +#: nova/compute/manager.py:1026 nova/compute/manager.py:2433 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1037 +#: nova/compute/manager.py:1039 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1042 +#: nova/compute/manager.py:1044 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1048 +#: nova/compute/manager.py:1050 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1077 +#: nova/compute/manager.py:1079 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1125 +#: nova/compute/manager.py:1127 #, python-format msgid "" "image_id=%(image_id)s, image_size_bytes=%(size_bytes)d, " "allowed_size_bytes=%(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1131 +#: nova/compute/manager.py:1133 #, python-format msgid "" "Image '%(image_id)s' size %(size_bytes)d exceeded instance_type allowed " "size %(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1141 +#: nova/compute/manager.py:1143 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1167 +#: nova/compute/manager.py:1169 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1170 +#: nova/compute/manager.py:1172 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1181 +#: nova/compute/manager.py:1183 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1200 +#: nova/compute/manager.py:1202 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1251 +#: nova/compute/manager.py:1253 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1324 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1338 +#: nova/compute/manager.py:1340 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1358 +#: nova/compute/manager.py:1360 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1361 +#: nova/compute/manager.py:1363 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1368 +#: nova/compute/manager.py:1370 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1415 +#: nova/compute/manager.py:1417 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1468 nova/compute/manager.py:2606 -#: nova/compute/manager.py:4118 +#: nova/compute/manager.py:1470 nova/compute/manager.py:2608 +#: nova/compute/manager.py:4137 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1620 +#: nova/compute/manager.py:1622 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1633 +#: nova/compute/manager.py:1635 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1637 +#: nova/compute/manager.py:1639 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1641 +#: nova/compute/manager.py:1643 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1724 +#: nova/compute/manager.py:1726 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1756 +#: nova/compute/manager.py:1758 #, python-format msgid "Detaching from volume api: %s" msgstr "" -#: nova/compute/manager.py:1774 +#: nova/compute/manager.py:1776 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1799 +#: nova/compute/manager.py:1801 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1817 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "" -#: nova/compute/manager.py:1828 +#: nova/compute/manager.py:1830 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1855 +#: nova/compute/manager.py:1857 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1861 +#: nova/compute/manager.py:1863 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1922 +#: nova/compute/manager.py:1924 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1929 +#: nova/compute/manager.py:1931 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1934 +#: nova/compute/manager.py:1936 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1962 +#: nova/compute/manager.py:1964 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1969 +#: nova/compute/manager.py:1971 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1976 +#: nova/compute/manager.py:1978 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1991 +#: nova/compute/manager.py:1993 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1998 +#: nova/compute/manager.py:2000 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:2011 +#: nova/compute/manager.py:2013 #, python-format msgid "" "trying to inject a file into a non-running (state: " "%(current_power_state)s expected: %(expected_state)s)" msgstr "" -#: nova/compute/manager.py:2015 +#: nova/compute/manager.py:2017 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:2035 +#: nova/compute/manager.py:2037 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2048 +#: nova/compute/manager.py:2050 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2067 +#: nova/compute/manager.py:2069 msgid "Error trying to Rescue Instance" msgstr "" -#: nova/compute/manager.py:2071 +#: nova/compute/manager.py:2073 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2089 +#: nova/compute/manager.py:2091 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2110 +#: nova/compute/manager.py:2112 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2335 +#: nova/compute/manager.py:2337 msgid "Instance has no source host" msgstr "" -#: nova/compute/manager.py:2341 +#: nova/compute/manager.py:2343 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2358 +#: nova/compute/manager.py:2360 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2603 +#: nova/compute/manager.py:2605 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2666 +#: nova/compute/manager.py:2668 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2684 +#: nova/compute/manager.py:2686 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2722 +#: nova/compute/manager.py:2724 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2753 +#: nova/compute/manager.py:2755 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2773 +#: nova/compute/manager.py:2775 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2778 +#: nova/compute/manager.py:2780 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2781 +#: nova/compute/manager.py:2783 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2798 +#: nova/compute/manager.py:2800 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2825 +#: nova/compute/manager.py:2827 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2860 +#: nova/compute/manager.py:2862 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2907 +#: nova/compute/manager.py:2909 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2957 +#: nova/compute/manager.py:2959 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2966 +#: nova/compute/manager.py:2968 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2981 +#: nova/compute/manager.py:2983 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:3011 +#: nova/compute/manager.py:3013 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:3021 +#: nova/compute/manager.py:3023 msgid "Detaching volume from unknown instance" msgstr "" -#: nova/compute/manager.py:3028 +#: nova/compute/manager.py:3030 #, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "" -#: nova/compute/manager.py:3051 +#: nova/compute/manager.py:3053 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3087 +#: nova/compute/manager.py:3089 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3107 +#: nova/compute/manager.py:3109 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3121 +#: nova/compute/manager.py:3123 #, python-format msgid "Host %(host)s not found" msgstr "" -#: nova/compute/manager.py:3265 +#: nova/compute/manager.py:3276 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3293 +#: nova/compute/manager.py:3304 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3348 +#: nova/compute/manager.py:3359 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3350 +#: nova/compute/manager.py:3361 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:3364 +#: nova/compute/manager.py:3376 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3393 +#: nova/compute/manager.py:3408 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3512 +#: nova/compute/manager.py:3537 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3557 +#: nova/compute/manager.py:3587 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3563 +#: nova/compute/manager.py:3593 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3602 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3579 +#: nova/compute/manager.py:3609 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3583 +#: nova/compute/manager.py:3613 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3590 +#: nova/compute/manager.py:3620 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3599 +#: nova/compute/manager.py:3629 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3616 +#: nova/compute/manager.py:3646 #, 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:3635 +#: nova/compute/manager.py:3665 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3659 +#: nova/compute/manager.py:3689 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3776 +#: nova/compute/manager.py:3806 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3793 +#: nova/compute/manager.py:3823 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3820 +#: nova/compute/manager.py:3850 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3825 nova/compute/manager.py:3875 +#: nova/compute/manager.py:3855 nova/compute/manager.py:3905 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3862 +#: nova/compute/manager.py:3892 #, 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:3900 +#: nova/compute/manager.py:3930 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3912 nova/compute/manager.py:3921 -#: nova/compute/manager.py:3951 +#: nova/compute/manager.py:3942 nova/compute/manager.py:3951 +#: nova/compute/manager.py:3981 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3916 +#: nova/compute/manager.py:3946 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3932 +#: nova/compute/manager.py:3962 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3938 +#: nova/compute/manager.py:3968 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3944 +#: nova/compute/manager.py:3974 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3960 +#: nova/compute/manager.py:3990 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3968 +#: nova/compute/manager.py:3998 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3988 +#: nova/compute/manager.py:4010 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:4015 +#: nova/compute/manager.py:4037 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:4025 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4047 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4088 #, python-format msgid "" "Detected instance with name label '%(name)s' which is marked as DELETED " "but still present on host." msgstr "" -#: nova/compute/manager.py:4073 +#: nova/compute/manager.py:4095 #, python-format msgid "" "Destroying instance with name label '%(name)s' which is marked as DELETED" " but still present on host." msgstr "" -#: nova/compute/manager.py:4080 +#: nova/compute/manager.py:4102 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4110 +#: nova/compute/manager.py:4129 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4856,7 +4794,7 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:380 +#: nova/conductor/api.py:373 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" @@ -4867,7 +4805,7 @@ msgstr "" msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:262 +#: nova/conductor/manager.py:263 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -4945,54 +4883,50 @@ msgstr "" msgid "Failed to notify cells of instance destroy" msgstr "" -#: nova/db/api.py:673 nova/db/api.py:694 +#: nova/db/api.py:674 nova/db/api.py:695 msgid "Failed to notify cells of instance update" msgstr "" -#: nova/db/api.py:734 -msgid "Failed to notify cells of instance info cache update" -msgstr "" - -#: nova/db/api.py:1456 +#: nova/db/api.py:1453 msgid "Failed to notify cells of bw_usage update" msgstr "" -#: nova/db/api.py:1591 +#: nova/db/api.py:1588 msgid "Failed to notify cells of instance fault" msgstr "" -#: nova/db/sqlalchemy/api.py:157 +#: nova/db/sqlalchemy/api.py:160 #, python-format msgid "Deadlock detected when running '%(func_name)s': Retrying..." msgstr "" -#: nova/db/sqlalchemy/api.py:192 +#: nova/db/sqlalchemy/api.py:195 msgid "model or base_model parameter should be subclass of NovaBase" msgstr "" -#: nova/db/sqlalchemy/api.py:205 nova/virt/baremetal/db/sqlalchemy/api.py:61 +#: nova/db/sqlalchemy/api.py:208 nova/virt/baremetal/db/sqlalchemy/api.py:61 #, python-format msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1408 +#: nova/db/sqlalchemy/api.py:1411 #, python-format msgid "" "Unknown osapi_compute_unique_server_name_scope value: %s Flag must be " "empty, \"global\" or \"project\"" msgstr "" -#: nova/db/sqlalchemy/api.py:1546 +#: nova/db/sqlalchemy/api.py:1549 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2853 +#: nova/db/sqlalchemy/api.py:2908 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4361 +#: nova/db/sqlalchemy/api.py:4416 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5138,15 +5072,19 @@ msgstr "" msgid "Bad project_id for to_global_ipv6: %s" msgstr "" -#: nova/network/api.py:55 +#: nova/network/api.py:56 msgid "instance is a required argument to use @refresh_cache" msgstr "" -#: nova/network/api.py:80 +#: nova/network/api.py:90 +msgid "Failed to notify cells of instance info cache update" +msgstr "" + +#: nova/network/api.py:93 msgid "Failed storing info cache" msgstr "" -#: nova/network/api.py:235 +#: nova/network/api.py:248 #, python-format msgid "re-assign floating IP %(address)s from instance %(instance_id)s" msgstr "" @@ -5704,17 +5642,17 @@ msgstr "" msgid "Deprecated: %s" msgstr "" -#: nova/openstack/common/log.py:347 +#: nova/openstack/common/log.py:336 #, python-format msgid "Error loading logging config %(log_config)s: %(err_msg)s" msgstr "" -#: nova/openstack/common/log.py:397 +#: nova/openstack/common/log.py:386 #, python-format msgid "syslog facility must be one of: %s" msgstr "" -#: nova/openstack/common/log.py:563 +#: nova/openstack/common/log.py:555 #, python-format msgid "Fatal call to deprecated config: %(msg)s" msgstr "" @@ -5811,6 +5749,62 @@ msgstr "" msgid "process_input not supported over SSH" msgstr "" +#: nova/openstack/common/service.py:113 nova/openstack/common/service.py:276 +msgid "Full set of CONF:" +msgstr "" + +#: nova/openstack/common/service.py:122 nova/openstack/common/service.py:219 +#, python-format +msgid "Caught %s, exiting" +msgstr "" + +#: nova/openstack/common/service.py:165 +msgid "Parent process has died unexpectedly, exiting" +msgstr "" + +#: nova/openstack/common/service.py:201 +msgid "Forking too fast, sleeping" +msgstr "" + +#: nova/openstack/common/service.py:224 +msgid "Unhandled exception" +msgstr "" + +#: nova/openstack/common/service.py:231 +#, python-format +msgid "Started child %d" +msgstr "" + +#: nova/openstack/common/service.py:241 +#, python-format +msgid "Starting %d workers" +msgstr "" + +#: nova/openstack/common/service.py:258 +#, python-format +msgid "Child %(pid)d killed by signal %(sig)d" +msgstr "" + +#: nova/openstack/common/service.py:262 +#, python-format +msgid "Child %(pid)s exited with status %(code)d" +msgstr "" + +#: nova/openstack/common/service.py:266 +#, python-format +msgid "pid %d not in child list" +msgstr "" + +#: nova/openstack/common/service.py:294 +#, python-format +msgid "Caught %s, stopping children" +msgstr "" + +#: nova/openstack/common/service.py:305 +#, python-format +msgid "Waiting on %d children to exit" +msgstr "" + #: nova/openstack/common/strutils.py:72 #, python-format msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" @@ -5999,12 +5993,17 @@ msgid "" "endpoint." msgstr "" -#: nova/openstack/common/rpc/common.py:281 +#: nova/openstack/common/rpc/common.py:162 +#, python-format +msgid "Specified RPC version cap, %(version_cap)s, is too low" +msgstr "" + +#: nova/openstack/common/rpc/common.py:285 #, python-format msgid "Failed to sanitize %(item)s. Key error %(err)s" msgstr "" -#: nova/openstack/common/rpc/common.py:303 +#: nova/openstack/common/rpc/common.py:307 #, python-format msgid "Returning exception %s to caller" msgstr "" @@ -6337,38 +6336,38 @@ msgstr "" msgid "Request Spec: %s" msgstr "" -#: nova/scheduler/filter_scheduler.py:92 +#: nova/scheduler/filter_scheduler.py:97 #, python-format msgid "Choosing host %(weighed_host)s for instance %(instance_uuid)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:234 +#: nova/scheduler/filter_scheduler.py:239 msgid "Invalid value for 'scheduler_max_attempts', must be >= 1" msgstr "" -#: nova/scheduler/filter_scheduler.py:251 +#: nova/scheduler/filter_scheduler.py:256 #, python-format msgid "Error from last host: %(last_host)s (node %(last_node)s): %(exc)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:283 +#: nova/scheduler/filter_scheduler.py:288 #, python-format msgid "" "Exceeded max scheduling attempts %(max_attempts)d for instance " "%(instance_uuid)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:351 +#: nova/scheduler/filter_scheduler.py:356 #, python-format msgid "Filtered %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:356 +#: nova/scheduler/filter_scheduler.py:361 #, python-format msgid "Weighed %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:398 +#: nova/scheduler/filter_scheduler.py:403 #, python-format msgid "Unable to migrate %(instance_uuid)s to %(dest)s: Lack of memory" msgstr "" @@ -6563,46 +6562,46 @@ msgstr "" msgid "Returns one member of the [%s] group" msgstr "" -#: nova/servicegroup/drivers/db.py:42 +#: nova/servicegroup/drivers/db.py:41 #, python-format msgid "" "DB_Driver: join new ServiceGroup member %(member_id)s to the %(group_id)s" " group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/db.py:46 +#: nova/servicegroup/drivers/db.py:45 msgid "service is a mandatory argument for DB based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/db.py:76 +#: nova/servicegroup/drivers/db.py:72 #, python-format msgid "DB_Driver: get_all members of the %s group" msgstr "" -#: nova/servicegroup/drivers/db.py:99 nova/servicegroup/drivers/mc.py:103 +#: nova/servicegroup/drivers/db.py:95 nova/servicegroup/drivers/mc.py:99 msgid "Recovered model server connection!" msgstr "" -#: nova/servicegroup/drivers/db.py:105 nova/servicegroup/drivers/mc.py:109 +#: nova/servicegroup/drivers/db.py:101 nova/servicegroup/drivers/mc.py:105 msgid "model server went away" msgstr "" -#: nova/servicegroup/drivers/mc.py:44 +#: nova/servicegroup/drivers/mc.py:43 msgid "memcached_servers not defined" msgstr "" -#: nova/servicegroup/drivers/mc.py:52 +#: nova/servicegroup/drivers/mc.py:51 #, python-format msgid "" "Memcached_Driver: join new ServiceGroup member %(member_id)s to the " "%(group_id)s group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/mc.py:57 +#: nova/servicegroup/drivers/mc.py:56 msgid "service is a mandatory argument for Memcached based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/mc.py:78 +#: nova/servicegroup/drivers/mc.py:74 #, python-format msgid "Memcached_Driver: get_all members of the %s group" msgstr "" @@ -6691,22 +6690,6 @@ msgstr "" msgid "already detached" msgstr "" -#: nova/tests/fakelibvirt.py:892 -msgid "Please extend mock libvirt module to support flags" -msgstr "" - -#: nova/tests/fakelibvirt.py:896 -msgid "Expected a list for 'auth' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:900 -msgid "Expected a function in 'auth[0]' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:904 -msgid "Expected a function in 'auth[1]' parameter" -msgstr "" - #: nova/tests/test_hypervapi.py:433 msgid "fake vswitch not found" msgstr "" @@ -6740,17 +6723,17 @@ msgstr "" msgid "unexpected role header" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3340 +#: nova/tests/api/openstack/compute/test_servers.py:3365 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3345 +#: nova/tests/api/openstack/compute/test_servers.py:3370 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3350 +#: nova/tests/api/openstack/compute/test_servers.py:3375 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" @@ -6759,7 +6742,7 @@ msgstr "" #: nova/tests/compute/test_compute.py:1168 #: nova/tests/compute/test_compute.py:1195 #: nova/tests/compute/test_compute.py:1241 -#: nova/tests/compute/test_compute.py:3762 +#: nova/tests/compute/test_compute.py:3804 #, python-format msgid "Running instances: %s" msgstr "" @@ -6776,16 +6759,16 @@ msgstr "" msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:3815 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4275 +#: nova/tests/compute/test_compute.py:4315 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8748 +#: nova/tests/compute/test_compute.py:8904 msgid "spawn error" msgstr "" @@ -6881,6 +6864,22 @@ msgstr "" msgid "Decoding JSON: %s" msgstr "" +#: nova/tests/virt/libvirt/fakelibvirt.py:892 +msgid "Please extend mock libvirt module to support flags" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:896 +msgid "Expected a list for 'auth' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:900 +msgid "Expected a function in 'auth[0]' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:904 +msgid "Expected a function in 'auth[1]' parameter" +msgstr "" + #: nova/virt/configdrive.py:97 #, python-format msgid "Added %(filepath)s to config drive" @@ -10965,67 +10964,15 @@ msgstr "" msgid "status must be 'available'" msgstr "" -#~ msgid "EC2APIError raised: %s" -#~ msgstr "" - -#~ msgid "Instance is in an invalid state for '%(action)s'" -#~ msgstr "" - -#~ msgid "Failed to load extension %(ext_name)s: %(exc)s" -#~ msgstr "" - -#~ msgid "Removing options '%(unk_opt_str)s' from query" -#~ msgstr "" - -#~ msgid "Live migration of instance %(id)s to another host failed" -#~ msgstr "" - -#~ msgid "Cannot show aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Cannot update aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Cannot delete aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Total %(type_)s: %(total)d %(unit)s, used: %(used)d %(unit)s" -#~ msgstr "" - -#~ msgid "%(type_)s limit not specified, defaulting to unlimited" -#~ msgstr "" - -#~ msgid "%(type_)s limit: %(limit)d %(unit)s, free: %(free)d %(unit)s" -#~ msgstr "" - -#~ msgid "" -#~ "Unable to claim resources. Free " -#~ "%(type_)s %(free)d %(unit)s < requested " -#~ "%(requested)d %(unit)s" -#~ msgstr "" - -#~ msgid "'%s' argument must be a positive integer" -#~ msgstr "" - -#~ msgid "Attempting to build %(num_instances)d instance(s)" -#~ msgstr "" - -#~ msgid "Choosing host %(chosen_host)s" -#~ msgstr "" - -#~ msgid "Unable to load the virtualization driver: %s" +#~ msgid "%(flag)s : FLAG SET " #~ msgstr "" -#~ msgid "" -#~ "Inject data image=%(image)s key=%(key)s " -#~ "net=%(net)s metadata=%(metadata)s admin_password=ha-" -#~ "ha-not-telling-you files=%(files)s " -#~ "partition=%(partition)s use_cow=%(use_cow)s" +#~ msgid "Child %(pid)d exited with status %(code)d" #~ msgstr "" -#~ msgid "Inject admin password fs=%(fs)s admin_passwd=ha-ha-not-telling-you" +#~ msgid "Got update for instance %(instance_uuid)s: %(instance)s" #~ msgstr "" -#~ msgid "Resizing down VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" +#~ msgid "Got update to delete instance %(instance_uuid)s" #~ msgstr "" diff --git a/nova/locale/de/LC_MESSAGES/nova.po b/nova/locale/de/LC_MESSAGES/nova.po index 3bee62cc7..a89d5f347 100644 --- a/nova/locale/de/LC_MESSAGES/nova.po +++ b/nova/locale/de/LC_MESSAGES/nova.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: nova\n" "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" -"POT-Creation-Date: 2013-05-18 19:37+0000\n" +"POT-Creation-Date: 2013-05-22 19:37+0000\n" "PO-Revision-Date: 2011-08-23 11:23+0000\n" "Last-Translator: Thierry Carrez <thierry.carrez+lp@gmail.com>\n" "Language-Team: German <de@li.org>\n" @@ -168,7 +168,7 @@ msgid "" msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 -#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2778 +#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2767 msgid "Keypair data is invalid" msgstr "" @@ -184,7 +184,7 @@ msgstr "" msgid "Invalid volume" msgstr "" -#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1334 +#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1332 #: nova/api/openstack/compute/contrib/admin_actions.py:242 msgid "Invalid metadata" msgstr "" @@ -1306,7 +1306,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:166 +#: nova/manager.py:170 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1326,118 +1326,56 @@ msgstr "" msgid "Rule checked when requested rule is not found" msgstr "" -#: nova/quota.py:966 +#: nova/quota.py:972 #, python-format msgid "Created reservations %(reservations)s" msgstr "" -#: nova/quota.py:988 +#: nova/quota.py:994 #, python-format msgid "Failed to commit reservations %(reservations)s" msgstr "" -#: nova/quota.py:990 +#: nova/quota.py:996 #, python-format msgid "Committed reservations %(reservations)s" msgstr "" -#: nova/quota.py:1010 +#: nova/quota.py:1016 #, python-format msgid "Failed to roll back reservations %(reservations)s" msgstr "" -#: nova/quota.py:1012 +#: nova/quota.py:1018 #, python-format msgid "Rolled back reservations %(reservations)s" msgstr "" -#: nova/service.py:197 -#, fuzzy -msgid "Full set of CONF:" -msgstr "Alle vorhandenen FLAGS:" - -#: nova/service.py:204 -#, python-format -msgid "%(flag)s : FLAG SET " -msgstr "" - -#: nova/service.py:214 nova/service.py:312 -#, python-format -msgid "Caught %s, exiting" -msgstr "" - -#: nova/service.py:258 -msgid "Parent process has died unexpectedly, exiting" -msgstr "" - -#: nova/service.py:294 -msgid "Forking too fast, sleeping" -msgstr "" - -#: nova/service.py:317 -msgid "Unhandled exception" -msgstr "" - -#: nova/service.py:324 -#, python-format -msgid "Started child %d" -msgstr "" - -#: nova/service.py:334 -#, python-format -msgid "Starting %d workers" -msgstr "" - -#: nova/service.py:348 -#, python-format -msgid "Child %(pid)d killed by signal %(sig)d" -msgstr "" - -#: nova/service.py:351 -#, python-format -msgid "Child %(pid)d exited with status %(code)d" -msgstr "" - -#: nova/service.py:354 -#, python-format -msgid "pid %d not in child list" -msgstr "" - -#: nova/service.py:374 -#, python-format -msgid "Caught %s, stopping children" -msgstr "" - -#: nova/service.py:385 -#, python-format -msgid "Waiting on %d children to exit" -msgstr "" - -#: nova/service.py:427 +#: nova/service.py:153 #, python-format msgid "Starting %(topic)s node (version %(version)s)" msgstr "" -#: nova/service.py:444 nova/openstack/common/rpc/service.py:47 +#: nova/service.py:170 nova/openstack/common/rpc/service.py:47 #, python-format msgid "Creating Consumer connection for Service %s" msgstr "" -#: nova/service.py:464 +#: nova/service.py:190 #, python-format msgid "Join ServiceGroup membership for this service %s" msgstr "" -#: nova/service.py:546 +#: nova/service.py:270 msgid "Service killed that has no database entry" msgstr "" -#: nova/service.py:581 +#: nova/service.py:292 #, python-format msgid "Temporary directory is invalid: %s" msgstr "" -#: nova/service.py:679 +#: nova/service.py:394 msgid "serve() can only be called once" msgstr "" @@ -1709,7 +1647,7 @@ msgstr "" msgid "An unknown error has occurred. Please try your request again." msgstr "" -#: nova/api/ec2/apirequest.py:60 +#: nova/api/ec2/apirequest.py:61 #, python-format msgid "Unsupported API request: controller = %(controller)s, action = %(action)s" msgstr "" @@ -2516,7 +2454,7 @@ msgid "No adminPass was specified" msgstr "" #: nova/api/openstack/compute/servers.py:1173 -#: nova/api/openstack/compute/servers.py:1384 +#: nova/api/openstack/compute/servers.py:1382 msgid "Invalid adminPass" msgstr "" @@ -2547,15 +2485,15 @@ msgstr "" msgid "Could not parse imageRef from request." msgstr "" -#: nova/api/openstack/compute/servers.py:1292 +#: nova/api/openstack/compute/servers.py:1289 msgid "Cannot find image for rebuild" msgstr "" -#: nova/api/openstack/compute/servers.py:1325 +#: nova/api/openstack/compute/servers.py:1323 msgid "createImage entity requires name attribute" msgstr "" -#: nova/api/openstack/compute/servers.py:1410 +#: nova/api/openstack/compute/servers.py:1408 #, python-format msgid "Removing options '%s' from query" msgstr "" @@ -3269,89 +3207,89 @@ msgstr "" msgid "Error processing message locally: %(exc)s" msgstr "" -#: nova/cells/messaging.py:358 nova/cells/messaging.py:364 +#: nova/cells/messaging.py:360 nova/cells/messaging.py:368 #, python-format msgid "destination is %(target_cell)s but routing_path is %(routing_path)s" msgstr "" -#: nova/cells/messaging.py:374 +#: nova/cells/messaging.py:380 #, python-format msgid "Unknown %(cell_type)s when routing to %(target_cell)s" msgstr "" -#: nova/cells/messaging.py:398 +#: nova/cells/messaging.py:404 #, fuzzy, python-format msgid "Error locating next hop for message: %(exc)s" msgstr "keine Methode für diese Nachricht gefunden: %s" -#: nova/cells/messaging.py:425 +#: nova/cells/messaging.py:431 #, python-format msgid "Failed to send message to cell: %(next_hop)s: %(exc)s" msgstr "" -#: nova/cells/messaging.py:504 +#: nova/cells/messaging.py:510 #, fuzzy, python-format msgid "Error locating next hops for message: %(exc)s" msgstr "keine Methode für diese Nachricht gefunden: %s" -#: nova/cells/messaging.py:524 +#: nova/cells/messaging.py:530 #, python-format msgid "Error sending message to next hops: %(exc)s" msgstr "" -#: nova/cells/messaging.py:542 +#: nova/cells/messaging.py:548 #, python-format msgid "Error waiting for responses from neighbor cells: %(exc)s" msgstr "" -#: nova/cells/messaging.py:653 +#: nova/cells/messaging.py:659 #, python-format msgid "Unknown method '%(method)s' in compute API" msgstr "" -#: nova/cells/messaging.py:676 +#: nova/cells/messaging.py:682 #, python-format msgid "Received capabilities from child cell %(cell_name)s: %(capabilities)s" msgstr "" -#: nova/cells/messaging.py:685 +#: nova/cells/messaging.py:692 #, python-format msgid "Received capacities from child cell %(cell_name)s: %(capacities)s" msgstr "" -#: nova/cells/messaging.py:811 +#: nova/cells/messaging.py:819 #, fuzzy, python-format -msgid "Got update for instance %(instance_uuid)s: %(instance)s" +msgid "Got update for instance: %(instance)s" msgstr "Einhängepunkt%(mountpoint)s zur Instanze %(instance_name)s hinzugefügt" -#: nova/cells/messaging.py:854 +#: nova/cells/messaging.py:862 #, fuzzy, python-format -msgid "Got update to delete instance %(instance_uuid)s" +msgid "Got update to delete instance" msgstr "Einhängepunkt%(mountpoint)s zur Instanze %(instance_name)s hinzugefügt" -#: nova/cells/messaging.py:869 +#: nova/cells/messaging.py:877 #, python-format msgid "Got broadcast to %(delete_type)s delete instance" msgstr "" -#: nova/cells/messaging.py:883 +#: nova/cells/messaging.py:891 #, python-format msgid "Got message to create instance fault: %(instance_fault)s" msgstr "" -#: nova/cells/messaging.py:904 +#: nova/cells/messaging.py:912 #, python-format msgid "" "Forcing a sync of instances, project_id=%(projid_str)s, " "updated_since=%(since_str)s" msgstr "" -#: nova/cells/messaging.py:1088 +#: nova/cells/messaging.py:1097 #, python-format msgid "Updating parents with our capabilities: %(capabs)s" msgstr "" -#: nova/cells/messaging.py:1108 +#: nova/cells/messaging.py:1117 #, python-format msgid "Updating parents with our capacities: %(capacities)s" msgstr "" @@ -3368,7 +3306,7 @@ msgid "" "second(s)" msgstr "" -#: nova/cells/scheduler.py:139 +#: nova/cells/scheduler.py:140 #, python-format msgid "Error scheduling instances %(instance_uuids)s" msgstr "" @@ -3382,7 +3320,7 @@ msgstr "" msgid "Unknown cell '%(cell_name)s' when trying to update capabilities" msgstr "" -#: nova/cells/state.py:330 +#: nova/cells/state.py:331 #, python-format msgid "Unknown cell '%(cell_name)s' when trying to update capacities" msgstr "" @@ -3875,136 +3813,136 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:1997 +#: nova/compute/api.py:1988 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2006 +#: nova/compute/api.py:1997 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2048 +#: nova/compute/api.py:2043 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2188 +#: nova/compute/api.py:2179 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2295 +#: nova/compute/api.py:2284 msgid "Locking" msgstr "" -#: nova/compute/api.py:2303 +#: nova/compute/api.py:2292 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2375 +#: nova/compute/api.py:2364 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2488 +#: nova/compute/api.py:2477 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2507 +#: nova/compute/api.py:2496 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2511 +#: nova/compute/api.py:2500 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2758 +#: nova/compute/api.py:2747 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2762 +#: nova/compute/api.py:2751 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2858 +#: nova/compute/api.py:2847 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2861 +#: nova/compute/api.py:2850 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2869 +#: nova/compute/api.py:2858 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2875 +#: nova/compute/api.py:2864 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2893 +#: nova/compute/api.py:2882 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2896 +#: nova/compute/api.py:2885 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2903 +#: nova/compute/api.py:2892 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2967 +#: nova/compute/api.py:2956 #, fuzzy, python-format msgid "Unable to delete system group '%s'" msgstr "Nicht möglich volume %s zufinden" -#: nova/compute/api.py:2972 +#: nova/compute/api.py:2961 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:2980 +#: nova/compute/api.py:2969 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:2983 +#: nova/compute/api.py:2972 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3060 nova/compute/api.py:3134 +#: nova/compute/api.py:3049 nova/compute/api.py:3123 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3076 +#: nova/compute/api.py:3065 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3079 +#: nova/compute/api.py:3068 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3088 +#: nova/compute/api.py:3077 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3141 +#: nova/compute/api.py:3130 msgid "Security group id should be integer" msgstr "" @@ -4107,657 +4045,657 @@ msgstr "" msgid "Instance has been destroyed from under us while trying to set it to ERROR" msgstr "" -#: nova/compute/manager.py:407 +#: nova/compute/manager.py:409 #, python-format msgid "Instance %(uuid)s found in the hypervisor, but not in the database" msgstr "" -#: nova/compute/manager.py:423 +#: nova/compute/manager.py:425 #, python-format msgid "" "Instance %(driver_instance)s found in the hypervisor, but not in the " "database" msgstr "" -#: nova/compute/manager.py:444 +#: nova/compute/manager.py:446 #, python-format msgid "" "Deleting instance as its host (%(instance_host)s) is not equal to our " "host (%(our_host)s)." msgstr "" -#: nova/compute/manager.py:459 +#: nova/compute/manager.py:461 msgid "Instance has been marked deleted already, removing it from the hypervisor." msgstr "" -#: nova/compute/manager.py:480 +#: nova/compute/manager.py:482 msgid "" "Hypervisor driver does not support instance shared storage check, " "assuming it's not on shared storage" msgstr "" -#: nova/compute/manager.py:486 +#: nova/compute/manager.py:488 #, fuzzy msgid "Failed to check if instance shared" msgstr "Volume %s: erstelle Export" -#: nova/compute/manager.py:529 +#: nova/compute/manager.py:531 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:532 +#: nova/compute/manager.py:534 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:543 +#: nova/compute/manager.py:545 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:548 +#: nova/compute/manager.py:550 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:562 +#: nova/compute/manager.py:564 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:567 +#: nova/compute/manager.py:569 #, fuzzy msgid "Failed to resume instance" msgstr "Nicht möglich Volumen zur Instanze %s hinzuzufügen" -#: nova/compute/manager.py:577 +#: nova/compute/manager.py:579 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:581 +#: nova/compute/manager.py:583 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:597 +#: nova/compute/manager.py:599 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:609 +#: nova/compute/manager.py:611 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:647 +#: nova/compute/manager.py:649 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:745 +#: nova/compute/manager.py:747 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:762 +#: nova/compute/manager.py:764 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:862 +#: nova/compute/manager.py:864 msgid "Success" msgstr "" -#: nova/compute/manager.py:885 +#: nova/compute/manager.py:887 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:906 nova/compute/manager.py:2377 +#: nova/compute/manager.py:908 nova/compute/manager.py:2379 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:948 +#: nova/compute/manager.py:950 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:954 +#: nova/compute/manager.py:956 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:982 +#: nova/compute/manager.py:984 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:999 +#: nova/compute/manager.py:1001 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1024 nova/compute/manager.py:2431 +#: nova/compute/manager.py:1026 nova/compute/manager.py:2433 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1037 +#: nova/compute/manager.py:1039 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1042 +#: nova/compute/manager.py:1044 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1048 +#: nova/compute/manager.py:1050 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1077 +#: nova/compute/manager.py:1079 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1125 +#: nova/compute/manager.py:1127 #, python-format msgid "" "image_id=%(image_id)s, image_size_bytes=%(size_bytes)d, " "allowed_size_bytes=%(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1131 +#: nova/compute/manager.py:1133 #, python-format msgid "" "Image '%(image_id)s' size %(size_bytes)d exceeded instance_type allowed " "size %(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1141 +#: nova/compute/manager.py:1143 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1167 +#: nova/compute/manager.py:1169 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1170 +#: nova/compute/manager.py:1172 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1181 +#: nova/compute/manager.py:1183 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1200 +#: nova/compute/manager.py:1202 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1251 +#: nova/compute/manager.py:1253 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1324 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1338 +#: nova/compute/manager.py:1340 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1358 +#: nova/compute/manager.py:1360 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1361 +#: nova/compute/manager.py:1363 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1368 +#: nova/compute/manager.py:1370 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1415 +#: nova/compute/manager.py:1417 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1468 nova/compute/manager.py:2606 -#: nova/compute/manager.py:4118 +#: nova/compute/manager.py:1470 nova/compute/manager.py:2608 +#: nova/compute/manager.py:4137 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1620 +#: nova/compute/manager.py:1622 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1633 +#: nova/compute/manager.py:1635 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1637 +#: nova/compute/manager.py:1639 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1641 +#: nova/compute/manager.py:1643 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1724 +#: nova/compute/manager.py:1726 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1756 +#: nova/compute/manager.py:1758 #, fuzzy, python-format msgid "Detaching from volume api: %s" msgstr "Nicht möglich Volumen zur Instanze %s hinzuzufügen" -#: nova/compute/manager.py:1774 +#: nova/compute/manager.py:1776 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1799 +#: nova/compute/manager.py:1801 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1817 #, fuzzy, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "Nicht möglich Volumen zur Instanze %s hinzuzufügen" -#: nova/compute/manager.py:1828 +#: nova/compute/manager.py:1830 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1855 +#: nova/compute/manager.py:1857 #, fuzzy msgid "instance snapshotting" msgstr "Instanz %s: Rettung" -#: nova/compute/manager.py:1861 +#: nova/compute/manager.py:1863 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1922 +#: nova/compute/manager.py:1924 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1929 +#: nova/compute/manager.py:1931 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1934 +#: nova/compute/manager.py:1936 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1962 +#: nova/compute/manager.py:1964 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1969 +#: nova/compute/manager.py:1971 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1976 +#: nova/compute/manager.py:1978 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1991 +#: nova/compute/manager.py:1993 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1998 +#: nova/compute/manager.py:2000 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:2011 +#: nova/compute/manager.py:2013 #, python-format msgid "" "trying to inject a file into a non-running (state: " "%(current_power_state)s expected: %(expected_state)s)" msgstr "" -#: nova/compute/manager.py:2015 +#: nova/compute/manager.py:2017 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:2035 +#: nova/compute/manager.py:2037 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2048 +#: nova/compute/manager.py:2050 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2067 +#: nova/compute/manager.py:2069 #, fuzzy msgid "Error trying to Rescue Instance" msgstr "Nicht möglich Volumen zur Instanze %s hinzuzufügen" -#: nova/compute/manager.py:2071 +#: nova/compute/manager.py:2073 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2089 +#: nova/compute/manager.py:2091 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2110 +#: nova/compute/manager.py:2112 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2335 +#: nova/compute/manager.py:2337 #, fuzzy msgid "Instance has no source host" msgstr "Instanz %s: Rettung" -#: nova/compute/manager.py:2341 +#: nova/compute/manager.py:2343 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2358 +#: nova/compute/manager.py:2360 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2603 +#: nova/compute/manager.py:2605 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2666 +#: nova/compute/manager.py:2668 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2684 +#: nova/compute/manager.py:2686 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2722 +#: nova/compute/manager.py:2724 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2753 +#: nova/compute/manager.py:2755 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2773 +#: nova/compute/manager.py:2775 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2778 +#: nova/compute/manager.py:2780 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2781 +#: nova/compute/manager.py:2783 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2798 +#: nova/compute/manager.py:2800 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2825 +#: nova/compute/manager.py:2827 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2860 +#: nova/compute/manager.py:2862 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2907 +#: nova/compute/manager.py:2909 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2957 +#: nova/compute/manager.py:2959 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2966 +#: nova/compute/manager.py:2968 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2981 +#: nova/compute/manager.py:2983 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:3011 +#: nova/compute/manager.py:3013 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:3021 +#: nova/compute/manager.py:3023 #, fuzzy msgid "Detaching volume from unknown instance" msgstr "Nicht möglich Volumen zur Instanze %s hinzuzufügen" -#: nova/compute/manager.py:3028 +#: nova/compute/manager.py:3030 #, fuzzy, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "Nicht möglich volume %s zufinden" -#: nova/compute/manager.py:3051 +#: nova/compute/manager.py:3053 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3087 +#: nova/compute/manager.py:3089 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3107 +#: nova/compute/manager.py:3109 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3121 +#: nova/compute/manager.py:3123 #, fuzzy, python-format msgid "Host %(host)s not found" msgstr "Instanz %s pausiert" -#: nova/compute/manager.py:3265 +#: nova/compute/manager.py:3276 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3293 +#: nova/compute/manager.py:3304 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3348 +#: nova/compute/manager.py:3359 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3350 +#: nova/compute/manager.py:3361 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:3364 +#: nova/compute/manager.py:3376 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3393 +#: nova/compute/manager.py:3408 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3512 +#: nova/compute/manager.py:3537 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3557 +#: nova/compute/manager.py:3587 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3563 +#: nova/compute/manager.py:3593 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3602 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3579 +#: nova/compute/manager.py:3609 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3583 +#: nova/compute/manager.py:3613 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3590 +#: nova/compute/manager.py:3620 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3599 +#: nova/compute/manager.py:3629 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3616 +#: nova/compute/manager.py:3646 #, 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:3635 +#: nova/compute/manager.py:3665 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3659 +#: nova/compute/manager.py:3689 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3776 +#: nova/compute/manager.py:3806 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3793 +#: nova/compute/manager.py:3823 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3820 +#: nova/compute/manager.py:3850 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3825 nova/compute/manager.py:3875 +#: nova/compute/manager.py:3855 nova/compute/manager.py:3905 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3862 +#: nova/compute/manager.py:3892 #, 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:3900 +#: nova/compute/manager.py:3930 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3912 nova/compute/manager.py:3921 -#: nova/compute/manager.py:3951 +#: nova/compute/manager.py:3942 nova/compute/manager.py:3951 +#: nova/compute/manager.py:3981 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3916 +#: nova/compute/manager.py:3946 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3932 +#: nova/compute/manager.py:3962 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3938 +#: nova/compute/manager.py:3968 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3944 +#: nova/compute/manager.py:3974 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3960 +#: nova/compute/manager.py:3990 #, fuzzy msgid "Instance is not (soft-)deleted." msgstr "Instanz %s: Rettung" -#: nova/compute/manager.py:3968 +#: nova/compute/manager.py:3998 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3988 +#: nova/compute/manager.py:4010 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:4015 +#: nova/compute/manager.py:4037 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:4025 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4047 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4088 #, python-format msgid "" "Detected instance with name label '%(name)s' which is marked as DELETED " "but still present on host." msgstr "" -#: nova/compute/manager.py:4073 +#: nova/compute/manager.py:4095 #, python-format msgid "" "Destroying instance with name label '%(name)s' which is marked as DELETED" " but still present on host." msgstr "" -#: nova/compute/manager.py:4080 +#: nova/compute/manager.py:4102 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4110 +#: nova/compute/manager.py:4129 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4871,7 +4809,7 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:380 +#: nova/conductor/api.py:373 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" @@ -4882,7 +4820,7 @@ msgstr "" msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:262 +#: nova/conductor/manager.py:263 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -4960,54 +4898,50 @@ msgstr "" msgid "Failed to notify cells of instance destroy" msgstr "" -#: nova/db/api.py:673 nova/db/api.py:694 +#: nova/db/api.py:674 nova/db/api.py:695 msgid "Failed to notify cells of instance update" msgstr "" -#: nova/db/api.py:734 -msgid "Failed to notify cells of instance info cache update" -msgstr "" - -#: nova/db/api.py:1456 +#: nova/db/api.py:1453 msgid "Failed to notify cells of bw_usage update" msgstr "" -#: nova/db/api.py:1591 +#: nova/db/api.py:1588 msgid "Failed to notify cells of instance fault" msgstr "" -#: nova/db/sqlalchemy/api.py:157 +#: nova/db/sqlalchemy/api.py:160 #, python-format msgid "Deadlock detected when running '%(func_name)s': Retrying..." msgstr "" -#: nova/db/sqlalchemy/api.py:192 +#: nova/db/sqlalchemy/api.py:195 msgid "model or base_model parameter should be subclass of NovaBase" msgstr "" -#: nova/db/sqlalchemy/api.py:205 nova/virt/baremetal/db/sqlalchemy/api.py:61 +#: nova/db/sqlalchemy/api.py:208 nova/virt/baremetal/db/sqlalchemy/api.py:61 #, python-format msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1408 +#: nova/db/sqlalchemy/api.py:1411 #, python-format msgid "" "Unknown osapi_compute_unique_server_name_scope value: %s Flag must be " "empty, \"global\" or \"project\"" msgstr "" -#: nova/db/sqlalchemy/api.py:1546 +#: nova/db/sqlalchemy/api.py:1549 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2853 +#: nova/db/sqlalchemy/api.py:2908 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4361 +#: nova/db/sqlalchemy/api.py:4416 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5153,15 +5087,19 @@ msgstr "" msgid "Bad project_id for to_global_ipv6: %s" msgstr "" -#: nova/network/api.py:55 +#: nova/network/api.py:56 msgid "instance is a required argument to use @refresh_cache" msgstr "" -#: nova/network/api.py:80 +#: nova/network/api.py:90 +msgid "Failed to notify cells of instance info cache update" +msgstr "" + +#: nova/network/api.py:93 msgid "Failed storing info cache" msgstr "" -#: nova/network/api.py:235 +#: nova/network/api.py:248 #, python-format msgid "re-assign floating IP %(address)s from instance %(instance_id)s" msgstr "" @@ -5720,17 +5658,17 @@ msgstr "" msgid "Deprecated: %s" msgstr "" -#: nova/openstack/common/log.py:347 +#: nova/openstack/common/log.py:336 #, python-format msgid "Error loading logging config %(log_config)s: %(err_msg)s" msgstr "" -#: nova/openstack/common/log.py:397 +#: nova/openstack/common/log.py:386 #, python-format msgid "syslog facility must be one of: %s" msgstr "" -#: nova/openstack/common/log.py:563 +#: nova/openstack/common/log.py:555 #, python-format msgid "Fatal call to deprecated config: %(msg)s" msgstr "" @@ -5827,6 +5765,63 @@ msgstr "" msgid "process_input not supported over SSH" msgstr "" +#: nova/openstack/common/service.py:113 nova/openstack/common/service.py:276 +#, fuzzy +msgid "Full set of CONF:" +msgstr "Alle vorhandenen FLAGS:" + +#: nova/openstack/common/service.py:122 nova/openstack/common/service.py:219 +#, python-format +msgid "Caught %s, exiting" +msgstr "" + +#: nova/openstack/common/service.py:165 +msgid "Parent process has died unexpectedly, exiting" +msgstr "" + +#: nova/openstack/common/service.py:201 +msgid "Forking too fast, sleeping" +msgstr "" + +#: nova/openstack/common/service.py:224 +msgid "Unhandled exception" +msgstr "" + +#: nova/openstack/common/service.py:231 +#, python-format +msgid "Started child %d" +msgstr "" + +#: nova/openstack/common/service.py:241 +#, python-format +msgid "Starting %d workers" +msgstr "" + +#: nova/openstack/common/service.py:258 +#, python-format +msgid "Child %(pid)d killed by signal %(sig)d" +msgstr "" + +#: nova/openstack/common/service.py:262 +#, python-format +msgid "Child %(pid)s exited with status %(code)d" +msgstr "" + +#: nova/openstack/common/service.py:266 +#, python-format +msgid "pid %d not in child list" +msgstr "" + +#: nova/openstack/common/service.py:294 +#, python-format +msgid "Caught %s, stopping children" +msgstr "" + +#: nova/openstack/common/service.py:305 +#, python-format +msgid "Waiting on %d children to exit" +msgstr "" + #: nova/openstack/common/strutils.py:72 #, python-format msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" @@ -6015,12 +6010,17 @@ msgid "" "endpoint." msgstr "" -#: nova/openstack/common/rpc/common.py:281 +#: nova/openstack/common/rpc/common.py:162 +#, python-format +msgid "Specified RPC version cap, %(version_cap)s, is too low" +msgstr "" + +#: nova/openstack/common/rpc/common.py:285 #, python-format msgid "Failed to sanitize %(item)s. Key error %(err)s" msgstr "" -#: nova/openstack/common/rpc/common.py:303 +#: nova/openstack/common/rpc/common.py:307 #, python-format msgid "Returning exception %s to caller" msgstr "" @@ -6353,38 +6353,38 @@ msgstr "" msgid "Request Spec: %s" msgstr "" -#: nova/scheduler/filter_scheduler.py:92 +#: nova/scheduler/filter_scheduler.py:97 #, fuzzy, python-format msgid "Choosing host %(weighed_host)s for instance %(instance_uuid)s" msgstr "Einhängepunkt%(mountpoint)s zur Instanze %(instance_name)s hinzugefügt" -#: nova/scheduler/filter_scheduler.py:234 +#: nova/scheduler/filter_scheduler.py:239 msgid "Invalid value for 'scheduler_max_attempts', must be >= 1" msgstr "" -#: nova/scheduler/filter_scheduler.py:251 +#: nova/scheduler/filter_scheduler.py:256 #, python-format msgid "Error from last host: %(last_host)s (node %(last_node)s): %(exc)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:283 +#: nova/scheduler/filter_scheduler.py:288 #, python-format msgid "" "Exceeded max scheduling attempts %(max_attempts)d for instance " "%(instance_uuid)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:351 +#: nova/scheduler/filter_scheduler.py:356 #, python-format msgid "Filtered %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:356 +#: nova/scheduler/filter_scheduler.py:361 #, python-format msgid "Weighed %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:398 +#: nova/scheduler/filter_scheduler.py:403 #, python-format msgid "Unable to migrate %(instance_uuid)s to %(dest)s: Lack of memory" msgstr "" @@ -6579,46 +6579,46 @@ msgstr "" msgid "Returns one member of the [%s] group" msgstr "" -#: nova/servicegroup/drivers/db.py:42 +#: nova/servicegroup/drivers/db.py:41 #, python-format msgid "" "DB_Driver: join new ServiceGroup member %(member_id)s to the %(group_id)s" " group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/db.py:46 +#: nova/servicegroup/drivers/db.py:45 msgid "service is a mandatory argument for DB based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/db.py:76 +#: nova/servicegroup/drivers/db.py:72 #, python-format msgid "DB_Driver: get_all members of the %s group" msgstr "" -#: nova/servicegroup/drivers/db.py:99 nova/servicegroup/drivers/mc.py:103 +#: nova/servicegroup/drivers/db.py:95 nova/servicegroup/drivers/mc.py:99 msgid "Recovered model server connection!" msgstr "" -#: nova/servicegroup/drivers/db.py:105 nova/servicegroup/drivers/mc.py:109 +#: nova/servicegroup/drivers/db.py:101 nova/servicegroup/drivers/mc.py:105 msgid "model server went away" msgstr "" -#: nova/servicegroup/drivers/mc.py:44 +#: nova/servicegroup/drivers/mc.py:43 msgid "memcached_servers not defined" msgstr "" -#: nova/servicegroup/drivers/mc.py:52 +#: nova/servicegroup/drivers/mc.py:51 #, python-format msgid "" "Memcached_Driver: join new ServiceGroup member %(member_id)s to the " "%(group_id)s group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/mc.py:57 +#: nova/servicegroup/drivers/mc.py:56 msgid "service is a mandatory argument for Memcached based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/mc.py:78 +#: nova/servicegroup/drivers/mc.py:74 #, python-format msgid "Memcached_Driver: get_all members of the %s group" msgstr "" @@ -6707,22 +6707,6 @@ msgstr "" msgid "already detached" msgstr "" -#: nova/tests/fakelibvirt.py:892 -msgid "Please extend mock libvirt module to support flags" -msgstr "" - -#: nova/tests/fakelibvirt.py:896 -msgid "Expected a list for 'auth' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:900 -msgid "Expected a function in 'auth[0]' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:904 -msgid "Expected a function in 'auth[1]' parameter" -msgstr "" - #: nova/tests/test_hypervapi.py:433 msgid "fake vswitch not found" msgstr "" @@ -6756,17 +6740,17 @@ msgstr "" msgid "unexpected role header" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3340 +#: nova/tests/api/openstack/compute/test_servers.py:3365 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3345 +#: nova/tests/api/openstack/compute/test_servers.py:3370 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3350 +#: nova/tests/api/openstack/compute/test_servers.py:3375 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" @@ -6775,7 +6759,7 @@ msgstr "" #: nova/tests/compute/test_compute.py:1168 #: nova/tests/compute/test_compute.py:1195 #: nova/tests/compute/test_compute.py:1241 -#: nova/tests/compute/test_compute.py:3762 +#: nova/tests/compute/test_compute.py:3804 #, python-format msgid "Running instances: %s" msgstr "" @@ -6792,16 +6776,16 @@ msgstr "" msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:3815 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4275 +#: nova/tests/compute/test_compute.py:4315 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8748 +#: nova/tests/compute/test_compute.py:8904 msgid "spawn error" msgstr "" @@ -6897,6 +6881,22 @@ msgstr "" msgid "Decoding JSON: %s" msgstr "" +#: nova/tests/virt/libvirt/fakelibvirt.py:892 +msgid "Please extend mock libvirt module to support flags" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:896 +msgid "Expected a list for 'auth' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:900 +msgid "Expected a function in 'auth[0]' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:904 +msgid "Expected a function in 'auth[1]' parameter" +msgstr "" + #: nova/virt/configdrive.py:97 #, python-format msgid "Added %(filepath)s to config drive" @@ -10993,67 +10993,12 @@ msgstr "" msgid "status must be 'available'" msgstr "" -#~ msgid "EC2APIError raised: %s" +#~ msgid "%(flag)s : FLAG SET " #~ msgstr "" -#~ msgid "Instance is in an invalid state for '%(action)s'" +#~ msgid "Child %(pid)d exited with status %(code)d" #~ msgstr "" -#~ msgid "Failed to load extension %(ext_name)s: %(exc)s" -#~ msgstr "" - -#~ msgid "Removing options '%(unk_opt_str)s' from query" -#~ msgstr "" - -#~ msgid "Live migration of instance %(id)s to another host failed" -#~ msgstr "" - -#~ msgid "Cannot show aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Cannot update aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Cannot delete aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Total %(type_)s: %(total)d %(unit)s, used: %(used)d %(unit)s" -#~ msgstr "" - -#~ msgid "%(type_)s limit not specified, defaulting to unlimited" -#~ msgstr "" - -#~ msgid "%(type_)s limit: %(limit)d %(unit)s, free: %(free)d %(unit)s" -#~ msgstr "" - -#~ msgid "" -#~ "Unable to claim resources. Free " -#~ "%(type_)s %(free)d %(unit)s < requested " -#~ "%(requested)d %(unit)s" -#~ msgstr "" - -#~ msgid "'%s' argument must be a positive integer" -#~ msgstr "" - -#~ msgid "Attempting to build %(num_instances)d instance(s)" -#~ msgstr "" - -#~ msgid "Choosing host %(chosen_host)s" -#~ msgstr "" - -#~ msgid "Unable to load the virtualization driver: %s" -#~ msgstr "" - -#~ msgid "" -#~ "Inject data image=%(image)s key=%(key)s " -#~ "net=%(net)s metadata=%(metadata)s admin_password=ha-" -#~ "ha-not-telling-you files=%(files)s " -#~ "partition=%(partition)s use_cow=%(use_cow)s" -#~ msgstr "" - -#~ msgid "Inject admin password fs=%(fs)s admin_passwd=ha-ha-not-telling-you" -#~ msgstr "" - -#~ msgid "Resizing down VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" -#~ msgstr "" +#~ msgid "Got update for instance %(instance_uuid)s: %(instance)s" +#~ msgstr "Einhängepunkt%(mountpoint)s zur Instanze %(instance_name)s hinzugefügt" diff --git a/nova/locale/en_AU/LC_MESSAGES/nova.po b/nova/locale/en_AU/LC_MESSAGES/nova.po index 4dc37748d..172b7374d 100644 --- a/nova/locale/en_AU/LC_MESSAGES/nova.po +++ b/nova/locale/en_AU/LC_MESSAGES/nova.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: nova\n" "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" -"POT-Creation-Date: 2013-05-18 19:37+0000\n" +"POT-Creation-Date: 2013-05-22 19:37+0000\n" "PO-Revision-Date: 2011-10-21 11:27+0000\n" "Last-Translator: Tom Fifield <Unknown>\n" "Language-Team: English (Australia) <en_AU@li.org>\n" @@ -169,7 +169,7 @@ msgid "" msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 -#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2778 +#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2767 msgid "Keypair data is invalid" msgstr "" @@ -185,7 +185,7 @@ msgstr "" msgid "Invalid volume" msgstr "" -#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1334 +#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1332 #: nova/api/openstack/compute/contrib/admin_actions.py:242 msgid "Invalid metadata" msgstr "" @@ -1311,7 +1311,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:166 +#: nova/manager.py:170 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1332,117 +1332,56 @@ msgstr "" msgid "Rule checked when requested rule is not found" msgstr "" -#: nova/quota.py:966 +#: nova/quota.py:972 #, python-format msgid "Created reservations %(reservations)s" msgstr "" -#: nova/quota.py:988 +#: nova/quota.py:994 #, python-format msgid "Failed to commit reservations %(reservations)s" msgstr "" -#: nova/quota.py:990 +#: nova/quota.py:996 #, python-format msgid "Committed reservations %(reservations)s" msgstr "" -#: nova/quota.py:1010 +#: nova/quota.py:1016 #, python-format msgid "Failed to roll back reservations %(reservations)s" msgstr "" -#: nova/quota.py:1012 +#: nova/quota.py:1018 #, python-format msgid "Rolled back reservations %(reservations)s" msgstr "" -#: nova/service.py:197 -msgid "Full set of CONF:" -msgstr "" - -#: nova/service.py:204 -#, python-format -msgid "%(flag)s : FLAG SET " -msgstr "" - -#: nova/service.py:214 nova/service.py:312 -#, python-format -msgid "Caught %s, exiting" -msgstr "" - -#: nova/service.py:258 -msgid "Parent process has died unexpectedly, exiting" -msgstr "" - -#: nova/service.py:294 -msgid "Forking too fast, sleeping" -msgstr "" - -#: nova/service.py:317 -msgid "Unhandled exception" -msgstr "" - -#: nova/service.py:324 -#, python-format -msgid "Started child %d" -msgstr "" - -#: nova/service.py:334 -#, fuzzy, python-format -msgid "Starting %d workers" -msgstr "start address" - -#: nova/service.py:348 -#, python-format -msgid "Child %(pid)d killed by signal %(sig)d" -msgstr "" - -#: nova/service.py:351 -#, python-format -msgid "Child %(pid)d exited with status %(code)d" -msgstr "" - -#: nova/service.py:354 -#, python-format -msgid "pid %d not in child list" -msgstr "" - -#: nova/service.py:374 -#, python-format -msgid "Caught %s, stopping children" -msgstr "" - -#: nova/service.py:385 -#, python-format -msgid "Waiting on %d children to exit" -msgstr "" - -#: nova/service.py:427 +#: nova/service.py:153 #, fuzzy, python-format msgid "Starting %(topic)s node (version %(version)s)" msgstr "Starting %(topic)s node (version %(vcs_string)s)" -#: nova/service.py:444 nova/openstack/common/rpc/service.py:47 +#: nova/service.py:170 nova/openstack/common/rpc/service.py:47 #, python-format msgid "Creating Consumer connection for Service %s" msgstr "" -#: nova/service.py:464 +#: nova/service.py:190 #, python-format msgid "Join ServiceGroup membership for this service %s" msgstr "" -#: nova/service.py:546 +#: nova/service.py:270 msgid "Service killed that has no database entry" msgstr "Service killed that has no database entry" -#: nova/service.py:581 +#: nova/service.py:292 #, python-format msgid "Temporary directory is invalid: %s" msgstr "" -#: nova/service.py:679 +#: nova/service.py:394 msgid "serve() can only be called once" msgstr "" @@ -1717,7 +1656,7 @@ msgstr "" msgid "An unknown error has occurred. Please try your request again." msgstr "An unknown error has occurred. Please try your request again." -#: nova/api/ec2/apirequest.py:60 +#: nova/api/ec2/apirequest.py:61 #, python-format msgid "Unsupported API request: controller = %(controller)s, action = %(action)s" msgstr "Unsupported API request: controller = %(controller)s, action = %(action)s" @@ -2530,7 +2469,7 @@ msgid "No adminPass was specified" msgstr "" #: nova/api/openstack/compute/servers.py:1173 -#: nova/api/openstack/compute/servers.py:1384 +#: nova/api/openstack/compute/servers.py:1382 msgid "Invalid adminPass" msgstr "" @@ -2562,15 +2501,15 @@ msgstr "" msgid "Could not parse imageRef from request." msgstr "" -#: nova/api/openstack/compute/servers.py:1292 +#: nova/api/openstack/compute/servers.py:1289 msgid "Cannot find image for rebuild" msgstr "" -#: nova/api/openstack/compute/servers.py:1325 +#: nova/api/openstack/compute/servers.py:1323 msgid "createImage entity requires name attribute" msgstr "" -#: nova/api/openstack/compute/servers.py:1410 +#: nova/api/openstack/compute/servers.py:1408 #, python-format msgid "Removing options '%s' from query" msgstr "" @@ -3296,89 +3235,89 @@ msgstr "" msgid "Error processing message locally: %(exc)s" msgstr "" -#: nova/cells/messaging.py:358 nova/cells/messaging.py:364 +#: nova/cells/messaging.py:360 nova/cells/messaging.py:368 #, python-format msgid "destination is %(target_cell)s but routing_path is %(routing_path)s" msgstr "" -#: nova/cells/messaging.py:374 +#: nova/cells/messaging.py:380 #, python-format msgid "Unknown %(cell_type)s when routing to %(target_cell)s" msgstr "" -#: nova/cells/messaging.py:398 +#: nova/cells/messaging.py:404 #, fuzzy, python-format msgid "Error locating next hop for message: %(exc)s" msgstr "no method for message: %s" -#: nova/cells/messaging.py:425 +#: nova/cells/messaging.py:431 #, python-format msgid "Failed to send message to cell: %(next_hop)s: %(exc)s" msgstr "" -#: nova/cells/messaging.py:504 +#: nova/cells/messaging.py:510 #, fuzzy, python-format msgid "Error locating next hops for message: %(exc)s" msgstr "no method for message: %s" -#: nova/cells/messaging.py:524 +#: nova/cells/messaging.py:530 #, python-format msgid "Error sending message to next hops: %(exc)s" msgstr "" -#: nova/cells/messaging.py:542 +#: nova/cells/messaging.py:548 #, python-format msgid "Error waiting for responses from neighbor cells: %(exc)s" msgstr "" -#: nova/cells/messaging.py:653 +#: nova/cells/messaging.py:659 #, python-format msgid "Unknown method '%(method)s' in compute API" msgstr "" -#: nova/cells/messaging.py:676 +#: nova/cells/messaging.py:682 #, python-format msgid "Received capabilities from child cell %(cell_name)s: %(capabilities)s" msgstr "" -#: nova/cells/messaging.py:685 +#: nova/cells/messaging.py:692 #, python-format msgid "Received capacities from child cell %(cell_name)s: %(capacities)s" msgstr "" -#: nova/cells/messaging.py:811 +#: nova/cells/messaging.py:819 #, fuzzy, python-format -msgid "Got update for instance %(instance_uuid)s: %(instance)s" +msgid "Got update for instance: %(instance)s" msgstr "Going to start terminating instances" -#: nova/cells/messaging.py:854 +#: nova/cells/messaging.py:862 #, fuzzy, python-format -msgid "Got update to delete instance %(instance_uuid)s" +msgid "Got update to delete instance" msgstr "Going to start terminating instances" -#: nova/cells/messaging.py:869 +#: nova/cells/messaging.py:877 #, python-format msgid "Got broadcast to %(delete_type)s delete instance" msgstr "" -#: nova/cells/messaging.py:883 +#: nova/cells/messaging.py:891 #, python-format msgid "Got message to create instance fault: %(instance_fault)s" msgstr "" -#: nova/cells/messaging.py:904 +#: nova/cells/messaging.py:912 #, python-format msgid "" "Forcing a sync of instances, project_id=%(projid_str)s, " "updated_since=%(since_str)s" msgstr "" -#: nova/cells/messaging.py:1088 +#: nova/cells/messaging.py:1097 #, python-format msgid "Updating parents with our capabilities: %(capabs)s" msgstr "" -#: nova/cells/messaging.py:1108 +#: nova/cells/messaging.py:1117 #, python-format msgid "Updating parents with our capacities: %(capacities)s" msgstr "" @@ -3395,7 +3334,7 @@ msgid "" "second(s)" msgstr "" -#: nova/cells/scheduler.py:139 +#: nova/cells/scheduler.py:140 #, fuzzy, python-format msgid "Error scheduling instances %(instance_uuids)s" msgstr "Associate address %(public_ip)s to instance %(instance_id)s" @@ -3409,7 +3348,7 @@ msgstr "" msgid "Unknown cell '%(cell_name)s' when trying to update capabilities" msgstr "" -#: nova/cells/state.py:330 +#: nova/cells/state.py:331 #, python-format msgid "Unknown cell '%(cell_name)s' when trying to update capacities" msgstr "" @@ -3917,137 +3856,137 @@ msgstr "" msgid "snapshot for %s" msgstr "Starting snapshot for VM %s" -#: nova/compute/api.py:1997 +#: nova/compute/api.py:1988 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2006 +#: nova/compute/api.py:1997 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2048 +#: nova/compute/api.py:2043 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2188 +#: nova/compute/api.py:2179 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2295 +#: nova/compute/api.py:2284 msgid "Locking" msgstr "" -#: nova/compute/api.py:2303 +#: nova/compute/api.py:2292 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2375 +#: nova/compute/api.py:2364 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2488 +#: nova/compute/api.py:2477 #, fuzzy, python-format msgid "Going to try to live migrate instance to %s" msgstr "Going to try to terminate %s" -#: nova/compute/api.py:2507 +#: nova/compute/api.py:2496 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2511 +#: nova/compute/api.py:2500 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2758 +#: nova/compute/api.py:2747 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2762 +#: nova/compute/api.py:2751 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2858 +#: nova/compute/api.py:2847 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2861 +#: nova/compute/api.py:2850 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2869 +#: nova/compute/api.py:2858 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2875 +#: nova/compute/api.py:2864 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2893 +#: nova/compute/api.py:2882 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2896 +#: nova/compute/api.py:2885 #, python-format msgid "Create Security Group %s" msgstr "Create Security Group %s" -#: nova/compute/api.py:2903 +#: nova/compute/api.py:2892 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2967 +#: nova/compute/api.py:2956 #, fuzzy, python-format msgid "Unable to delete system group '%s'" msgstr "Unable to destroy VBD %s" -#: nova/compute/api.py:2972 +#: nova/compute/api.py:2961 #, fuzzy msgid "Security group is still in use" msgstr "Revoke security group ingress %s" -#: nova/compute/api.py:2980 +#: nova/compute/api.py:2969 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:2983 +#: nova/compute/api.py:2972 #, python-format msgid "Delete security group %s" msgstr "Delete security group %s" -#: nova/compute/api.py:3060 nova/compute/api.py:3134 +#: nova/compute/api.py:3049 nova/compute/api.py:3123 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3076 +#: nova/compute/api.py:3065 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3079 +#: nova/compute/api.py:3068 #, python-format msgid "Authorize security group ingress %s" msgstr "Authorise security group ingress %s" -#: nova/compute/api.py:3088 +#: nova/compute/api.py:3077 #, python-format msgid "Revoke security group ingress %s" msgstr "Revoke security group ingress %s" -#: nova/compute/api.py:3141 +#: nova/compute/api.py:3130 msgid "Security group id should be integer" msgstr "" @@ -4151,670 +4090,670 @@ msgstr "" msgid "Instance has been destroyed from under us while trying to set it to ERROR" msgstr "" -#: nova/compute/manager.py:407 +#: nova/compute/manager.py:409 #, python-format msgid "Instance %(uuid)s found in the hypervisor, but not in the database" msgstr "" -#: nova/compute/manager.py:423 +#: nova/compute/manager.py:425 #, python-format msgid "" "Instance %(driver_instance)s found in the hypervisor, but not in the " "database" msgstr "" -#: nova/compute/manager.py:444 +#: nova/compute/manager.py:446 #, python-format msgid "" "Deleting instance as its host (%(instance_host)s) is not equal to our " "host (%(our_host)s)." msgstr "" -#: nova/compute/manager.py:459 +#: nova/compute/manager.py:461 msgid "Instance has been marked deleted already, removing it from the hypervisor." msgstr "" -#: nova/compute/manager.py:480 +#: nova/compute/manager.py:482 msgid "" "Hypervisor driver does not support instance shared storage check, " "assuming it's not on shared storage" msgstr "" -#: nova/compute/manager.py:486 +#: nova/compute/manager.py:488 #, fuzzy msgid "Failed to check if instance shared" msgstr "Going to start terminating instances" -#: nova/compute/manager.py:529 +#: nova/compute/manager.py:531 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:532 +#: nova/compute/manager.py:534 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:543 +#: nova/compute/manager.py:545 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:548 +#: nova/compute/manager.py:550 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:562 +#: nova/compute/manager.py:564 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:567 +#: nova/compute/manager.py:569 #, fuzzy msgid "Failed to resume instance" msgstr "Going to start terminating instances" -#: nova/compute/manager.py:577 +#: nova/compute/manager.py:579 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:581 +#: nova/compute/manager.py:583 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:597 +#: nova/compute/manager.py:599 #, fuzzy, python-format msgid "Unexpected power state %d" msgstr "Unexpected error raised: %s" -#: nova/compute/manager.py:609 +#: nova/compute/manager.py:611 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:647 +#: nova/compute/manager.py:649 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:745 +#: nova/compute/manager.py:747 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:762 +#: nova/compute/manager.py:764 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:862 +#: nova/compute/manager.py:864 msgid "Success" msgstr "" -#: nova/compute/manager.py:885 +#: nova/compute/manager.py:887 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:906 nova/compute/manager.py:2377 +#: nova/compute/manager.py:908 nova/compute/manager.py:2379 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:948 +#: nova/compute/manager.py:950 #, fuzzy msgid "Failed to dealloc network for deleted instance" msgstr "Going to try to terminate %s" -#: nova/compute/manager.py:954 +#: nova/compute/manager.py:956 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:982 +#: nova/compute/manager.py:984 #, fuzzy, python-format msgid "Error: %s" msgstr "Caught error: %s" -#: nova/compute/manager.py:999 +#: nova/compute/manager.py:1001 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1024 nova/compute/manager.py:2431 +#: nova/compute/manager.py:1026 nova/compute/manager.py:2433 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1037 +#: nova/compute/manager.py:1039 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1042 +#: nova/compute/manager.py:1044 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1048 +#: nova/compute/manager.py:1050 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1077 +#: nova/compute/manager.py:1079 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1125 +#: nova/compute/manager.py:1127 #, python-format msgid "" "image_id=%(image_id)s, image_size_bytes=%(size_bytes)d, " "allowed_size_bytes=%(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1131 +#: nova/compute/manager.py:1133 #, python-format msgid "" "Image '%(image_id)s' size %(size_bytes)d exceeded instance_type allowed " "size %(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1141 +#: nova/compute/manager.py:1143 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1167 +#: nova/compute/manager.py:1169 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1170 +#: nova/compute/manager.py:1172 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1181 +#: nova/compute/manager.py:1183 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1200 +#: nova/compute/manager.py:1202 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1251 +#: nova/compute/manager.py:1253 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1324 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1338 +#: nova/compute/manager.py:1340 #, fuzzy msgid "Failed to deallocate network for instance." msgstr "Going to try to terminate %s" -#: nova/compute/manager.py:1358 +#: nova/compute/manager.py:1360 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1361 +#: nova/compute/manager.py:1363 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1368 +#: nova/compute/manager.py:1370 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1415 +#: nova/compute/manager.py:1417 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1468 nova/compute/manager.py:2606 -#: nova/compute/manager.py:4118 +#: nova/compute/manager.py:1470 nova/compute/manager.py:2608 +#: nova/compute/manager.py:4137 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1620 +#: nova/compute/manager.py:1622 #, fuzzy msgid "Rebuilding instance" msgstr "Rebooting instance %s" -#: nova/compute/manager.py:1633 +#: nova/compute/manager.py:1635 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1637 +#: nova/compute/manager.py:1639 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1641 +#: nova/compute/manager.py:1643 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1724 +#: nova/compute/manager.py:1726 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1756 +#: nova/compute/manager.py:1758 #, fuzzy, python-format msgid "Detaching from volume api: %s" msgstr "Detach volume %s" -#: nova/compute/manager.py:1774 +#: nova/compute/manager.py:1776 #, fuzzy msgid "Rebooting instance" msgstr "Rebooting instance %s" -#: nova/compute/manager.py:1799 +#: nova/compute/manager.py:1801 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1817 #, fuzzy, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "Running instances: %s" -#: nova/compute/manager.py:1828 +#: nova/compute/manager.py:1830 #, fuzzy msgid "Instance disappeared during reboot" msgstr "instance %s: rebooted" -#: nova/compute/manager.py:1855 +#: nova/compute/manager.py:1857 #, fuzzy msgid "instance snapshotting" msgstr "instance %s: snapshotting" -#: nova/compute/manager.py:1861 +#: nova/compute/manager.py:1863 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1922 +#: nova/compute/manager.py:1924 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1929 +#: nova/compute/manager.py:1931 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1934 +#: nova/compute/manager.py:1936 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1962 +#: nova/compute/manager.py:1964 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1969 +#: nova/compute/manager.py:1971 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1976 +#: nova/compute/manager.py:1978 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1991 +#: nova/compute/manager.py:1993 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1998 +#: nova/compute/manager.py:2000 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:2011 +#: nova/compute/manager.py:2013 #, python-format msgid "" "trying to inject a file into a non-running (state: " "%(current_power_state)s expected: %(expected_state)s)" msgstr "" -#: nova/compute/manager.py:2015 +#: nova/compute/manager.py:2017 #, fuzzy, python-format msgid "injecting file to %(path)s" msgstr "Injecting file path: '%s'" -#: nova/compute/manager.py:2035 +#: nova/compute/manager.py:2037 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2048 +#: nova/compute/manager.py:2050 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2067 +#: nova/compute/manager.py:2069 #, fuzzy msgid "Error trying to Rescue Instance" msgstr "Going to start terminating instances" -#: nova/compute/manager.py:2071 +#: nova/compute/manager.py:2073 #, fuzzy, python-format msgid "Driver Error: %s" msgstr "Caught error: %s" -#: nova/compute/manager.py:2089 +#: nova/compute/manager.py:2091 #, fuzzy msgid "Unrescuing" msgstr "instance %s: unrescuing" -#: nova/compute/manager.py:2110 +#: nova/compute/manager.py:2112 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2335 +#: nova/compute/manager.py:2337 #, fuzzy msgid "Instance has no source host" msgstr "instance %s: snapshotting" -#: nova/compute/manager.py:2341 +#: nova/compute/manager.py:2343 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2358 +#: nova/compute/manager.py:2360 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2603 +#: nova/compute/manager.py:2605 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2666 +#: nova/compute/manager.py:2668 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2684 +#: nova/compute/manager.py:2686 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2722 +#: nova/compute/manager.py:2724 #, fuzzy msgid "Retrieving diagnostics" msgstr "instance %s: retrieving diagnostics" -#: nova/compute/manager.py:2753 +#: nova/compute/manager.py:2755 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2773 +#: nova/compute/manager.py:2775 #, fuzzy msgid "Reset network" msgstr "setting network host" -#: nova/compute/manager.py:2778 +#: nova/compute/manager.py:2780 #, fuzzy msgid "Inject network info" msgstr "setting network host" -#: nova/compute/manager.py:2781 +#: nova/compute/manager.py:2783 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2798 +#: nova/compute/manager.py:2800 #, fuzzy msgid "Get console output" msgstr "Get console output for instance %s" -#: nova/compute/manager.py:2825 +#: nova/compute/manager.py:2827 #, fuzzy msgid "Getting vnc console" msgstr "Adding console" -#: nova/compute/manager.py:2860 +#: nova/compute/manager.py:2862 #, fuzzy msgid "Getting spice console" msgstr "Adding console" -#: nova/compute/manager.py:2907 +#: nova/compute/manager.py:2909 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2957 +#: nova/compute/manager.py:2959 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2966 +#: nova/compute/manager.py:2968 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2981 +#: nova/compute/manager.py:2983 #, fuzzy, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "Detach_volume: %(instance_name)s, %(mountpoint)s" -#: nova/compute/manager.py:3011 +#: nova/compute/manager.py:3013 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:3021 +#: nova/compute/manager.py:3023 #, fuzzy msgid "Detaching volume from unknown instance" msgstr "Detaching volume from unknown instance %s" -#: nova/compute/manager.py:3028 +#: nova/compute/manager.py:3030 #, fuzzy, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "Detach_volume: %(instance_name)s, %(mountpoint)s" -#: nova/compute/manager.py:3051 +#: nova/compute/manager.py:3053 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3087 +#: nova/compute/manager.py:3089 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3107 +#: nova/compute/manager.py:3109 #, fuzzy, python-format msgid "Port %(port_id)s is not attached" msgstr "instance %s: booted" -#: nova/compute/manager.py:3121 +#: nova/compute/manager.py:3123 #, fuzzy, python-format msgid "Host %(host)s not found" msgstr "instance %s: booted" -#: nova/compute/manager.py:3265 +#: nova/compute/manager.py:3276 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3293 +#: nova/compute/manager.py:3304 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3348 +#: nova/compute/manager.py:3359 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3350 +#: nova/compute/manager.py:3361 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:3364 +#: nova/compute/manager.py:3376 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3393 +#: nova/compute/manager.py:3408 #, fuzzy, python-format msgid "Failed to get compute_info for %s" msgstr "Failed to get metadata for ip: %s" -#: nova/compute/manager.py:3512 +#: nova/compute/manager.py:3537 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3557 +#: nova/compute/manager.py:3587 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3563 +#: nova/compute/manager.py:3593 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3602 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3579 +#: nova/compute/manager.py:3609 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3583 +#: nova/compute/manager.py:3613 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3590 +#: nova/compute/manager.py:3620 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3599 +#: nova/compute/manager.py:3629 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3616 +#: nova/compute/manager.py:3646 #, 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:3635 +#: nova/compute/manager.py:3665 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3659 +#: nova/compute/manager.py:3689 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3776 +#: nova/compute/manager.py:3806 #, fuzzy msgid "Updating volume usage cache" msgstr "Deleting user %s" -#: nova/compute/manager.py:3793 +#: nova/compute/manager.py:3823 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3820 +#: nova/compute/manager.py:3850 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3825 nova/compute/manager.py:3875 +#: nova/compute/manager.py:3855 nova/compute/manager.py:3905 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3862 +#: nova/compute/manager.py:3892 #, 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:3900 +#: nova/compute/manager.py:3930 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3912 nova/compute/manager.py:3921 -#: nova/compute/manager.py:3951 +#: nova/compute/manager.py:3942 nova/compute/manager.py:3951 +#: nova/compute/manager.py:3981 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3916 +#: nova/compute/manager.py:3946 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3932 +#: nova/compute/manager.py:3962 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3938 +#: nova/compute/manager.py:3968 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3944 +#: nova/compute/manager.py:3974 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3960 +#: nova/compute/manager.py:3990 #, fuzzy msgid "Instance is not (soft-)deleted." msgstr "instance %s: booted" -#: nova/compute/manager.py:3968 +#: nova/compute/manager.py:3998 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3988 +#: nova/compute/manager.py:4010 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:4015 +#: nova/compute/manager.py:4037 #, fuzzy, python-format msgid "Deleting orphan compute node %s" msgstr "Deleting user %s" -#: nova/compute/manager.py:4025 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4047 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4088 #, python-format msgid "" "Detected instance with name label '%(name)s' which is marked as DELETED " "but still present on host." msgstr "" -#: nova/compute/manager.py:4073 +#: nova/compute/manager.py:4095 #, python-format msgid "" "Destroying instance with name label '%(name)s' which is marked as DELETED" " but still present on host." msgstr "" -#: nova/compute/manager.py:4080 +#: nova/compute/manager.py:4102 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4110 +#: nova/compute/manager.py:4129 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4928,7 +4867,7 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:380 +#: nova/conductor/api.py:373 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" @@ -4939,7 +4878,7 @@ msgstr "" msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:262 +#: nova/conductor/manager.py:263 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5018,54 +4957,50 @@ msgstr "" msgid "Failed to notify cells of instance destroy" msgstr "" -#: nova/db/api.py:673 nova/db/api.py:694 +#: nova/db/api.py:674 nova/db/api.py:695 msgid "Failed to notify cells of instance update" msgstr "" -#: nova/db/api.py:734 -msgid "Failed to notify cells of instance info cache update" -msgstr "" - -#: nova/db/api.py:1456 +#: nova/db/api.py:1453 msgid "Failed to notify cells of bw_usage update" msgstr "" -#: nova/db/api.py:1591 +#: nova/db/api.py:1588 msgid "Failed to notify cells of instance fault" msgstr "" -#: nova/db/sqlalchemy/api.py:157 +#: nova/db/sqlalchemy/api.py:160 #, python-format msgid "Deadlock detected when running '%(func_name)s': Retrying..." msgstr "" -#: nova/db/sqlalchemy/api.py:192 +#: nova/db/sqlalchemy/api.py:195 msgid "model or base_model parameter should be subclass of NovaBase" msgstr "" -#: nova/db/sqlalchemy/api.py:205 nova/virt/baremetal/db/sqlalchemy/api.py:61 +#: nova/db/sqlalchemy/api.py:208 nova/virt/baremetal/db/sqlalchemy/api.py:61 #, python-format msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1408 +#: nova/db/sqlalchemy/api.py:1411 #, python-format msgid "" "Unknown osapi_compute_unique_server_name_scope value: %s Flag must be " "empty, \"global\" or \"project\"" msgstr "" -#: nova/db/sqlalchemy/api.py:1546 +#: nova/db/sqlalchemy/api.py:1549 #, fuzzy, python-format msgid "Invalid instance id %s in request" msgstr "instance %s: rescued" -#: nova/db/sqlalchemy/api.py:2853 +#: nova/db/sqlalchemy/api.py:2908 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4361 +#: nova/db/sqlalchemy/api.py:4416 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5211,16 +5146,20 @@ msgstr "" msgid "Bad project_id for to_global_ipv6: %s" msgstr "" -#: nova/network/api.py:55 +#: nova/network/api.py:56 msgid "instance is a required argument to use @refresh_cache" msgstr "" -#: nova/network/api.py:80 +#: nova/network/api.py:90 +msgid "Failed to notify cells of instance info cache update" +msgstr "" + +#: nova/network/api.py:93 #, fuzzy msgid "Failed storing info cache" msgstr "Going to start terminating instances" -#: nova/network/api.py:235 +#: nova/network/api.py:248 #, fuzzy, python-format msgid "re-assign floating IP %(address)s from instance %(instance_id)s" msgstr "Associate address %(public_ip)s to instance %(instance_id)s" @@ -5785,17 +5724,17 @@ msgstr "" msgid "Deprecated: %s" msgstr "received %s" -#: nova/openstack/common/log.py:347 +#: nova/openstack/common/log.py:336 #, python-format msgid "Error loading logging config %(log_config)s: %(err_msg)s" msgstr "" -#: nova/openstack/common/log.py:397 +#: nova/openstack/common/log.py:386 #, python-format msgid "syslog facility must be one of: %s" msgstr "" -#: nova/openstack/common/log.py:563 +#: nova/openstack/common/log.py:555 #, python-format msgid "Fatal call to deprecated config: %(msg)s" msgstr "" @@ -5892,6 +5831,62 @@ msgstr "" msgid "process_input not supported over SSH" msgstr "" +#: nova/openstack/common/service.py:113 nova/openstack/common/service.py:276 +msgid "Full set of CONF:" +msgstr "" + +#: nova/openstack/common/service.py:122 nova/openstack/common/service.py:219 +#, python-format +msgid "Caught %s, exiting" +msgstr "" + +#: nova/openstack/common/service.py:165 +msgid "Parent process has died unexpectedly, exiting" +msgstr "" + +#: nova/openstack/common/service.py:201 +msgid "Forking too fast, sleeping" +msgstr "" + +#: nova/openstack/common/service.py:224 +msgid "Unhandled exception" +msgstr "" + +#: nova/openstack/common/service.py:231 +#, python-format +msgid "Started child %d" +msgstr "" + +#: nova/openstack/common/service.py:241 +#, fuzzy, python-format +msgid "Starting %d workers" +msgstr "start address" + +#: nova/openstack/common/service.py:258 +#, python-format +msgid "Child %(pid)d killed by signal %(sig)d" +msgstr "" + +#: nova/openstack/common/service.py:262 +#, python-format +msgid "Child %(pid)s exited with status %(code)d" +msgstr "" + +#: nova/openstack/common/service.py:266 +#, python-format +msgid "pid %d not in child list" +msgstr "" + +#: nova/openstack/common/service.py:294 +#, python-format +msgid "Caught %s, stopping children" +msgstr "" + +#: nova/openstack/common/service.py:305 +#, python-format +msgid "Waiting on %d children to exit" +msgstr "" + #: nova/openstack/common/strutils.py:72 #, python-format msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" @@ -6080,12 +6075,17 @@ msgid "" "endpoint." msgstr "" -#: nova/openstack/common/rpc/common.py:281 +#: nova/openstack/common/rpc/common.py:162 +#, python-format +msgid "Specified RPC version cap, %(version_cap)s, is too low" +msgstr "" + +#: nova/openstack/common/rpc/common.py:285 #, python-format msgid "Failed to sanitize %(item)s. Key error %(err)s" msgstr "" -#: nova/openstack/common/rpc/common.py:303 +#: nova/openstack/common/rpc/common.py:307 #, python-format msgid "Returning exception %s to caller" msgstr "Returning exception %s to caller" @@ -6423,38 +6423,38 @@ msgstr "" msgid "Request Spec: %s" msgstr "" -#: nova/scheduler/filter_scheduler.py:92 +#: nova/scheduler/filter_scheduler.py:97 #, fuzzy, python-format msgid "Choosing host %(weighed_host)s for instance %(instance_uuid)s" msgstr "Going to start terminating instances" -#: nova/scheduler/filter_scheduler.py:234 +#: nova/scheduler/filter_scheduler.py:239 msgid "Invalid value for 'scheduler_max_attempts', must be >= 1" msgstr "" -#: nova/scheduler/filter_scheduler.py:251 +#: nova/scheduler/filter_scheduler.py:256 #, python-format msgid "Error from last host: %(last_host)s (node %(last_node)s): %(exc)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:283 +#: nova/scheduler/filter_scheduler.py:288 #, python-format msgid "" "Exceeded max scheduling attempts %(max_attempts)d for instance " "%(instance_uuid)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:351 +#: nova/scheduler/filter_scheduler.py:356 #, python-format msgid "Filtered %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:356 +#: nova/scheduler/filter_scheduler.py:361 #, python-format msgid "Weighed %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:398 +#: nova/scheduler/filter_scheduler.py:403 #, python-format msgid "Unable to migrate %(instance_uuid)s to %(dest)s: Lack of memory" msgstr "" @@ -6649,46 +6649,46 @@ msgstr "" msgid "Returns one member of the [%s] group" msgstr "" -#: nova/servicegroup/drivers/db.py:42 +#: nova/servicegroup/drivers/db.py:41 #, python-format msgid "" "DB_Driver: join new ServiceGroup member %(member_id)s to the %(group_id)s" " group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/db.py:46 +#: nova/servicegroup/drivers/db.py:45 msgid "service is a mandatory argument for DB based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/db.py:76 +#: nova/servicegroup/drivers/db.py:72 #, python-format msgid "DB_Driver: get_all members of the %s group" msgstr "" -#: nova/servicegroup/drivers/db.py:99 nova/servicegroup/drivers/mc.py:103 +#: nova/servicegroup/drivers/db.py:95 nova/servicegroup/drivers/mc.py:99 msgid "Recovered model server connection!" msgstr "Recovered model server connection!" -#: nova/servicegroup/drivers/db.py:105 nova/servicegroup/drivers/mc.py:109 +#: nova/servicegroup/drivers/db.py:101 nova/servicegroup/drivers/mc.py:105 msgid "model server went away" msgstr "model server went away" -#: nova/servicegroup/drivers/mc.py:44 +#: nova/servicegroup/drivers/mc.py:43 msgid "memcached_servers not defined" msgstr "" -#: nova/servicegroup/drivers/mc.py:52 +#: nova/servicegroup/drivers/mc.py:51 #, python-format msgid "" "Memcached_Driver: join new ServiceGroup member %(member_id)s to the " "%(group_id)s group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/mc.py:57 +#: nova/servicegroup/drivers/mc.py:56 msgid "service is a mandatory argument for Memcached based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/mc.py:78 +#: nova/servicegroup/drivers/mc.py:74 #, python-format msgid "Memcached_Driver: get_all members of the %s group" msgstr "" @@ -6777,22 +6777,6 @@ msgstr "" msgid "already detached" msgstr "" -#: nova/tests/fakelibvirt.py:892 -msgid "Please extend mock libvirt module to support flags" -msgstr "" - -#: nova/tests/fakelibvirt.py:896 -msgid "Expected a list for 'auth' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:900 -msgid "Expected a function in 'auth[0]' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:904 -msgid "Expected a function in 'auth[1]' parameter" -msgstr "" - #: nova/tests/test_hypervapi.py:433 #, fuzzy msgid "fake vswitch not found" @@ -6827,17 +6811,17 @@ msgstr "" msgid "unexpected role header" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3340 +#: nova/tests/api/openstack/compute/test_servers.py:3365 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3345 +#: nova/tests/api/openstack/compute/test_servers.py:3370 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3350 +#: nova/tests/api/openstack/compute/test_servers.py:3375 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" @@ -6846,7 +6830,7 @@ msgstr "" #: nova/tests/compute/test_compute.py:1168 #: nova/tests/compute/test_compute.py:1195 #: nova/tests/compute/test_compute.py:1241 -#: nova/tests/compute/test_compute.py:3762 +#: nova/tests/compute/test_compute.py:3804 #, python-format msgid "Running instances: %s" msgstr "Running instances: %s" @@ -6863,16 +6847,16 @@ msgstr "After terminating instances: %s" msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:3815 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4275 +#: nova/tests/compute/test_compute.py:4315 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8748 +#: nova/tests/compute/test_compute.py:8904 msgid "spawn error" msgstr "" @@ -6968,6 +6952,22 @@ msgstr "" msgid "Decoding JSON: %s" msgstr "" +#: nova/tests/virt/libvirt/fakelibvirt.py:892 +msgid "Please extend mock libvirt module to support flags" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:896 +msgid "Expected a list for 'auth' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:900 +msgid "Expected a function in 'auth[0]' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:904 +msgid "Expected a function in 'auth[1]' parameter" +msgstr "" + #: nova/virt/configdrive.py:97 #, python-format msgid "Added %(filepath)s to config drive" @@ -11107,67 +11107,12 @@ msgstr "" msgid "status must be 'available'" msgstr "" -#~ msgid "EC2APIError raised: %s" +#~ msgid "%(flag)s : FLAG SET " #~ msgstr "" -#~ msgid "Instance is in an invalid state for '%(action)s'" +#~ msgid "Child %(pid)d exited with status %(code)d" #~ msgstr "" -#~ msgid "Failed to load extension %(ext_name)s: %(exc)s" -#~ msgstr "" - -#~ msgid "Removing options '%(unk_opt_str)s' from query" -#~ msgstr "" - -#~ msgid "Live migration of instance %(id)s to another host failed" -#~ msgstr "" - -#~ msgid "Cannot show aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Cannot update aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Cannot delete aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Total %(type_)s: %(total)d %(unit)s, used: %(used)d %(unit)s" -#~ msgstr "" - -#~ msgid "%(type_)s limit not specified, defaulting to unlimited" -#~ msgstr "" - -#~ msgid "%(type_)s limit: %(limit)d %(unit)s, free: %(free)d %(unit)s" -#~ msgstr "" - -#~ msgid "" -#~ "Unable to claim resources. Free " -#~ "%(type_)s %(free)d %(unit)s < requested " -#~ "%(requested)d %(unit)s" -#~ msgstr "" - -#~ msgid "'%s' argument must be a positive integer" -#~ msgstr "" - -#~ msgid "Attempting to build %(num_instances)d instance(s)" -#~ msgstr "" - -#~ msgid "Choosing host %(chosen_host)s" -#~ msgstr "" - -#~ msgid "Unable to load the virtualization driver: %s" -#~ msgstr "" - -#~ msgid "" -#~ "Inject data image=%(image)s key=%(key)s " -#~ "net=%(net)s metadata=%(metadata)s admin_password=ha-" -#~ "ha-not-telling-you files=%(files)s " -#~ "partition=%(partition)s use_cow=%(use_cow)s" -#~ msgstr "" - -#~ msgid "Inject admin password fs=%(fs)s admin_passwd=ha-ha-not-telling-you" -#~ msgstr "" - -#~ msgid "Resizing down VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" -#~ msgstr "" +#~ msgid "Got update for instance %(instance_uuid)s: %(instance)s" +#~ msgstr "Going to start terminating instances" diff --git a/nova/locale/en_GB/LC_MESSAGES/nova.po b/nova/locale/en_GB/LC_MESSAGES/nova.po index 07f369a23..8db345a38 100644 --- a/nova/locale/en_GB/LC_MESSAGES/nova.po +++ b/nova/locale/en_GB/LC_MESSAGES/nova.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: nova\n" "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" -"POT-Creation-Date: 2013-05-18 19:37+0000\n" +"POT-Creation-Date: 2013-05-22 19:37+0000\n" "PO-Revision-Date: 2012-03-30 11:10+0000\n" "Last-Translator: Anthony Harrington <untaintableangel@hotmail.co.uk>\n" "Language-Team: English (United Kingdom) <en_GB@li.org>\n" @@ -168,7 +168,7 @@ msgid "" msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 -#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2778 +#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2767 msgid "Keypair data is invalid" msgstr "Keypair data is invalid" @@ -184,7 +184,7 @@ msgstr "Invalid input received" msgid "Invalid volume" msgstr "Invalid volume" -#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1334 +#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1332 #: nova/api/openstack/compute/contrib/admin_actions.py:242 msgid "Invalid metadata" msgstr "" @@ -1311,7 +1311,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:166 +#: nova/manager.py:170 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1331,118 +1331,56 @@ msgstr "" msgid "Rule checked when requested rule is not found" msgstr "" -#: nova/quota.py:966 +#: nova/quota.py:972 #, python-format msgid "Created reservations %(reservations)s" msgstr "" -#: nova/quota.py:988 +#: nova/quota.py:994 #, python-format msgid "Failed to commit reservations %(reservations)s" msgstr "" -#: nova/quota.py:990 +#: nova/quota.py:996 #, python-format msgid "Committed reservations %(reservations)s" msgstr "" -#: nova/quota.py:1010 +#: nova/quota.py:1016 #, python-format msgid "Failed to roll back reservations %(reservations)s" msgstr "" -#: nova/quota.py:1012 +#: nova/quota.py:1018 #, python-format msgid "Rolled back reservations %(reservations)s" msgstr "" -#: nova/service.py:197 -#, fuzzy -msgid "Full set of CONF:" -msgstr "Full set of FLAGS:" - -#: nova/service.py:204 -#, python-format -msgid "%(flag)s : FLAG SET " -msgstr "" - -#: nova/service.py:214 nova/service.py:312 -#, python-format -msgid "Caught %s, exiting" -msgstr "" - -#: nova/service.py:258 -msgid "Parent process has died unexpectedly, exiting" -msgstr "" - -#: nova/service.py:294 -msgid "Forking too fast, sleeping" -msgstr "" - -#: nova/service.py:317 -msgid "Unhandled exception" -msgstr "" - -#: nova/service.py:324 -#, python-format -msgid "Started child %d" -msgstr "" - -#: nova/service.py:334 -#, python-format -msgid "Starting %d workers" -msgstr "" - -#: nova/service.py:348 -#, python-format -msgid "Child %(pid)d killed by signal %(sig)d" -msgstr "" - -#: nova/service.py:351 -#, python-format -msgid "Child %(pid)d exited with status %(code)d" -msgstr "" - -#: nova/service.py:354 -#, python-format -msgid "pid %d not in child list" -msgstr "" - -#: nova/service.py:374 -#, python-format -msgid "Caught %s, stopping children" -msgstr "" - -#: nova/service.py:385 -#, python-format -msgid "Waiting on %d children to exit" -msgstr "" - -#: nova/service.py:427 +#: nova/service.py:153 #, python-format msgid "Starting %(topic)s node (version %(version)s)" msgstr "" -#: nova/service.py:444 nova/openstack/common/rpc/service.py:47 +#: nova/service.py:170 nova/openstack/common/rpc/service.py:47 #, python-format msgid "Creating Consumer connection for Service %s" msgstr "" -#: nova/service.py:464 +#: nova/service.py:190 #, python-format msgid "Join ServiceGroup membership for this service %s" msgstr "" -#: nova/service.py:546 +#: nova/service.py:270 msgid "Service killed that has no database entry" msgstr "" -#: nova/service.py:581 +#: nova/service.py:292 #, python-format msgid "Temporary directory is invalid: %s" msgstr "" -#: nova/service.py:679 +#: nova/service.py:394 msgid "serve() can only be called once" msgstr "" @@ -1714,7 +1652,7 @@ msgstr "" msgid "An unknown error has occurred. Please try your request again." msgstr "" -#: nova/api/ec2/apirequest.py:60 +#: nova/api/ec2/apirequest.py:61 #, python-format msgid "Unsupported API request: controller = %(controller)s, action = %(action)s" msgstr "" @@ -2524,7 +2462,7 @@ msgid "No adminPass was specified" msgstr "" #: nova/api/openstack/compute/servers.py:1173 -#: nova/api/openstack/compute/servers.py:1384 +#: nova/api/openstack/compute/servers.py:1382 msgid "Invalid adminPass" msgstr "" @@ -2555,15 +2493,15 @@ msgstr "" msgid "Could not parse imageRef from request." msgstr "" -#: nova/api/openstack/compute/servers.py:1292 +#: nova/api/openstack/compute/servers.py:1289 msgid "Cannot find image for rebuild" msgstr "" -#: nova/api/openstack/compute/servers.py:1325 +#: nova/api/openstack/compute/servers.py:1323 msgid "createImage entity requires name attribute" msgstr "" -#: nova/api/openstack/compute/servers.py:1410 +#: nova/api/openstack/compute/servers.py:1408 #, python-format msgid "Removing options '%s' from query" msgstr "" @@ -3281,89 +3219,89 @@ msgstr "" msgid "Error processing message locally: %(exc)s" msgstr "" -#: nova/cells/messaging.py:358 nova/cells/messaging.py:364 +#: nova/cells/messaging.py:360 nova/cells/messaging.py:368 #, python-format msgid "destination is %(target_cell)s but routing_path is %(routing_path)s" msgstr "" -#: nova/cells/messaging.py:374 +#: nova/cells/messaging.py:380 #, python-format msgid "Unknown %(cell_type)s when routing to %(target_cell)s" msgstr "" -#: nova/cells/messaging.py:398 +#: nova/cells/messaging.py:404 #, python-format msgid "Error locating next hop for message: %(exc)s" msgstr "" -#: nova/cells/messaging.py:425 +#: nova/cells/messaging.py:431 #, python-format msgid "Failed to send message to cell: %(next_hop)s: %(exc)s" msgstr "" -#: nova/cells/messaging.py:504 +#: nova/cells/messaging.py:510 #, python-format msgid "Error locating next hops for message: %(exc)s" msgstr "" -#: nova/cells/messaging.py:524 +#: nova/cells/messaging.py:530 #, python-format msgid "Error sending message to next hops: %(exc)s" msgstr "" -#: nova/cells/messaging.py:542 +#: nova/cells/messaging.py:548 #, python-format msgid "Error waiting for responses from neighbor cells: %(exc)s" msgstr "" -#: nova/cells/messaging.py:653 +#: nova/cells/messaging.py:659 #, python-format msgid "Unknown method '%(method)s' in compute API" msgstr "" -#: nova/cells/messaging.py:676 +#: nova/cells/messaging.py:682 #, python-format msgid "Received capabilities from child cell %(cell_name)s: %(capabilities)s" msgstr "" -#: nova/cells/messaging.py:685 +#: nova/cells/messaging.py:692 #, python-format msgid "Received capacities from child cell %(cell_name)s: %(capacities)s" msgstr "" -#: nova/cells/messaging.py:811 +#: nova/cells/messaging.py:819 #, fuzzy, python-format -msgid "Got update for instance %(instance_uuid)s: %(instance)s" +msgid "Got update for instance: %(instance)s" msgstr "Instance %(instance_id)s is not running." -#: nova/cells/messaging.py:854 +#: nova/cells/messaging.py:862 #, fuzzy, python-format -msgid "Got update to delete instance %(instance_uuid)s" +msgid "Got update to delete instance" msgstr "Instance %(instance_id)s is not running." -#: nova/cells/messaging.py:869 +#: nova/cells/messaging.py:877 #, python-format msgid "Got broadcast to %(delete_type)s delete instance" msgstr "" -#: nova/cells/messaging.py:883 +#: nova/cells/messaging.py:891 #, python-format msgid "Got message to create instance fault: %(instance_fault)s" msgstr "" -#: nova/cells/messaging.py:904 +#: nova/cells/messaging.py:912 #, python-format msgid "" "Forcing a sync of instances, project_id=%(projid_str)s, " "updated_since=%(since_str)s" msgstr "" -#: nova/cells/messaging.py:1088 +#: nova/cells/messaging.py:1097 #, python-format msgid "Updating parents with our capabilities: %(capabs)s" msgstr "" -#: nova/cells/messaging.py:1108 +#: nova/cells/messaging.py:1117 #, python-format msgid "Updating parents with our capacities: %(capacities)s" msgstr "" @@ -3380,7 +3318,7 @@ msgid "" "second(s)" msgstr "" -#: nova/cells/scheduler.py:139 +#: nova/cells/scheduler.py:140 #, fuzzy, python-format msgid "Error scheduling instances %(instance_uuids)s" msgstr "Instance %(instance_id)s is not running." @@ -3394,7 +3332,7 @@ msgstr "" msgid "Unknown cell '%(cell_name)s' when trying to update capabilities" msgstr "" -#: nova/cells/state.py:330 +#: nova/cells/state.py:331 #, python-format msgid "Unknown cell '%(cell_name)s' when trying to update capacities" msgstr "" @@ -3891,136 +3829,136 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:1997 +#: nova/compute/api.py:1988 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2006 +#: nova/compute/api.py:1997 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2048 +#: nova/compute/api.py:2043 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2188 +#: nova/compute/api.py:2179 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2295 +#: nova/compute/api.py:2284 msgid "Locking" msgstr "" -#: nova/compute/api.py:2303 +#: nova/compute/api.py:2292 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2375 +#: nova/compute/api.py:2364 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2488 +#: nova/compute/api.py:2477 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2507 +#: nova/compute/api.py:2496 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2511 +#: nova/compute/api.py:2500 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2758 +#: nova/compute/api.py:2747 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2762 +#: nova/compute/api.py:2751 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2858 +#: nova/compute/api.py:2847 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2861 +#: nova/compute/api.py:2850 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2869 +#: nova/compute/api.py:2858 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2875 +#: nova/compute/api.py:2864 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2893 +#: nova/compute/api.py:2882 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2896 +#: nova/compute/api.py:2885 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2903 +#: nova/compute/api.py:2892 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2967 +#: nova/compute/api.py:2956 #, fuzzy, python-format msgid "Unable to delete system group '%s'" msgstr "Unable to destroy VBD %s" -#: nova/compute/api.py:2972 +#: nova/compute/api.py:2961 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:2980 +#: nova/compute/api.py:2969 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:2983 +#: nova/compute/api.py:2972 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3060 nova/compute/api.py:3134 +#: nova/compute/api.py:3049 nova/compute/api.py:3123 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3076 +#: nova/compute/api.py:3065 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3079 +#: nova/compute/api.py:3068 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3088 +#: nova/compute/api.py:3077 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3141 +#: nova/compute/api.py:3130 msgid "Security group id should be integer" msgstr "" @@ -4124,664 +4062,664 @@ msgstr "" msgid "Instance has been destroyed from under us while trying to set it to ERROR" msgstr "" -#: nova/compute/manager.py:407 +#: nova/compute/manager.py:409 #, python-format msgid "Instance %(uuid)s found in the hypervisor, but not in the database" msgstr "" -#: nova/compute/manager.py:423 +#: nova/compute/manager.py:425 #, python-format msgid "" "Instance %(driver_instance)s found in the hypervisor, but not in the " "database" msgstr "" -#: nova/compute/manager.py:444 +#: nova/compute/manager.py:446 #, python-format msgid "" "Deleting instance as its host (%(instance_host)s) is not equal to our " "host (%(our_host)s)." msgstr "" -#: nova/compute/manager.py:459 +#: nova/compute/manager.py:461 msgid "Instance has been marked deleted already, removing it from the hypervisor." msgstr "" -#: nova/compute/manager.py:480 +#: nova/compute/manager.py:482 msgid "" "Hypervisor driver does not support instance shared storage check, " "assuming it's not on shared storage" msgstr "" -#: nova/compute/manager.py:486 +#: nova/compute/manager.py:488 #, fuzzy msgid "Failed to check if instance shared" msgstr "volume %s: creating export" -#: nova/compute/manager.py:529 +#: nova/compute/manager.py:531 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:532 +#: nova/compute/manager.py:534 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:543 +#: nova/compute/manager.py:545 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:548 +#: nova/compute/manager.py:550 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:562 +#: nova/compute/manager.py:564 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:567 +#: nova/compute/manager.py:569 #, fuzzy msgid "Failed to resume instance" msgstr "Rebooting instance %s" -#: nova/compute/manager.py:577 +#: nova/compute/manager.py:579 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:581 +#: nova/compute/manager.py:583 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:597 +#: nova/compute/manager.py:599 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:609 +#: nova/compute/manager.py:611 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:647 +#: nova/compute/manager.py:649 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:745 +#: nova/compute/manager.py:747 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:762 +#: nova/compute/manager.py:764 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:862 +#: nova/compute/manager.py:864 msgid "Success" msgstr "" -#: nova/compute/manager.py:885 +#: nova/compute/manager.py:887 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:906 nova/compute/manager.py:2377 +#: nova/compute/manager.py:908 nova/compute/manager.py:2379 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:948 +#: nova/compute/manager.py:950 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:954 +#: nova/compute/manager.py:956 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:982 +#: nova/compute/manager.py:984 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:999 +#: nova/compute/manager.py:1001 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1024 nova/compute/manager.py:2431 +#: nova/compute/manager.py:1026 nova/compute/manager.py:2433 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1037 +#: nova/compute/manager.py:1039 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1042 +#: nova/compute/manager.py:1044 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1048 +#: nova/compute/manager.py:1050 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1077 +#: nova/compute/manager.py:1079 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1125 +#: nova/compute/manager.py:1127 #, python-format msgid "" "image_id=%(image_id)s, image_size_bytes=%(size_bytes)d, " "allowed_size_bytes=%(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1131 +#: nova/compute/manager.py:1133 #, python-format msgid "" "Image '%(image_id)s' size %(size_bytes)d exceeded instance_type allowed " "size %(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1141 +#: nova/compute/manager.py:1143 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1167 +#: nova/compute/manager.py:1169 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1170 +#: nova/compute/manager.py:1172 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1181 +#: nova/compute/manager.py:1183 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1200 +#: nova/compute/manager.py:1202 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1251 +#: nova/compute/manager.py:1253 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1324 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1338 +#: nova/compute/manager.py:1340 #, fuzzy msgid "Failed to deallocate network for instance." msgstr "Get console output for instance %s" -#: nova/compute/manager.py:1358 +#: nova/compute/manager.py:1360 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1361 +#: nova/compute/manager.py:1363 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1368 +#: nova/compute/manager.py:1370 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1415 +#: nova/compute/manager.py:1417 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1468 nova/compute/manager.py:2606 -#: nova/compute/manager.py:4118 +#: nova/compute/manager.py:1470 nova/compute/manager.py:2608 +#: nova/compute/manager.py:4137 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1620 +#: nova/compute/manager.py:1622 #, fuzzy msgid "Rebuilding instance" msgstr "Rebooting instance %s" -#: nova/compute/manager.py:1633 +#: nova/compute/manager.py:1635 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1637 +#: nova/compute/manager.py:1639 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1641 +#: nova/compute/manager.py:1643 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1724 +#: nova/compute/manager.py:1726 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1756 +#: nova/compute/manager.py:1758 #, fuzzy, python-format msgid "Detaching from volume api: %s" msgstr "Unable to detach volume %s" -#: nova/compute/manager.py:1774 +#: nova/compute/manager.py:1776 #, fuzzy msgid "Rebooting instance" msgstr "Rebooting instance %s" -#: nova/compute/manager.py:1799 +#: nova/compute/manager.py:1801 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1817 #, fuzzy, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "VBD not found in instance %s" -#: nova/compute/manager.py:1828 +#: nova/compute/manager.py:1830 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1855 +#: nova/compute/manager.py:1857 #, fuzzy msgid "instance snapshotting" msgstr "instance %s: snapshotting" -#: nova/compute/manager.py:1861 +#: nova/compute/manager.py:1863 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1922 +#: nova/compute/manager.py:1924 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1929 +#: nova/compute/manager.py:1931 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1934 +#: nova/compute/manager.py:1936 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1962 +#: nova/compute/manager.py:1964 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1969 +#: nova/compute/manager.py:1971 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1976 +#: nova/compute/manager.py:1978 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1991 +#: nova/compute/manager.py:1993 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1998 +#: nova/compute/manager.py:2000 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:2011 +#: nova/compute/manager.py:2013 #, python-format msgid "" "trying to inject a file into a non-running (state: " "%(current_power_state)s expected: %(expected_state)s)" msgstr "" -#: nova/compute/manager.py:2015 +#: nova/compute/manager.py:2017 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:2035 +#: nova/compute/manager.py:2037 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2048 +#: nova/compute/manager.py:2050 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2067 +#: nova/compute/manager.py:2069 #, fuzzy msgid "Error trying to Rescue Instance" msgstr "Rebooting instance %s" -#: nova/compute/manager.py:2071 +#: nova/compute/manager.py:2073 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2089 +#: nova/compute/manager.py:2091 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2110 +#: nova/compute/manager.py:2112 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2335 +#: nova/compute/manager.py:2337 #, fuzzy msgid "Instance has no source host" msgstr "instance %s: snapshotting" -#: nova/compute/manager.py:2341 +#: nova/compute/manager.py:2343 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2358 +#: nova/compute/manager.py:2360 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2603 +#: nova/compute/manager.py:2605 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2666 +#: nova/compute/manager.py:2668 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2684 +#: nova/compute/manager.py:2686 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2722 +#: nova/compute/manager.py:2724 #, fuzzy msgid "Retrieving diagnostics" msgstr "instance %s: retrieving diagnostics" -#: nova/compute/manager.py:2753 +#: nova/compute/manager.py:2755 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2773 +#: nova/compute/manager.py:2775 #, fuzzy msgid "Reset network" msgstr "instance %s: reset network" -#: nova/compute/manager.py:2778 +#: nova/compute/manager.py:2780 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2781 +#: nova/compute/manager.py:2783 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2798 +#: nova/compute/manager.py:2800 #, fuzzy msgid "Get console output" msgstr "Get console output for instance %s" -#: nova/compute/manager.py:2825 +#: nova/compute/manager.py:2827 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2860 +#: nova/compute/manager.py:2862 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2907 +#: nova/compute/manager.py:2909 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2957 +#: nova/compute/manager.py:2959 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2966 +#: nova/compute/manager.py:2968 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2981 +#: nova/compute/manager.py:2983 #, fuzzy, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "Detach_volume: %(instance_name)s, %(mountpoint)s" -#: nova/compute/manager.py:3011 +#: nova/compute/manager.py:3013 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:3021 +#: nova/compute/manager.py:3023 #, fuzzy msgid "Detaching volume from unknown instance" msgstr "Detaching volume from unknown instance %s" -#: nova/compute/manager.py:3028 +#: nova/compute/manager.py:3030 #, fuzzy, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "Detach_volume: %(instance_name)s, %(mountpoint)s" -#: nova/compute/manager.py:3051 +#: nova/compute/manager.py:3053 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3087 +#: nova/compute/manager.py:3089 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3107 +#: nova/compute/manager.py:3109 #, fuzzy, python-format msgid "Port %(port_id)s is not attached" msgstr "instance %s: snapshotting" -#: nova/compute/manager.py:3121 +#: nova/compute/manager.py:3123 #, fuzzy, python-format msgid "Host %(host)s not found" msgstr "Instance %(instance_id)s is not running." -#: nova/compute/manager.py:3265 +#: nova/compute/manager.py:3276 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3293 +#: nova/compute/manager.py:3304 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3348 +#: nova/compute/manager.py:3359 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3350 +#: nova/compute/manager.py:3361 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:3364 +#: nova/compute/manager.py:3376 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3393 +#: nova/compute/manager.py:3408 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3512 +#: nova/compute/manager.py:3537 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3557 +#: nova/compute/manager.py:3587 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3563 +#: nova/compute/manager.py:3593 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3602 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3579 +#: nova/compute/manager.py:3609 #, fuzzy, python-format msgid "Instance %(instance_uuid)s not found" msgstr "Instance %(instance_id)s is not running." -#: nova/compute/manager.py:3583 +#: nova/compute/manager.py:3613 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3590 +#: nova/compute/manager.py:3620 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3599 +#: nova/compute/manager.py:3629 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3616 +#: nova/compute/manager.py:3646 #, 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:3635 +#: nova/compute/manager.py:3665 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3659 +#: nova/compute/manager.py:3689 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3776 +#: nova/compute/manager.py:3806 #, fuzzy msgid "Updating volume usage cache" msgstr "Re-exporting %s volumes" -#: nova/compute/manager.py:3793 +#: nova/compute/manager.py:3823 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3820 +#: nova/compute/manager.py:3850 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3825 nova/compute/manager.py:3875 +#: nova/compute/manager.py:3855 nova/compute/manager.py:3905 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3862 +#: nova/compute/manager.py:3892 #, 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:3900 +#: nova/compute/manager.py:3930 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3912 nova/compute/manager.py:3921 -#: nova/compute/manager.py:3951 +#: nova/compute/manager.py:3942 nova/compute/manager.py:3951 +#: nova/compute/manager.py:3981 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3916 +#: nova/compute/manager.py:3946 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3932 +#: nova/compute/manager.py:3962 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3938 +#: nova/compute/manager.py:3968 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3944 +#: nova/compute/manager.py:3974 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3960 +#: nova/compute/manager.py:3990 #, fuzzy msgid "Instance is not (soft-)deleted." msgstr "instance %s: snapshotting" -#: nova/compute/manager.py:3968 +#: nova/compute/manager.py:3998 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3988 +#: nova/compute/manager.py:4010 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:4015 +#: nova/compute/manager.py:4037 #, fuzzy, python-format msgid "Deleting orphan compute node %s" msgstr "Re-exporting %s volumes" -#: nova/compute/manager.py:4025 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4047 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4088 #, python-format msgid "" "Detected instance with name label '%(name)s' which is marked as DELETED " "but still present on host." msgstr "" -#: nova/compute/manager.py:4073 +#: nova/compute/manager.py:4095 #, python-format msgid "" "Destroying instance with name label '%(name)s' which is marked as DELETED" " but still present on host." msgstr "" -#: nova/compute/manager.py:4080 +#: nova/compute/manager.py:4102 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4110 +#: nova/compute/manager.py:4129 #, fuzzy, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "Invalid instance type %(instance_type)s." @@ -4895,7 +4833,7 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:380 +#: nova/conductor/api.py:373 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" @@ -4906,7 +4844,7 @@ msgstr "" msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:262 +#: nova/conductor/manager.py:263 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -4985,54 +4923,50 @@ msgstr "" msgid "Failed to notify cells of instance destroy" msgstr "" -#: nova/db/api.py:673 nova/db/api.py:694 +#: nova/db/api.py:674 nova/db/api.py:695 msgid "Failed to notify cells of instance update" msgstr "" -#: nova/db/api.py:734 -msgid "Failed to notify cells of instance info cache update" -msgstr "" - -#: nova/db/api.py:1456 +#: nova/db/api.py:1453 msgid "Failed to notify cells of bw_usage update" msgstr "" -#: nova/db/api.py:1591 +#: nova/db/api.py:1588 msgid "Failed to notify cells of instance fault" msgstr "" -#: nova/db/sqlalchemy/api.py:157 +#: nova/db/sqlalchemy/api.py:160 #, python-format msgid "Deadlock detected when running '%(func_name)s': Retrying..." msgstr "" -#: nova/db/sqlalchemy/api.py:192 +#: nova/db/sqlalchemy/api.py:195 msgid "model or base_model parameter should be subclass of NovaBase" msgstr "" -#: nova/db/sqlalchemy/api.py:205 nova/virt/baremetal/db/sqlalchemy/api.py:61 +#: nova/db/sqlalchemy/api.py:208 nova/virt/baremetal/db/sqlalchemy/api.py:61 #, python-format msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1408 +#: nova/db/sqlalchemy/api.py:1411 #, python-format msgid "" "Unknown osapi_compute_unique_server_name_scope value: %s Flag must be " "empty, \"global\" or \"project\"" msgstr "" -#: nova/db/sqlalchemy/api.py:1546 +#: nova/db/sqlalchemy/api.py:1549 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2853 +#: nova/db/sqlalchemy/api.py:2908 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4361 +#: nova/db/sqlalchemy/api.py:4416 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5178,15 +5112,19 @@ msgstr "" msgid "Bad project_id for to_global_ipv6: %s" msgstr "" -#: nova/network/api.py:55 +#: nova/network/api.py:56 msgid "instance is a required argument to use @refresh_cache" msgstr "" -#: nova/network/api.py:80 +#: nova/network/api.py:90 +msgid "Failed to notify cells of instance info cache update" +msgstr "" + +#: nova/network/api.py:93 msgid "Failed storing info cache" msgstr "" -#: nova/network/api.py:235 +#: nova/network/api.py:248 #, python-format msgid "re-assign floating IP %(address)s from instance %(instance_id)s" msgstr "" @@ -5746,17 +5684,17 @@ msgstr "" msgid "Deprecated: %s" msgstr "Nested return %s" -#: nova/openstack/common/log.py:347 +#: nova/openstack/common/log.py:336 #, python-format msgid "Error loading logging config %(log_config)s: %(err_msg)s" msgstr "" -#: nova/openstack/common/log.py:397 +#: nova/openstack/common/log.py:386 #, python-format msgid "syslog facility must be one of: %s" msgstr "" -#: nova/openstack/common/log.py:563 +#: nova/openstack/common/log.py:555 #, python-format msgid "Fatal call to deprecated config: %(msg)s" msgstr "" @@ -5853,6 +5791,63 @@ msgstr "" msgid "process_input not supported over SSH" msgstr "" +#: nova/openstack/common/service.py:113 nova/openstack/common/service.py:276 +#, fuzzy +msgid "Full set of CONF:" +msgstr "Full set of FLAGS:" + +#: nova/openstack/common/service.py:122 nova/openstack/common/service.py:219 +#, python-format +msgid "Caught %s, exiting" +msgstr "" + +#: nova/openstack/common/service.py:165 +msgid "Parent process has died unexpectedly, exiting" +msgstr "" + +#: nova/openstack/common/service.py:201 +msgid "Forking too fast, sleeping" +msgstr "" + +#: nova/openstack/common/service.py:224 +msgid "Unhandled exception" +msgstr "" + +#: nova/openstack/common/service.py:231 +#, python-format +msgid "Started child %d" +msgstr "" + +#: nova/openstack/common/service.py:241 +#, python-format +msgid "Starting %d workers" +msgstr "" + +#: nova/openstack/common/service.py:258 +#, python-format +msgid "Child %(pid)d killed by signal %(sig)d" +msgstr "" + +#: nova/openstack/common/service.py:262 +#, python-format +msgid "Child %(pid)s exited with status %(code)d" +msgstr "" + +#: nova/openstack/common/service.py:266 +#, python-format +msgid "pid %d not in child list" +msgstr "" + +#: nova/openstack/common/service.py:294 +#, python-format +msgid "Caught %s, stopping children" +msgstr "" + +#: nova/openstack/common/service.py:305 +#, python-format +msgid "Waiting on %d children to exit" +msgstr "" + #: nova/openstack/common/strutils.py:72 #, python-format msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" @@ -6042,12 +6037,17 @@ msgid "" "endpoint." msgstr "" -#: nova/openstack/common/rpc/common.py:281 +#: nova/openstack/common/rpc/common.py:162 +#, python-format +msgid "Specified RPC version cap, %(version_cap)s, is too low" +msgstr "" + +#: nova/openstack/common/rpc/common.py:285 #, python-format msgid "Failed to sanitize %(item)s. Key error %(err)s" msgstr "" -#: nova/openstack/common/rpc/common.py:303 +#: nova/openstack/common/rpc/common.py:307 #, python-format msgid "Returning exception %s to caller" msgstr "" @@ -6385,38 +6385,38 @@ msgstr "" msgid "Request Spec: %s" msgstr "" -#: nova/scheduler/filter_scheduler.py:92 +#: nova/scheduler/filter_scheduler.py:97 #, fuzzy, python-format msgid "Choosing host %(weighed_host)s for instance %(instance_uuid)s" msgstr "Instance %(instance_id)s is not running." -#: nova/scheduler/filter_scheduler.py:234 +#: nova/scheduler/filter_scheduler.py:239 msgid "Invalid value for 'scheduler_max_attempts', must be >= 1" msgstr "" -#: nova/scheduler/filter_scheduler.py:251 +#: nova/scheduler/filter_scheduler.py:256 #, python-format msgid "Error from last host: %(last_host)s (node %(last_node)s): %(exc)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:283 +#: nova/scheduler/filter_scheduler.py:288 #, python-format msgid "" "Exceeded max scheduling attempts %(max_attempts)d for instance " "%(instance_uuid)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:351 +#: nova/scheduler/filter_scheduler.py:356 #, python-format msgid "Filtered %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:356 +#: nova/scheduler/filter_scheduler.py:361 #, python-format msgid "Weighed %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:398 +#: nova/scheduler/filter_scheduler.py:403 #, python-format msgid "Unable to migrate %(instance_uuid)s to %(dest)s: Lack of memory" msgstr "" @@ -6611,46 +6611,46 @@ msgstr "" msgid "Returns one member of the [%s] group" msgstr "" -#: nova/servicegroup/drivers/db.py:42 +#: nova/servicegroup/drivers/db.py:41 #, python-format msgid "" "DB_Driver: join new ServiceGroup member %(member_id)s to the %(group_id)s" " group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/db.py:46 +#: nova/servicegroup/drivers/db.py:45 msgid "service is a mandatory argument for DB based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/db.py:76 +#: nova/servicegroup/drivers/db.py:72 #, python-format msgid "DB_Driver: get_all members of the %s group" msgstr "" -#: nova/servicegroup/drivers/db.py:99 nova/servicegroup/drivers/mc.py:103 +#: nova/servicegroup/drivers/db.py:95 nova/servicegroup/drivers/mc.py:99 msgid "Recovered model server connection!" msgstr "" -#: nova/servicegroup/drivers/db.py:105 nova/servicegroup/drivers/mc.py:109 +#: nova/servicegroup/drivers/db.py:101 nova/servicegroup/drivers/mc.py:105 msgid "model server went away" msgstr "" -#: nova/servicegroup/drivers/mc.py:44 +#: nova/servicegroup/drivers/mc.py:43 msgid "memcached_servers not defined" msgstr "" -#: nova/servicegroup/drivers/mc.py:52 +#: nova/servicegroup/drivers/mc.py:51 #, python-format msgid "" "Memcached_Driver: join new ServiceGroup member %(member_id)s to the " "%(group_id)s group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/mc.py:57 +#: nova/servicegroup/drivers/mc.py:56 msgid "service is a mandatory argument for Memcached based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/mc.py:78 +#: nova/servicegroup/drivers/mc.py:74 #, python-format msgid "Memcached_Driver: get_all members of the %s group" msgstr "" @@ -6739,22 +6739,6 @@ msgstr "" msgid "already detached" msgstr "" -#: nova/tests/fakelibvirt.py:892 -msgid "Please extend mock libvirt module to support flags" -msgstr "" - -#: nova/tests/fakelibvirt.py:896 -msgid "Expected a list for 'auth' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:900 -msgid "Expected a function in 'auth[0]' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:904 -msgid "Expected a function in 'auth[1]' parameter" -msgstr "" - #: nova/tests/test_hypervapi.py:433 msgid "fake vswitch not found" msgstr "" @@ -6788,17 +6772,17 @@ msgstr "" msgid "unexpected role header" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3340 +#: nova/tests/api/openstack/compute/test_servers.py:3365 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3345 +#: nova/tests/api/openstack/compute/test_servers.py:3370 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3350 +#: nova/tests/api/openstack/compute/test_servers.py:3375 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" @@ -6807,7 +6791,7 @@ msgstr "" #: nova/tests/compute/test_compute.py:1168 #: nova/tests/compute/test_compute.py:1195 #: nova/tests/compute/test_compute.py:1241 -#: nova/tests/compute/test_compute.py:3762 +#: nova/tests/compute/test_compute.py:3804 #, python-format msgid "Running instances: %s" msgstr "" @@ -6824,16 +6808,16 @@ msgstr "" msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:3815 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4275 +#: nova/tests/compute/test_compute.py:4315 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8748 +#: nova/tests/compute/test_compute.py:8904 msgid "spawn error" msgstr "" @@ -6929,6 +6913,22 @@ msgstr "" msgid "Decoding JSON: %s" msgstr "" +#: nova/tests/virt/libvirt/fakelibvirt.py:892 +msgid "Please extend mock libvirt module to support flags" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:896 +msgid "Expected a list for 'auth' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:900 +msgid "Expected a function in 'auth[0]' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:904 +msgid "Expected a function in 'auth[1]' parameter" +msgstr "" + #: nova/virt/configdrive.py:97 #, python-format msgid "Added %(filepath)s to config drive" @@ -11049,67 +11049,12 @@ msgstr "" msgid "status must be 'available'" msgstr "" -#~ msgid "EC2APIError raised: %s" +#~ msgid "%(flag)s : FLAG SET " #~ msgstr "" -#~ msgid "Instance is in an invalid state for '%(action)s'" +#~ msgid "Child %(pid)d exited with status %(code)d" #~ msgstr "" -#~ msgid "Failed to load extension %(ext_name)s: %(exc)s" -#~ msgstr "" - -#~ msgid "Removing options '%(unk_opt_str)s' from query" -#~ msgstr "" - -#~ msgid "Live migration of instance %(id)s to another host failed" -#~ msgstr "" - -#~ msgid "Cannot show aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Cannot update aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Cannot delete aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Total %(type_)s: %(total)d %(unit)s, used: %(used)d %(unit)s" -#~ msgstr "" - -#~ msgid "%(type_)s limit not specified, defaulting to unlimited" -#~ msgstr "" - -#~ msgid "%(type_)s limit: %(limit)d %(unit)s, free: %(free)d %(unit)s" -#~ msgstr "" - -#~ msgid "" -#~ "Unable to claim resources. Free " -#~ "%(type_)s %(free)d %(unit)s < requested " -#~ "%(requested)d %(unit)s" -#~ msgstr "" - -#~ msgid "'%s' argument must be a positive integer" -#~ msgstr "" - -#~ msgid "Attempting to build %(num_instances)d instance(s)" -#~ msgstr "" - -#~ msgid "Choosing host %(chosen_host)s" -#~ msgstr "" - -#~ msgid "Unable to load the virtualization driver: %s" -#~ msgstr "" - -#~ msgid "" -#~ "Inject data image=%(image)s key=%(key)s " -#~ "net=%(net)s metadata=%(metadata)s admin_password=ha-" -#~ "ha-not-telling-you files=%(files)s " -#~ "partition=%(partition)s use_cow=%(use_cow)s" -#~ msgstr "" - -#~ msgid "Inject admin password fs=%(fs)s admin_passwd=ha-ha-not-telling-you" -#~ msgstr "" - -#~ msgid "Resizing down VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" -#~ msgstr "" +#~ msgid "Got update for instance %(instance_uuid)s: %(instance)s" +#~ msgstr "Instance %(instance_id)s is not running." diff --git a/nova/locale/en_US/LC_MESSAGES/nova.po b/nova/locale/en_US/LC_MESSAGES/nova.po index 15ae9e961..e744d7b12 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: 2013-05-18 19:37+0000\n" +"POT-Creation-Date: 2013-05-22 19:37+0000\n" "PO-Revision-Date: 2013-01-21 18:28+0000\n" "Last-Translator: Jeremy Stanley <fungi@yuggoth.org>\n" "Language-Team: en_US <LL@li.org>\n" @@ -171,7 +171,7 @@ msgid "" msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 -#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2778 +#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2767 msgid "Keypair data is invalid" msgstr "Keypair data is invalid" @@ -187,7 +187,7 @@ msgstr "Invalid input received" msgid "Invalid volume" msgstr "Invalid volume" -#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1334 +#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1332 #: nova/api/openstack/compute/contrib/admin_actions.py:242 msgid "Invalid metadata" msgstr "Invalid metadata" @@ -1359,7 +1359,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:166 +#: nova/manager.py:170 msgid "Notifying Schedulers of capabilities ..." msgstr "Notifying Schedulers of capabilities ..." @@ -1380,118 +1380,56 @@ msgstr "JSON file representing policy" msgid "Rule checked when requested rule is not found" msgstr "Rule checked when requested rule is not found" -#: nova/quota.py:966 +#: nova/quota.py:972 #, python-format msgid "Created reservations %(reservations)s" msgstr "Created reservations %(reservations)s" -#: nova/quota.py:988 +#: nova/quota.py:994 #, python-format msgid "Failed to commit reservations %(reservations)s" msgstr "Failed to commit reservations %(reservations)s" -#: nova/quota.py:990 +#: nova/quota.py:996 #, fuzzy, python-format msgid "Committed reservations %(reservations)s" msgstr "Created reservations %(reservations)s" -#: nova/quota.py:1010 +#: nova/quota.py:1016 #, python-format msgid "Failed to roll back reservations %(reservations)s" msgstr "Failed to roll back reservations %(reservations)s" -#: nova/quota.py:1012 +#: nova/quota.py:1018 #, fuzzy, python-format msgid "Rolled back reservations %(reservations)s" msgstr "Failed to roll back reservations %(reservations)s" -#: nova/service.py:197 -#, fuzzy -msgid "Full set of CONF:" -msgstr "Full set of FLAGS:" - -#: nova/service.py:204 -#, python-format -msgid "%(flag)s : FLAG SET " -msgstr "%(flag)s : FLAG SET " - -#: nova/service.py:214 nova/service.py:312 -#, python-format -msgid "Caught %s, exiting" -msgstr "Caught %s, exiting" - -#: nova/service.py:258 -msgid "Parent process has died unexpectedly, exiting" -msgstr "Parent process has died unexpectedly, exiting" - -#: nova/service.py:294 -msgid "Forking too fast, sleeping" -msgstr "Forking too fast, sleeping" - -#: nova/service.py:317 -msgid "Unhandled exception" -msgstr "Unhandled exception" - -#: nova/service.py:324 -#, python-format -msgid "Started child %d" -msgstr "Started child %d" - -#: nova/service.py:334 -#, python-format -msgid "Starting %d workers" -msgstr "Starting %d workers" - -#: nova/service.py:348 -#, python-format -msgid "Child %(pid)d killed by signal %(sig)d" -msgstr "Child %(pid)d killed by signal %(sig)d" - -#: nova/service.py:351 -#, python-format -msgid "Child %(pid)d exited with status %(code)d" -msgstr "Child %(pid)d exited with status %(code)d" - -#: nova/service.py:354 -#, python-format -msgid "pid %d not in child list" -msgstr "pid %d not in child list" - -#: nova/service.py:374 -#, python-format -msgid "Caught %s, stopping children" -msgstr "Caught %s, stopping children" - -#: nova/service.py:385 -#, python-format -msgid "Waiting on %d children to exit" -msgstr "Waiting on %d children to exit" - -#: nova/service.py:427 +#: nova/service.py:153 #, fuzzy, python-format msgid "Starting %(topic)s node (version %(version)s)" msgstr "Starting %(topic)s node (version %(vcs_string)s)" -#: nova/service.py:444 nova/openstack/common/rpc/service.py:47 +#: nova/service.py:170 nova/openstack/common/rpc/service.py:47 #, python-format msgid "Creating Consumer connection for Service %s" msgstr "Creating Consumer connection for Service %s" -#: nova/service.py:464 +#: nova/service.py:190 #, python-format msgid "Join ServiceGroup membership for this service %s" msgstr "" -#: nova/service.py:546 +#: nova/service.py:270 msgid "Service killed that has no database entry" msgstr "Service killed that has no database entry" -#: nova/service.py:581 +#: nova/service.py:292 #, python-format msgid "Temporary directory is invalid: %s" msgstr "" -#: nova/service.py:679 +#: nova/service.py:394 msgid "serve() can only be called once" msgstr "serve() can only be called once" @@ -1768,7 +1706,7 @@ msgstr "Environment: %s" msgid "An unknown error has occurred. Please try your request again." msgstr "An unknown error has occurred. Please try your request again." -#: nova/api/ec2/apirequest.py:60 +#: nova/api/ec2/apirequest.py:61 #, python-format msgid "Unsupported API request: controller = %(controller)s, action = %(action)s" msgstr "Unsupported API request: controller = %(controller)s, action = %(action)s" @@ -2589,7 +2527,7 @@ msgid "No adminPass was specified" msgstr "No adminPass was specified" #: nova/api/openstack/compute/servers.py:1173 -#: nova/api/openstack/compute/servers.py:1384 +#: nova/api/openstack/compute/servers.py:1382 msgid "Invalid adminPass" msgstr "Invalid adminPass" @@ -2621,15 +2559,15 @@ msgstr "Invalid request body" msgid "Could not parse imageRef from request." msgstr "Could not parse imageRef from request." -#: nova/api/openstack/compute/servers.py:1292 +#: nova/api/openstack/compute/servers.py:1289 msgid "Cannot find image for rebuild" msgstr "Cannot find image for rebuild" -#: nova/api/openstack/compute/servers.py:1325 +#: nova/api/openstack/compute/servers.py:1323 msgid "createImage entity requires name attribute" msgstr "createImage entity requires name attribute" -#: nova/api/openstack/compute/servers.py:1410 +#: nova/api/openstack/compute/servers.py:1408 #, fuzzy, python-format msgid "Removing options '%s' from query" msgstr "Removing options '%(unk_opt_str)s' from query" @@ -3368,89 +3306,89 @@ msgstr "Instance has had its instance_type removed from the DB" msgid "Error processing message locally: %(exc)s" msgstr "Error processing message. Skipping it." -#: nova/cells/messaging.py:358 nova/cells/messaging.py:364 +#: nova/cells/messaging.py:360 nova/cells/messaging.py:368 #, python-format msgid "destination is %(target_cell)s but routing_path is %(routing_path)s" msgstr "" -#: nova/cells/messaging.py:374 +#: nova/cells/messaging.py:380 #, python-format msgid "Unknown %(cell_type)s when routing to %(target_cell)s" msgstr "" -#: nova/cells/messaging.py:398 +#: nova/cells/messaging.py:404 #, fuzzy, python-format msgid "Error locating next hop for message: %(exc)s" msgstr "no method for message: %s" -#: nova/cells/messaging.py:425 +#: nova/cells/messaging.py:431 #, fuzzy, python-format msgid "Failed to send message to cell: %(next_hop)s: %(exc)s" msgstr "Failed to load extension %(ext_factory)s: %(exc)s" -#: nova/cells/messaging.py:504 +#: nova/cells/messaging.py:510 #, fuzzy, python-format msgid "Error locating next hops for message: %(exc)s" msgstr "no method for message: %s" -#: nova/cells/messaging.py:524 +#: nova/cells/messaging.py:530 #, fuzzy, python-format msgid "Error sending message to next hops: %(exc)s" msgstr "Sending message(s) to: %s" -#: nova/cells/messaging.py:542 +#: nova/cells/messaging.py:548 #, python-format msgid "Error waiting for responses from neighbor cells: %(exc)s" msgstr "" -#: nova/cells/messaging.py:653 +#: nova/cells/messaging.py:659 #, fuzzy, python-format msgid "Unknown method '%(method)s' in compute API" msgstr "Casted '%(method)s' to compute '%(host)s'" -#: nova/cells/messaging.py:676 +#: nova/cells/messaging.py:682 #, python-format msgid "Received capabilities from child cell %(cell_name)s: %(capabilities)s" msgstr "" -#: nova/cells/messaging.py:685 +#: nova/cells/messaging.py:692 #, python-format msgid "Received capacities from child cell %(cell_name)s: %(capacities)s" msgstr "" -#: nova/cells/messaging.py:811 +#: nova/cells/messaging.py:819 #, fuzzy, python-format -msgid "Got update for instance %(instance_uuid)s: %(instance)s" -msgstr "Migration not found for instance %(instance_id)s with status %(status)s." +msgid "Got update for instance: %(instance)s" +msgstr "Starting migration network for instance %(instance_uuid)s" -#: nova/cells/messaging.py:854 +#: nova/cells/messaging.py:862 #, fuzzy, python-format -msgid "Got update to delete instance %(instance_uuid)s" +msgid "Got update to delete instance" msgstr "Starting migration network for instance %(instance_uuid)s" -#: nova/cells/messaging.py:869 +#: nova/cells/messaging.py:877 #, python-format msgid "Got broadcast to %(delete_type)s delete instance" msgstr "" -#: nova/cells/messaging.py:883 +#: nova/cells/messaging.py:891 #, python-format msgid "Got message to create instance fault: %(instance_fault)s" msgstr "" -#: nova/cells/messaging.py:904 +#: nova/cells/messaging.py:912 #, python-format msgid "" "Forcing a sync of instances, project_id=%(projid_str)s, " "updated_since=%(since_str)s" msgstr "" -#: nova/cells/messaging.py:1088 +#: nova/cells/messaging.py:1097 #, python-format msgid "Updating parents with our capabilities: %(capabs)s" msgstr "" -#: nova/cells/messaging.py:1108 +#: nova/cells/messaging.py:1117 #, python-format msgid "Updating parents with our capacities: %(capacities)s" msgstr "" @@ -3467,7 +3405,7 @@ msgid "" "second(s)" msgstr "" -#: nova/cells/scheduler.py:139 +#: nova/cells/scheduler.py:140 #, fuzzy, python-format msgid "Error scheduling instances %(instance_uuids)s" msgstr "Destroying VDIs for Instance %(instance_uuid)s" @@ -3481,7 +3419,7 @@ msgstr "" msgid "Unknown cell '%(cell_name)s' when trying to update capabilities" msgstr "" -#: nova/cells/state.py:330 +#: nova/cells/state.py:331 #, python-format msgid "Unknown cell '%(cell_name)s' when trying to update capacities" msgstr "" @@ -3995,11 +3933,11 @@ msgstr "Searching by: %s" msgid "snapshot for %s" msgstr "snapshot for %s" -#: nova/compute/api.py:1997 +#: nova/compute/api.py:1988 msgid "flavor_id is None. Assuming migration." msgstr "flavor_id is None. Assuming migration." -#: nova/compute/api.py:2006 +#: nova/compute/api.py:1997 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " @@ -4008,62 +3946,62 @@ msgstr "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" -#: nova/compute/api.py:2048 +#: nova/compute/api.py:2043 #, fuzzy, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "%(overs)s quota exceeded for %(pid)s, tried to resize instance. %(msg)s" -#: nova/compute/api.py:2188 +#: nova/compute/api.py:2179 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2295 +#: nova/compute/api.py:2284 msgid "Locking" msgstr "Locking" -#: nova/compute/api.py:2303 +#: nova/compute/api.py:2292 msgid "Unlocking" msgstr "Unlocking" -#: nova/compute/api.py:2375 +#: nova/compute/api.py:2364 msgid "Volume must be attached in order to detach." msgstr "Volume must be attached in order to detach." -#: nova/compute/api.py:2488 +#: nova/compute/api.py:2477 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "Going to try to live migrate instance to %s" -#: nova/compute/api.py:2507 +#: nova/compute/api.py:2496 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2511 +#: nova/compute/api.py:2500 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2758 +#: nova/compute/api.py:2747 msgid "Keypair name contains unsafe characters" msgstr "Keypair name contains unsafe characters" -#: nova/compute/api.py:2762 +#: nova/compute/api.py:2751 msgid "Keypair name must be between 1 and 255 characters long" msgstr "Keypair name must be between 1 and 255 characters long" -#: nova/compute/api.py:2858 +#: nova/compute/api.py:2847 #, 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:2861 +#: nova/compute/api.py:2850 #, python-format msgid "Security group %s cannot be empty." msgstr "Security group %s cannot be empty." -#: nova/compute/api.py:2869 +#: nova/compute/api.py:2858 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " @@ -4072,63 +4010,63 @@ msgstr "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." -#: nova/compute/api.py:2875 +#: nova/compute/api.py:2864 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "Security group %s should not be greater than 255 characters." -#: nova/compute/api.py:2893 +#: nova/compute/api.py:2882 msgid "Quota exceeded, too many security groups." msgstr "Quota exceeded, too many security groups." -#: nova/compute/api.py:2896 +#: nova/compute/api.py:2885 #, python-format msgid "Create Security Group %s" msgstr "Create Security Group %s" -#: nova/compute/api.py:2903 +#: nova/compute/api.py:2892 #, python-format msgid "Security group %s already exists" msgstr "Security group %s already exists" -#: nova/compute/api.py:2967 +#: nova/compute/api.py:2956 #, fuzzy, python-format msgid "Unable to delete system group '%s'" msgstr "Unable to destroy vbd %s" -#: nova/compute/api.py:2972 +#: nova/compute/api.py:2961 msgid "Security group is still in use" msgstr "Security group is still in use" -#: nova/compute/api.py:2980 +#: nova/compute/api.py:2969 msgid "Failed to update usages deallocating security group" msgstr "Failed to update usages deallocating security group" -#: nova/compute/api.py:2983 +#: nova/compute/api.py:2972 #, python-format msgid "Delete security group %s" msgstr "Delete security group %s" -#: nova/compute/api.py:3060 nova/compute/api.py:3134 +#: nova/compute/api.py:3049 nova/compute/api.py:3123 #, python-format msgid "Rule (%s) not found" msgstr "Rule (%s) not found" -#: nova/compute/api.py:3076 +#: nova/compute/api.py:3065 msgid "Quota exceeded, too many security group rules." msgstr "Quota exceeded, too many security group rules." -#: nova/compute/api.py:3079 +#: nova/compute/api.py:3068 #, python-format msgid "Authorize security group ingress %s" msgstr "Authorize security group ingress %s" -#: nova/compute/api.py:3088 +#: nova/compute/api.py:3077 #, python-format msgid "Revoke security group ingress %s" msgstr "Revoke security group ingress %s" -#: nova/compute/api.py:3141 +#: nova/compute/api.py:3130 msgid "Security group id should be integer" msgstr "Security group id should be integer" @@ -4237,152 +4175,152 @@ msgstr "" msgid "Instance has been destroyed from under us while trying to set it to ERROR" msgstr "Instance has been destroyed from under us while trying to set it to ERROR" -#: nova/compute/manager.py:407 +#: nova/compute/manager.py:409 #, python-format msgid "Instance %(uuid)s found in the hypervisor, but not in the database" msgstr "" -#: nova/compute/manager.py:423 +#: nova/compute/manager.py:425 #, python-format msgid "" "Instance %(driver_instance)s found in the hypervisor, but not in the " "database" msgstr "" -#: nova/compute/manager.py:444 +#: nova/compute/manager.py:446 #, fuzzy, python-format msgid "" "Deleting instance as its host (%(instance_host)s) is not equal to our " "host (%(our_host)s)." msgstr "Unable to migrate instance (%(instance_id)s) to current host (%(host)s)." -#: nova/compute/manager.py:459 +#: nova/compute/manager.py:461 msgid "Instance has been marked deleted already, removing it from the hypervisor." msgstr "" -#: nova/compute/manager.py:480 +#: nova/compute/manager.py:482 msgid "" "Hypervisor driver does not support instance shared storage check, " "assuming it's not on shared storage" msgstr "" -#: nova/compute/manager.py:486 +#: nova/compute/manager.py:488 #, fuzzy msgid "Failed to check if instance shared" msgstr "Failed to terminate instance" -#: nova/compute/manager.py:529 +#: nova/compute/manager.py:531 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:532 +#: nova/compute/manager.py:534 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:543 +#: nova/compute/manager.py:545 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "Current state is %(drv_state)s, state in DB is %(db_state)s." -#: nova/compute/manager.py:548 +#: nova/compute/manager.py:550 msgid "Rebooting instance after nova-compute restart." msgstr "Rebooting instance after nova-compute restart." -#: nova/compute/manager.py:562 +#: nova/compute/manager.py:564 msgid "Hypervisor driver does not support resume guests" msgstr "Hypervisor driver does not support resume guests" -#: nova/compute/manager.py:567 +#: nova/compute/manager.py:569 #, fuzzy msgid "Failed to resume instance" msgstr "Failed to suspend instance" -#: nova/compute/manager.py:577 +#: nova/compute/manager.py:579 msgid "Hypervisor driver does not support firewall rules" msgstr "Hypervisor driver does not support firewall rules" -#: nova/compute/manager.py:581 +#: nova/compute/manager.py:583 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:597 +#: nova/compute/manager.py:599 #, fuzzy, python-format msgid "Unexpected power state %d" msgstr "Unexpected status code" -#: nova/compute/manager.py:609 +#: nova/compute/manager.py:611 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:647 +#: nova/compute/manager.py:649 msgid "Checking state" msgstr "Checking state" -#: nova/compute/manager.py:745 +#: nova/compute/manager.py:747 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:762 +#: nova/compute/manager.py:764 #, python-format msgid "Setting up bdm %s" msgstr "Setting up bdm %s" -#: nova/compute/manager.py:862 +#: nova/compute/manager.py:864 msgid "Success" msgstr "" -#: nova/compute/manager.py:885 +#: nova/compute/manager.py:887 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:906 nova/compute/manager.py:2377 +#: nova/compute/manager.py:908 nova/compute/manager.py:2379 #, fuzzy, python-format msgid "No node specified, defaulting to %(node)s" msgstr "Memory limit not specified, defaulting to unlimited" -#: nova/compute/manager.py:948 +#: nova/compute/manager.py:950 msgid "Failed to dealloc network for deleted instance" msgstr "Failed to dealloc network for deleted instance" -#: nova/compute/manager.py:954 +#: nova/compute/manager.py:956 #, fuzzy msgid "Instance was deleted during spawn." msgstr "Instance failed to spawn" -#: nova/compute/manager.py:982 +#: nova/compute/manager.py:984 #, fuzzy, python-format msgid "Error: %s" msgstr "DB error: %s" -#: nova/compute/manager.py:999 +#: nova/compute/manager.py:1001 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1024 nova/compute/manager.py:2431 +#: nova/compute/manager.py:1026 nova/compute/manager.py:2433 msgid "Error trying to reschedule" msgstr "Error trying to reschedule" -#: nova/compute/manager.py:1037 +#: nova/compute/manager.py:1039 msgid "Retry info not present, will not reschedule" msgstr "Retry info not present, will not reschedule" -#: nova/compute/manager.py:1042 +#: nova/compute/manager.py:1044 msgid "No request spec, will not reschedule" msgstr "No request spec, will not reschedule" -#: nova/compute/manager.py:1048 +#: nova/compute/manager.py:1050 #, fuzzy, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "Re-scheduling instance: attempt %d" -#: nova/compute/manager.py:1077 +#: nova/compute/manager.py:1079 msgid "Instance build timed out. Set to error state." msgstr "Instance build timed out. Set to error state." -#: nova/compute/manager.py:1125 +#: nova/compute/manager.py:1127 #, python-format msgid "" "image_id=%(image_id)s, image_size_bytes=%(size_bytes)d, " @@ -4391,7 +4329,7 @@ msgstr "" "image_id=%(image_id)s, image_size_bytes=%(size_bytes)d, " "allowed_size_bytes=%(allowed_size_bytes)d" -#: nova/compute/manager.py:1131 +#: nova/compute/manager.py:1133 #, python-format msgid "" "Image '%(image_id)s' size %(size_bytes)d exceeded instance_type allowed " @@ -4400,99 +4338,99 @@ msgstr "" "Image '%(image_id)s' size %(size_bytes)d exceeded instance_type allowed " "size %(allowed_size_bytes)d" -#: nova/compute/manager.py:1141 +#: nova/compute/manager.py:1143 msgid "Starting instance..." msgstr "Starting instance..." -#: nova/compute/manager.py:1167 +#: nova/compute/manager.py:1169 msgid "Instance failed network setup" msgstr "Instance failed network setup" -#: nova/compute/manager.py:1170 +#: nova/compute/manager.py:1172 #, python-format msgid "Instance network_info: |%s|" msgstr "Instance network_info: |%s|" -#: nova/compute/manager.py:1181 +#: nova/compute/manager.py:1183 msgid "Instance failed block device setup" msgstr "Instance failed block device setup" -#: nova/compute/manager.py:1200 +#: nova/compute/manager.py:1202 msgid "Instance failed to spawn" msgstr "Instance failed to spawn" -#: nova/compute/manager.py:1251 +#: nova/compute/manager.py:1253 msgid "Deallocating network for instance" msgstr "Deallocating network for instance" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1324 #, python-format msgid "%(action_str)s instance" msgstr "%(action_str)s instance" -#: nova/compute/manager.py:1338 +#: nova/compute/manager.py:1340 #, fuzzy msgid "Failed to deallocate network for instance." msgstr "Failed to dealloc network for deleted instance" -#: nova/compute/manager.py:1358 +#: nova/compute/manager.py:1360 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "Ignoring DiskNotFound: %s" -#: nova/compute/manager.py:1361 +#: nova/compute/manager.py:1363 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "Ignoring VolumeNotFound: %s" -#: nova/compute/manager.py:1368 +#: nova/compute/manager.py:1370 #, python-format msgid "terminating bdm %s" msgstr "terminating bdm %s" -#: nova/compute/manager.py:1415 +#: nova/compute/manager.py:1417 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "Ignoring volume cleanup failure due to %s" -#: nova/compute/manager.py:1468 nova/compute/manager.py:2606 -#: nova/compute/manager.py:4118 +#: nova/compute/manager.py:1470 nova/compute/manager.py:2608 +#: nova/compute/manager.py:4137 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "%s. Setting instance vm_state to ERROR" -#: nova/compute/manager.py:1620 +#: nova/compute/manager.py:1622 msgid "Rebuilding instance" msgstr "Rebuilding instance" -#: nova/compute/manager.py:1633 +#: nova/compute/manager.py:1635 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1637 +#: nova/compute/manager.py:1639 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1641 +#: nova/compute/manager.py:1643 #, fuzzy, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "%(path)s is not on shared storage: %(reason)s" -#: nova/compute/manager.py:1724 +#: nova/compute/manager.py:1726 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1756 +#: nova/compute/manager.py:1758 #, fuzzy, python-format msgid "Detaching from volume api: %s" msgstr "Attach boot from volume failed: %s" -#: nova/compute/manager.py:1774 +#: nova/compute/manager.py:1776 msgid "Rebooting instance" msgstr "Rebooting instance" -#: nova/compute/manager.py:1799 +#: nova/compute/manager.py:1801 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " @@ -4501,21 +4439,21 @@ msgstr "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1817 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "Cannot reboot instance: %(exc)s" -#: nova/compute/manager.py:1828 +#: nova/compute/manager.py:1830 #, fuzzy msgid "Instance disappeared during reboot" msgstr "instance %s: rebooted" -#: nova/compute/manager.py:1855 +#: nova/compute/manager.py:1857 msgid "instance snapshotting" msgstr "instance snapshotting" -#: nova/compute/manager.py:1861 +#: nova/compute/manager.py:1863 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " @@ -4524,45 +4462,45 @@ msgstr "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" -#: nova/compute/manager.py:1922 +#: nova/compute/manager.py:1924 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "Found %(num_images)d images (rotation: %(rotation)d)" -#: nova/compute/manager.py:1929 +#: nova/compute/manager.py:1931 #, python-format msgid "Rotating out %d backups" msgstr "Rotating out %d backups" -#: nova/compute/manager.py:1934 +#: nova/compute/manager.py:1936 #, python-format msgid "Deleting image %s" msgstr "Deleting image %s" -#: nova/compute/manager.py:1962 +#: nova/compute/manager.py:1964 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "Failed to set admin password. Instance %s is not running" -#: nova/compute/manager.py:1969 +#: nova/compute/manager.py:1971 msgid "Root password set" msgstr "Root password set" -#: nova/compute/manager.py:1976 +#: nova/compute/manager.py:1978 #, fuzzy msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "set_admin_password is not implemented by this driver." -#: nova/compute/manager.py:1991 +#: nova/compute/manager.py:1993 #, python-format msgid "set_admin_password failed: %s" msgstr "set_admin_password failed: %s" -#: nova/compute/manager.py:1998 +#: nova/compute/manager.py:2000 msgid "error setting admin password" msgstr "error setting admin password" -#: nova/compute/manager.py:2011 +#: nova/compute/manager.py:2013 #, python-format msgid "" "trying to inject a file into a non-running (state: " @@ -4571,111 +4509,111 @@ msgstr "" "trying to inject a file into a non-running (state: " "%(current_power_state)s expected: %(expected_state)s)" -#: nova/compute/manager.py:2015 +#: nova/compute/manager.py:2017 #, python-format msgid "injecting file to %(path)s" msgstr "injecting file to %(path)s" -#: nova/compute/manager.py:2035 +#: nova/compute/manager.py:2037 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2048 +#: nova/compute/manager.py:2050 msgid "Rescuing" msgstr "Rescuing" -#: nova/compute/manager.py:2067 +#: nova/compute/manager.py:2069 #, fuzzy msgid "Error trying to Rescue Instance" msgstr "Error trying to reschedule" -#: nova/compute/manager.py:2071 +#: nova/compute/manager.py:2073 #, fuzzy, python-format msgid "Driver Error: %s" msgstr "DB error: %s" -#: nova/compute/manager.py:2089 +#: nova/compute/manager.py:2091 msgid "Unrescuing" msgstr "Unrescuing" -#: nova/compute/manager.py:2110 +#: nova/compute/manager.py:2112 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "Changing instance metadata according to %(diff)r" -#: nova/compute/manager.py:2335 +#: nova/compute/manager.py:2337 #, fuzzy msgid "Instance has no source host" msgstr "Instance has no volume." -#: nova/compute/manager.py:2341 +#: nova/compute/manager.py:2343 msgid "destination same as source!" msgstr "destination same as source!" -#: nova/compute/manager.py:2358 +#: nova/compute/manager.py:2360 msgid "Migrating" msgstr "Migrating" -#: nova/compute/manager.py:2603 +#: nova/compute/manager.py:2605 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "Failed to rollback quota for failed finish_resize: %(qr_error)s" -#: nova/compute/manager.py:2666 +#: nova/compute/manager.py:2668 msgid "Pausing" msgstr "Pausing" -#: nova/compute/manager.py:2684 +#: nova/compute/manager.py:2686 msgid "Unpausing" msgstr "Unpausing" -#: nova/compute/manager.py:2722 +#: nova/compute/manager.py:2724 msgid "Retrieving diagnostics" msgstr "Retrieving diagnostics" -#: nova/compute/manager.py:2753 +#: nova/compute/manager.py:2755 msgid "Resuming" msgstr "Resuming" -#: nova/compute/manager.py:2773 +#: nova/compute/manager.py:2775 msgid "Reset network" msgstr "Reset network" -#: nova/compute/manager.py:2778 +#: nova/compute/manager.py:2780 msgid "Inject network info" msgstr "Inject network info" -#: nova/compute/manager.py:2781 +#: nova/compute/manager.py:2783 #, python-format msgid "network_info to inject: |%s|" msgstr "network_info to inject: |%s|" -#: nova/compute/manager.py:2798 +#: nova/compute/manager.py:2800 msgid "Get console output" msgstr "Get console output" -#: nova/compute/manager.py:2825 +#: nova/compute/manager.py:2827 msgid "Getting vnc console" msgstr "Getting vnc console" -#: nova/compute/manager.py:2860 +#: nova/compute/manager.py:2862 #, fuzzy msgid "Getting spice console" msgstr "Getting vnc console" -#: nova/compute/manager.py:2907 +#: nova/compute/manager.py:2909 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "Booting with volume %(volume_id)s at %(mountpoint)s" -#: nova/compute/manager.py:2957 +#: nova/compute/manager.py:2959 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "Attaching volume %(volume_id)s to %(mountpoint)s" -#: nova/compute/manager.py:2966 +#: nova/compute/manager.py:2968 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " @@ -4684,59 +4622,59 @@ msgstr "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" -#: nova/compute/manager.py:2981 +#: nova/compute/manager.py:2983 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "Failed to attach volume %(volume_id)s at %(mountpoint)s" -#: nova/compute/manager.py:3011 +#: nova/compute/manager.py:3013 #, 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:3021 +#: nova/compute/manager.py:3023 msgid "Detaching volume from unknown instance" msgstr "Detaching volume from unknown instance" -#: nova/compute/manager.py:3028 +#: nova/compute/manager.py:3030 #, fuzzy, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "Faild to detach volume %(volume_id)s from %(mp)s" -#: nova/compute/manager.py:3051 +#: nova/compute/manager.py:3053 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3087 +#: nova/compute/manager.py:3089 #, fuzzy, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "allocate_for_instance() for %s" -#: nova/compute/manager.py:3107 +#: nova/compute/manager.py:3109 #, fuzzy, python-format msgid "Port %(port_id)s is not attached" msgstr "Port %(port_id)s is still in use." -#: nova/compute/manager.py:3121 +#: nova/compute/manager.py:3123 #, fuzzy, python-format msgid "Host %(host)s not found" msgstr "Host %(host)s could not be found." -#: nova/compute/manager.py:3265 +#: nova/compute/manager.py:3276 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "Pre live migration failed at %(dest)s" -#: nova/compute/manager.py:3293 +#: nova/compute/manager.py:3304 msgid "_post_live_migration() is started.." msgstr "_post_live_migration() is started.." -#: nova/compute/manager.py:3348 +#: nova/compute/manager.py:3359 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "Migrating instance to %(dest)s finished successfully." -#: nova/compute/manager.py:3350 +#: nova/compute/manager.py:3361 msgid "" "You may see the error \"libvirt: QEMU error: Domain not found: no domain " "with matching name.\" This error can be safely ignored." @@ -4744,20 +4682,20 @@ 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:3364 +#: nova/compute/manager.py:3376 msgid "Post operation of migration started" msgstr "Post operation of migration started" -#: nova/compute/manager.py:3393 +#: nova/compute/manager.py:3408 #, fuzzy, python-format msgid "Failed to get compute_info for %s" msgstr "Failed to get info for disk %s" -#: nova/compute/manager.py:3512 +#: nova/compute/manager.py:3537 msgid "Updated the info_cache for instance" msgstr "Updated the info_cache for instance" -#: nova/compute/manager.py:3557 +#: nova/compute/manager.py:3587 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " @@ -4766,12 +4704,12 @@ msgstr "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" -#: nova/compute/manager.py:3563 +#: nova/compute/manager.py:3593 #, 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:3572 +#: nova/compute/manager.py:3602 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " @@ -4780,26 +4718,26 @@ msgstr "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" -#: nova/compute/manager.py:3579 +#: nova/compute/manager.py:3609 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "Instance %(instance_uuid)s not found" -#: nova/compute/manager.py:3583 +#: nova/compute/manager.py:3613 msgid "In ERROR state" msgstr "In ERROR state" -#: nova/compute/manager.py:3590 +#: nova/compute/manager.py:3620 #, 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:3599 +#: nova/compute/manager.py:3629 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "Error auto-confirming resize: %(e)s. Will retry later." -#: nova/compute/manager.py:3616 +#: nova/compute/manager.py:3646 #, python-format msgid "" "Running instance usage audit for host %(host)s from %(begin_time)s to " @@ -4808,25 +4746,25 @@ 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:3635 +#: nova/compute/manager.py:3665 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "Failed to generate usage audit for instance on host %s" -#: nova/compute/manager.py:3659 +#: nova/compute/manager.py:3689 msgid "Updating bandwidth usage cache" msgstr "Updating bandwidth usage cache" -#: nova/compute/manager.py:3776 +#: nova/compute/manager.py:3806 #, fuzzy msgid "Updating volume usage cache" msgstr "Updating bandwidth usage cache" -#: nova/compute/manager.py:3793 +#: nova/compute/manager.py:3823 msgid "Updating host status" msgstr "Updating host status" -#: nova/compute/manager.py:3820 +#: nova/compute/manager.py:3850 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " @@ -4835,11 +4773,11 @@ msgstr "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." -#: nova/compute/manager.py:3825 nova/compute/manager.py:3875 +#: nova/compute/manager.py:3855 nova/compute/manager.py:3905 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "During sync_power_state the instance has a pending task. Skip." -#: nova/compute/manager.py:3862 +#: nova/compute/manager.py:3892 #, python-format msgid "" "During the sync_power process the instance has moved from host %(src)s to" @@ -4848,57 +4786,57 @@ msgstr "" "During the sync_power process the instance has moved from host %(src)s to" " host %(dst)s" -#: nova/compute/manager.py:3900 +#: nova/compute/manager.py:3930 msgid "Instance shutdown by itself. Calling the stop API." msgstr "Instance shutdown by itself. Calling the stop API." -#: nova/compute/manager.py:3912 nova/compute/manager.py:3921 -#: nova/compute/manager.py:3951 +#: nova/compute/manager.py:3942 nova/compute/manager.py:3951 +#: nova/compute/manager.py:3981 msgid "error during stop() in sync_power_state." msgstr "error during stop() in sync_power_state." -#: nova/compute/manager.py:3916 +#: nova/compute/manager.py:3946 #, 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:3932 +#: nova/compute/manager.py:3962 #, fuzzy msgid "Instance is paused unexpectedly. Ignore." msgstr "Instance is paused or suspended unexpectedly. Calling the stop API." -#: nova/compute/manager.py:3938 +#: nova/compute/manager.py:3968 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3944 +#: nova/compute/manager.py:3974 msgid "Instance is not stopped. Calling the stop API." msgstr "Instance is not stopped. Calling the stop API." -#: nova/compute/manager.py:3960 +#: nova/compute/manager.py:3990 msgid "Instance is not (soft-)deleted." msgstr "Instance is not (soft-)deleted." -#: nova/compute/manager.py:3968 +#: nova/compute/manager.py:3998 #, fuzzy msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "FLAGS.reclaim_instance_interval <= 0, skipping..." -#: nova/compute/manager.py:3988 +#: nova/compute/manager.py:4010 msgid "Reclaiming deleted instance" msgstr "Reclaiming deleted instance" -#: nova/compute/manager.py:4015 +#: nova/compute/manager.py:4037 #, fuzzy, python-format msgid "Deleting orphan compute node %s" msgstr "Loading compute driver '%s'" -#: nova/compute/manager.py:4025 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4047 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "No service record for host %s" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4088 #, python-format msgid "" "Detected instance with name label '%(name)s' which is marked as DELETED " @@ -4907,7 +4845,7 @@ msgstr "" "Detected instance with name label '%(name)s' which is marked as DELETED " "but still present on host." -#: nova/compute/manager.py:4073 +#: nova/compute/manager.py:4095 #, python-format msgid "" "Destroying instance with name label '%(name)s' which is marked as DELETED" @@ -4916,12 +4854,12 @@ msgstr "" "Destroying instance with name label '%(name)s' which is marked as DELETED" " but still present on host." -#: nova/compute/manager.py:4080 +#: nova/compute/manager.py:4102 #, fuzzy, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "Unrecognized value '%(action)s' for FLAGS.running_deleted_instance_action" -#: nova/compute/manager.py:4110 +#: nova/compute/manager.py:4129 #, fuzzy, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "Setting instance to %(state)s state." @@ -5045,7 +4983,7 @@ msgstr "Unable to find host for Instance %s" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "Using %(prefix)s instead of %(req_prefix)s" -#: nova/conductor/api.py:380 +#: nova/conductor/api.py:373 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" @@ -5056,7 +4994,7 @@ msgstr "" msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:262 +#: nova/conductor/manager.py:263 #, fuzzy msgid "Invalid block_device_mapping_destroy invocation" msgstr "block_device_mapping %s" @@ -5137,56 +5075,52 @@ msgstr "Checking Token: %(token)s, %(token_valid)s)" msgid "Failed to notify cells of instance destroy" msgstr "" -#: nova/db/api.py:673 nova/db/api.py:694 +#: nova/db/api.py:674 nova/db/api.py:695 #, fuzzy msgid "Failed to notify cells of instance update" msgstr "Failed to reboot instance" -#: nova/db/api.py:734 -msgid "Failed to notify cells of instance info cache update" -msgstr "" - -#: nova/db/api.py:1456 +#: nova/db/api.py:1453 msgid "Failed to notify cells of bw_usage update" msgstr "" -#: nova/db/api.py:1591 +#: nova/db/api.py:1588 #, fuzzy msgid "Failed to notify cells of instance fault" msgstr "Failed to reboot instance" -#: nova/db/sqlalchemy/api.py:157 +#: nova/db/sqlalchemy/api.py:160 #, python-format msgid "Deadlock detected when running '%(func_name)s': Retrying..." msgstr "" -#: nova/db/sqlalchemy/api.py:192 +#: nova/db/sqlalchemy/api.py:195 msgid "model or base_model parameter should be subclass of NovaBase" msgstr "" -#: nova/db/sqlalchemy/api.py:205 nova/virt/baremetal/db/sqlalchemy/api.py:61 +#: nova/db/sqlalchemy/api.py:208 nova/virt/baremetal/db/sqlalchemy/api.py:61 #, python-format msgid "Unrecognized read_deleted value '%s'" msgstr "Unrecognized read_deleted value '%s'" -#: nova/db/sqlalchemy/api.py:1408 +#: nova/db/sqlalchemy/api.py:1411 #, python-format msgid "" "Unknown osapi_compute_unique_server_name_scope value: %s Flag must be " "empty, \"global\" or \"project\"" msgstr "" -#: nova/db/sqlalchemy/api.py:1546 +#: nova/db/sqlalchemy/api.py:1549 #, fuzzy, python-format msgid "Invalid instance id %s in request" msgstr "instance %s: rescued" -#: nova/db/sqlalchemy/api.py:2853 +#: nova/db/sqlalchemy/api.py:2908 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "Change will make usage less than 0 for the following resources: %(unders)s" -#: nova/db/sqlalchemy/api.py:4361 +#: nova/db/sqlalchemy/api.py:4416 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5335,16 +5269,20 @@ msgstr "Bad prefix for to_global_ipv6: %s" msgid "Bad project_id for to_global_ipv6: %s" msgstr "Bad project_id for to_global_ipv6: %s" -#: nova/network/api.py:55 +#: nova/network/api.py:56 msgid "instance is a required argument to use @refresh_cache" msgstr "instance is a required argument to use @refresh_cache" -#: nova/network/api.py:80 +#: nova/network/api.py:90 +msgid "Failed to notify cells of instance info cache update" +msgstr "" + +#: nova/network/api.py:93 #, fuzzy msgid "Failed storing info cache" msgstr "Failed to terminate instance" -#: nova/network/api.py:235 +#: nova/network/api.py:248 #, python-format msgid "re-assign floating IP %(address)s from instance %(instance_id)s" msgstr "re-assign floating IP %(address)s from instance %(instance_id)s" @@ -5931,17 +5869,17 @@ msgstr "Got file lock \"%(lock)s\" at %(path)s for method \"%(method)s\"..." msgid "Deprecated: %s" msgstr "Deprecated Config: %s" -#: nova/openstack/common/log.py:347 +#: nova/openstack/common/log.py:336 #, fuzzy, python-format msgid "Error loading logging config %(log_config)s: %(err_msg)s" msgstr "Error reading image info file %(filename)s: %(error)s" -#: nova/openstack/common/log.py:397 +#: nova/openstack/common/log.py:386 #, python-format msgid "syslog facility must be one of: %s" msgstr "syslog facility must be one of: %s" -#: nova/openstack/common/log.py:563 +#: nova/openstack/common/log.py:555 #, fuzzy, python-format msgid "Fatal call to deprecated config: %(msg)s" msgstr "Fatal call to deprecated config %(msg)s" @@ -6040,6 +5978,63 @@ msgstr "Environment not supported over SSH" msgid "process_input not supported over SSH" msgstr "process_input not supported over SSH" +#: nova/openstack/common/service.py:113 nova/openstack/common/service.py:276 +#, fuzzy +msgid "Full set of CONF:" +msgstr "Full set of FLAGS:" + +#: nova/openstack/common/service.py:122 nova/openstack/common/service.py:219 +#, python-format +msgid "Caught %s, exiting" +msgstr "Caught %s, exiting" + +#: nova/openstack/common/service.py:165 +msgid "Parent process has died unexpectedly, exiting" +msgstr "Parent process has died unexpectedly, exiting" + +#: nova/openstack/common/service.py:201 +msgid "Forking too fast, sleeping" +msgstr "Forking too fast, sleeping" + +#: nova/openstack/common/service.py:224 +msgid "Unhandled exception" +msgstr "Unhandled exception" + +#: nova/openstack/common/service.py:231 +#, python-format +msgid "Started child %d" +msgstr "Started child %d" + +#: nova/openstack/common/service.py:241 +#, python-format +msgid "Starting %d workers" +msgstr "Starting %d workers" + +#: nova/openstack/common/service.py:258 +#, 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:262 +#, fuzzy, python-format +msgid "Child %(pid)s exited with status %(code)d" +msgstr "Child %(pid)d exited with status %(code)d" + +#: nova/openstack/common/service.py:266 +#, python-format +msgid "pid %d not in child list" +msgstr "pid %d not in child list" + +#: nova/openstack/common/service.py:294 +#, python-format +msgid "Caught %s, stopping children" +msgstr "Caught %s, stopping children" + +#: nova/openstack/common/service.py:305 +#, python-format +msgid "Waiting on %d children to exit" +msgstr "Waiting on %d children to exit" + #: nova/openstack/common/strutils.py:72 #, python-format msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" @@ -6234,12 +6229,17 @@ msgid "" "endpoint." msgstr "Specified RPC version, %(version)s, not supported by this endpoint." -#: nova/openstack/common/rpc/common.py:281 +#: nova/openstack/common/rpc/common.py:162 +#, python-format +msgid "Specified RPC version cap, %(version_cap)s, is too low" +msgstr "" + +#: nova/openstack/common/rpc/common.py:285 #, fuzzy, python-format msgid "Failed to sanitize %(item)s. Key error %(err)s" msgstr "Failed to remove %(base_file)s, error was %(error)s" -#: nova/openstack/common/rpc/common.py:303 +#: nova/openstack/common/rpc/common.py:307 #, python-format msgid "Returning exception %s to caller" msgstr "Returning exception %s to caller" @@ -6582,21 +6582,21 @@ msgstr "Attempting to build %(num_instances)d instance(s)" msgid "Request Spec: %s" msgstr "Request: %s" -#: nova/scheduler/filter_scheduler.py:92 +#: nova/scheduler/filter_scheduler.py:97 #, fuzzy, python-format msgid "Choosing host %(weighed_host)s for instance %(instance_uuid)s" msgstr "Destroying VDIs for Instance %(instance_uuid)s" -#: nova/scheduler/filter_scheduler.py:234 +#: nova/scheduler/filter_scheduler.py:239 msgid "Invalid value for 'scheduler_max_attempts', must be >= 1" msgstr "Invalid value for 'scheduler_max_attempts', must be >= 1" -#: nova/scheduler/filter_scheduler.py:251 +#: nova/scheduler/filter_scheduler.py:256 #, python-format msgid "Error from last host: %(last_host)s (node %(last_node)s): %(exc)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:283 +#: nova/scheduler/filter_scheduler.py:288 #, python-format msgid "" "Exceeded max scheduling attempts %(max_attempts)d for instance " @@ -6605,17 +6605,17 @@ msgstr "" "Exceeded max scheduling attempts %(max_attempts)d for instance " "%(instance_uuid)s" -#: nova/scheduler/filter_scheduler.py:351 +#: nova/scheduler/filter_scheduler.py:356 #, python-format msgid "Filtered %(hosts)s" msgstr "Filtered %(hosts)s" -#: nova/scheduler/filter_scheduler.py:356 +#: nova/scheduler/filter_scheduler.py:361 #, fuzzy, python-format msgid "Weighed %(hosts)s" msgstr "Filtered %(hosts)s" -#: nova/scheduler/filter_scheduler.py:398 +#: nova/scheduler/filter_scheduler.py:403 #, fuzzy, python-format msgid "Unable to migrate %(instance_uuid)s to %(dest)s: Lack of memory" msgstr "" @@ -6826,47 +6826,47 @@ msgstr "" msgid "Returns one member of the [%s] group" msgstr "" -#: nova/servicegroup/drivers/db.py:42 +#: nova/servicegroup/drivers/db.py:41 #, python-format msgid "" "DB_Driver: join new ServiceGroup member %(member_id)s to the %(group_id)s" " group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/db.py:46 +#: nova/servicegroup/drivers/db.py:45 msgid "service is a mandatory argument for DB based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/db.py:76 +#: nova/servicegroup/drivers/db.py:72 #, python-format msgid "DB_Driver: get_all members of the %s group" msgstr "" -#: nova/servicegroup/drivers/db.py:99 nova/servicegroup/drivers/mc.py:103 +#: nova/servicegroup/drivers/db.py:95 nova/servicegroup/drivers/mc.py:99 msgid "Recovered model server connection!" msgstr "Recovered model server connection!" -#: nova/servicegroup/drivers/db.py:105 nova/servicegroup/drivers/mc.py:109 +#: nova/servicegroup/drivers/db.py:101 nova/servicegroup/drivers/mc.py:105 msgid "model server went away" msgstr "model server went away" -#: nova/servicegroup/drivers/mc.py:44 +#: nova/servicegroup/drivers/mc.py:43 #, fuzzy msgid "memcached_servers not defined" msgstr "Server name is not defined" -#: nova/servicegroup/drivers/mc.py:52 +#: nova/servicegroup/drivers/mc.py:51 #, python-format msgid "" "Memcached_Driver: join new ServiceGroup member %(member_id)s to the " "%(group_id)s group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/mc.py:57 +#: nova/servicegroup/drivers/mc.py:56 msgid "service is a mandatory argument for Memcached based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/mc.py:78 +#: nova/servicegroup/drivers/mc.py:74 #, python-format msgid "Memcached_Driver: get_all members of the %s group" msgstr "" @@ -6955,22 +6955,6 @@ msgstr "" msgid "already detached" msgstr "already detached" -#: nova/tests/fakelibvirt.py:892 -msgid "Please extend mock libvirt module to support flags" -msgstr "Please extend mock libvirt module to support flags" - -#: nova/tests/fakelibvirt.py:896 -msgid "Expected a list for 'auth' parameter" -msgstr "Expected a list for 'auth' parameter" - -#: nova/tests/fakelibvirt.py:900 -msgid "Expected a function in 'auth[0]' parameter" -msgstr "Expected a function in 'auth[0]' parameter" - -#: nova/tests/fakelibvirt.py:904 -msgid "Expected a function in 'auth[1]' parameter" -msgstr "Expected a function in 'auth[1]' parameter" - #: nova/tests/test_hypervapi.py:433 #, fuzzy msgid "fake vswitch not found" @@ -7007,7 +6991,7 @@ msgstr "200 No Roles" msgid "unexpected role header" msgstr "unexpected role header" -#: nova/tests/api/openstack/compute/test_servers.py:3340 +#: nova/tests/api/openstack/compute/test_servers.py:3365 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" @@ -7015,11 +6999,11 @@ msgstr "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" -#: nova/tests/api/openstack/compute/test_servers.py:3345 +#: nova/tests/api/openstack/compute/test_servers.py:3370 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" -#: nova/tests/api/openstack/compute/test_servers.py:3350 +#: nova/tests/api/openstack/compute/test_servers.py:3375 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" @@ -7028,7 +7012,7 @@ msgstr "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" #: nova/tests/compute/test_compute.py:1168 #: nova/tests/compute/test_compute.py:1195 #: nova/tests/compute/test_compute.py:1241 -#: nova/tests/compute/test_compute.py:3762 +#: nova/tests/compute/test_compute.py:3804 #, python-format msgid "Running instances: %s" msgstr "Running instances: %s" @@ -7045,16 +7029,16 @@ msgstr "After terminating instances: %s" msgid "Internal error" msgstr "Internal error" -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:3815 #, python-format msgid "After force-killing instances: %s" msgstr "After force-killing instances: %s" -#: nova/tests/compute/test_compute.py:4275 +#: nova/tests/compute/test_compute.py:4315 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8748 +#: nova/tests/compute/test_compute.py:8904 #, fuzzy msgid "spawn error" msgstr "unknown guestmount error" @@ -7157,6 +7141,22 @@ msgstr "Unexpected status code" msgid "Decoding JSON: %s" msgstr "Decoding JSON: %s" +#: nova/tests/virt/libvirt/fakelibvirt.py:892 +msgid "Please extend mock libvirt module to support flags" +msgstr "Please extend mock libvirt module to support flags" + +#: nova/tests/virt/libvirt/fakelibvirt.py:896 +msgid "Expected a list for 'auth' parameter" +msgstr "Expected a list for 'auth' parameter" + +#: nova/tests/virt/libvirt/fakelibvirt.py:900 +msgid "Expected a function in 'auth[0]' parameter" +msgstr "Expected a function in 'auth[0]' parameter" + +#: nova/tests/virt/libvirt/fakelibvirt.py:904 +msgid "Expected a function in 'auth[1]' parameter" +msgstr "Expected a function in 'auth[1]' parameter" + #: nova/virt/configdrive.py:97 #, python-format msgid "Added %(filepath)s to config drive" @@ -7181,7 +7181,7 @@ msgid "Loading compute driver '%s'" msgstr "Loading compute driver '%s'" #: nova/virt/driver.py:962 -#, fuzzy, python-format +#, fuzzy msgid "Unable to load the virtualization driver" msgstr "Unable to load the virtualization driver: %s" @@ -11431,25 +11431,11 @@ msgstr "status must be available" msgid "status must be 'available'" msgstr "status must be available" -#~ msgid "EC2APIError raised: %s" -#~ msgstr "EC2APIError raised: %s" - -#~ msgid "'%s' argument must be a positive integer" -#~ msgstr "create arguments must be positive integers" - -#~ msgid "Choosing host %(chosen_host)s" -#~ msgstr "" - -#~ msgid "" -#~ "Inject data image=%(image)s key=%(key)s " -#~ "net=%(net)s metadata=%(metadata)s admin_password=ha-" -#~ "ha-not-telling-you files=%(files)s " -#~ "partition=%(partition)s use_cow=%(use_cow)s" -#~ msgstr "" +#~ msgid "%(flag)s : FLAG SET " +#~ msgstr "%(flag)s : FLAG SET " -#~ msgid "Inject admin password fs=%(fs)s admin_passwd=ha-ha-not-telling-you" +#~ msgid "Got update for instance %(instance_uuid)s: %(instance)s" #~ msgstr "" - -#~ msgid "Resizing down VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" -#~ msgstr "Resizing down VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" +#~ "Migration not found for instance " +#~ "%(instance_id)s with status %(status)s." diff --git a/nova/locale/es/LC_MESSAGES/nova.po b/nova/locale/es/LC_MESSAGES/nova.po index 7bc570d1c..a5bee8419 100644 --- a/nova/locale/es/LC_MESSAGES/nova.po +++ b/nova/locale/es/LC_MESSAGES/nova.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: nova\n" "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" -"POT-Creation-Date: 2013-05-18 19:37+0000\n" +"POT-Creation-Date: 2013-05-22 19:37+0000\n" "PO-Revision-Date: 2012-05-16 06:44+0000\n" "Last-Translator: Paco Molinero <paco@byasl.com>\n" "Language-Team: Spanish <es@li.org>\n" @@ -175,7 +175,7 @@ msgid "" msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 -#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2778 +#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2767 msgid "Keypair data is invalid" msgstr "" @@ -191,7 +191,7 @@ msgstr "Entrada invalida recibida" msgid "Invalid volume" msgstr "Volumen inválido" -#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1334 +#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1332 #: nova/api/openstack/compute/contrib/admin_actions.py:242 msgid "Invalid metadata" msgstr "" @@ -1321,7 +1321,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:166 +#: nova/manager.py:170 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1342,118 +1342,56 @@ msgstr "" msgid "Rule checked when requested rule is not found" msgstr "" -#: nova/quota.py:966 +#: nova/quota.py:972 #, python-format msgid "Created reservations %(reservations)s" msgstr "" -#: nova/quota.py:988 +#: nova/quota.py:994 #, python-format msgid "Failed to commit reservations %(reservations)s" msgstr "" -#: nova/quota.py:990 +#: nova/quota.py:996 #, python-format msgid "Committed reservations %(reservations)s" msgstr "" -#: nova/quota.py:1010 +#: nova/quota.py:1016 #, python-format msgid "Failed to roll back reservations %(reservations)s" msgstr "" -#: nova/quota.py:1012 +#: nova/quota.py:1018 #, python-format msgid "Rolled back reservations %(reservations)s" msgstr "" -#: nova/service.py:197 -#, fuzzy -msgid "Full set of CONF:" -msgstr "Conjunto completo de opciones (FLAGS):" - -#: nova/service.py:204 -#, python-format -msgid "%(flag)s : FLAG SET " -msgstr "" - -#: nova/service.py:214 nova/service.py:312 -#, python-format -msgid "Caught %s, exiting" -msgstr "" - -#: nova/service.py:258 -msgid "Parent process has died unexpectedly, exiting" -msgstr "" - -#: nova/service.py:294 -msgid "Forking too fast, sleeping" -msgstr "" - -#: nova/service.py:317 -msgid "Unhandled exception" -msgstr "" - -#: nova/service.py:324 -#, python-format -msgid "Started child %d" -msgstr "" - -#: nova/service.py:334 -#, fuzzy, python-format -msgid "Starting %d workers" -msgstr "configurando la red del host" - -#: nova/service.py:348 -#, python-format -msgid "Child %(pid)d killed by signal %(sig)d" -msgstr "" - -#: nova/service.py:351 -#, python-format -msgid "Child %(pid)d exited with status %(code)d" -msgstr "" - -#: nova/service.py:354 -#, python-format -msgid "pid %d not in child list" -msgstr "" - -#: nova/service.py:374 -#, python-format -msgid "Caught %s, stopping children" -msgstr "" - -#: nova/service.py:385 -#, python-format -msgid "Waiting on %d children to exit" -msgstr "" - -#: nova/service.py:427 +#: nova/service.py:153 #, python-format msgid "Starting %(topic)s node (version %(version)s)" msgstr "" -#: nova/service.py:444 nova/openstack/common/rpc/service.py:47 +#: nova/service.py:170 nova/openstack/common/rpc/service.py:47 #, python-format msgid "Creating Consumer connection for Service %s" msgstr "" -#: nova/service.py:464 +#: nova/service.py:190 #, python-format msgid "Join ServiceGroup membership for this service %s" msgstr "" -#: nova/service.py:546 +#: nova/service.py:270 msgid "Service killed that has no database entry" msgstr "Se detuvo un servicio sin entrada en la base de datos" -#: nova/service.py:581 +#: nova/service.py:292 #, python-format msgid "Temporary directory is invalid: %s" msgstr "" -#: nova/service.py:679 +#: nova/service.py:394 msgid "serve() can only be called once" msgstr "" @@ -1726,7 +1664,7 @@ msgstr "" msgid "An unknown error has occurred. Please try your request again." msgstr "Ha sucedido un error desconocido. Por favor repite el intento de nuevo." -#: nova/api/ec2/apirequest.py:60 +#: nova/api/ec2/apirequest.py:61 #, python-format msgid "Unsupported API request: controller = %(controller)s, action = %(action)s" msgstr "" @@ -2542,7 +2480,7 @@ msgid "No adminPass was specified" msgstr "" #: nova/api/openstack/compute/servers.py:1173 -#: nova/api/openstack/compute/servers.py:1384 +#: nova/api/openstack/compute/servers.py:1382 msgid "Invalid adminPass" msgstr "" @@ -2574,15 +2512,15 @@ msgstr "" msgid "Could not parse imageRef from request." msgstr "" -#: nova/api/openstack/compute/servers.py:1292 +#: nova/api/openstack/compute/servers.py:1289 msgid "Cannot find image for rebuild" msgstr "" -#: nova/api/openstack/compute/servers.py:1325 +#: nova/api/openstack/compute/servers.py:1323 msgid "createImage entity requires name attribute" msgstr "" -#: nova/api/openstack/compute/servers.py:1410 +#: nova/api/openstack/compute/servers.py:1408 #, python-format msgid "Removing options '%s' from query" msgstr "" @@ -3309,89 +3247,89 @@ msgstr "" msgid "Error processing message locally: %(exc)s" msgstr "" -#: nova/cells/messaging.py:358 nova/cells/messaging.py:364 +#: nova/cells/messaging.py:360 nova/cells/messaging.py:368 #, python-format msgid "destination is %(target_cell)s but routing_path is %(routing_path)s" msgstr "" -#: nova/cells/messaging.py:374 +#: nova/cells/messaging.py:380 #, python-format msgid "Unknown %(cell_type)s when routing to %(target_cell)s" msgstr "" -#: nova/cells/messaging.py:398 +#: nova/cells/messaging.py:404 #, fuzzy, python-format msgid "Error locating next hop for message: %(exc)s" msgstr "no hay método para el mensaje: %s" -#: nova/cells/messaging.py:425 +#: nova/cells/messaging.py:431 #, python-format msgid "Failed to send message to cell: %(next_hop)s: %(exc)s" msgstr "" -#: nova/cells/messaging.py:504 +#: nova/cells/messaging.py:510 #, fuzzy, python-format msgid "Error locating next hops for message: %(exc)s" msgstr "no hay método para el mensaje: %s" -#: nova/cells/messaging.py:524 +#: nova/cells/messaging.py:530 #, python-format msgid "Error sending message to next hops: %(exc)s" msgstr "" -#: nova/cells/messaging.py:542 +#: nova/cells/messaging.py:548 #, python-format msgid "Error waiting for responses from neighbor cells: %(exc)s" msgstr "" -#: nova/cells/messaging.py:653 +#: nova/cells/messaging.py:659 #, python-format msgid "Unknown method '%(method)s' in compute API" msgstr "" -#: nova/cells/messaging.py:676 +#: nova/cells/messaging.py:682 #, python-format msgid "Received capabilities from child cell %(cell_name)s: %(capabilities)s" msgstr "" -#: nova/cells/messaging.py:685 +#: nova/cells/messaging.py:692 #, python-format msgid "Received capacities from child cell %(cell_name)s: %(capacities)s" msgstr "" -#: nova/cells/messaging.py:811 +#: nova/cells/messaging.py:819 #, fuzzy, python-format -msgid "Got update for instance %(instance_uuid)s: %(instance)s" +msgid "Got update for instance: %(instance)s" msgstr "La instacia %(instance_id)s no esta suspendida" -#: nova/cells/messaging.py:854 +#: nova/cells/messaging.py:862 #, fuzzy, python-format -msgid "Got update to delete instance %(instance_uuid)s" +msgid "Got update to delete instance" msgstr "La instacia %(instance_id)s no esta suspendida" -#: nova/cells/messaging.py:869 +#: nova/cells/messaging.py:877 #, python-format msgid "Got broadcast to %(delete_type)s delete instance" msgstr "" -#: nova/cells/messaging.py:883 +#: nova/cells/messaging.py:891 #, python-format msgid "Got message to create instance fault: %(instance_fault)s" msgstr "" -#: nova/cells/messaging.py:904 +#: nova/cells/messaging.py:912 #, python-format msgid "" "Forcing a sync of instances, project_id=%(projid_str)s, " "updated_since=%(since_str)s" msgstr "" -#: nova/cells/messaging.py:1088 +#: nova/cells/messaging.py:1097 #, python-format msgid "Updating parents with our capabilities: %(capabs)s" msgstr "" -#: nova/cells/messaging.py:1108 +#: nova/cells/messaging.py:1117 #, python-format msgid "Updating parents with our capacities: %(capacities)s" msgstr "" @@ -3408,7 +3346,7 @@ msgid "" "second(s)" msgstr "" -#: nova/cells/scheduler.py:139 +#: nova/cells/scheduler.py:140 #, fuzzy, python-format msgid "Error scheduling instances %(instance_uuids)s" msgstr "La instacia %(instance_id)s no esta suspendida" @@ -3422,7 +3360,7 @@ msgstr "" msgid "Unknown cell '%(cell_name)s' when trying to update capabilities" msgstr "" -#: nova/cells/state.py:330 +#: nova/cells/state.py:331 #, python-format msgid "Unknown cell '%(cell_name)s' when trying to update capacities" msgstr "" @@ -3934,137 +3872,137 @@ msgstr "" msgid "snapshot for %s" msgstr "Comenzando snapshot para la VM %s" -#: nova/compute/api.py:1997 +#: nova/compute/api.py:1988 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2006 +#: nova/compute/api.py:1997 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2048 +#: nova/compute/api.py:2043 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2188 +#: nova/compute/api.py:2179 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2295 +#: nova/compute/api.py:2284 msgid "Locking" msgstr "" -#: nova/compute/api.py:2303 +#: nova/compute/api.py:2292 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2375 +#: nova/compute/api.py:2364 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2488 +#: nova/compute/api.py:2477 #, fuzzy, python-format msgid "Going to try to live migrate instance to %s" msgstr "Se va a iniciar la finalización de las instancias" -#: nova/compute/api.py:2507 +#: nova/compute/api.py:2496 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2511 +#: nova/compute/api.py:2500 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2758 +#: nova/compute/api.py:2747 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2762 +#: nova/compute/api.py:2751 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2858 +#: nova/compute/api.py:2847 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2861 +#: nova/compute/api.py:2850 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2869 +#: nova/compute/api.py:2858 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2875 +#: nova/compute/api.py:2864 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2893 +#: nova/compute/api.py:2882 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2896 +#: nova/compute/api.py:2885 #, python-format msgid "Create Security Group %s" msgstr "Crear Grupo de Seguridad %s" -#: nova/compute/api.py:2903 +#: nova/compute/api.py:2892 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2967 +#: nova/compute/api.py:2956 #, fuzzy, python-format msgid "Unable to delete system group '%s'" msgstr "Imposible destruir VBD %s" -#: nova/compute/api.py:2972 +#: nova/compute/api.py:2961 #, fuzzy msgid "Security group is still in use" msgstr "Revocar ingreso al grupo de seguridad %s" -#: nova/compute/api.py:2980 +#: nova/compute/api.py:2969 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:2983 +#: nova/compute/api.py:2972 #, python-format msgid "Delete security group %s" msgstr "Borrar grupo de seguridad %s" -#: nova/compute/api.py:3060 nova/compute/api.py:3134 +#: nova/compute/api.py:3049 nova/compute/api.py:3123 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3076 +#: nova/compute/api.py:3065 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3079 +#: nova/compute/api.py:3068 #, python-format msgid "Authorize security group ingress %s" msgstr "Autorizar ingreso al grupo de seguridad %s" -#: nova/compute/api.py:3088 +#: nova/compute/api.py:3077 #, python-format msgid "Revoke security group ingress %s" msgstr "Revocar ingreso al grupo de seguridad %s" -#: nova/compute/api.py:3141 +#: nova/compute/api.py:3130 msgid "Security group id should be integer" msgstr "" @@ -4168,19 +4106,19 @@ msgstr "" msgid "Instance has been destroyed from under us while trying to set it to ERROR" msgstr "" -#: nova/compute/manager.py:407 +#: nova/compute/manager.py:409 #, python-format msgid "Instance %(uuid)s found in the hypervisor, but not in the database" msgstr "" -#: nova/compute/manager.py:423 +#: nova/compute/manager.py:425 #, python-format msgid "" "Instance %(driver_instance)s found in the hypervisor, but not in the " "database" msgstr "" -#: nova/compute/manager.py:444 +#: nova/compute/manager.py:446 #, fuzzy, python-format msgid "" "Deleting instance as its host (%(instance_host)s) is not equal to our " @@ -4189,648 +4127,648 @@ msgstr "" "Incapaz de emigrar la instancia %(instance_id)s al actual anfitrion " "(%(host)s)" -#: nova/compute/manager.py:459 +#: nova/compute/manager.py:461 msgid "Instance has been marked deleted already, removing it from the hypervisor." msgstr "" -#: nova/compute/manager.py:480 +#: nova/compute/manager.py:482 msgid "" "Hypervisor driver does not support instance shared storage check, " "assuming it's not on shared storage" msgstr "" -#: nova/compute/manager.py:486 +#: nova/compute/manager.py:488 #, fuzzy msgid "Failed to check if instance shared" msgstr "Fallo a reinicia la instancia" -#: nova/compute/manager.py:529 +#: nova/compute/manager.py:531 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:532 +#: nova/compute/manager.py:534 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:543 +#: nova/compute/manager.py:545 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:548 +#: nova/compute/manager.py:550 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:562 +#: nova/compute/manager.py:564 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:567 +#: nova/compute/manager.py:569 #, fuzzy msgid "Failed to resume instance" msgstr "Fallo al suspender la instancia" -#: nova/compute/manager.py:577 +#: nova/compute/manager.py:579 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:581 +#: nova/compute/manager.py:583 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:597 +#: nova/compute/manager.py:599 #, fuzzy, python-format msgid "Unexpected power state %d" msgstr "Sucedió un error inexperado: %s" -#: nova/compute/manager.py:609 +#: nova/compute/manager.py:611 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:647 +#: nova/compute/manager.py:649 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:745 +#: nova/compute/manager.py:747 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:762 +#: nova/compute/manager.py:764 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:862 +#: nova/compute/manager.py:864 msgid "Success" msgstr "" -#: nova/compute/manager.py:885 +#: nova/compute/manager.py:887 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:906 nova/compute/manager.py:2377 +#: nova/compute/manager.py:908 nova/compute/manager.py:2379 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:948 +#: nova/compute/manager.py:950 #, fuzzy msgid "Failed to dealloc network for deleted instance" msgstr "Vamos a ejecutar %s insntacias..." -#: nova/compute/manager.py:954 +#: nova/compute/manager.py:956 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:982 +#: nova/compute/manager.py:984 #, fuzzy, python-format msgid "Error: %s" msgstr "Capturado error: %s" -#: nova/compute/manager.py:999 +#: nova/compute/manager.py:1001 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1024 nova/compute/manager.py:2431 +#: nova/compute/manager.py:1026 nova/compute/manager.py:2433 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1037 +#: nova/compute/manager.py:1039 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1042 +#: nova/compute/manager.py:1044 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1048 +#: nova/compute/manager.py:1050 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1077 +#: nova/compute/manager.py:1079 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1125 +#: nova/compute/manager.py:1127 #, python-format msgid "" "image_id=%(image_id)s, image_size_bytes=%(size_bytes)d, " "allowed_size_bytes=%(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1131 +#: nova/compute/manager.py:1133 #, python-format msgid "" "Image '%(image_id)s' size %(size_bytes)d exceeded instance_type allowed " "size %(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1141 +#: nova/compute/manager.py:1143 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1167 +#: nova/compute/manager.py:1169 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1170 +#: nova/compute/manager.py:1172 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1181 +#: nova/compute/manager.py:1183 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1200 +#: nova/compute/manager.py:1202 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1251 +#: nova/compute/manager.py:1253 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1324 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1338 +#: nova/compute/manager.py:1340 #, fuzzy msgid "Failed to deallocate network for instance." msgstr "Vamos a ejecutar %s insntacias..." -#: nova/compute/manager.py:1358 +#: nova/compute/manager.py:1360 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1361 +#: nova/compute/manager.py:1363 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1368 +#: nova/compute/manager.py:1370 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1415 +#: nova/compute/manager.py:1417 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1468 nova/compute/manager.py:2606 -#: nova/compute/manager.py:4118 +#: nova/compute/manager.py:1470 nova/compute/manager.py:2608 +#: nova/compute/manager.py:4137 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1620 +#: nova/compute/manager.py:1622 #, fuzzy msgid "Rebuilding instance" msgstr "Reiniciando instancia %s" -#: nova/compute/manager.py:1633 +#: nova/compute/manager.py:1635 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1637 +#: nova/compute/manager.py:1639 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1641 +#: nova/compute/manager.py:1643 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1724 +#: nova/compute/manager.py:1726 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1756 +#: nova/compute/manager.py:1758 #, fuzzy, python-format msgid "Detaching from volume api: %s" msgstr "Desasociar volumen %s" -#: nova/compute/manager.py:1774 +#: nova/compute/manager.py:1776 #, fuzzy msgid "Rebooting instance" msgstr "Reiniciando instancia %s" -#: nova/compute/manager.py:1799 +#: nova/compute/manager.py:1801 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1817 #, fuzzy, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "Ejecutando instancias: %s" -#: nova/compute/manager.py:1828 +#: nova/compute/manager.py:1830 #, fuzzy msgid "Instance disappeared during reboot" msgstr "instancia %s: reiniciada" -#: nova/compute/manager.py:1855 +#: nova/compute/manager.py:1857 #, fuzzy msgid "instance snapshotting" msgstr "instancia %s: creando snapshot" -#: nova/compute/manager.py:1861 +#: nova/compute/manager.py:1863 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1922 +#: nova/compute/manager.py:1924 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1929 +#: nova/compute/manager.py:1931 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1934 +#: nova/compute/manager.py:1936 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1962 +#: nova/compute/manager.py:1964 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1969 +#: nova/compute/manager.py:1971 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1976 +#: nova/compute/manager.py:1978 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1991 +#: nova/compute/manager.py:1993 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1998 +#: nova/compute/manager.py:2000 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:2011 +#: nova/compute/manager.py:2013 #, python-format msgid "" "trying to inject a file into a non-running (state: " "%(current_power_state)s expected: %(expected_state)s)" msgstr "" -#: nova/compute/manager.py:2015 +#: nova/compute/manager.py:2017 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:2035 +#: nova/compute/manager.py:2037 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2048 +#: nova/compute/manager.py:2050 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2067 +#: nova/compute/manager.py:2069 #, fuzzy msgid "Error trying to Rescue Instance" msgstr "Fallo al suspender la instancia" -#: nova/compute/manager.py:2071 +#: nova/compute/manager.py:2073 #, fuzzy, python-format msgid "Driver Error: %s" msgstr "Capturado error: %s" -#: nova/compute/manager.py:2089 +#: nova/compute/manager.py:2091 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2110 +#: nova/compute/manager.py:2112 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2335 +#: nova/compute/manager.py:2337 #, fuzzy msgid "Instance has no source host" msgstr "instancia %s: creando snapshot" -#: nova/compute/manager.py:2341 +#: nova/compute/manager.py:2343 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2358 +#: nova/compute/manager.py:2360 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2603 +#: nova/compute/manager.py:2605 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2666 +#: nova/compute/manager.py:2668 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2684 +#: nova/compute/manager.py:2686 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2722 +#: nova/compute/manager.py:2724 #, fuzzy msgid "Retrieving diagnostics" msgstr "instancia %s: obteniendo los diagnosticos" -#: nova/compute/manager.py:2753 +#: nova/compute/manager.py:2755 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2773 +#: nova/compute/manager.py:2775 #, fuzzy msgid "Reset network" msgstr "configurando la red del host" -#: nova/compute/manager.py:2778 +#: nova/compute/manager.py:2780 #, fuzzy msgid "Inject network info" msgstr "configurando la red del host" -#: nova/compute/manager.py:2781 +#: nova/compute/manager.py:2783 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2798 +#: nova/compute/manager.py:2800 #, fuzzy msgid "Get console output" msgstr "Obtener salida de la consola para la instancia %s" -#: nova/compute/manager.py:2825 +#: nova/compute/manager.py:2827 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2860 +#: nova/compute/manager.py:2862 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2907 +#: nova/compute/manager.py:2909 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2957 +#: nova/compute/manager.py:2959 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2966 +#: nova/compute/manager.py:2968 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2981 +#: nova/compute/manager.py:2983 #, fuzzy, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "Volume_separado: %(instance_name)s, %(mountpoint)s" -#: nova/compute/manager.py:3011 +#: nova/compute/manager.py:3013 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:3021 +#: nova/compute/manager.py:3023 #, fuzzy msgid "Detaching volume from unknown instance" msgstr "Desvinculando volumen de instancia desconocida %s" -#: nova/compute/manager.py:3028 +#: nova/compute/manager.py:3030 #, fuzzy, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "Volume_separado: %(instance_name)s, %(mountpoint)s" -#: nova/compute/manager.py:3051 +#: nova/compute/manager.py:3053 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3087 +#: nova/compute/manager.py:3089 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3107 +#: nova/compute/manager.py:3109 #, fuzzy, python-format msgid "Port %(port_id)s is not attached" msgstr "instancia %s: arrancada" -#: nova/compute/manager.py:3121 +#: nova/compute/manager.py:3123 #, fuzzy, python-format msgid "Host %(host)s not found" msgstr "La instacia %(instance_id)s no esta suspendida" -#: nova/compute/manager.py:3265 +#: nova/compute/manager.py:3276 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3293 +#: nova/compute/manager.py:3304 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3348 +#: nova/compute/manager.py:3359 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3350 +#: nova/compute/manager.py:3361 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:3364 +#: nova/compute/manager.py:3376 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3393 +#: nova/compute/manager.py:3408 #, fuzzy, python-format msgid "Failed to get compute_info for %s" msgstr "Fallo al generar metadatos para la ip %s" -#: nova/compute/manager.py:3512 +#: nova/compute/manager.py:3537 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3557 +#: nova/compute/manager.py:3587 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3563 +#: nova/compute/manager.py:3593 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3602 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3579 +#: nova/compute/manager.py:3609 #, fuzzy, python-format msgid "Instance %(instance_uuid)s not found" msgstr "La instacia %(instance_id)s no esta suspendida" -#: nova/compute/manager.py:3583 +#: nova/compute/manager.py:3613 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3590 +#: nova/compute/manager.py:3620 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3599 +#: nova/compute/manager.py:3629 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3616 +#: nova/compute/manager.py:3646 #, 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:3635 +#: nova/compute/manager.py:3665 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3659 +#: nova/compute/manager.py:3689 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3776 +#: nova/compute/manager.py:3806 #, fuzzy msgid "Updating volume usage cache" msgstr "Borrando usuario %s" -#: nova/compute/manager.py:3793 +#: nova/compute/manager.py:3823 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3820 +#: nova/compute/manager.py:3850 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3825 nova/compute/manager.py:3875 +#: nova/compute/manager.py:3855 nova/compute/manager.py:3905 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3862 +#: nova/compute/manager.py:3892 #, 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:3900 +#: nova/compute/manager.py:3930 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3912 nova/compute/manager.py:3921 -#: nova/compute/manager.py:3951 +#: nova/compute/manager.py:3942 nova/compute/manager.py:3951 +#: nova/compute/manager.py:3981 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3916 +#: nova/compute/manager.py:3946 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3932 +#: nova/compute/manager.py:3962 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3938 +#: nova/compute/manager.py:3968 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3944 +#: nova/compute/manager.py:3974 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3960 +#: nova/compute/manager.py:3990 #, fuzzy msgid "Instance is not (soft-)deleted." msgstr "instancia %s: arrancada" -#: nova/compute/manager.py:3968 +#: nova/compute/manager.py:3998 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3988 +#: nova/compute/manager.py:4010 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:4015 +#: nova/compute/manager.py:4037 #, fuzzy, python-format msgid "Deleting orphan compute node %s" msgstr "Borrando usuario %s" -#: nova/compute/manager.py:4025 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4047 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4088 #, python-format msgid "" "Detected instance with name label '%(name)s' which is marked as DELETED " "but still present on host." msgstr "" -#: nova/compute/manager.py:4073 +#: nova/compute/manager.py:4095 #, python-format msgid "" "Destroying instance with name label '%(name)s' which is marked as DELETED" " but still present on host." msgstr "" -#: nova/compute/manager.py:4080 +#: nova/compute/manager.py:4102 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4110 +#: nova/compute/manager.py:4129 #, fuzzy, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "Tipo de instancia inválido %(instance_type)s." @@ -4944,7 +4882,7 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:380 +#: nova/conductor/api.py:373 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" @@ -4955,7 +4893,7 @@ msgstr "" msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:262 +#: nova/conductor/manager.py:263 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5035,56 +4973,52 @@ msgstr "" msgid "Failed to notify cells of instance destroy" msgstr "" -#: nova/db/api.py:673 nova/db/api.py:694 +#: nova/db/api.py:674 nova/db/api.py:695 #, fuzzy msgid "Failed to notify cells of instance update" msgstr "Fallo a reinicia la instancia" -#: nova/db/api.py:734 -msgid "Failed to notify cells of instance info cache update" -msgstr "" - -#: nova/db/api.py:1456 +#: nova/db/api.py:1453 msgid "Failed to notify cells of bw_usage update" msgstr "" -#: nova/db/api.py:1591 +#: nova/db/api.py:1588 #, fuzzy msgid "Failed to notify cells of instance fault" msgstr "Fallo a reinicia la instancia" -#: nova/db/sqlalchemy/api.py:157 +#: nova/db/sqlalchemy/api.py:160 #, python-format msgid "Deadlock detected when running '%(func_name)s': Retrying..." msgstr "" -#: nova/db/sqlalchemy/api.py:192 +#: nova/db/sqlalchemy/api.py:195 msgid "model or base_model parameter should be subclass of NovaBase" msgstr "" -#: nova/db/sqlalchemy/api.py:205 nova/virt/baremetal/db/sqlalchemy/api.py:61 +#: nova/db/sqlalchemy/api.py:208 nova/virt/baremetal/db/sqlalchemy/api.py:61 #, python-format msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1408 +#: nova/db/sqlalchemy/api.py:1411 #, python-format msgid "" "Unknown osapi_compute_unique_server_name_scope value: %s Flag must be " "empty, \"global\" or \"project\"" msgstr "" -#: nova/db/sqlalchemy/api.py:1546 +#: nova/db/sqlalchemy/api.py:1549 #, fuzzy, python-format msgid "Invalid instance id %s in request" msgstr "instancia %s: rescatada" -#: nova/db/sqlalchemy/api.py:2853 +#: nova/db/sqlalchemy/api.py:2908 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4361 +#: nova/db/sqlalchemy/api.py:4416 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5230,16 +5164,20 @@ msgstr "" msgid "Bad project_id for to_global_ipv6: %s" msgstr "" -#: nova/network/api.py:55 +#: nova/network/api.py:56 msgid "instance is a required argument to use @refresh_cache" msgstr "" -#: nova/network/api.py:80 +#: nova/network/api.py:90 +msgid "Failed to notify cells of instance info cache update" +msgstr "" + +#: nova/network/api.py:93 #, fuzzy msgid "Failed storing info cache" msgstr "Fallo a reinicia la instancia" -#: nova/network/api.py:235 +#: nova/network/api.py:248 #, python-format msgid "re-assign floating IP %(address)s from instance %(instance_id)s" msgstr "" @@ -5802,17 +5740,17 @@ msgstr "" msgid "Deprecated: %s" msgstr "recibido %s" -#: nova/openstack/common/log.py:347 +#: nova/openstack/common/log.py:336 #, python-format msgid "Error loading logging config %(log_config)s: %(err_msg)s" msgstr "" -#: nova/openstack/common/log.py:397 +#: nova/openstack/common/log.py:386 #, python-format msgid "syslog facility must be one of: %s" msgstr "" -#: nova/openstack/common/log.py:563 +#: nova/openstack/common/log.py:555 #, python-format msgid "Fatal call to deprecated config: %(msg)s" msgstr "" @@ -5909,6 +5847,63 @@ msgstr "" msgid "process_input not supported over SSH" msgstr "" +#: nova/openstack/common/service.py:113 nova/openstack/common/service.py:276 +#, fuzzy +msgid "Full set of CONF:" +msgstr "Conjunto completo de opciones (FLAGS):" + +#: nova/openstack/common/service.py:122 nova/openstack/common/service.py:219 +#, python-format +msgid "Caught %s, exiting" +msgstr "" + +#: nova/openstack/common/service.py:165 +msgid "Parent process has died unexpectedly, exiting" +msgstr "" + +#: nova/openstack/common/service.py:201 +msgid "Forking too fast, sleeping" +msgstr "" + +#: nova/openstack/common/service.py:224 +msgid "Unhandled exception" +msgstr "" + +#: nova/openstack/common/service.py:231 +#, python-format +msgid "Started child %d" +msgstr "" + +#: nova/openstack/common/service.py:241 +#, fuzzy, python-format +msgid "Starting %d workers" +msgstr "configurando la red del host" + +#: nova/openstack/common/service.py:258 +#, python-format +msgid "Child %(pid)d killed by signal %(sig)d" +msgstr "" + +#: nova/openstack/common/service.py:262 +#, python-format +msgid "Child %(pid)s exited with status %(code)d" +msgstr "" + +#: nova/openstack/common/service.py:266 +#, python-format +msgid "pid %d not in child list" +msgstr "" + +#: nova/openstack/common/service.py:294 +#, python-format +msgid "Caught %s, stopping children" +msgstr "" + +#: nova/openstack/common/service.py:305 +#, python-format +msgid "Waiting on %d children to exit" +msgstr "" + #: nova/openstack/common/strutils.py:72 #, python-format msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" @@ -6098,12 +6093,17 @@ msgid "" "endpoint." msgstr "" -#: nova/openstack/common/rpc/common.py:281 +#: nova/openstack/common/rpc/common.py:162 +#, python-format +msgid "Specified RPC version cap, %(version_cap)s, is too low" +msgstr "" + +#: nova/openstack/common/rpc/common.py:285 #, python-format msgid "Failed to sanitize %(item)s. Key error %(err)s" msgstr "" -#: nova/openstack/common/rpc/common.py:303 +#: nova/openstack/common/rpc/common.py:307 #, python-format msgid "Returning exception %s to caller" msgstr "" @@ -6442,38 +6442,38 @@ msgstr "" msgid "Request Spec: %s" msgstr "" -#: nova/scheduler/filter_scheduler.py:92 +#: nova/scheduler/filter_scheduler.py:97 #, fuzzy, python-format msgid "Choosing host %(weighed_host)s for instance %(instance_uuid)s" msgstr "La instacia %(instance_id)s no esta suspendida" -#: nova/scheduler/filter_scheduler.py:234 +#: nova/scheduler/filter_scheduler.py:239 msgid "Invalid value for 'scheduler_max_attempts', must be >= 1" msgstr "" -#: nova/scheduler/filter_scheduler.py:251 +#: nova/scheduler/filter_scheduler.py:256 #, python-format msgid "Error from last host: %(last_host)s (node %(last_node)s): %(exc)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:283 +#: nova/scheduler/filter_scheduler.py:288 #, python-format msgid "" "Exceeded max scheduling attempts %(max_attempts)d for instance " "%(instance_uuid)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:351 +#: nova/scheduler/filter_scheduler.py:356 #, python-format msgid "Filtered %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:356 +#: nova/scheduler/filter_scheduler.py:361 #, python-format msgid "Weighed %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:398 +#: nova/scheduler/filter_scheduler.py:403 #, fuzzy, python-format msgid "Unable to migrate %(instance_uuid)s to %(dest)s: Lack of memory" msgstr "" @@ -6670,46 +6670,46 @@ msgstr "" msgid "Returns one member of the [%s] group" msgstr "" -#: nova/servicegroup/drivers/db.py:42 +#: nova/servicegroup/drivers/db.py:41 #, python-format msgid "" "DB_Driver: join new ServiceGroup member %(member_id)s to the %(group_id)s" " group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/db.py:46 +#: nova/servicegroup/drivers/db.py:45 msgid "service is a mandatory argument for DB based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/db.py:76 +#: nova/servicegroup/drivers/db.py:72 #, python-format msgid "DB_Driver: get_all members of the %s group" msgstr "" -#: nova/servicegroup/drivers/db.py:99 nova/servicegroup/drivers/mc.py:103 +#: nova/servicegroup/drivers/db.py:95 nova/servicegroup/drivers/mc.py:99 msgid "Recovered model server connection!" msgstr "Recuperada la conexión al servidor de modelos." -#: nova/servicegroup/drivers/db.py:105 nova/servicegroup/drivers/mc.py:109 +#: nova/servicegroup/drivers/db.py:101 nova/servicegroup/drivers/mc.py:105 msgid "model server went away" msgstr "el servidor de modelos se ha ido" -#: nova/servicegroup/drivers/mc.py:44 +#: nova/servicegroup/drivers/mc.py:43 msgid "memcached_servers not defined" msgstr "" -#: nova/servicegroup/drivers/mc.py:52 +#: nova/servicegroup/drivers/mc.py:51 #, python-format msgid "" "Memcached_Driver: join new ServiceGroup member %(member_id)s to the " "%(group_id)s group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/mc.py:57 +#: nova/servicegroup/drivers/mc.py:56 msgid "service is a mandatory argument for Memcached based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/mc.py:78 +#: nova/servicegroup/drivers/mc.py:74 #, python-format msgid "Memcached_Driver: get_all members of the %s group" msgstr "" @@ -6798,22 +6798,6 @@ msgstr "" msgid "already detached" msgstr "" -#: nova/tests/fakelibvirt.py:892 -msgid "Please extend mock libvirt module to support flags" -msgstr "" - -#: nova/tests/fakelibvirt.py:896 -msgid "Expected a list for 'auth' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:900 -msgid "Expected a function in 'auth[0]' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:904 -msgid "Expected a function in 'auth[1]' parameter" -msgstr "" - #: nova/tests/test_hypervapi.py:433 #, fuzzy msgid "fake vswitch not found" @@ -6848,17 +6832,17 @@ msgstr "" msgid "unexpected role header" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3340 +#: nova/tests/api/openstack/compute/test_servers.py:3365 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3345 +#: nova/tests/api/openstack/compute/test_servers.py:3370 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3350 +#: nova/tests/api/openstack/compute/test_servers.py:3375 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" @@ -6867,7 +6851,7 @@ msgstr "" #: nova/tests/compute/test_compute.py:1168 #: nova/tests/compute/test_compute.py:1195 #: nova/tests/compute/test_compute.py:1241 -#: nova/tests/compute/test_compute.py:3762 +#: nova/tests/compute/test_compute.py:3804 #, python-format msgid "Running instances: %s" msgstr "Ejecutando instancias: %s" @@ -6884,16 +6868,16 @@ msgstr "Después de terminar las instancias: %s" msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:3815 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4275 +#: nova/tests/compute/test_compute.py:4315 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8748 +#: nova/tests/compute/test_compute.py:8904 msgid "spawn error" msgstr "" @@ -6989,6 +6973,22 @@ msgstr "" msgid "Decoding JSON: %s" msgstr "" +#: nova/tests/virt/libvirt/fakelibvirt.py:892 +msgid "Please extend mock libvirt module to support flags" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:896 +msgid "Expected a list for 'auth' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:900 +msgid "Expected a function in 'auth[0]' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:904 +msgid "Expected a function in 'auth[1]' parameter" +msgstr "" + #: nova/virt/configdrive.py:97 #, python-format msgid "Added %(filepath)s to config drive" @@ -11128,67 +11128,12 @@ msgstr "" msgid "status must be 'available'" msgstr "" -#~ msgid "EC2APIError raised: %s" +#~ msgid "%(flag)s : FLAG SET " #~ msgstr "" -#~ msgid "Instance is in an invalid state for '%(action)s'" +#~ msgid "Child %(pid)d exited with status %(code)d" #~ msgstr "" -#~ msgid "Failed to load extension %(ext_name)s: %(exc)s" -#~ msgstr "" - -#~ msgid "Removing options '%(unk_opt_str)s' from query" -#~ msgstr "" - -#~ msgid "Live migration of instance %(id)s to another host failed" -#~ msgstr "" - -#~ msgid "Cannot show aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Cannot update aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Cannot delete aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Total %(type_)s: %(total)d %(unit)s, used: %(used)d %(unit)s" -#~ msgstr "" - -#~ msgid "%(type_)s limit not specified, defaulting to unlimited" -#~ msgstr "" - -#~ msgid "%(type_)s limit: %(limit)d %(unit)s, free: %(free)d %(unit)s" -#~ msgstr "" - -#~ msgid "" -#~ "Unable to claim resources. Free " -#~ "%(type_)s %(free)d %(unit)s < requested " -#~ "%(requested)d %(unit)s" -#~ msgstr "" - -#~ msgid "'%s' argument must be a positive integer" -#~ msgstr "" - -#~ msgid "Attempting to build %(num_instances)d instance(s)" -#~ msgstr "" - -#~ msgid "Choosing host %(chosen_host)s" -#~ msgstr "" - -#~ msgid "Unable to load the virtualization driver: %s" -#~ msgstr "" - -#~ msgid "" -#~ "Inject data image=%(image)s key=%(key)s " -#~ "net=%(net)s metadata=%(metadata)s admin_password=ha-" -#~ "ha-not-telling-you files=%(files)s " -#~ "partition=%(partition)s use_cow=%(use_cow)s" -#~ msgstr "" - -#~ msgid "Inject admin password fs=%(fs)s admin_passwd=ha-ha-not-telling-you" -#~ msgstr "" - -#~ msgid "Resizing down VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" -#~ msgstr "" +#~ msgid "Got update for instance %(instance_uuid)s: %(instance)s" +#~ msgstr "La instacia %(instance_id)s no esta suspendida" diff --git a/nova/locale/fi_FI/LC_MESSAGES/nova.po b/nova/locale/fi_FI/LC_MESSAGES/nova.po index c420040ca..42174063e 100644 --- a/nova/locale/fi_FI/LC_MESSAGES/nova.po +++ b/nova/locale/fi_FI/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: 2013-05-18 19:37+0000\n" +"POT-Creation-Date: 2013-05-22 19:37+0000\n" "PO-Revision-Date: 2013-05-18 19:07+0000\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Language-Team: Finnish (Finland) " @@ -169,7 +169,7 @@ msgid "" msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 -#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2778 +#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2767 msgid "Keypair data is invalid" msgstr "" @@ -185,7 +185,7 @@ msgstr "" msgid "Invalid volume" msgstr "" -#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1334 +#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1332 #: nova/api/openstack/compute/contrib/admin_actions.py:242 msgid "Invalid metadata" msgstr "" @@ -1306,7 +1306,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:166 +#: nova/manager.py:170 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1326,117 +1326,56 @@ msgstr "" msgid "Rule checked when requested rule is not found" msgstr "" -#: nova/quota.py:966 +#: nova/quota.py:972 #, python-format msgid "Created reservations %(reservations)s" msgstr "" -#: nova/quota.py:988 +#: nova/quota.py:994 #, python-format msgid "Failed to commit reservations %(reservations)s" msgstr "" -#: nova/quota.py:990 +#: nova/quota.py:996 #, python-format msgid "Committed reservations %(reservations)s" msgstr "" -#: nova/quota.py:1010 +#: nova/quota.py:1016 #, python-format msgid "Failed to roll back reservations %(reservations)s" msgstr "" -#: nova/quota.py:1012 +#: nova/quota.py:1018 #, python-format msgid "Rolled back reservations %(reservations)s" msgstr "" -#: nova/service.py:197 -msgid "Full set of CONF:" -msgstr "" - -#: nova/service.py:204 -#, python-format -msgid "%(flag)s : FLAG SET " -msgstr "" - -#: nova/service.py:214 nova/service.py:312 -#, python-format -msgid "Caught %s, exiting" -msgstr "" - -#: nova/service.py:258 -msgid "Parent process has died unexpectedly, exiting" -msgstr "" - -#: nova/service.py:294 -msgid "Forking too fast, sleeping" -msgstr "" - -#: nova/service.py:317 -msgid "Unhandled exception" -msgstr "" - -#: nova/service.py:324 -#, python-format -msgid "Started child %d" -msgstr "" - -#: nova/service.py:334 -#, python-format -msgid "Starting %d workers" -msgstr "" - -#: nova/service.py:348 -#, python-format -msgid "Child %(pid)d killed by signal %(sig)d" -msgstr "" - -#: nova/service.py:351 -#, python-format -msgid "Child %(pid)d exited with status %(code)d" -msgstr "" - -#: nova/service.py:354 -#, python-format -msgid "pid %d not in child list" -msgstr "" - -#: nova/service.py:374 -#, python-format -msgid "Caught %s, stopping children" -msgstr "" - -#: nova/service.py:385 -#, python-format -msgid "Waiting on %d children to exit" -msgstr "" - -#: nova/service.py:427 +#: nova/service.py:153 #, python-format msgid "Starting %(topic)s node (version %(version)s)" msgstr "" -#: nova/service.py:444 nova/openstack/common/rpc/service.py:47 +#: nova/service.py:170 nova/openstack/common/rpc/service.py:47 #, python-format msgid "Creating Consumer connection for Service %s" msgstr "" -#: nova/service.py:464 +#: nova/service.py:190 #, python-format msgid "Join ServiceGroup membership for this service %s" msgstr "" -#: nova/service.py:546 +#: nova/service.py:270 msgid "Service killed that has no database entry" msgstr "" -#: nova/service.py:581 +#: nova/service.py:292 #, python-format msgid "Temporary directory is invalid: %s" msgstr "" -#: nova/service.py:679 +#: nova/service.py:394 msgid "serve() can only be called once" msgstr "" @@ -1708,7 +1647,7 @@ msgstr "" msgid "An unknown error has occurred. Please try your request again." msgstr "" -#: nova/api/ec2/apirequest.py:60 +#: nova/api/ec2/apirequest.py:61 #, python-format msgid "Unsupported API request: controller = %(controller)s, action = %(action)s" msgstr "" @@ -2514,7 +2453,7 @@ msgid "No adminPass was specified" msgstr "" #: nova/api/openstack/compute/servers.py:1173 -#: nova/api/openstack/compute/servers.py:1384 +#: nova/api/openstack/compute/servers.py:1382 msgid "Invalid adminPass" msgstr "" @@ -2545,15 +2484,15 @@ msgstr "" msgid "Could not parse imageRef from request." msgstr "" -#: nova/api/openstack/compute/servers.py:1292 +#: nova/api/openstack/compute/servers.py:1289 msgid "Cannot find image for rebuild" msgstr "" -#: nova/api/openstack/compute/servers.py:1325 +#: nova/api/openstack/compute/servers.py:1323 msgid "createImage entity requires name attribute" msgstr "" -#: nova/api/openstack/compute/servers.py:1410 +#: nova/api/openstack/compute/servers.py:1408 #, python-format msgid "Removing options '%s' from query" msgstr "" @@ -3264,89 +3203,88 @@ msgstr "" msgid "Error processing message locally: %(exc)s" msgstr "" -#: nova/cells/messaging.py:358 nova/cells/messaging.py:364 +#: nova/cells/messaging.py:360 nova/cells/messaging.py:368 #, python-format msgid "destination is %(target_cell)s but routing_path is %(routing_path)s" msgstr "" -#: nova/cells/messaging.py:374 +#: nova/cells/messaging.py:380 #, python-format msgid "Unknown %(cell_type)s when routing to %(target_cell)s" msgstr "" -#: nova/cells/messaging.py:398 +#: nova/cells/messaging.py:404 #, python-format msgid "Error locating next hop for message: %(exc)s" msgstr "" -#: nova/cells/messaging.py:425 +#: nova/cells/messaging.py:431 #, python-format msgid "Failed to send message to cell: %(next_hop)s: %(exc)s" msgstr "" -#: nova/cells/messaging.py:504 +#: nova/cells/messaging.py:510 #, python-format msgid "Error locating next hops for message: %(exc)s" msgstr "" -#: nova/cells/messaging.py:524 +#: nova/cells/messaging.py:530 #, python-format msgid "Error sending message to next hops: %(exc)s" msgstr "" -#: nova/cells/messaging.py:542 +#: nova/cells/messaging.py:548 #, python-format msgid "Error waiting for responses from neighbor cells: %(exc)s" msgstr "" -#: nova/cells/messaging.py:653 +#: nova/cells/messaging.py:659 #, python-format msgid "Unknown method '%(method)s' in compute API" msgstr "" -#: nova/cells/messaging.py:676 +#: nova/cells/messaging.py:682 #, python-format msgid "Received capabilities from child cell %(cell_name)s: %(capabilities)s" msgstr "" -#: nova/cells/messaging.py:685 +#: nova/cells/messaging.py:692 #, python-format msgid "Received capacities from child cell %(cell_name)s: %(capacities)s" msgstr "" -#: nova/cells/messaging.py:811 +#: nova/cells/messaging.py:819 #, python-format -msgid "Got update for instance %(instance_uuid)s: %(instance)s" +msgid "Got update for instance: %(instance)s" msgstr "" -#: nova/cells/messaging.py:854 -#, python-format -msgid "Got update to delete instance %(instance_uuid)s" +#: nova/cells/messaging.py:862 +msgid "Got update to delete instance" msgstr "" -#: nova/cells/messaging.py:869 +#: nova/cells/messaging.py:877 #, python-format msgid "Got broadcast to %(delete_type)s delete instance" msgstr "" -#: nova/cells/messaging.py:883 +#: nova/cells/messaging.py:891 #, python-format msgid "Got message to create instance fault: %(instance_fault)s" msgstr "" -#: nova/cells/messaging.py:904 +#: nova/cells/messaging.py:912 #, python-format msgid "" "Forcing a sync of instances, project_id=%(projid_str)s, " "updated_since=%(since_str)s" msgstr "" -#: nova/cells/messaging.py:1088 +#: nova/cells/messaging.py:1097 #, python-format msgid "Updating parents with our capabilities: %(capabs)s" msgstr "" -#: nova/cells/messaging.py:1108 +#: nova/cells/messaging.py:1117 #, python-format msgid "Updating parents with our capacities: %(capacities)s" msgstr "" @@ -3363,7 +3301,7 @@ msgid "" "second(s)" msgstr "" -#: nova/cells/scheduler.py:139 +#: nova/cells/scheduler.py:140 #, python-format msgid "Error scheduling instances %(instance_uuids)s" msgstr "" @@ -3377,7 +3315,7 @@ msgstr "" msgid "Unknown cell '%(cell_name)s' when trying to update capabilities" msgstr "" -#: nova/cells/state.py:330 +#: nova/cells/state.py:331 #, python-format msgid "Unknown cell '%(cell_name)s' when trying to update capacities" msgstr "" @@ -3868,136 +3806,136 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:1997 +#: nova/compute/api.py:1988 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2006 +#: nova/compute/api.py:1997 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2048 +#: nova/compute/api.py:2043 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2188 +#: nova/compute/api.py:2179 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2295 +#: nova/compute/api.py:2284 msgid "Locking" msgstr "" -#: nova/compute/api.py:2303 +#: nova/compute/api.py:2292 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2375 +#: nova/compute/api.py:2364 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2488 +#: nova/compute/api.py:2477 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2507 +#: nova/compute/api.py:2496 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2511 +#: nova/compute/api.py:2500 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2758 +#: nova/compute/api.py:2747 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2762 +#: nova/compute/api.py:2751 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2858 +#: nova/compute/api.py:2847 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2861 +#: nova/compute/api.py:2850 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2869 +#: nova/compute/api.py:2858 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2875 +#: nova/compute/api.py:2864 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2893 +#: nova/compute/api.py:2882 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2896 +#: nova/compute/api.py:2885 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2903 +#: nova/compute/api.py:2892 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2967 +#: nova/compute/api.py:2956 #, python-format msgid "Unable to delete system group '%s'" msgstr "" -#: nova/compute/api.py:2972 +#: nova/compute/api.py:2961 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:2980 +#: nova/compute/api.py:2969 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:2983 +#: nova/compute/api.py:2972 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3060 nova/compute/api.py:3134 +#: nova/compute/api.py:3049 nova/compute/api.py:3123 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3076 +#: nova/compute/api.py:3065 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3079 +#: nova/compute/api.py:3068 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3088 +#: nova/compute/api.py:3077 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3141 +#: nova/compute/api.py:3130 msgid "Security group id should be integer" msgstr "" @@ -4100,650 +4038,650 @@ msgstr "" msgid "Instance has been destroyed from under us while trying to set it to ERROR" msgstr "" -#: nova/compute/manager.py:407 +#: nova/compute/manager.py:409 #, python-format msgid "Instance %(uuid)s found in the hypervisor, but not in the database" msgstr "" -#: nova/compute/manager.py:423 +#: nova/compute/manager.py:425 #, python-format msgid "" "Instance %(driver_instance)s found in the hypervisor, but not in the " "database" msgstr "" -#: nova/compute/manager.py:444 +#: nova/compute/manager.py:446 #, python-format msgid "" "Deleting instance as its host (%(instance_host)s) is not equal to our " "host (%(our_host)s)." msgstr "" -#: nova/compute/manager.py:459 +#: nova/compute/manager.py:461 msgid "Instance has been marked deleted already, removing it from the hypervisor." msgstr "" -#: nova/compute/manager.py:480 +#: nova/compute/manager.py:482 msgid "" "Hypervisor driver does not support instance shared storage check, " "assuming it's not on shared storage" msgstr "" -#: nova/compute/manager.py:486 +#: nova/compute/manager.py:488 msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:529 +#: nova/compute/manager.py:531 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:532 +#: nova/compute/manager.py:534 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:543 +#: nova/compute/manager.py:545 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:548 +#: nova/compute/manager.py:550 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:562 +#: nova/compute/manager.py:564 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:567 +#: nova/compute/manager.py:569 msgid "Failed to resume instance" msgstr "" -#: nova/compute/manager.py:577 +#: nova/compute/manager.py:579 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:581 +#: nova/compute/manager.py:583 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:597 +#: nova/compute/manager.py:599 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:609 +#: nova/compute/manager.py:611 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:647 +#: nova/compute/manager.py:649 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:745 +#: nova/compute/manager.py:747 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:762 +#: nova/compute/manager.py:764 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:862 +#: nova/compute/manager.py:864 msgid "Success" msgstr "" -#: nova/compute/manager.py:885 +#: nova/compute/manager.py:887 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:906 nova/compute/manager.py:2377 +#: nova/compute/manager.py:908 nova/compute/manager.py:2379 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:948 +#: nova/compute/manager.py:950 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:954 +#: nova/compute/manager.py:956 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:982 +#: nova/compute/manager.py:984 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:999 +#: nova/compute/manager.py:1001 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1024 nova/compute/manager.py:2431 +#: nova/compute/manager.py:1026 nova/compute/manager.py:2433 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1037 +#: nova/compute/manager.py:1039 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1042 +#: nova/compute/manager.py:1044 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1048 +#: nova/compute/manager.py:1050 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1077 +#: nova/compute/manager.py:1079 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1125 +#: nova/compute/manager.py:1127 #, python-format msgid "" "image_id=%(image_id)s, image_size_bytes=%(size_bytes)d, " "allowed_size_bytes=%(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1131 +#: nova/compute/manager.py:1133 #, python-format msgid "" "Image '%(image_id)s' size %(size_bytes)d exceeded instance_type allowed " "size %(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1141 +#: nova/compute/manager.py:1143 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1167 +#: nova/compute/manager.py:1169 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1170 +#: nova/compute/manager.py:1172 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1181 +#: nova/compute/manager.py:1183 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1200 +#: nova/compute/manager.py:1202 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1251 +#: nova/compute/manager.py:1253 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1324 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1338 +#: nova/compute/manager.py:1340 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1358 +#: nova/compute/manager.py:1360 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1361 +#: nova/compute/manager.py:1363 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1368 +#: nova/compute/manager.py:1370 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1415 +#: nova/compute/manager.py:1417 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1468 nova/compute/manager.py:2606 -#: nova/compute/manager.py:4118 +#: nova/compute/manager.py:1470 nova/compute/manager.py:2608 +#: nova/compute/manager.py:4137 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1620 +#: nova/compute/manager.py:1622 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1633 +#: nova/compute/manager.py:1635 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1637 +#: nova/compute/manager.py:1639 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1641 +#: nova/compute/manager.py:1643 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1724 +#: nova/compute/manager.py:1726 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1756 +#: nova/compute/manager.py:1758 #, python-format msgid "Detaching from volume api: %s" msgstr "" -#: nova/compute/manager.py:1774 +#: nova/compute/manager.py:1776 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1799 +#: nova/compute/manager.py:1801 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1817 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "" -#: nova/compute/manager.py:1828 +#: nova/compute/manager.py:1830 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1855 +#: nova/compute/manager.py:1857 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1861 +#: nova/compute/manager.py:1863 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1922 +#: nova/compute/manager.py:1924 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1929 +#: nova/compute/manager.py:1931 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1934 +#: nova/compute/manager.py:1936 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1962 +#: nova/compute/manager.py:1964 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1969 +#: nova/compute/manager.py:1971 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1976 +#: nova/compute/manager.py:1978 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1991 +#: nova/compute/manager.py:1993 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1998 +#: nova/compute/manager.py:2000 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:2011 +#: nova/compute/manager.py:2013 #, python-format msgid "" "trying to inject a file into a non-running (state: " "%(current_power_state)s expected: %(expected_state)s)" msgstr "" -#: nova/compute/manager.py:2015 +#: nova/compute/manager.py:2017 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:2035 +#: nova/compute/manager.py:2037 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2048 +#: nova/compute/manager.py:2050 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2067 +#: nova/compute/manager.py:2069 msgid "Error trying to Rescue Instance" msgstr "" -#: nova/compute/manager.py:2071 +#: nova/compute/manager.py:2073 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2089 +#: nova/compute/manager.py:2091 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2110 +#: nova/compute/manager.py:2112 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2335 +#: nova/compute/manager.py:2337 msgid "Instance has no source host" msgstr "" -#: nova/compute/manager.py:2341 +#: nova/compute/manager.py:2343 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2358 +#: nova/compute/manager.py:2360 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2603 +#: nova/compute/manager.py:2605 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2666 +#: nova/compute/manager.py:2668 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2684 +#: nova/compute/manager.py:2686 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2722 +#: nova/compute/manager.py:2724 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2753 +#: nova/compute/manager.py:2755 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2773 +#: nova/compute/manager.py:2775 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2778 +#: nova/compute/manager.py:2780 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2781 +#: nova/compute/manager.py:2783 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2798 +#: nova/compute/manager.py:2800 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2825 +#: nova/compute/manager.py:2827 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2860 +#: nova/compute/manager.py:2862 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2907 +#: nova/compute/manager.py:2909 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2957 +#: nova/compute/manager.py:2959 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2966 +#: nova/compute/manager.py:2968 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2981 +#: nova/compute/manager.py:2983 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:3011 +#: nova/compute/manager.py:3013 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:3021 +#: nova/compute/manager.py:3023 msgid "Detaching volume from unknown instance" msgstr "" -#: nova/compute/manager.py:3028 +#: nova/compute/manager.py:3030 #, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "" -#: nova/compute/manager.py:3051 +#: nova/compute/manager.py:3053 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3087 +#: nova/compute/manager.py:3089 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3107 +#: nova/compute/manager.py:3109 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3121 +#: nova/compute/manager.py:3123 #, python-format msgid "Host %(host)s not found" msgstr "" -#: nova/compute/manager.py:3265 +#: nova/compute/manager.py:3276 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3293 +#: nova/compute/manager.py:3304 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3348 +#: nova/compute/manager.py:3359 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3350 +#: nova/compute/manager.py:3361 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:3364 +#: nova/compute/manager.py:3376 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3393 +#: nova/compute/manager.py:3408 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3512 +#: nova/compute/manager.py:3537 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3557 +#: nova/compute/manager.py:3587 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3563 +#: nova/compute/manager.py:3593 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3602 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3579 +#: nova/compute/manager.py:3609 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3583 +#: nova/compute/manager.py:3613 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3590 +#: nova/compute/manager.py:3620 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3599 +#: nova/compute/manager.py:3629 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3616 +#: nova/compute/manager.py:3646 #, 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:3635 +#: nova/compute/manager.py:3665 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3659 +#: nova/compute/manager.py:3689 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3776 +#: nova/compute/manager.py:3806 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3793 +#: nova/compute/manager.py:3823 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3820 +#: nova/compute/manager.py:3850 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3825 nova/compute/manager.py:3875 +#: nova/compute/manager.py:3855 nova/compute/manager.py:3905 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3862 +#: nova/compute/manager.py:3892 #, 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:3900 +#: nova/compute/manager.py:3930 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3912 nova/compute/manager.py:3921 -#: nova/compute/manager.py:3951 +#: nova/compute/manager.py:3942 nova/compute/manager.py:3951 +#: nova/compute/manager.py:3981 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3916 +#: nova/compute/manager.py:3946 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3932 +#: nova/compute/manager.py:3962 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3938 +#: nova/compute/manager.py:3968 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3944 +#: nova/compute/manager.py:3974 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3960 +#: nova/compute/manager.py:3990 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3968 +#: nova/compute/manager.py:3998 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3988 +#: nova/compute/manager.py:4010 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:4015 +#: nova/compute/manager.py:4037 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:4025 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4047 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4088 #, python-format msgid "" "Detected instance with name label '%(name)s' which is marked as DELETED " "but still present on host." msgstr "" -#: nova/compute/manager.py:4073 +#: nova/compute/manager.py:4095 #, python-format msgid "" "Destroying instance with name label '%(name)s' which is marked as DELETED" " but still present on host." msgstr "" -#: nova/compute/manager.py:4080 +#: nova/compute/manager.py:4102 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4110 +#: nova/compute/manager.py:4129 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4857,7 +4795,7 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:380 +#: nova/conductor/api.py:373 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" @@ -4868,7 +4806,7 @@ msgstr "" msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:262 +#: nova/conductor/manager.py:263 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -4946,54 +4884,50 @@ msgstr "" msgid "Failed to notify cells of instance destroy" msgstr "" -#: nova/db/api.py:673 nova/db/api.py:694 +#: nova/db/api.py:674 nova/db/api.py:695 msgid "Failed to notify cells of instance update" msgstr "" -#: nova/db/api.py:734 -msgid "Failed to notify cells of instance info cache update" -msgstr "" - -#: nova/db/api.py:1456 +#: nova/db/api.py:1453 msgid "Failed to notify cells of bw_usage update" msgstr "" -#: nova/db/api.py:1591 +#: nova/db/api.py:1588 msgid "Failed to notify cells of instance fault" msgstr "" -#: nova/db/sqlalchemy/api.py:157 +#: nova/db/sqlalchemy/api.py:160 #, python-format msgid "Deadlock detected when running '%(func_name)s': Retrying..." msgstr "" -#: nova/db/sqlalchemy/api.py:192 +#: nova/db/sqlalchemy/api.py:195 msgid "model or base_model parameter should be subclass of NovaBase" msgstr "" -#: nova/db/sqlalchemy/api.py:205 nova/virt/baremetal/db/sqlalchemy/api.py:61 +#: nova/db/sqlalchemy/api.py:208 nova/virt/baremetal/db/sqlalchemy/api.py:61 #, python-format msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1408 +#: nova/db/sqlalchemy/api.py:1411 #, python-format msgid "" "Unknown osapi_compute_unique_server_name_scope value: %s Flag must be " "empty, \"global\" or \"project\"" msgstr "" -#: nova/db/sqlalchemy/api.py:1546 +#: nova/db/sqlalchemy/api.py:1549 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2853 +#: nova/db/sqlalchemy/api.py:2908 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4361 +#: nova/db/sqlalchemy/api.py:4416 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5139,15 +5073,19 @@ msgstr "" msgid "Bad project_id for to_global_ipv6: %s" msgstr "" -#: nova/network/api.py:55 +#: nova/network/api.py:56 msgid "instance is a required argument to use @refresh_cache" msgstr "" -#: nova/network/api.py:80 +#: nova/network/api.py:90 +msgid "Failed to notify cells of instance info cache update" +msgstr "" + +#: nova/network/api.py:93 msgid "Failed storing info cache" msgstr "" -#: nova/network/api.py:235 +#: nova/network/api.py:248 #, python-format msgid "re-assign floating IP %(address)s from instance %(instance_id)s" msgstr "" @@ -5705,17 +5643,17 @@ msgstr "" msgid "Deprecated: %s" msgstr "" -#: nova/openstack/common/log.py:347 +#: nova/openstack/common/log.py:336 #, python-format msgid "Error loading logging config %(log_config)s: %(err_msg)s" msgstr "" -#: nova/openstack/common/log.py:397 +#: nova/openstack/common/log.py:386 #, python-format msgid "syslog facility must be one of: %s" msgstr "" -#: nova/openstack/common/log.py:563 +#: nova/openstack/common/log.py:555 #, python-format msgid "Fatal call to deprecated config: %(msg)s" msgstr "" @@ -5812,6 +5750,62 @@ msgstr "" msgid "process_input not supported over SSH" msgstr "" +#: nova/openstack/common/service.py:113 nova/openstack/common/service.py:276 +msgid "Full set of CONF:" +msgstr "" + +#: nova/openstack/common/service.py:122 nova/openstack/common/service.py:219 +#, python-format +msgid "Caught %s, exiting" +msgstr "" + +#: nova/openstack/common/service.py:165 +msgid "Parent process has died unexpectedly, exiting" +msgstr "" + +#: nova/openstack/common/service.py:201 +msgid "Forking too fast, sleeping" +msgstr "" + +#: nova/openstack/common/service.py:224 +msgid "Unhandled exception" +msgstr "" + +#: nova/openstack/common/service.py:231 +#, python-format +msgid "Started child %d" +msgstr "" + +#: nova/openstack/common/service.py:241 +#, python-format +msgid "Starting %d workers" +msgstr "" + +#: nova/openstack/common/service.py:258 +#, python-format +msgid "Child %(pid)d killed by signal %(sig)d" +msgstr "" + +#: nova/openstack/common/service.py:262 +#, python-format +msgid "Child %(pid)s exited with status %(code)d" +msgstr "" + +#: nova/openstack/common/service.py:266 +#, python-format +msgid "pid %d not in child list" +msgstr "" + +#: nova/openstack/common/service.py:294 +#, python-format +msgid "Caught %s, stopping children" +msgstr "" + +#: nova/openstack/common/service.py:305 +#, python-format +msgid "Waiting on %d children to exit" +msgstr "" + #: nova/openstack/common/strutils.py:72 #, python-format msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" @@ -6000,12 +5994,17 @@ msgid "" "endpoint." msgstr "" -#: nova/openstack/common/rpc/common.py:281 +#: nova/openstack/common/rpc/common.py:162 +#, python-format +msgid "Specified RPC version cap, %(version_cap)s, is too low" +msgstr "" + +#: nova/openstack/common/rpc/common.py:285 #, python-format msgid "Failed to sanitize %(item)s. Key error %(err)s" msgstr "" -#: nova/openstack/common/rpc/common.py:303 +#: nova/openstack/common/rpc/common.py:307 #, python-format msgid "Returning exception %s to caller" msgstr "" @@ -6338,38 +6337,38 @@ msgstr "" msgid "Request Spec: %s" msgstr "" -#: nova/scheduler/filter_scheduler.py:92 +#: nova/scheduler/filter_scheduler.py:97 #, python-format msgid "Choosing host %(weighed_host)s for instance %(instance_uuid)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:234 +#: nova/scheduler/filter_scheduler.py:239 msgid "Invalid value for 'scheduler_max_attempts', must be >= 1" msgstr "" -#: nova/scheduler/filter_scheduler.py:251 +#: nova/scheduler/filter_scheduler.py:256 #, python-format msgid "Error from last host: %(last_host)s (node %(last_node)s): %(exc)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:283 +#: nova/scheduler/filter_scheduler.py:288 #, python-format msgid "" "Exceeded max scheduling attempts %(max_attempts)d for instance " "%(instance_uuid)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:351 +#: nova/scheduler/filter_scheduler.py:356 #, python-format msgid "Filtered %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:356 +#: nova/scheduler/filter_scheduler.py:361 #, python-format msgid "Weighed %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:398 +#: nova/scheduler/filter_scheduler.py:403 #, python-format msgid "Unable to migrate %(instance_uuid)s to %(dest)s: Lack of memory" msgstr "" @@ -6564,46 +6563,46 @@ msgstr "" msgid "Returns one member of the [%s] group" msgstr "" -#: nova/servicegroup/drivers/db.py:42 +#: nova/servicegroup/drivers/db.py:41 #, python-format msgid "" "DB_Driver: join new ServiceGroup member %(member_id)s to the %(group_id)s" " group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/db.py:46 +#: nova/servicegroup/drivers/db.py:45 msgid "service is a mandatory argument for DB based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/db.py:76 +#: nova/servicegroup/drivers/db.py:72 #, python-format msgid "DB_Driver: get_all members of the %s group" msgstr "" -#: nova/servicegroup/drivers/db.py:99 nova/servicegroup/drivers/mc.py:103 +#: nova/servicegroup/drivers/db.py:95 nova/servicegroup/drivers/mc.py:99 msgid "Recovered model server connection!" msgstr "" -#: nova/servicegroup/drivers/db.py:105 nova/servicegroup/drivers/mc.py:109 +#: nova/servicegroup/drivers/db.py:101 nova/servicegroup/drivers/mc.py:105 msgid "model server went away" msgstr "" -#: nova/servicegroup/drivers/mc.py:44 +#: nova/servicegroup/drivers/mc.py:43 msgid "memcached_servers not defined" msgstr "" -#: nova/servicegroup/drivers/mc.py:52 +#: nova/servicegroup/drivers/mc.py:51 #, python-format msgid "" "Memcached_Driver: join new ServiceGroup member %(member_id)s to the " "%(group_id)s group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/mc.py:57 +#: nova/servicegroup/drivers/mc.py:56 msgid "service is a mandatory argument for Memcached based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/mc.py:78 +#: nova/servicegroup/drivers/mc.py:74 #, python-format msgid "Memcached_Driver: get_all members of the %s group" msgstr "" @@ -6692,22 +6691,6 @@ msgstr "" msgid "already detached" msgstr "" -#: nova/tests/fakelibvirt.py:892 -msgid "Please extend mock libvirt module to support flags" -msgstr "" - -#: nova/tests/fakelibvirt.py:896 -msgid "Expected a list for 'auth' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:900 -msgid "Expected a function in 'auth[0]' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:904 -msgid "Expected a function in 'auth[1]' parameter" -msgstr "" - #: nova/tests/test_hypervapi.py:433 msgid "fake vswitch not found" msgstr "" @@ -6741,17 +6724,17 @@ msgstr "" msgid "unexpected role header" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3340 +#: nova/tests/api/openstack/compute/test_servers.py:3365 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3345 +#: nova/tests/api/openstack/compute/test_servers.py:3370 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3350 +#: nova/tests/api/openstack/compute/test_servers.py:3375 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" @@ -6760,7 +6743,7 @@ msgstr "" #: nova/tests/compute/test_compute.py:1168 #: nova/tests/compute/test_compute.py:1195 #: nova/tests/compute/test_compute.py:1241 -#: nova/tests/compute/test_compute.py:3762 +#: nova/tests/compute/test_compute.py:3804 #, python-format msgid "Running instances: %s" msgstr "" @@ -6777,16 +6760,16 @@ msgstr "" msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:3815 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4275 +#: nova/tests/compute/test_compute.py:4315 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8748 +#: nova/tests/compute/test_compute.py:8904 msgid "spawn error" msgstr "" @@ -6882,6 +6865,22 @@ msgstr "" msgid "Decoding JSON: %s" msgstr "" +#: nova/tests/virt/libvirt/fakelibvirt.py:892 +msgid "Please extend mock libvirt module to support flags" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:896 +msgid "Expected a list for 'auth' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:900 +msgid "Expected a function in 'auth[0]' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:904 +msgid "Expected a function in 'auth[1]' parameter" +msgstr "" + #: nova/virt/configdrive.py:97 #, python-format msgid "Added %(filepath)s to config drive" @@ -10965,3 +10964,15 @@ msgstr "" msgid "status must be 'available'" msgstr "" +#~ msgid "%(flag)s : FLAG SET " +#~ msgstr "" + +#~ msgid "Child %(pid)d exited with status %(code)d" +#~ msgstr "" + +#~ msgid "Got update for instance %(instance_uuid)s: %(instance)s" +#~ msgstr "" + +#~ msgid "Got update to delete instance %(instance_uuid)s" +#~ msgstr "" + diff --git a/nova/locale/fr/LC_MESSAGES/nova.po b/nova/locale/fr/LC_MESSAGES/nova.po index e64ad0030..83ded3842 100644 --- a/nova/locale/fr/LC_MESSAGES/nova.po +++ b/nova/locale/fr/LC_MESSAGES/nova.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: nova\n" "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" -"POT-Creation-Date: 2013-05-18 19:37+0000\n" +"POT-Creation-Date: 2013-05-22 19:37+0000\n" "PO-Revision-Date: 2012-05-14 08:35+0000\n" "Last-Translator: Erwan Gallen <Unknown>\n" "Language-Team: French <fr@li.org>\n" @@ -173,7 +173,7 @@ msgid "" msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 -#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2778 +#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2767 msgid "Keypair data is invalid" msgstr "La paire de clés de donnée n'est pas valide" @@ -189,7 +189,7 @@ msgstr "Entrée invalide reçue" msgid "Invalid volume" msgstr "Volume invalide" -#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1334 +#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1332 #: nova/api/openstack/compute/contrib/admin_actions.py:242 msgid "Invalid metadata" msgstr "" @@ -1353,7 +1353,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:166 +#: nova/manager.py:170 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1374,118 +1374,56 @@ msgstr "" msgid "Rule checked when requested rule is not found" msgstr "" -#: nova/quota.py:966 +#: nova/quota.py:972 #, python-format msgid "Created reservations %(reservations)s" msgstr "" -#: nova/quota.py:988 +#: nova/quota.py:994 #, python-format msgid "Failed to commit reservations %(reservations)s" msgstr "" -#: nova/quota.py:990 +#: nova/quota.py:996 #, python-format msgid "Committed reservations %(reservations)s" msgstr "" -#: nova/quota.py:1010 +#: nova/quota.py:1016 #, python-format msgid "Failed to roll back reservations %(reservations)s" msgstr "" -#: nova/quota.py:1012 +#: nova/quota.py:1018 #, python-format msgid "Rolled back reservations %(reservations)s" msgstr "" -#: nova/service.py:197 -#, fuzzy -msgid "Full set of CONF:" -msgstr "Ensemble de propriétés complet :" - -#: nova/service.py:204 -#, python-format -msgid "%(flag)s : FLAG SET " -msgstr "" - -#: nova/service.py:214 nova/service.py:312 -#, python-format -msgid "Caught %s, exiting" -msgstr "" - -#: nova/service.py:258 -msgid "Parent process has died unexpectedly, exiting" -msgstr "" - -#: nova/service.py:294 -msgid "Forking too fast, sleeping" -msgstr "" - -#: nova/service.py:317 -msgid "Unhandled exception" -msgstr "" - -#: nova/service.py:324 -#, python-format -msgid "Started child %d" -msgstr "" - -#: nova/service.py:334 -#, fuzzy, python-format -msgid "Starting %d workers" -msgstr "adresse de départ" - -#: nova/service.py:348 -#, python-format -msgid "Child %(pid)d killed by signal %(sig)d" -msgstr "" - -#: nova/service.py:351 -#, python-format -msgid "Child %(pid)d exited with status %(code)d" -msgstr "" - -#: nova/service.py:354 -#, python-format -msgid "pid %d not in child list" -msgstr "" - -#: nova/service.py:374 -#, python-format -msgid "Caught %s, stopping children" -msgstr "" - -#: nova/service.py:385 -#, python-format -msgid "Waiting on %d children to exit" -msgstr "" - -#: nova/service.py:427 +#: nova/service.py:153 #, fuzzy, python-format msgid "Starting %(topic)s node (version %(version)s)" msgstr "Démarrage du noeud %(topic)s (version %(vcs_string)s)" -#: nova/service.py:444 nova/openstack/common/rpc/service.py:47 +#: nova/service.py:170 nova/openstack/common/rpc/service.py:47 #, python-format msgid "Creating Consumer connection for Service %s" msgstr "" -#: nova/service.py:464 +#: nova/service.py:190 #, python-format msgid "Join ServiceGroup membership for this service %s" msgstr "" -#: nova/service.py:546 +#: nova/service.py:270 msgid "Service killed that has no database entry" msgstr "Service détruit sans entrée dans la base de données" -#: nova/service.py:581 +#: nova/service.py:292 #, python-format msgid "Temporary directory is invalid: %s" msgstr "" -#: nova/service.py:679 +#: nova/service.py:394 msgid "serve() can only be called once" msgstr "" @@ -1763,7 +1701,7 @@ msgstr "" msgid "An unknown error has occurred. Please try your request again." msgstr "Une erreur inopinée à eu lieu. Merci d'essayer votre requête à nouveau." -#: nova/api/ec2/apirequest.py:60 +#: nova/api/ec2/apirequest.py:61 #, python-format msgid "Unsupported API request: controller = %(controller)s, action = %(action)s" msgstr "" @@ -2589,7 +2527,7 @@ msgid "No adminPass was specified" msgstr "" #: nova/api/openstack/compute/servers.py:1173 -#: nova/api/openstack/compute/servers.py:1384 +#: nova/api/openstack/compute/servers.py:1382 msgid "Invalid adminPass" msgstr "" @@ -2621,15 +2559,15 @@ msgstr "" msgid "Could not parse imageRef from request." msgstr "" -#: nova/api/openstack/compute/servers.py:1292 +#: nova/api/openstack/compute/servers.py:1289 msgid "Cannot find image for rebuild" msgstr "" -#: nova/api/openstack/compute/servers.py:1325 +#: nova/api/openstack/compute/servers.py:1323 msgid "createImage entity requires name attribute" msgstr "" -#: nova/api/openstack/compute/servers.py:1410 +#: nova/api/openstack/compute/servers.py:1408 #, python-format msgid "Removing options '%s' from query" msgstr "" @@ -3360,91 +3298,89 @@ msgstr "" msgid "Error processing message locally: %(exc)s" msgstr "" -#: nova/cells/messaging.py:358 nova/cells/messaging.py:364 +#: nova/cells/messaging.py:360 nova/cells/messaging.py:368 #, python-format msgid "destination is %(target_cell)s but routing_path is %(routing_path)s" msgstr "" -#: nova/cells/messaging.py:374 +#: nova/cells/messaging.py:380 #, python-format msgid "Unknown %(cell_type)s when routing to %(target_cell)s" msgstr "" -#: nova/cells/messaging.py:398 +#: nova/cells/messaging.py:404 #, fuzzy, python-format msgid "Error locating next hop for message: %(exc)s" msgstr "Pas de méthode pour le message : %s" -#: nova/cells/messaging.py:425 +#: nova/cells/messaging.py:431 #, python-format msgid "Failed to send message to cell: %(next_hop)s: %(exc)s" msgstr "" -#: nova/cells/messaging.py:504 +#: nova/cells/messaging.py:510 #, fuzzy, python-format msgid "Error locating next hops for message: %(exc)s" msgstr "Pas de méthode pour le message : %s" -#: nova/cells/messaging.py:524 +#: nova/cells/messaging.py:530 #, python-format msgid "Error sending message to next hops: %(exc)s" msgstr "" -#: nova/cells/messaging.py:542 +#: nova/cells/messaging.py:548 #, python-format msgid "Error waiting for responses from neighbor cells: %(exc)s" msgstr "" -#: nova/cells/messaging.py:653 +#: nova/cells/messaging.py:659 #, python-format msgid "Unknown method '%(method)s' in compute API" msgstr "" -#: nova/cells/messaging.py:676 +#: nova/cells/messaging.py:682 #, python-format msgid "Received capabilities from child cell %(cell_name)s: %(capabilities)s" msgstr "" -#: nova/cells/messaging.py:685 +#: nova/cells/messaging.py:692 #, python-format msgid "Received capacities from child cell %(cell_name)s: %(capacities)s" msgstr "" -#: nova/cells/messaging.py:811 +#: nova/cells/messaging.py:819 #, fuzzy, python-format -msgid "Got update for instance %(instance_uuid)s: %(instance)s" -msgstr "" -"Migration non trouvée pour l'instance %(instance_id)s avec le statut " -"%(status)s." +msgid "Got update for instance: %(instance)s" +msgstr "Volume non trouvé pour l'instance %(instance_id)s." -#: nova/cells/messaging.py:854 +#: nova/cells/messaging.py:862 #, fuzzy, python-format -msgid "Got update to delete instance %(instance_uuid)s" +msgid "Got update to delete instance" msgstr "Volume non trouvé pour l'instance %(instance_id)s." -#: nova/cells/messaging.py:869 +#: nova/cells/messaging.py:877 #, python-format msgid "Got broadcast to %(delete_type)s delete instance" msgstr "" -#: nova/cells/messaging.py:883 +#: nova/cells/messaging.py:891 #, python-format msgid "Got message to create instance fault: %(instance_fault)s" msgstr "" -#: nova/cells/messaging.py:904 +#: nova/cells/messaging.py:912 #, python-format msgid "" "Forcing a sync of instances, project_id=%(projid_str)s, " "updated_since=%(since_str)s" msgstr "" -#: nova/cells/messaging.py:1088 +#: nova/cells/messaging.py:1097 #, python-format msgid "Updating parents with our capabilities: %(capabs)s" msgstr "" -#: nova/cells/messaging.py:1108 +#: nova/cells/messaging.py:1117 #, python-format msgid "Updating parents with our capacities: %(capacities)s" msgstr "" @@ -3461,7 +3397,7 @@ msgid "" "second(s)" msgstr "" -#: nova/cells/scheduler.py:139 +#: nova/cells/scheduler.py:140 #, fuzzy, python-format msgid "Error scheduling instances %(instance_uuids)s" msgstr "Volume non trouvé pour l'instance %(instance_id)s." @@ -3475,7 +3411,7 @@ msgstr "" msgid "Unknown cell '%(cell_name)s' when trying to update capabilities" msgstr "" -#: nova/cells/state.py:330 +#: nova/cells/state.py:331 #, python-format msgid "Unknown cell '%(cell_name)s' when trying to update capacities" msgstr "" @@ -3989,137 +3925,137 @@ msgstr "" msgid "snapshot for %s" msgstr "Début de création d'instantané (snapshot) pour la VM %s" -#: nova/compute/api.py:1997 +#: nova/compute/api.py:1988 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2006 +#: nova/compute/api.py:1997 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2048 +#: nova/compute/api.py:2043 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2188 +#: nova/compute/api.py:2179 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2295 +#: nova/compute/api.py:2284 msgid "Locking" msgstr "" -#: nova/compute/api.py:2303 +#: nova/compute/api.py:2292 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2375 +#: nova/compute/api.py:2364 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2488 +#: nova/compute/api.py:2477 #, fuzzy, python-format msgid "Going to try to live migrate instance to %s" msgstr "Va essayer d'arrêter %s" -#: nova/compute/api.py:2507 +#: nova/compute/api.py:2496 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2511 +#: nova/compute/api.py:2500 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2758 +#: nova/compute/api.py:2747 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2762 +#: nova/compute/api.py:2751 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2858 +#: nova/compute/api.py:2847 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2861 +#: nova/compute/api.py:2850 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2869 +#: nova/compute/api.py:2858 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2875 +#: nova/compute/api.py:2864 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2893 +#: nova/compute/api.py:2882 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2896 +#: nova/compute/api.py:2885 #, python-format msgid "Create Security Group %s" msgstr "Création du groupe de sécurité %s" -#: nova/compute/api.py:2903 +#: nova/compute/api.py:2892 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2967 +#: nova/compute/api.py:2956 #, fuzzy, python-format msgid "Unable to delete system group '%s'" msgstr "Impossible de supprimer le VBD %s" -#: nova/compute/api.py:2972 +#: nova/compute/api.py:2961 #, fuzzy msgid "Security group is still in use" msgstr "Révocation de groupe de sécurité %s" -#: nova/compute/api.py:2980 +#: nova/compute/api.py:2969 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:2983 +#: nova/compute/api.py:2972 #, python-format msgid "Delete security group %s" msgstr "Suppression du groupe de sécurité %s" -#: nova/compute/api.py:3060 nova/compute/api.py:3134 +#: nova/compute/api.py:3049 nova/compute/api.py:3123 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3076 +#: nova/compute/api.py:3065 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3079 +#: nova/compute/api.py:3068 #, python-format msgid "Authorize security group ingress %s" msgstr "Authorisation du groupe de sécurité %s" -#: nova/compute/api.py:3088 +#: nova/compute/api.py:3077 #, python-format msgid "Revoke security group ingress %s" msgstr "Révocation de groupe de sécurité %s" -#: nova/compute/api.py:3141 +#: nova/compute/api.py:3130 msgid "Security group id should be integer" msgstr "" @@ -4223,19 +4159,19 @@ msgstr "" msgid "Instance has been destroyed from under us while trying to set it to ERROR" msgstr "" -#: nova/compute/manager.py:407 +#: nova/compute/manager.py:409 #, python-format msgid "Instance %(uuid)s found in the hypervisor, but not in the database" msgstr "" -#: nova/compute/manager.py:423 +#: nova/compute/manager.py:425 #, python-format msgid "" "Instance %(driver_instance)s found in the hypervisor, but not in the " "database" msgstr "" -#: nova/compute/manager.py:444 +#: nova/compute/manager.py:446 #, fuzzy, python-format msgid "" "Deleting instance as its host (%(instance_host)s) is not equal to our " @@ -4244,651 +4180,651 @@ msgstr "" "Impossible de migrer l'instance (%(instance_id)s) vers l'hôte actuel " "(%(host)s)." -#: nova/compute/manager.py:459 +#: nova/compute/manager.py:461 msgid "Instance has been marked deleted already, removing it from the hypervisor." msgstr "" -#: nova/compute/manager.py:480 +#: nova/compute/manager.py:482 msgid "" "Hypervisor driver does not support instance shared storage check, " "assuming it's not on shared storage" msgstr "" -#: nova/compute/manager.py:486 +#: nova/compute/manager.py:488 #, fuzzy msgid "Failed to check if instance shared" msgstr "Échec du redémarrage de l'instance" -#: nova/compute/manager.py:529 +#: nova/compute/manager.py:531 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:532 +#: nova/compute/manager.py:534 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:543 +#: nova/compute/manager.py:545 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:548 +#: nova/compute/manager.py:550 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:562 +#: nova/compute/manager.py:564 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:567 +#: nova/compute/manager.py:569 #, fuzzy msgid "Failed to resume instance" msgstr "Échec de la suspension de l'instance" -#: nova/compute/manager.py:577 +#: nova/compute/manager.py:579 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:581 +#: nova/compute/manager.py:583 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:597 +#: nova/compute/manager.py:599 #, fuzzy, python-format msgid "Unexpected power state %d" msgstr "\"Erreur inopinée\" remontée : %s" -#: nova/compute/manager.py:609 +#: nova/compute/manager.py:611 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:647 +#: nova/compute/manager.py:649 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:745 +#: nova/compute/manager.py:747 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:762 +#: nova/compute/manager.py:764 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:862 +#: nova/compute/manager.py:864 msgid "Success" msgstr "" -#: nova/compute/manager.py:885 +#: nova/compute/manager.py:887 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:906 nova/compute/manager.py:2377 +#: nova/compute/manager.py:908 nova/compute/manager.py:2379 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:948 +#: nova/compute/manager.py:950 #, fuzzy msgid "Failed to dealloc network for deleted instance" msgstr "Va essayer d'arrêter %s" -#: nova/compute/manager.py:954 +#: nova/compute/manager.py:956 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:982 +#: nova/compute/manager.py:984 #, fuzzy, python-format msgid "Error: %s" msgstr "Erreur interceptée : %s" -#: nova/compute/manager.py:999 +#: nova/compute/manager.py:1001 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1024 nova/compute/manager.py:2431 +#: nova/compute/manager.py:1026 nova/compute/manager.py:2433 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1037 +#: nova/compute/manager.py:1039 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1042 +#: nova/compute/manager.py:1044 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1048 +#: nova/compute/manager.py:1050 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1077 +#: nova/compute/manager.py:1079 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1125 +#: nova/compute/manager.py:1127 #, python-format msgid "" "image_id=%(image_id)s, image_size_bytes=%(size_bytes)d, " "allowed_size_bytes=%(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1131 +#: nova/compute/manager.py:1133 #, python-format msgid "" "Image '%(image_id)s' size %(size_bytes)d exceeded instance_type allowed " "size %(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1141 +#: nova/compute/manager.py:1143 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1167 +#: nova/compute/manager.py:1169 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1170 +#: nova/compute/manager.py:1172 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1181 +#: nova/compute/manager.py:1183 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1200 +#: nova/compute/manager.py:1202 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1251 +#: nova/compute/manager.py:1253 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1324 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1338 +#: nova/compute/manager.py:1340 #, fuzzy msgid "Failed to deallocate network for instance." msgstr "Va essayer d'arrêter %s" -#: nova/compute/manager.py:1358 +#: nova/compute/manager.py:1360 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1361 +#: nova/compute/manager.py:1363 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1368 +#: nova/compute/manager.py:1370 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1415 +#: nova/compute/manager.py:1417 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1468 nova/compute/manager.py:2606 -#: nova/compute/manager.py:4118 +#: nova/compute/manager.py:1470 nova/compute/manager.py:2608 +#: nova/compute/manager.py:4137 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1620 +#: nova/compute/manager.py:1622 #, fuzzy msgid "Rebuilding instance" msgstr "Redémarrage de l'instance %s" -#: nova/compute/manager.py:1633 +#: nova/compute/manager.py:1635 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1637 +#: nova/compute/manager.py:1639 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1641 +#: nova/compute/manager.py:1643 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1724 +#: nova/compute/manager.py:1726 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1756 +#: nova/compute/manager.py:1758 #, fuzzy, python-format msgid "Detaching from volume api: %s" msgstr "Dé-montage du volume %s" -#: nova/compute/manager.py:1774 +#: nova/compute/manager.py:1776 #, fuzzy msgid "Rebooting instance" msgstr "Redémarrage de l'instance %s" -#: nova/compute/manager.py:1799 +#: nova/compute/manager.py:1801 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1817 #, fuzzy, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "Instance actives : %s" -#: nova/compute/manager.py:1828 +#: nova/compute/manager.py:1830 #, fuzzy msgid "Instance disappeared during reboot" msgstr "instance %s: re-démarrée" -#: nova/compute/manager.py:1855 +#: nova/compute/manager.py:1857 #, fuzzy msgid "instance snapshotting" msgstr "instance %s: création d'un instantané (snapshot)" -#: nova/compute/manager.py:1861 +#: nova/compute/manager.py:1863 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1922 +#: nova/compute/manager.py:1924 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1929 +#: nova/compute/manager.py:1931 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1934 +#: nova/compute/manager.py:1936 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1962 +#: nova/compute/manager.py:1964 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1969 +#: nova/compute/manager.py:1971 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1976 +#: nova/compute/manager.py:1978 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1991 +#: nova/compute/manager.py:1993 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1998 +#: nova/compute/manager.py:2000 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:2011 +#: nova/compute/manager.py:2013 #, python-format msgid "" "trying to inject a file into a non-running (state: " "%(current_power_state)s expected: %(expected_state)s)" msgstr "" -#: nova/compute/manager.py:2015 +#: nova/compute/manager.py:2017 #, fuzzy, python-format msgid "injecting file to %(path)s" msgstr "Injection du chemin d'accès : '%s'" -#: nova/compute/manager.py:2035 +#: nova/compute/manager.py:2037 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2048 +#: nova/compute/manager.py:2050 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2067 +#: nova/compute/manager.py:2069 #, fuzzy msgid "Error trying to Rescue Instance" msgstr "Échec de la suspension de l'instance" -#: nova/compute/manager.py:2071 +#: nova/compute/manager.py:2073 #, fuzzy, python-format msgid "Driver Error: %s" msgstr "Erreur interceptée : %s" -#: nova/compute/manager.py:2089 +#: nova/compute/manager.py:2091 #, fuzzy msgid "Unrescuing" msgstr "instance %s: dé-récupération" -#: nova/compute/manager.py:2110 +#: nova/compute/manager.py:2112 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2335 +#: nova/compute/manager.py:2337 #, fuzzy msgid "Instance has no source host" msgstr "instance %s: création d'un instantané (snapshot)" -#: nova/compute/manager.py:2341 +#: nova/compute/manager.py:2343 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2358 +#: nova/compute/manager.py:2360 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2603 +#: nova/compute/manager.py:2605 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2666 +#: nova/compute/manager.py:2668 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2684 +#: nova/compute/manager.py:2686 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2722 +#: nova/compute/manager.py:2724 #, fuzzy msgid "Retrieving diagnostics" msgstr "instance %s: récupération des diagnostiques" -#: nova/compute/manager.py:2753 +#: nova/compute/manager.py:2755 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2773 +#: nova/compute/manager.py:2775 #, fuzzy msgid "Reset network" msgstr "réglage de l'hôte réseau" -#: nova/compute/manager.py:2778 +#: nova/compute/manager.py:2780 #, fuzzy msgid "Inject network info" msgstr "réglage de l'hôte réseau" -#: nova/compute/manager.py:2781 +#: nova/compute/manager.py:2783 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2798 +#: nova/compute/manager.py:2800 #, fuzzy msgid "Get console output" msgstr "Récupération de la sortie de la console de l'instance %s" -#: nova/compute/manager.py:2825 +#: nova/compute/manager.py:2827 #, fuzzy msgid "Getting vnc console" msgstr "Ajout de console" -#: nova/compute/manager.py:2860 +#: nova/compute/manager.py:2862 #, fuzzy msgid "Getting spice console" msgstr "Ajout de console" -#: nova/compute/manager.py:2907 +#: nova/compute/manager.py:2909 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2957 +#: nova/compute/manager.py:2959 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2966 +#: nova/compute/manager.py:2968 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2981 +#: nova/compute/manager.py:2983 #, fuzzy, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "Detach_volume: %(instance_name)s, %(mountpoint)s" -#: nova/compute/manager.py:3011 +#: nova/compute/manager.py:3013 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:3021 +#: nova/compute/manager.py:3023 #, fuzzy msgid "Detaching volume from unknown instance" msgstr "Démontage de volume d'une instance inconnue %s" -#: nova/compute/manager.py:3028 +#: nova/compute/manager.py:3030 #, fuzzy, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "Detach_volume: %(instance_name)s, %(mountpoint)s" -#: nova/compute/manager.py:3051 +#: nova/compute/manager.py:3053 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3087 +#: nova/compute/manager.py:3089 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3107 +#: nova/compute/manager.py:3109 #, fuzzy, python-format msgid "Port %(port_id)s is not attached" msgstr "Le réseau %(network_id)s n'a pas été trouvé." -#: nova/compute/manager.py:3121 +#: nova/compute/manager.py:3123 #, fuzzy, python-format msgid "Host %(host)s not found" msgstr "L'hôte %(host)s ne peut pas être trouvé." -#: nova/compute/manager.py:3265 +#: nova/compute/manager.py:3276 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3293 +#: nova/compute/manager.py:3304 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3348 +#: nova/compute/manager.py:3359 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3350 +#: nova/compute/manager.py:3361 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:3364 +#: nova/compute/manager.py:3376 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3393 +#: nova/compute/manager.py:3408 #, fuzzy, python-format msgid "Failed to get compute_info for %s" msgstr "Impossible de récupérer les méta-donnérs pour l'IP : %s" -#: nova/compute/manager.py:3512 +#: nova/compute/manager.py:3537 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3557 +#: nova/compute/manager.py:3587 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3563 +#: nova/compute/manager.py:3593 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3602 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3579 +#: nova/compute/manager.py:3609 #, fuzzy, python-format msgid "Instance %(instance_uuid)s not found" msgstr "L'instance %(instance_id)s n'a pas pu être trouvée." -#: nova/compute/manager.py:3583 +#: nova/compute/manager.py:3613 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3590 +#: nova/compute/manager.py:3620 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3599 +#: nova/compute/manager.py:3629 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3616 +#: nova/compute/manager.py:3646 #, 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:3635 +#: nova/compute/manager.py:3665 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3659 +#: nova/compute/manager.py:3689 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3776 +#: nova/compute/manager.py:3806 #, fuzzy msgid "Updating volume usage cache" msgstr "Suppression de l'utilisateur %s" -#: nova/compute/manager.py:3793 +#: nova/compute/manager.py:3823 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3820 +#: nova/compute/manager.py:3850 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3825 nova/compute/manager.py:3875 +#: nova/compute/manager.py:3855 nova/compute/manager.py:3905 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3862 +#: nova/compute/manager.py:3892 #, 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:3900 +#: nova/compute/manager.py:3930 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3912 nova/compute/manager.py:3921 -#: nova/compute/manager.py:3951 +#: nova/compute/manager.py:3942 nova/compute/manager.py:3951 +#: nova/compute/manager.py:3981 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3916 +#: nova/compute/manager.py:3946 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3932 +#: nova/compute/manager.py:3962 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3938 +#: nova/compute/manager.py:3968 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3944 +#: nova/compute/manager.py:3974 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3960 +#: nova/compute/manager.py:3990 #, fuzzy msgid "Instance is not (soft-)deleted." msgstr "instance %s: a démarrée" -#: nova/compute/manager.py:3968 +#: nova/compute/manager.py:3998 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3988 +#: nova/compute/manager.py:4010 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:4015 +#: nova/compute/manager.py:4037 #, fuzzy, python-format msgid "Deleting orphan compute node %s" msgstr "Suppression de l'utilisateur %s" -#: nova/compute/manager.py:4025 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4047 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4088 #, python-format msgid "" "Detected instance with name label '%(name)s' which is marked as DELETED " "but still present on host." msgstr "" -#: nova/compute/manager.py:4073 +#: nova/compute/manager.py:4095 #, python-format msgid "" "Destroying instance with name label '%(name)s' which is marked as DELETED" " but still present on host." msgstr "" -#: nova/compute/manager.py:4080 +#: nova/compute/manager.py:4102 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4110 +#: nova/compute/manager.py:4129 #, fuzzy, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "L'instance de type %(instance_type)s est invalide." @@ -5003,7 +4939,7 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:380 +#: nova/conductor/api.py:373 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" @@ -5014,7 +4950,7 @@ msgstr "" msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:262 +#: nova/conductor/manager.py:263 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5094,56 +5030,52 @@ msgstr "" msgid "Failed to notify cells of instance destroy" msgstr "" -#: nova/db/api.py:673 nova/db/api.py:694 +#: nova/db/api.py:674 nova/db/api.py:695 #, fuzzy msgid "Failed to notify cells of instance update" msgstr "Échec du redémarrage de l'instance" -#: nova/db/api.py:734 -msgid "Failed to notify cells of instance info cache update" -msgstr "" - -#: nova/db/api.py:1456 +#: nova/db/api.py:1453 msgid "Failed to notify cells of bw_usage update" msgstr "" -#: nova/db/api.py:1591 +#: nova/db/api.py:1588 #, fuzzy msgid "Failed to notify cells of instance fault" msgstr "Échec du redémarrage de l'instance" -#: nova/db/sqlalchemy/api.py:157 +#: nova/db/sqlalchemy/api.py:160 #, python-format msgid "Deadlock detected when running '%(func_name)s': Retrying..." msgstr "" -#: nova/db/sqlalchemy/api.py:192 +#: nova/db/sqlalchemy/api.py:195 msgid "model or base_model parameter should be subclass of NovaBase" msgstr "" -#: nova/db/sqlalchemy/api.py:205 nova/virt/baremetal/db/sqlalchemy/api.py:61 +#: nova/db/sqlalchemy/api.py:208 nova/virt/baremetal/db/sqlalchemy/api.py:61 #, python-format msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1408 +#: nova/db/sqlalchemy/api.py:1411 #, python-format msgid "" "Unknown osapi_compute_unique_server_name_scope value: %s Flag must be " "empty, \"global\" or \"project\"" msgstr "" -#: nova/db/sqlalchemy/api.py:1546 +#: nova/db/sqlalchemy/api.py:1549 #, fuzzy, python-format msgid "Invalid instance id %s in request" msgstr "instance %s: récupérée" -#: nova/db/sqlalchemy/api.py:2853 +#: nova/db/sqlalchemy/api.py:2908 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4361 +#: nova/db/sqlalchemy/api.py:4416 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5289,16 +5221,20 @@ msgstr "" msgid "Bad project_id for to_global_ipv6: %s" msgstr "" -#: nova/network/api.py:55 +#: nova/network/api.py:56 msgid "instance is a required argument to use @refresh_cache" msgstr "" -#: nova/network/api.py:80 +#: nova/network/api.py:90 +msgid "Failed to notify cells of instance info cache update" +msgstr "" + +#: nova/network/api.py:93 #, fuzzy msgid "Failed storing info cache" msgstr "Échec du redémarrage de l'instance" -#: nova/network/api.py:235 +#: nova/network/api.py:248 #, fuzzy, python-format msgid "re-assign floating IP %(address)s from instance %(instance_id)s" msgstr "Association de l'adresse %(public_ip)s avec l'instance %(instance_id)s" @@ -5867,17 +5803,17 @@ msgstr "" msgid "Deprecated: %s" msgstr "%s reçu" -#: nova/openstack/common/log.py:347 +#: nova/openstack/common/log.py:336 #, python-format msgid "Error loading logging config %(log_config)s: %(err_msg)s" msgstr "" -#: nova/openstack/common/log.py:397 +#: nova/openstack/common/log.py:386 #, python-format msgid "syslog facility must be one of: %s" msgstr "" -#: nova/openstack/common/log.py:563 +#: nova/openstack/common/log.py:555 #, python-format msgid "Fatal call to deprecated config: %(msg)s" msgstr "" @@ -5974,6 +5910,63 @@ msgstr "" msgid "process_input not supported over SSH" msgstr "" +#: nova/openstack/common/service.py:113 nova/openstack/common/service.py:276 +#, fuzzy +msgid "Full set of CONF:" +msgstr "Ensemble de propriétés complet :" + +#: nova/openstack/common/service.py:122 nova/openstack/common/service.py:219 +#, python-format +msgid "Caught %s, exiting" +msgstr "" + +#: nova/openstack/common/service.py:165 +msgid "Parent process has died unexpectedly, exiting" +msgstr "" + +#: nova/openstack/common/service.py:201 +msgid "Forking too fast, sleeping" +msgstr "" + +#: nova/openstack/common/service.py:224 +msgid "Unhandled exception" +msgstr "" + +#: nova/openstack/common/service.py:231 +#, python-format +msgid "Started child %d" +msgstr "" + +#: nova/openstack/common/service.py:241 +#, fuzzy, python-format +msgid "Starting %d workers" +msgstr "adresse de départ" + +#: nova/openstack/common/service.py:258 +#, python-format +msgid "Child %(pid)d killed by signal %(sig)d" +msgstr "" + +#: nova/openstack/common/service.py:262 +#, python-format +msgid "Child %(pid)s exited with status %(code)d" +msgstr "" + +#: nova/openstack/common/service.py:266 +#, python-format +msgid "pid %d not in child list" +msgstr "" + +#: nova/openstack/common/service.py:294 +#, python-format +msgid "Caught %s, stopping children" +msgstr "" + +#: nova/openstack/common/service.py:305 +#, python-format +msgid "Waiting on %d children to exit" +msgstr "" + #: nova/openstack/common/strutils.py:72 #, python-format msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" @@ -6163,12 +6156,17 @@ msgid "" "endpoint." msgstr "" -#: nova/openstack/common/rpc/common.py:281 +#: nova/openstack/common/rpc/common.py:162 +#, python-format +msgid "Specified RPC version cap, %(version_cap)s, is too low" +msgstr "" + +#: nova/openstack/common/rpc/common.py:285 #, python-format msgid "Failed to sanitize %(item)s. Key error %(err)s" msgstr "" -#: nova/openstack/common/rpc/common.py:303 +#: nova/openstack/common/rpc/common.py:307 #, python-format msgid "Returning exception %s to caller" msgstr "Renvoi de l'exception %s à l'appelant" @@ -6507,38 +6505,38 @@ msgstr "" msgid "Request Spec: %s" msgstr "" -#: nova/scheduler/filter_scheduler.py:92 +#: nova/scheduler/filter_scheduler.py:97 #, fuzzy, python-format msgid "Choosing host %(weighed_host)s for instance %(instance_uuid)s" msgstr "Volume non trouvé pour l'instance %(instance_id)s." -#: nova/scheduler/filter_scheduler.py:234 +#: nova/scheduler/filter_scheduler.py:239 msgid "Invalid value for 'scheduler_max_attempts', must be >= 1" msgstr "" -#: nova/scheduler/filter_scheduler.py:251 +#: nova/scheduler/filter_scheduler.py:256 #, python-format msgid "Error from last host: %(last_host)s (node %(last_node)s): %(exc)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:283 +#: nova/scheduler/filter_scheduler.py:288 #, python-format msgid "" "Exceeded max scheduling attempts %(max_attempts)d for instance " "%(instance_uuid)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:351 +#: nova/scheduler/filter_scheduler.py:356 #, python-format msgid "Filtered %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:356 +#: nova/scheduler/filter_scheduler.py:361 #, python-format msgid "Weighed %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:398 +#: nova/scheduler/filter_scheduler.py:403 #, fuzzy, python-format msgid "Unable to migrate %(instance_uuid)s to %(dest)s: Lack of memory" msgstr "" @@ -6735,46 +6733,46 @@ msgstr "" msgid "Returns one member of the [%s] group" msgstr "" -#: nova/servicegroup/drivers/db.py:42 +#: nova/servicegroup/drivers/db.py:41 #, python-format msgid "" "DB_Driver: join new ServiceGroup member %(member_id)s to the %(group_id)s" " group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/db.py:46 +#: nova/servicegroup/drivers/db.py:45 msgid "service is a mandatory argument for DB based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/db.py:76 +#: nova/servicegroup/drivers/db.py:72 #, python-format msgid "DB_Driver: get_all members of the %s group" msgstr "" -#: nova/servicegroup/drivers/db.py:99 nova/servicegroup/drivers/mc.py:103 +#: nova/servicegroup/drivers/db.py:95 nova/servicegroup/drivers/mc.py:99 msgid "Recovered model server connection!" msgstr "Récupération du modelle de connexion serveur terminée!" -#: nova/servicegroup/drivers/db.py:105 nova/servicegroup/drivers/mc.py:109 +#: nova/servicegroup/drivers/db.py:101 nova/servicegroup/drivers/mc.py:105 msgid "model server went away" msgstr "Le modèle de serveur à disparu" -#: nova/servicegroup/drivers/mc.py:44 +#: nova/servicegroup/drivers/mc.py:43 msgid "memcached_servers not defined" msgstr "" -#: nova/servicegroup/drivers/mc.py:52 +#: nova/servicegroup/drivers/mc.py:51 #, python-format msgid "" "Memcached_Driver: join new ServiceGroup member %(member_id)s to the " "%(group_id)s group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/mc.py:57 +#: nova/servicegroup/drivers/mc.py:56 msgid "service is a mandatory argument for Memcached based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/mc.py:78 +#: nova/servicegroup/drivers/mc.py:74 #, python-format msgid "Memcached_Driver: get_all members of the %s group" msgstr "" @@ -6863,22 +6861,6 @@ msgstr "" msgid "already detached" msgstr "" -#: nova/tests/fakelibvirt.py:892 -msgid "Please extend mock libvirt module to support flags" -msgstr "" - -#: nova/tests/fakelibvirt.py:896 -msgid "Expected a list for 'auth' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:900 -msgid "Expected a function in 'auth[0]' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:904 -msgid "Expected a function in 'auth[1]' parameter" -msgstr "" - #: nova/tests/test_hypervapi.py:433 #, fuzzy msgid "fake vswitch not found" @@ -6913,17 +6895,17 @@ msgstr "" msgid "unexpected role header" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3340 +#: nova/tests/api/openstack/compute/test_servers.py:3365 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3345 +#: nova/tests/api/openstack/compute/test_servers.py:3370 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3350 +#: nova/tests/api/openstack/compute/test_servers.py:3375 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" @@ -6932,7 +6914,7 @@ msgstr "" #: nova/tests/compute/test_compute.py:1168 #: nova/tests/compute/test_compute.py:1195 #: nova/tests/compute/test_compute.py:1241 -#: nova/tests/compute/test_compute.py:3762 +#: nova/tests/compute/test_compute.py:3804 #, python-format msgid "Running instances: %s" msgstr "Instance actives : %s" @@ -6949,16 +6931,16 @@ msgstr "Après l'arrêt d'instances : %s" msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:3815 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4275 +#: nova/tests/compute/test_compute.py:4315 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8748 +#: nova/tests/compute/test_compute.py:8904 msgid "spawn error" msgstr "" @@ -7054,6 +7036,22 @@ msgstr "" msgid "Decoding JSON: %s" msgstr "" +#: nova/tests/virt/libvirt/fakelibvirt.py:892 +msgid "Please extend mock libvirt module to support flags" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:896 +msgid "Expected a list for 'auth' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:900 +msgid "Expected a function in 'auth[0]' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:904 +msgid "Expected a function in 'auth[1]' parameter" +msgstr "" + #: nova/virt/configdrive.py:97 #, python-format msgid "Added %(filepath)s to config drive" @@ -11210,67 +11208,14 @@ msgstr "" msgid "status must be 'available'" msgstr "" -#~ msgid "EC2APIError raised: %s" -#~ msgstr "" - -#~ msgid "Instance is in an invalid state for '%(action)s'" -#~ msgstr "" - -#~ msgid "Failed to load extension %(ext_name)s: %(exc)s" -#~ msgstr "" - -#~ msgid "Removing options '%(unk_opt_str)s' from query" -#~ msgstr "" - -#~ msgid "Live migration of instance %(id)s to another host failed" -#~ msgstr "" - -#~ msgid "Cannot show aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Cannot update aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Cannot delete aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Total %(type_)s: %(total)d %(unit)s, used: %(used)d %(unit)s" -#~ msgstr "" - -#~ msgid "%(type_)s limit not specified, defaulting to unlimited" -#~ msgstr "" - -#~ msgid "%(type_)s limit: %(limit)d %(unit)s, free: %(free)d %(unit)s" -#~ msgstr "" - -#~ msgid "" -#~ "Unable to claim resources. Free " -#~ "%(type_)s %(free)d %(unit)s < requested " -#~ "%(requested)d %(unit)s" -#~ msgstr "" - -#~ msgid "'%s' argument must be a positive integer" -#~ msgstr "" - -#~ msgid "Attempting to build %(num_instances)d instance(s)" -#~ msgstr "" - -#~ msgid "Choosing host %(chosen_host)s" -#~ msgstr "" - -#~ msgid "Unable to load the virtualization driver: %s" -#~ msgstr "" - -#~ msgid "" -#~ "Inject data image=%(image)s key=%(key)s " -#~ "net=%(net)s metadata=%(metadata)s admin_password=ha-" -#~ "ha-not-telling-you files=%(files)s " -#~ "partition=%(partition)s use_cow=%(use_cow)s" +#~ msgid "%(flag)s : FLAG SET " #~ msgstr "" -#~ msgid "Inject admin password fs=%(fs)s admin_passwd=ha-ha-not-telling-you" +#~ msgid "Child %(pid)d exited with status %(code)d" #~ msgstr "" -#~ msgid "Resizing down VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" +#~ msgid "Got update for instance %(instance_uuid)s: %(instance)s" #~ msgstr "" +#~ "Migration non trouvée pour l'instance " +#~ "%(instance_id)s avec le statut %(status)s." diff --git a/nova/locale/it/LC_MESSAGES/nova.po b/nova/locale/it/LC_MESSAGES/nova.po index 84eee2587..cb1581cc1 100644 --- a/nova/locale/it/LC_MESSAGES/nova.po +++ b/nova/locale/it/LC_MESSAGES/nova.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: nova\n" "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" -"POT-Creation-Date: 2013-05-18 19:37+0000\n" +"POT-Creation-Date: 2013-05-22 19:37+0000\n" "PO-Revision-Date: 2012-04-01 18:59+0000\n" "Last-Translator: simone.sandri <lexluxsox@hotmail.it>\n" "Language-Team: Italian <it@li.org>\n" @@ -169,7 +169,7 @@ msgid "" msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 -#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2778 +#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2767 msgid "Keypair data is invalid" msgstr "" @@ -185,7 +185,7 @@ msgstr "E' stato ricevuto un input non valido" msgid "Invalid volume" msgstr "Volume non valido" -#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1334 +#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1332 #: nova/api/openstack/compute/contrib/admin_actions.py:242 msgid "Invalid metadata" msgstr "" @@ -1309,7 +1309,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:166 +#: nova/manager.py:170 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1330,118 +1330,56 @@ msgstr "" msgid "Rule checked when requested rule is not found" msgstr "" -#: nova/quota.py:966 +#: nova/quota.py:972 #, python-format msgid "Created reservations %(reservations)s" msgstr "" -#: nova/quota.py:988 +#: nova/quota.py:994 #, python-format msgid "Failed to commit reservations %(reservations)s" msgstr "" -#: nova/quota.py:990 +#: nova/quota.py:996 #, python-format msgid "Committed reservations %(reservations)s" msgstr "" -#: nova/quota.py:1010 +#: nova/quota.py:1016 #, python-format msgid "Failed to roll back reservations %(reservations)s" msgstr "" -#: nova/quota.py:1012 +#: nova/quota.py:1018 #, python-format msgid "Rolled back reservations %(reservations)s" msgstr "" -#: nova/service.py:197 -#, fuzzy -msgid "Full set of CONF:" -msgstr "Insieme di FLAGS:" - -#: nova/service.py:204 -#, python-format -msgid "%(flag)s : FLAG SET " -msgstr "" - -#: nova/service.py:214 nova/service.py:312 -#, python-format -msgid "Caught %s, exiting" -msgstr "" - -#: nova/service.py:258 -msgid "Parent process has died unexpectedly, exiting" -msgstr "" - -#: nova/service.py:294 -msgid "Forking too fast, sleeping" -msgstr "" - -#: nova/service.py:317 -msgid "Unhandled exception" -msgstr "" - -#: nova/service.py:324 -#, python-format -msgid "Started child %d" -msgstr "" - -#: nova/service.py:334 -#, python-format -msgid "Starting %d workers" -msgstr "" - -#: nova/service.py:348 -#, python-format -msgid "Child %(pid)d killed by signal %(sig)d" -msgstr "" - -#: nova/service.py:351 -#, python-format -msgid "Child %(pid)d exited with status %(code)d" -msgstr "" - -#: nova/service.py:354 -#, python-format -msgid "pid %d not in child list" -msgstr "" - -#: nova/service.py:374 -#, python-format -msgid "Caught %s, stopping children" -msgstr "" - -#: nova/service.py:385 -#, python-format -msgid "Waiting on %d children to exit" -msgstr "" - -#: nova/service.py:427 +#: nova/service.py:153 #, python-format msgid "Starting %(topic)s node (version %(version)s)" msgstr "" -#: nova/service.py:444 nova/openstack/common/rpc/service.py:47 +#: nova/service.py:170 nova/openstack/common/rpc/service.py:47 #, python-format msgid "Creating Consumer connection for Service %s" msgstr "" -#: nova/service.py:464 +#: nova/service.py:190 #, python-format msgid "Join ServiceGroup membership for this service %s" msgstr "" -#: nova/service.py:546 +#: nova/service.py:270 msgid "Service killed that has no database entry" msgstr "Servizio terminato che non ha entry nel database" -#: nova/service.py:581 +#: nova/service.py:292 #, python-format msgid "Temporary directory is invalid: %s" msgstr "" -#: nova/service.py:679 +#: nova/service.py:394 msgid "serve() can only be called once" msgstr "" @@ -1713,7 +1651,7 @@ msgstr "" msgid "An unknown error has occurred. Please try your request again." msgstr "" -#: nova/api/ec2/apirequest.py:60 +#: nova/api/ec2/apirequest.py:61 #, python-format msgid "Unsupported API request: controller = %(controller)s, action = %(action)s" msgstr "" @@ -2521,7 +2459,7 @@ msgid "No adminPass was specified" msgstr "" #: nova/api/openstack/compute/servers.py:1173 -#: nova/api/openstack/compute/servers.py:1384 +#: nova/api/openstack/compute/servers.py:1382 msgid "Invalid adminPass" msgstr "" @@ -2553,15 +2491,15 @@ msgstr "" msgid "Could not parse imageRef from request." msgstr "" -#: nova/api/openstack/compute/servers.py:1292 +#: nova/api/openstack/compute/servers.py:1289 msgid "Cannot find image for rebuild" msgstr "" -#: nova/api/openstack/compute/servers.py:1325 +#: nova/api/openstack/compute/servers.py:1323 msgid "createImage entity requires name attribute" msgstr "" -#: nova/api/openstack/compute/servers.py:1410 +#: nova/api/openstack/compute/servers.py:1408 #, python-format msgid "Removing options '%s' from query" msgstr "" @@ -3280,89 +3218,89 @@ msgstr "" msgid "Error processing message locally: %(exc)s" msgstr "" -#: nova/cells/messaging.py:358 nova/cells/messaging.py:364 +#: nova/cells/messaging.py:360 nova/cells/messaging.py:368 #, python-format msgid "destination is %(target_cell)s but routing_path is %(routing_path)s" msgstr "" -#: nova/cells/messaging.py:374 +#: nova/cells/messaging.py:380 #, python-format msgid "Unknown %(cell_type)s when routing to %(target_cell)s" msgstr "" -#: nova/cells/messaging.py:398 +#: nova/cells/messaging.py:404 #, fuzzy, python-format msgid "Error locating next hop for message: %(exc)s" msgstr "nessun metodo per il messaggio: %s" -#: nova/cells/messaging.py:425 +#: nova/cells/messaging.py:431 #, python-format msgid "Failed to send message to cell: %(next_hop)s: %(exc)s" msgstr "" -#: nova/cells/messaging.py:504 +#: nova/cells/messaging.py:510 #, fuzzy, python-format msgid "Error locating next hops for message: %(exc)s" msgstr "nessun metodo per il messaggio: %s" -#: nova/cells/messaging.py:524 +#: nova/cells/messaging.py:530 #, python-format msgid "Error sending message to next hops: %(exc)s" msgstr "" -#: nova/cells/messaging.py:542 +#: nova/cells/messaging.py:548 #, python-format msgid "Error waiting for responses from neighbor cells: %(exc)s" msgstr "" -#: nova/cells/messaging.py:653 +#: nova/cells/messaging.py:659 #, python-format msgid "Unknown method '%(method)s' in compute API" msgstr "" -#: nova/cells/messaging.py:676 +#: nova/cells/messaging.py:682 #, python-format msgid "Received capabilities from child cell %(cell_name)s: %(capabilities)s" msgstr "" -#: nova/cells/messaging.py:685 +#: nova/cells/messaging.py:692 #, python-format msgid "Received capacities from child cell %(cell_name)s: %(capacities)s" msgstr "" -#: nova/cells/messaging.py:811 +#: nova/cells/messaging.py:819 #, fuzzy, python-format -msgid "Got update for instance %(instance_uuid)s: %(instance)s" -msgstr "istanza %s: creazione snapshot in corso" +msgid "Got update for instance: %(instance)s" +msgstr "Mountpoint %(mountpoint)s montato all'istanza %(instance_name)s" -#: nova/cells/messaging.py:854 +#: nova/cells/messaging.py:862 #, fuzzy, python-format -msgid "Got update to delete instance %(instance_uuid)s" +msgid "Got update to delete instance" msgstr "Mountpoint %(mountpoint)s montato all'istanza %(instance_name)s" -#: nova/cells/messaging.py:869 +#: nova/cells/messaging.py:877 #, python-format msgid "Got broadcast to %(delete_type)s delete instance" msgstr "" -#: nova/cells/messaging.py:883 +#: nova/cells/messaging.py:891 #, python-format msgid "Got message to create instance fault: %(instance_fault)s" msgstr "" -#: nova/cells/messaging.py:904 +#: nova/cells/messaging.py:912 #, python-format msgid "" "Forcing a sync of instances, project_id=%(projid_str)s, " "updated_since=%(since_str)s" msgstr "" -#: nova/cells/messaging.py:1088 +#: nova/cells/messaging.py:1097 #, python-format msgid "Updating parents with our capabilities: %(capabs)s" msgstr "" -#: nova/cells/messaging.py:1108 +#: nova/cells/messaging.py:1117 #, python-format msgid "Updating parents with our capacities: %(capacities)s" msgstr "" @@ -3379,7 +3317,7 @@ msgid "" "second(s)" msgstr "" -#: nova/cells/scheduler.py:139 +#: nova/cells/scheduler.py:140 #, python-format msgid "Error scheduling instances %(instance_uuids)s" msgstr "" @@ -3393,7 +3331,7 @@ msgstr "" msgid "Unknown cell '%(cell_name)s' when trying to update capabilities" msgstr "" -#: nova/cells/state.py:330 +#: nova/cells/state.py:331 #, python-format msgid "Unknown cell '%(cell_name)s' when trying to update capacities" msgstr "" @@ -3892,136 +3830,136 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:1997 +#: nova/compute/api.py:1988 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2006 +#: nova/compute/api.py:1997 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2048 +#: nova/compute/api.py:2043 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2188 +#: nova/compute/api.py:2179 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2295 +#: nova/compute/api.py:2284 msgid "Locking" msgstr "" -#: nova/compute/api.py:2303 +#: nova/compute/api.py:2292 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2375 +#: nova/compute/api.py:2364 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2488 +#: nova/compute/api.py:2477 #, fuzzy, python-format msgid "Going to try to live migrate instance to %s" msgstr "Impossibile riavviare l'istanza" -#: nova/compute/api.py:2507 +#: nova/compute/api.py:2496 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2511 +#: nova/compute/api.py:2500 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2758 +#: nova/compute/api.py:2747 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2762 +#: nova/compute/api.py:2751 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2858 +#: nova/compute/api.py:2847 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2861 +#: nova/compute/api.py:2850 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2869 +#: nova/compute/api.py:2858 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2875 +#: nova/compute/api.py:2864 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2893 +#: nova/compute/api.py:2882 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2896 +#: nova/compute/api.py:2885 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2903 +#: nova/compute/api.py:2892 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2967 +#: nova/compute/api.py:2956 #, fuzzy, python-format msgid "Unable to delete system group '%s'" msgstr "Impossibile localizzare il volume %s" -#: nova/compute/api.py:2972 +#: nova/compute/api.py:2961 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:2980 +#: nova/compute/api.py:2969 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:2983 +#: nova/compute/api.py:2972 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3060 nova/compute/api.py:3134 +#: nova/compute/api.py:3049 nova/compute/api.py:3123 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3076 +#: nova/compute/api.py:3065 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3079 +#: nova/compute/api.py:3068 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3088 +#: nova/compute/api.py:3077 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3141 +#: nova/compute/api.py:3130 msgid "Security group id should be integer" msgstr "" @@ -4125,662 +4063,662 @@ msgstr "" msgid "Instance has been destroyed from under us while trying to set it to ERROR" msgstr "" -#: nova/compute/manager.py:407 +#: nova/compute/manager.py:409 #, python-format msgid "Instance %(uuid)s found in the hypervisor, but not in the database" msgstr "" -#: nova/compute/manager.py:423 +#: nova/compute/manager.py:425 #, python-format msgid "" "Instance %(driver_instance)s found in the hypervisor, but not in the " "database" msgstr "" -#: nova/compute/manager.py:444 +#: nova/compute/manager.py:446 #, python-format msgid "" "Deleting instance as its host (%(instance_host)s) is not equal to our " "host (%(our_host)s)." msgstr "" -#: nova/compute/manager.py:459 +#: nova/compute/manager.py:461 msgid "Instance has been marked deleted already, removing it from the hypervisor." msgstr "" -#: nova/compute/manager.py:480 +#: nova/compute/manager.py:482 msgid "" "Hypervisor driver does not support instance shared storage check, " "assuming it's not on shared storage" msgstr "" -#: nova/compute/manager.py:486 +#: nova/compute/manager.py:488 #, fuzzy msgid "Failed to check if instance shared" msgstr "Impossibile riavviare l'istanza" -#: nova/compute/manager.py:529 +#: nova/compute/manager.py:531 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:532 +#: nova/compute/manager.py:534 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:543 +#: nova/compute/manager.py:545 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:548 +#: nova/compute/manager.py:550 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:562 +#: nova/compute/manager.py:564 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:567 +#: nova/compute/manager.py:569 #, fuzzy msgid "Failed to resume instance" msgstr "Impossibile sospendere l'istanza" -#: nova/compute/manager.py:577 +#: nova/compute/manager.py:579 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:581 +#: nova/compute/manager.py:583 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:597 +#: nova/compute/manager.py:599 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:609 +#: nova/compute/manager.py:611 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:647 +#: nova/compute/manager.py:649 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:745 +#: nova/compute/manager.py:747 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:762 +#: nova/compute/manager.py:764 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:862 +#: nova/compute/manager.py:864 msgid "Success" msgstr "" -#: nova/compute/manager.py:885 +#: nova/compute/manager.py:887 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:906 nova/compute/manager.py:2377 +#: nova/compute/manager.py:908 nova/compute/manager.py:2379 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:948 +#: nova/compute/manager.py:950 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:954 +#: nova/compute/manager.py:956 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:982 +#: nova/compute/manager.py:984 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:999 +#: nova/compute/manager.py:1001 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1024 nova/compute/manager.py:2431 +#: nova/compute/manager.py:1026 nova/compute/manager.py:2433 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1037 +#: nova/compute/manager.py:1039 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1042 +#: nova/compute/manager.py:1044 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1048 +#: nova/compute/manager.py:1050 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1077 +#: nova/compute/manager.py:1079 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1125 +#: nova/compute/manager.py:1127 #, python-format msgid "" "image_id=%(image_id)s, image_size_bytes=%(size_bytes)d, " "allowed_size_bytes=%(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1131 +#: nova/compute/manager.py:1133 #, python-format msgid "" "Image '%(image_id)s' size %(size_bytes)d exceeded instance_type allowed " "size %(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1141 +#: nova/compute/manager.py:1143 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1167 +#: nova/compute/manager.py:1169 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1170 +#: nova/compute/manager.py:1172 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1181 +#: nova/compute/manager.py:1183 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1200 +#: nova/compute/manager.py:1202 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1251 +#: nova/compute/manager.py:1253 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1324 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1338 +#: nova/compute/manager.py:1340 #, fuzzy msgid "Failed to deallocate network for instance." msgstr "Impossibile riavviare l'istanza" -#: nova/compute/manager.py:1358 +#: nova/compute/manager.py:1360 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1361 +#: nova/compute/manager.py:1363 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1368 +#: nova/compute/manager.py:1370 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1415 +#: nova/compute/manager.py:1417 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1468 nova/compute/manager.py:2606 -#: nova/compute/manager.py:4118 +#: nova/compute/manager.py:1470 nova/compute/manager.py:2608 +#: nova/compute/manager.py:4137 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1620 +#: nova/compute/manager.py:1622 #, fuzzy msgid "Rebuilding instance" msgstr "Riavviando l'istanza %s" -#: nova/compute/manager.py:1633 +#: nova/compute/manager.py:1635 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1637 +#: nova/compute/manager.py:1639 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1641 +#: nova/compute/manager.py:1643 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1724 +#: nova/compute/manager.py:1726 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1756 +#: nova/compute/manager.py:1758 #, fuzzy, python-format msgid "Detaching from volume api: %s" msgstr "Impossibile smontare il volume %s" -#: nova/compute/manager.py:1774 +#: nova/compute/manager.py:1776 #, fuzzy msgid "Rebooting instance" msgstr "Riavviando l'istanza %s" -#: nova/compute/manager.py:1799 +#: nova/compute/manager.py:1801 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1817 #, fuzzy, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "Impossibile montare il volume all'istanza %s" -#: nova/compute/manager.py:1828 +#: nova/compute/manager.py:1830 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1855 +#: nova/compute/manager.py:1857 #, fuzzy msgid "instance snapshotting" msgstr "istanza %s: creazione snapshot in corso" -#: nova/compute/manager.py:1861 +#: nova/compute/manager.py:1863 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1922 +#: nova/compute/manager.py:1924 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1929 +#: nova/compute/manager.py:1931 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1934 +#: nova/compute/manager.py:1936 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1962 +#: nova/compute/manager.py:1964 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1969 +#: nova/compute/manager.py:1971 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1976 +#: nova/compute/manager.py:1978 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1991 +#: nova/compute/manager.py:1993 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1998 +#: nova/compute/manager.py:2000 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:2011 +#: nova/compute/manager.py:2013 #, python-format msgid "" "trying to inject a file into a non-running (state: " "%(current_power_state)s expected: %(expected_state)s)" msgstr "" -#: nova/compute/manager.py:2015 +#: nova/compute/manager.py:2017 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:2035 +#: nova/compute/manager.py:2037 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2048 +#: nova/compute/manager.py:2050 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2067 +#: nova/compute/manager.py:2069 #, fuzzy msgid "Error trying to Rescue Instance" msgstr "Impossibile sospendere l'istanza" -#: nova/compute/manager.py:2071 +#: nova/compute/manager.py:2073 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2089 +#: nova/compute/manager.py:2091 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2110 +#: nova/compute/manager.py:2112 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2335 +#: nova/compute/manager.py:2337 #, fuzzy msgid "Instance has no source host" msgstr "istanza %s: creazione snapshot in corso" -#: nova/compute/manager.py:2341 +#: nova/compute/manager.py:2343 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2358 +#: nova/compute/manager.py:2360 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2603 +#: nova/compute/manager.py:2605 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2666 +#: nova/compute/manager.py:2668 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2684 +#: nova/compute/manager.py:2686 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2722 +#: nova/compute/manager.py:2724 #, fuzzy msgid "Retrieving diagnostics" msgstr "istanza %s: ricezione diagnostiche" -#: nova/compute/manager.py:2753 +#: nova/compute/manager.py:2755 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2773 +#: nova/compute/manager.py:2775 #, fuzzy msgid "Reset network" msgstr "istanza %s: ripristino rete" -#: nova/compute/manager.py:2778 +#: nova/compute/manager.py:2780 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2781 +#: nova/compute/manager.py:2783 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2798 +#: nova/compute/manager.py:2800 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2825 +#: nova/compute/manager.py:2827 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2860 +#: nova/compute/manager.py:2862 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2907 +#: nova/compute/manager.py:2909 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2957 +#: nova/compute/manager.py:2959 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2966 +#: nova/compute/manager.py:2968 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2981 +#: nova/compute/manager.py:2983 #, fuzzy, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "Detach_volume: %(instance_name)s, %(mountpoint)s" -#: nova/compute/manager.py:3011 +#: nova/compute/manager.py:3013 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:3021 +#: nova/compute/manager.py:3023 #, fuzzy msgid "Detaching volume from unknown instance" msgstr "Impossibile montare il volume all'istanza %s" -#: nova/compute/manager.py:3028 +#: nova/compute/manager.py:3030 #, fuzzy, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "Detach_volume: %(instance_name)s, %(mountpoint)s" -#: nova/compute/manager.py:3051 +#: nova/compute/manager.py:3053 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3087 +#: nova/compute/manager.py:3089 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3107 +#: nova/compute/manager.py:3109 #, fuzzy, python-format msgid "Port %(port_id)s is not attached" msgstr "istanza %s: creazione snapshot in corso" -#: nova/compute/manager.py:3121 +#: nova/compute/manager.py:3123 #, fuzzy, python-format msgid "Host %(host)s not found" msgstr "istanza %s: sospensione in corso" -#: nova/compute/manager.py:3265 +#: nova/compute/manager.py:3276 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3293 +#: nova/compute/manager.py:3304 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3348 +#: nova/compute/manager.py:3359 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3350 +#: nova/compute/manager.py:3361 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:3364 +#: nova/compute/manager.py:3376 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3393 +#: nova/compute/manager.py:3408 #, fuzzy, python-format msgid "Failed to get compute_info for %s" msgstr "Impossibile riavviare l'istanza" -#: nova/compute/manager.py:3512 +#: nova/compute/manager.py:3537 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3557 +#: nova/compute/manager.py:3587 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3563 +#: nova/compute/manager.py:3593 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3602 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3579 +#: nova/compute/manager.py:3609 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3583 +#: nova/compute/manager.py:3613 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3590 +#: nova/compute/manager.py:3620 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3599 +#: nova/compute/manager.py:3629 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3616 +#: nova/compute/manager.py:3646 #, 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:3635 +#: nova/compute/manager.py:3665 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3659 +#: nova/compute/manager.py:3689 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3776 +#: nova/compute/manager.py:3806 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3793 +#: nova/compute/manager.py:3823 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3820 +#: nova/compute/manager.py:3850 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3825 nova/compute/manager.py:3875 +#: nova/compute/manager.py:3855 nova/compute/manager.py:3905 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3862 +#: nova/compute/manager.py:3892 #, 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:3900 +#: nova/compute/manager.py:3930 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3912 nova/compute/manager.py:3921 -#: nova/compute/manager.py:3951 +#: nova/compute/manager.py:3942 nova/compute/manager.py:3951 +#: nova/compute/manager.py:3981 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3916 +#: nova/compute/manager.py:3946 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3932 +#: nova/compute/manager.py:3962 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3938 +#: nova/compute/manager.py:3968 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3944 +#: nova/compute/manager.py:3974 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3960 +#: nova/compute/manager.py:3990 #, fuzzy msgid "Instance is not (soft-)deleted." msgstr "istanza %s: creazione snapshot in corso" -#: nova/compute/manager.py:3968 +#: nova/compute/manager.py:3998 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3988 +#: nova/compute/manager.py:4010 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:4015 +#: nova/compute/manager.py:4037 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:4025 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4047 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4088 #, python-format msgid "" "Detected instance with name label '%(name)s' which is marked as DELETED " "but still present on host." msgstr "" -#: nova/compute/manager.py:4073 +#: nova/compute/manager.py:4095 #, python-format msgid "" "Destroying instance with name label '%(name)s' which is marked as DELETED" " but still present on host." msgstr "" -#: nova/compute/manager.py:4080 +#: nova/compute/manager.py:4102 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4110 +#: nova/compute/manager.py:4129 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4894,7 +4832,7 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:380 +#: nova/conductor/api.py:373 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" @@ -4905,7 +4843,7 @@ msgstr "" msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:262 +#: nova/conductor/manager.py:263 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -4985,56 +4923,52 @@ msgstr "" msgid "Failed to notify cells of instance destroy" msgstr "" -#: nova/db/api.py:673 nova/db/api.py:694 +#: nova/db/api.py:674 nova/db/api.py:695 #, fuzzy msgid "Failed to notify cells of instance update" msgstr "Impossibile riavviare l'istanza" -#: nova/db/api.py:734 -msgid "Failed to notify cells of instance info cache update" -msgstr "" - -#: nova/db/api.py:1456 +#: nova/db/api.py:1453 msgid "Failed to notify cells of bw_usage update" msgstr "" -#: nova/db/api.py:1591 +#: nova/db/api.py:1588 #, fuzzy msgid "Failed to notify cells of instance fault" msgstr "Impossibile riavviare l'istanza" -#: nova/db/sqlalchemy/api.py:157 +#: nova/db/sqlalchemy/api.py:160 #, python-format msgid "Deadlock detected when running '%(func_name)s': Retrying..." msgstr "" -#: nova/db/sqlalchemy/api.py:192 +#: nova/db/sqlalchemy/api.py:195 msgid "model or base_model parameter should be subclass of NovaBase" msgstr "" -#: nova/db/sqlalchemy/api.py:205 nova/virt/baremetal/db/sqlalchemy/api.py:61 +#: nova/db/sqlalchemy/api.py:208 nova/virt/baremetal/db/sqlalchemy/api.py:61 #, python-format msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1408 +#: nova/db/sqlalchemy/api.py:1411 #, python-format msgid "" "Unknown osapi_compute_unique_server_name_scope value: %s Flag must be " "empty, \"global\" or \"project\"" msgstr "" -#: nova/db/sqlalchemy/api.py:1546 +#: nova/db/sqlalchemy/api.py:1549 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2853 +#: nova/db/sqlalchemy/api.py:2908 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4361 +#: nova/db/sqlalchemy/api.py:4416 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5180,16 +5114,20 @@ msgstr "" msgid "Bad project_id for to_global_ipv6: %s" msgstr "" -#: nova/network/api.py:55 +#: nova/network/api.py:56 msgid "instance is a required argument to use @refresh_cache" msgstr "" -#: nova/network/api.py:80 +#: nova/network/api.py:90 +msgid "Failed to notify cells of instance info cache update" +msgstr "" + +#: nova/network/api.py:93 #, fuzzy msgid "Failed storing info cache" msgstr "Impossibile riavviare l'istanza" -#: nova/network/api.py:235 +#: nova/network/api.py:248 #, python-format msgid "re-assign floating IP %(address)s from instance %(instance_id)s" msgstr "" @@ -5749,17 +5687,17 @@ msgstr "" msgid "Deprecated: %s" msgstr "ricevuto %s" -#: nova/openstack/common/log.py:347 +#: nova/openstack/common/log.py:336 #, python-format msgid "Error loading logging config %(log_config)s: %(err_msg)s" msgstr "" -#: nova/openstack/common/log.py:397 +#: nova/openstack/common/log.py:386 #, python-format msgid "syslog facility must be one of: %s" msgstr "" -#: nova/openstack/common/log.py:563 +#: nova/openstack/common/log.py:555 #, python-format msgid "Fatal call to deprecated config: %(msg)s" msgstr "" @@ -5856,6 +5794,63 @@ msgstr "" msgid "process_input not supported over SSH" msgstr "" +#: nova/openstack/common/service.py:113 nova/openstack/common/service.py:276 +#, fuzzy +msgid "Full set of CONF:" +msgstr "Insieme di FLAGS:" + +#: nova/openstack/common/service.py:122 nova/openstack/common/service.py:219 +#, python-format +msgid "Caught %s, exiting" +msgstr "" + +#: nova/openstack/common/service.py:165 +msgid "Parent process has died unexpectedly, exiting" +msgstr "" + +#: nova/openstack/common/service.py:201 +msgid "Forking too fast, sleeping" +msgstr "" + +#: nova/openstack/common/service.py:224 +msgid "Unhandled exception" +msgstr "" + +#: nova/openstack/common/service.py:231 +#, python-format +msgid "Started child %d" +msgstr "" + +#: nova/openstack/common/service.py:241 +#, python-format +msgid "Starting %d workers" +msgstr "" + +#: nova/openstack/common/service.py:258 +#, python-format +msgid "Child %(pid)d killed by signal %(sig)d" +msgstr "" + +#: nova/openstack/common/service.py:262 +#, python-format +msgid "Child %(pid)s exited with status %(code)d" +msgstr "" + +#: nova/openstack/common/service.py:266 +#, python-format +msgid "pid %d not in child list" +msgstr "" + +#: nova/openstack/common/service.py:294 +#, python-format +msgid "Caught %s, stopping children" +msgstr "" + +#: nova/openstack/common/service.py:305 +#, python-format +msgid "Waiting on %d children to exit" +msgstr "" + #: nova/openstack/common/strutils.py:72 #, python-format msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" @@ -6045,12 +6040,17 @@ msgid "" "endpoint." msgstr "" -#: nova/openstack/common/rpc/common.py:281 +#: nova/openstack/common/rpc/common.py:162 +#, python-format +msgid "Specified RPC version cap, %(version_cap)s, is too low" +msgstr "" + +#: nova/openstack/common/rpc/common.py:285 #, python-format msgid "Failed to sanitize %(item)s. Key error %(err)s" msgstr "" -#: nova/openstack/common/rpc/common.py:303 +#: nova/openstack/common/rpc/common.py:307 #, python-format msgid "Returning exception %s to caller" msgstr "Sollevando eccezione %s al chiamante" @@ -6387,38 +6387,38 @@ msgstr "" msgid "Request Spec: %s" msgstr "" -#: nova/scheduler/filter_scheduler.py:92 +#: nova/scheduler/filter_scheduler.py:97 #, fuzzy, python-format msgid "Choosing host %(weighed_host)s for instance %(instance_uuid)s" msgstr "Mountpoint %(mountpoint)s montato all'istanza %(instance_name)s" -#: nova/scheduler/filter_scheduler.py:234 +#: nova/scheduler/filter_scheduler.py:239 msgid "Invalid value for 'scheduler_max_attempts', must be >= 1" msgstr "" -#: nova/scheduler/filter_scheduler.py:251 +#: nova/scheduler/filter_scheduler.py:256 #, python-format msgid "Error from last host: %(last_host)s (node %(last_node)s): %(exc)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:283 +#: nova/scheduler/filter_scheduler.py:288 #, python-format msgid "" "Exceeded max scheduling attempts %(max_attempts)d for instance " "%(instance_uuid)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:351 +#: nova/scheduler/filter_scheduler.py:356 #, python-format msgid "Filtered %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:356 +#: nova/scheduler/filter_scheduler.py:361 #, python-format msgid "Weighed %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:398 +#: nova/scheduler/filter_scheduler.py:403 #, python-format msgid "Unable to migrate %(instance_uuid)s to %(dest)s: Lack of memory" msgstr "" @@ -6613,46 +6613,46 @@ msgstr "" msgid "Returns one member of the [%s] group" msgstr "" -#: nova/servicegroup/drivers/db.py:42 +#: nova/servicegroup/drivers/db.py:41 #, python-format msgid "" "DB_Driver: join new ServiceGroup member %(member_id)s to the %(group_id)s" " group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/db.py:46 +#: nova/servicegroup/drivers/db.py:45 msgid "service is a mandatory argument for DB based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/db.py:76 +#: nova/servicegroup/drivers/db.py:72 #, python-format msgid "DB_Driver: get_all members of the %s group" msgstr "" -#: nova/servicegroup/drivers/db.py:99 nova/servicegroup/drivers/mc.py:103 +#: nova/servicegroup/drivers/db.py:95 nova/servicegroup/drivers/mc.py:99 msgid "Recovered model server connection!" msgstr "Connessione al model server ripristinata!" -#: nova/servicegroup/drivers/db.py:105 nova/servicegroup/drivers/mc.py:109 +#: nova/servicegroup/drivers/db.py:101 nova/servicegroup/drivers/mc.py:105 msgid "model server went away" msgstr "model server é scomparso" -#: nova/servicegroup/drivers/mc.py:44 +#: nova/servicegroup/drivers/mc.py:43 msgid "memcached_servers not defined" msgstr "" -#: nova/servicegroup/drivers/mc.py:52 +#: nova/servicegroup/drivers/mc.py:51 #, python-format msgid "" "Memcached_Driver: join new ServiceGroup member %(member_id)s to the " "%(group_id)s group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/mc.py:57 +#: nova/servicegroup/drivers/mc.py:56 msgid "service is a mandatory argument for Memcached based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/mc.py:78 +#: nova/servicegroup/drivers/mc.py:74 #, python-format msgid "Memcached_Driver: get_all members of the %s group" msgstr "" @@ -6741,22 +6741,6 @@ msgstr "" msgid "already detached" msgstr "" -#: nova/tests/fakelibvirt.py:892 -msgid "Please extend mock libvirt module to support flags" -msgstr "" - -#: nova/tests/fakelibvirt.py:896 -msgid "Expected a list for 'auth' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:900 -msgid "Expected a function in 'auth[0]' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:904 -msgid "Expected a function in 'auth[1]' parameter" -msgstr "" - #: nova/tests/test_hypervapi.py:433 msgid "fake vswitch not found" msgstr "" @@ -6790,17 +6774,17 @@ msgstr "" msgid "unexpected role header" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3340 +#: nova/tests/api/openstack/compute/test_servers.py:3365 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3345 +#: nova/tests/api/openstack/compute/test_servers.py:3370 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3350 +#: nova/tests/api/openstack/compute/test_servers.py:3375 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" @@ -6809,7 +6793,7 @@ msgstr "" #: nova/tests/compute/test_compute.py:1168 #: nova/tests/compute/test_compute.py:1195 #: nova/tests/compute/test_compute.py:1241 -#: nova/tests/compute/test_compute.py:3762 +#: nova/tests/compute/test_compute.py:3804 #, python-format msgid "Running instances: %s" msgstr "" @@ -6826,16 +6810,16 @@ msgstr "" msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:3815 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4275 +#: nova/tests/compute/test_compute.py:4315 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8748 +#: nova/tests/compute/test_compute.py:8904 msgid "spawn error" msgstr "" @@ -6931,6 +6915,22 @@ msgstr "" msgid "Decoding JSON: %s" msgstr "" +#: nova/tests/virt/libvirt/fakelibvirt.py:892 +msgid "Please extend mock libvirt module to support flags" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:896 +msgid "Expected a list for 'auth' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:900 +msgid "Expected a function in 'auth[0]' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:904 +msgid "Expected a function in 'auth[1]' parameter" +msgstr "" + #: nova/virt/configdrive.py:97 #, python-format msgid "Added %(filepath)s to config drive" @@ -11047,67 +11047,12 @@ msgstr "" msgid "status must be 'available'" msgstr "" -#~ msgid "EC2APIError raised: %s" -#~ msgstr "" - -#~ msgid "Instance is in an invalid state for '%(action)s'" -#~ msgstr "" - -#~ msgid "Failed to load extension %(ext_name)s: %(exc)s" -#~ msgstr "" - -#~ msgid "Removing options '%(unk_opt_str)s' from query" -#~ msgstr "" - -#~ msgid "Live migration of instance %(id)s to another host failed" -#~ msgstr "" - -#~ msgid "Cannot show aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Cannot update aggregate: %(id)s" +#~ msgid "%(flag)s : FLAG SET " #~ msgstr "" -#~ msgid "Cannot delete aggregate: %(id)s" +#~ msgid "Child %(pid)d exited with status %(code)d" #~ msgstr "" -#~ msgid "Total %(type_)s: %(total)d %(unit)s, used: %(used)d %(unit)s" -#~ msgstr "" - -#~ msgid "%(type_)s limit not specified, defaulting to unlimited" -#~ msgstr "" - -#~ msgid "%(type_)s limit: %(limit)d %(unit)s, free: %(free)d %(unit)s" -#~ msgstr "" - -#~ msgid "" -#~ "Unable to claim resources. Free " -#~ "%(type_)s %(free)d %(unit)s < requested " -#~ "%(requested)d %(unit)s" -#~ msgstr "" - -#~ msgid "'%s' argument must be a positive integer" -#~ msgstr "" - -#~ msgid "Attempting to build %(num_instances)d instance(s)" -#~ msgstr "" - -#~ msgid "Choosing host %(chosen_host)s" -#~ msgstr "" - -#~ msgid "Unable to load the virtualization driver: %s" -#~ msgstr "" - -#~ msgid "" -#~ "Inject data image=%(image)s key=%(key)s " -#~ "net=%(net)s metadata=%(metadata)s admin_password=ha-" -#~ "ha-not-telling-you files=%(files)s " -#~ "partition=%(partition)s use_cow=%(use_cow)s" -#~ msgstr "" - -#~ msgid "Inject admin password fs=%(fs)s admin_passwd=ha-ha-not-telling-you" -#~ msgstr "" - -#~ msgid "Resizing down VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" -#~ msgstr "" +#~ msgid "Got update for instance %(instance_uuid)s: %(instance)s" +#~ msgstr "istanza %s: creazione snapshot in corso" diff --git a/nova/locale/ja/LC_MESSAGES/nova.po b/nova/locale/ja/LC_MESSAGES/nova.po index e1a6b4777..e93810ab2 100644 --- a/nova/locale/ja/LC_MESSAGES/nova.po +++ b/nova/locale/ja/LC_MESSAGES/nova.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: nova\n" "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" -"POT-Creation-Date: 2013-05-18 19:37+0000\n" +"POT-Creation-Date: 2013-05-22 19:37+0000\n" "PO-Revision-Date: 2011-08-23 11:22+0000\n" "Last-Translator: Thierry Carrez <thierry.carrez+lp@gmail.com>\n" "Language-Team: \n" @@ -169,7 +169,7 @@ msgid "" msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 -#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2778 +#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2767 msgid "Keypair data is invalid" msgstr "" @@ -185,7 +185,7 @@ msgstr "" msgid "Invalid volume" msgstr "" -#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1334 +#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1332 #: nova/api/openstack/compute/contrib/admin_actions.py:242 msgid "Invalid metadata" msgstr "" @@ -1311,7 +1311,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:166 +#: nova/manager.py:170 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1332,118 +1332,56 @@ msgstr "" msgid "Rule checked when requested rule is not found" msgstr "" -#: nova/quota.py:966 +#: nova/quota.py:972 #, python-format msgid "Created reservations %(reservations)s" msgstr "" -#: nova/quota.py:988 +#: nova/quota.py:994 #, python-format msgid "Failed to commit reservations %(reservations)s" msgstr "" -#: nova/quota.py:990 +#: nova/quota.py:996 #, python-format msgid "Committed reservations %(reservations)s" msgstr "" -#: nova/quota.py:1010 +#: nova/quota.py:1016 #, python-format msgid "Failed to roll back reservations %(reservations)s" msgstr "" -#: nova/quota.py:1012 +#: nova/quota.py:1018 #, python-format msgid "Rolled back reservations %(reservations)s" msgstr "" -#: nova/service.py:197 -#, fuzzy -msgid "Full set of CONF:" -msgstr "FLAGSの一覧:" - -#: nova/service.py:204 -#, python-format -msgid "%(flag)s : FLAG SET " -msgstr "" - -#: nova/service.py:214 nova/service.py:312 -#, python-format -msgid "Caught %s, exiting" -msgstr "" - -#: nova/service.py:258 -msgid "Parent process has died unexpectedly, exiting" -msgstr "" - -#: nova/service.py:294 -msgid "Forking too fast, sleeping" -msgstr "" - -#: nova/service.py:317 -msgid "Unhandled exception" -msgstr "" - -#: nova/service.py:324 -#, python-format -msgid "Started child %d" -msgstr "" - -#: nova/service.py:334 -#, fuzzy, python-format -msgid "Starting %d workers" -msgstr "開始アドレス" - -#: nova/service.py:348 -#, python-format -msgid "Child %(pid)d killed by signal %(sig)d" -msgstr "" - -#: nova/service.py:351 -#, python-format -msgid "Child %(pid)d exited with status %(code)d" -msgstr "" - -#: nova/service.py:354 -#, python-format -msgid "pid %d not in child list" -msgstr "" - -#: nova/service.py:374 -#, python-format -msgid "Caught %s, stopping children" -msgstr "" - -#: nova/service.py:385 -#, python-format -msgid "Waiting on %d children to exit" -msgstr "" - -#: nova/service.py:427 +#: nova/service.py:153 #, fuzzy, python-format msgid "Starting %(topic)s node (version %(version)s)" msgstr "%(topic)s ノードを開始しています (バージョン %(vcs_string)s)" -#: nova/service.py:444 nova/openstack/common/rpc/service.py:47 +#: nova/service.py:170 nova/openstack/common/rpc/service.py:47 #, python-format msgid "Creating Consumer connection for Service %s" msgstr "" -#: nova/service.py:464 +#: nova/service.py:190 #, python-format msgid "Join ServiceGroup membership for this service %s" msgstr "" -#: nova/service.py:546 +#: nova/service.py:270 msgid "Service killed that has no database entry" msgstr "データベースにエントリの存在しないサービスを終了します。" -#: nova/service.py:581 +#: nova/service.py:292 #, python-format msgid "Temporary directory is invalid: %s" msgstr "" -#: nova/service.py:679 +#: nova/service.py:394 msgid "serve() can only be called once" msgstr "" @@ -1716,7 +1654,7 @@ msgstr "" msgid "An unknown error has occurred. Please try your request again." msgstr "未知のエラーが発生しました。再度リクエストを実行してください。" -#: nova/api/ec2/apirequest.py:60 +#: nova/api/ec2/apirequest.py:61 #, python-format msgid "Unsupported API request: controller = %(controller)s, action = %(action)s" msgstr "未サポートの API リクエスト: コントローラ = %(controller)s, アクション = %(action)s" @@ -2529,7 +2467,7 @@ msgid "No adminPass was specified" msgstr "" #: nova/api/openstack/compute/servers.py:1173 -#: nova/api/openstack/compute/servers.py:1384 +#: nova/api/openstack/compute/servers.py:1382 msgid "Invalid adminPass" msgstr "" @@ -2561,15 +2499,15 @@ msgstr "" msgid "Could not parse imageRef from request." msgstr "" -#: nova/api/openstack/compute/servers.py:1292 +#: nova/api/openstack/compute/servers.py:1289 msgid "Cannot find image for rebuild" msgstr "" -#: nova/api/openstack/compute/servers.py:1325 +#: nova/api/openstack/compute/servers.py:1323 msgid "createImage entity requires name attribute" msgstr "" -#: nova/api/openstack/compute/servers.py:1410 +#: nova/api/openstack/compute/servers.py:1408 #, python-format msgid "Removing options '%s' from query" msgstr "" @@ -3295,89 +3233,89 @@ msgstr "" msgid "Error processing message locally: %(exc)s" msgstr "" -#: nova/cells/messaging.py:358 nova/cells/messaging.py:364 +#: nova/cells/messaging.py:360 nova/cells/messaging.py:368 #, python-format msgid "destination is %(target_cell)s but routing_path is %(routing_path)s" msgstr "" -#: nova/cells/messaging.py:374 +#: nova/cells/messaging.py:380 #, python-format msgid "Unknown %(cell_type)s when routing to %(target_cell)s" msgstr "" -#: nova/cells/messaging.py:398 +#: nova/cells/messaging.py:404 #, fuzzy, python-format msgid "Error locating next hop for message: %(exc)s" msgstr "メッセージ %s に対するメソッドが存在しません。" -#: nova/cells/messaging.py:425 +#: nova/cells/messaging.py:431 #, python-format msgid "Failed to send message to cell: %(next_hop)s: %(exc)s" msgstr "" -#: nova/cells/messaging.py:504 +#: nova/cells/messaging.py:510 #, fuzzy, python-format msgid "Error locating next hops for message: %(exc)s" msgstr "メッセージ %s に対するメソッドが存在しません。" -#: nova/cells/messaging.py:524 +#: nova/cells/messaging.py:530 #, python-format msgid "Error sending message to next hops: %(exc)s" msgstr "" -#: nova/cells/messaging.py:542 +#: nova/cells/messaging.py:548 #, python-format msgid "Error waiting for responses from neighbor cells: %(exc)s" msgstr "" -#: nova/cells/messaging.py:653 +#: nova/cells/messaging.py:659 #, python-format msgid "Unknown method '%(method)s' in compute API" msgstr "" -#: nova/cells/messaging.py:676 +#: nova/cells/messaging.py:682 #, python-format msgid "Received capabilities from child cell %(cell_name)s: %(capabilities)s" msgstr "" -#: nova/cells/messaging.py:685 +#: nova/cells/messaging.py:692 #, python-format msgid "Received capacities from child cell %(cell_name)s: %(capacities)s" msgstr "" -#: nova/cells/messaging.py:811 +#: nova/cells/messaging.py:819 #, fuzzy, python-format -msgid "Got update for instance %(instance_uuid)s: %(instance)s" +msgid "Got update for instance: %(instance)s" msgstr "インスタンス終了処理を開始します。" -#: nova/cells/messaging.py:854 +#: nova/cells/messaging.py:862 #, fuzzy, python-format -msgid "Got update to delete instance %(instance_uuid)s" +msgid "Got update to delete instance" msgstr "インスタンス終了処理を開始します。" -#: nova/cells/messaging.py:869 +#: nova/cells/messaging.py:877 #, python-format msgid "Got broadcast to %(delete_type)s delete instance" msgstr "" -#: nova/cells/messaging.py:883 +#: nova/cells/messaging.py:891 #, python-format msgid "Got message to create instance fault: %(instance_fault)s" msgstr "" -#: nova/cells/messaging.py:904 +#: nova/cells/messaging.py:912 #, python-format msgid "" "Forcing a sync of instances, project_id=%(projid_str)s, " "updated_since=%(since_str)s" msgstr "" -#: nova/cells/messaging.py:1088 +#: nova/cells/messaging.py:1097 #, python-format msgid "Updating parents with our capabilities: %(capabs)s" msgstr "" -#: nova/cells/messaging.py:1108 +#: nova/cells/messaging.py:1117 #, python-format msgid "Updating parents with our capacities: %(capacities)s" msgstr "" @@ -3394,7 +3332,7 @@ msgid "" "second(s)" msgstr "" -#: nova/cells/scheduler.py:139 +#: nova/cells/scheduler.py:140 #, fuzzy, python-format msgid "Error scheduling instances %(instance_uuids)s" msgstr "インスタンス %(instance_id)s にアドレス %(public_ip)s を割り当て" @@ -3408,7 +3346,7 @@ msgstr "" msgid "Unknown cell '%(cell_name)s' when trying to update capabilities" msgstr "" -#: nova/cells/state.py:330 +#: nova/cells/state.py:331 #, python-format msgid "Unknown cell '%(cell_name)s' when trying to update capacities" msgstr "" @@ -3916,137 +3854,137 @@ msgstr "" msgid "snapshot for %s" msgstr "VM %s に対するスナップショットを開始します。" -#: nova/compute/api.py:1997 +#: nova/compute/api.py:1988 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2006 +#: nova/compute/api.py:1997 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2048 +#: nova/compute/api.py:2043 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2188 +#: nova/compute/api.py:2179 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2295 +#: nova/compute/api.py:2284 msgid "Locking" msgstr "" -#: nova/compute/api.py:2303 +#: nova/compute/api.py:2292 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2375 +#: nova/compute/api.py:2364 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2488 +#: nova/compute/api.py:2477 #, fuzzy, python-format msgid "Going to try to live migrate instance to %s" msgstr "%s を停止しようとしています" -#: nova/compute/api.py:2507 +#: nova/compute/api.py:2496 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2511 +#: nova/compute/api.py:2500 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2758 +#: nova/compute/api.py:2747 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2762 +#: nova/compute/api.py:2751 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2858 +#: nova/compute/api.py:2847 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2861 +#: nova/compute/api.py:2850 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2869 +#: nova/compute/api.py:2858 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2875 +#: nova/compute/api.py:2864 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2893 +#: nova/compute/api.py:2882 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2896 +#: nova/compute/api.py:2885 #, python-format msgid "Create Security Group %s" msgstr "Create Security Group: セキュリティグループ %s を作成します。" -#: nova/compute/api.py:2903 +#: nova/compute/api.py:2892 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2967 +#: nova/compute/api.py:2956 #, fuzzy, python-format msgid "Unable to delete system group '%s'" msgstr "VBD %s の削除に失敗しました。" -#: nova/compute/api.py:2972 +#: nova/compute/api.py:2961 #, fuzzy msgid "Security group is still in use" msgstr "Revoke security group ingress: セキュリティグループ許可 %s の取消" -#: nova/compute/api.py:2980 +#: nova/compute/api.py:2969 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:2983 +#: nova/compute/api.py:2972 #, python-format msgid "Delete security group %s" msgstr "Delete security group: セキュリティグループ %s を削除します。" -#: nova/compute/api.py:3060 nova/compute/api.py:3134 +#: nova/compute/api.py:3049 nova/compute/api.py:3123 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3076 +#: nova/compute/api.py:3065 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3079 +#: nova/compute/api.py:3068 #, python-format msgid "Authorize security group ingress %s" msgstr "Authorize security group ingress: セキュリティグループ許可 %s" -#: nova/compute/api.py:3088 +#: nova/compute/api.py:3077 #, python-format msgid "Revoke security group ingress %s" msgstr "Revoke security group ingress: セキュリティグループ許可 %s の取消" -#: nova/compute/api.py:3141 +#: nova/compute/api.py:3130 msgid "Security group id should be integer" msgstr "" @@ -4150,670 +4088,670 @@ msgstr "" msgid "Instance has been destroyed from under us while trying to set it to ERROR" msgstr "" -#: nova/compute/manager.py:407 +#: nova/compute/manager.py:409 #, python-format msgid "Instance %(uuid)s found in the hypervisor, but not in the database" msgstr "" -#: nova/compute/manager.py:423 +#: nova/compute/manager.py:425 #, python-format msgid "" "Instance %(driver_instance)s found in the hypervisor, but not in the " "database" msgstr "" -#: nova/compute/manager.py:444 +#: nova/compute/manager.py:446 #, python-format msgid "" "Deleting instance as its host (%(instance_host)s) is not equal to our " "host (%(our_host)s)." msgstr "" -#: nova/compute/manager.py:459 +#: nova/compute/manager.py:461 msgid "Instance has been marked deleted already, removing it from the hypervisor." msgstr "" -#: nova/compute/manager.py:480 +#: nova/compute/manager.py:482 msgid "" "Hypervisor driver does not support instance shared storage check, " "assuming it's not on shared storage" msgstr "" -#: nova/compute/manager.py:486 +#: nova/compute/manager.py:488 #, fuzzy msgid "Failed to check if instance shared" msgstr "インスタンス終了処理を開始します。" -#: nova/compute/manager.py:529 +#: nova/compute/manager.py:531 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:532 +#: nova/compute/manager.py:534 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:543 +#: nova/compute/manager.py:545 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:548 +#: nova/compute/manager.py:550 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:562 +#: nova/compute/manager.py:564 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:567 +#: nova/compute/manager.py:569 #, fuzzy msgid "Failed to resume instance" msgstr "インスタンス終了処理を開始します。" -#: nova/compute/manager.py:577 +#: nova/compute/manager.py:579 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:581 +#: nova/compute/manager.py:583 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:597 +#: nova/compute/manager.py:599 #, fuzzy, python-format msgid "Unexpected power state %d" msgstr "予期しないエラー発生: %s" -#: nova/compute/manager.py:609 +#: nova/compute/manager.py:611 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:647 +#: nova/compute/manager.py:649 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:745 +#: nova/compute/manager.py:747 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:762 +#: nova/compute/manager.py:764 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:862 +#: nova/compute/manager.py:864 msgid "Success" msgstr "" -#: nova/compute/manager.py:885 +#: nova/compute/manager.py:887 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:906 nova/compute/manager.py:2377 +#: nova/compute/manager.py:908 nova/compute/manager.py:2379 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:948 +#: nova/compute/manager.py:950 #, fuzzy msgid "Failed to dealloc network for deleted instance" msgstr "%s を停止しようとしています" -#: nova/compute/manager.py:954 +#: nova/compute/manager.py:956 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:982 +#: nova/compute/manager.py:984 #, fuzzy, python-format msgid "Error: %s" msgstr "エラー %s をキャッチしました。" -#: nova/compute/manager.py:999 +#: nova/compute/manager.py:1001 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1024 nova/compute/manager.py:2431 +#: nova/compute/manager.py:1026 nova/compute/manager.py:2433 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1037 +#: nova/compute/manager.py:1039 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1042 +#: nova/compute/manager.py:1044 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1048 +#: nova/compute/manager.py:1050 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1077 +#: nova/compute/manager.py:1079 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1125 +#: nova/compute/manager.py:1127 #, python-format msgid "" "image_id=%(image_id)s, image_size_bytes=%(size_bytes)d, " "allowed_size_bytes=%(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1131 +#: nova/compute/manager.py:1133 #, python-format msgid "" "Image '%(image_id)s' size %(size_bytes)d exceeded instance_type allowed " "size %(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1141 +#: nova/compute/manager.py:1143 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1167 +#: nova/compute/manager.py:1169 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1170 +#: nova/compute/manager.py:1172 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1181 +#: nova/compute/manager.py:1183 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1200 +#: nova/compute/manager.py:1202 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1251 +#: nova/compute/manager.py:1253 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1324 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1338 +#: nova/compute/manager.py:1340 #, fuzzy msgid "Failed to deallocate network for instance." msgstr "%s を停止しようとしています" -#: nova/compute/manager.py:1358 +#: nova/compute/manager.py:1360 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1361 +#: nova/compute/manager.py:1363 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1368 +#: nova/compute/manager.py:1370 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1415 +#: nova/compute/manager.py:1417 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1468 nova/compute/manager.py:2606 -#: nova/compute/manager.py:4118 +#: nova/compute/manager.py:1470 nova/compute/manager.py:2608 +#: nova/compute/manager.py:4137 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1620 +#: nova/compute/manager.py:1622 #, fuzzy msgid "Rebuilding instance" msgstr "Rebooting instance: インスタンス %s を再起動します。" -#: nova/compute/manager.py:1633 +#: nova/compute/manager.py:1635 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1637 +#: nova/compute/manager.py:1639 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1641 +#: nova/compute/manager.py:1643 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1724 +#: nova/compute/manager.py:1726 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1756 +#: nova/compute/manager.py:1758 #, fuzzy, python-format msgid "Detaching from volume api: %s" msgstr "Detach volume: ボリューム %s をデタッチします" -#: nova/compute/manager.py:1774 +#: nova/compute/manager.py:1776 #, fuzzy msgid "Rebooting instance" msgstr "Rebooting instance: インスタンス %s を再起動します。" -#: nova/compute/manager.py:1799 +#: nova/compute/manager.py:1801 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1817 #, fuzzy, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "インスタンス %s は実行中です。" -#: nova/compute/manager.py:1828 +#: nova/compute/manager.py:1830 #, fuzzy msgid "Instance disappeared during reboot" msgstr "インスタンス%s: 再起動しました。" -#: nova/compute/manager.py:1855 +#: nova/compute/manager.py:1857 #, fuzzy msgid "instance snapshotting" msgstr "snapshotting: インスタンス %s のスナップショットを取得中" -#: nova/compute/manager.py:1861 +#: nova/compute/manager.py:1863 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1922 +#: nova/compute/manager.py:1924 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1929 +#: nova/compute/manager.py:1931 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1934 +#: nova/compute/manager.py:1936 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1962 +#: nova/compute/manager.py:1964 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1969 +#: nova/compute/manager.py:1971 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1976 +#: nova/compute/manager.py:1978 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1991 +#: nova/compute/manager.py:1993 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1998 +#: nova/compute/manager.py:2000 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:2011 +#: nova/compute/manager.py:2013 #, python-format msgid "" "trying to inject a file into a non-running (state: " "%(current_power_state)s expected: %(expected_state)s)" msgstr "" -#: nova/compute/manager.py:2015 +#: nova/compute/manager.py:2017 #, fuzzy, python-format msgid "injecting file to %(path)s" msgstr "ファイルパス '%s' を埋め込んでいます" -#: nova/compute/manager.py:2035 +#: nova/compute/manager.py:2037 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2048 +#: nova/compute/manager.py:2050 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2067 +#: nova/compute/manager.py:2069 #, fuzzy msgid "Error trying to Rescue Instance" msgstr "インスタンス終了処理を開始します。" -#: nova/compute/manager.py:2071 +#: nova/compute/manager.py:2073 #, fuzzy, python-format msgid "Driver Error: %s" msgstr "エラー %s をキャッチしました。" -#: nova/compute/manager.py:2089 +#: nova/compute/manager.py:2091 #, fuzzy msgid "Unrescuing" msgstr "Unrescuing: インスタンス %s をアンレスキューします。" -#: nova/compute/manager.py:2110 +#: nova/compute/manager.py:2112 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2335 +#: nova/compute/manager.py:2337 #, fuzzy msgid "Instance has no source host" msgstr "snapshotting: インスタンス %s のスナップショットを取得中" -#: nova/compute/manager.py:2341 +#: nova/compute/manager.py:2343 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2358 +#: nova/compute/manager.py:2360 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2603 +#: nova/compute/manager.py:2605 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2666 +#: nova/compute/manager.py:2668 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2684 +#: nova/compute/manager.py:2686 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2722 +#: nova/compute/manager.py:2724 #, fuzzy msgid "Retrieving diagnostics" msgstr "retrieving diagnostics: インスタンス %s の診断情報を取得します。" -#: nova/compute/manager.py:2753 +#: nova/compute/manager.py:2755 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2773 +#: nova/compute/manager.py:2775 #, fuzzy msgid "Reset network" msgstr "ネットワークホストの設定をします。" -#: nova/compute/manager.py:2778 +#: nova/compute/manager.py:2780 #, fuzzy msgid "Inject network info" msgstr "ネットワークホストの設定をします。" -#: nova/compute/manager.py:2781 +#: nova/compute/manager.py:2783 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2798 +#: nova/compute/manager.py:2800 #, fuzzy msgid "Get console output" msgstr "Get console output: インスタンス %s のコンソール出力を取得します。" -#: nova/compute/manager.py:2825 +#: nova/compute/manager.py:2827 #, fuzzy msgid "Getting vnc console" msgstr "コンソールを追加しています" -#: nova/compute/manager.py:2860 +#: nova/compute/manager.py:2862 #, fuzzy msgid "Getting spice console" msgstr "コンソールを追加しています" -#: nova/compute/manager.py:2907 +#: nova/compute/manager.py:2909 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2957 +#: nova/compute/manager.py:2959 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2966 +#: nova/compute/manager.py:2968 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2981 +#: nova/compute/manager.py:2983 #, fuzzy, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "ボリューム切断: %(instance_name)s, %(mountpoint)s" -#: nova/compute/manager.py:3011 +#: nova/compute/manager.py:3013 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:3021 +#: nova/compute/manager.py:3023 #, fuzzy msgid "Detaching volume from unknown instance" msgstr "ボリュームを未知のインスタンス %s からデタッチします。" -#: nova/compute/manager.py:3028 +#: nova/compute/manager.py:3030 #, fuzzy, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "ボリューム切断: %(instance_name)s, %(mountpoint)s" -#: nova/compute/manager.py:3051 +#: nova/compute/manager.py:3053 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3087 +#: nova/compute/manager.py:3089 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3107 +#: nova/compute/manager.py:3109 #, fuzzy, python-format msgid "Port %(port_id)s is not attached" msgstr "インスタンス %s: 起動しました。" -#: nova/compute/manager.py:3121 +#: nova/compute/manager.py:3123 #, fuzzy, python-format msgid "Host %(host)s not found" msgstr "インスタンス %s: 起動しました。" -#: nova/compute/manager.py:3265 +#: nova/compute/manager.py:3276 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3293 +#: nova/compute/manager.py:3304 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3348 +#: nova/compute/manager.py:3359 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3350 +#: nova/compute/manager.py:3361 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:3364 +#: nova/compute/manager.py:3376 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3393 +#: nova/compute/manager.py:3408 #, fuzzy, python-format msgid "Failed to get compute_info for %s" msgstr "ip %s に対するメタデータの取得に失敗しました。" -#: nova/compute/manager.py:3512 +#: nova/compute/manager.py:3537 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3557 +#: nova/compute/manager.py:3587 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3563 +#: nova/compute/manager.py:3593 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3602 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3579 +#: nova/compute/manager.py:3609 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3583 +#: nova/compute/manager.py:3613 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3590 +#: nova/compute/manager.py:3620 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3599 +#: nova/compute/manager.py:3629 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3616 +#: nova/compute/manager.py:3646 #, 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:3635 +#: nova/compute/manager.py:3665 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3659 +#: nova/compute/manager.py:3689 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3776 +#: nova/compute/manager.py:3806 #, fuzzy msgid "Updating volume usage cache" msgstr "Deleting user: ユーザ %s を削除します。" -#: nova/compute/manager.py:3793 +#: nova/compute/manager.py:3823 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3820 +#: nova/compute/manager.py:3850 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3825 nova/compute/manager.py:3875 +#: nova/compute/manager.py:3855 nova/compute/manager.py:3905 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3862 +#: nova/compute/manager.py:3892 #, 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:3900 +#: nova/compute/manager.py:3930 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3912 nova/compute/manager.py:3921 -#: nova/compute/manager.py:3951 +#: nova/compute/manager.py:3942 nova/compute/manager.py:3951 +#: nova/compute/manager.py:3981 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3916 +#: nova/compute/manager.py:3946 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3932 +#: nova/compute/manager.py:3962 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3938 +#: nova/compute/manager.py:3968 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3944 +#: nova/compute/manager.py:3974 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3960 +#: nova/compute/manager.py:3990 #, fuzzy msgid "Instance is not (soft-)deleted." msgstr "インスタンス %s: 起動しました。" -#: nova/compute/manager.py:3968 +#: nova/compute/manager.py:3998 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3988 +#: nova/compute/manager.py:4010 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:4015 +#: nova/compute/manager.py:4037 #, fuzzy, python-format msgid "Deleting orphan compute node %s" msgstr "Deleting user: ユーザ %s を削除します。" -#: nova/compute/manager.py:4025 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4047 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4088 #, python-format msgid "" "Detected instance with name label '%(name)s' which is marked as DELETED " "but still present on host." msgstr "" -#: nova/compute/manager.py:4073 +#: nova/compute/manager.py:4095 #, python-format msgid "" "Destroying instance with name label '%(name)s' which is marked as DELETED" " but still present on host." msgstr "" -#: nova/compute/manager.py:4080 +#: nova/compute/manager.py:4102 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4110 +#: nova/compute/manager.py:4129 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4927,7 +4865,7 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:380 +#: nova/conductor/api.py:373 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" @@ -4938,7 +4876,7 @@ msgstr "" msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:262 +#: nova/conductor/manager.py:263 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5017,54 +4955,50 @@ msgstr "" msgid "Failed to notify cells of instance destroy" msgstr "" -#: nova/db/api.py:673 nova/db/api.py:694 +#: nova/db/api.py:674 nova/db/api.py:695 msgid "Failed to notify cells of instance update" msgstr "" -#: nova/db/api.py:734 -msgid "Failed to notify cells of instance info cache update" -msgstr "" - -#: nova/db/api.py:1456 +#: nova/db/api.py:1453 msgid "Failed to notify cells of bw_usage update" msgstr "" -#: nova/db/api.py:1591 +#: nova/db/api.py:1588 msgid "Failed to notify cells of instance fault" msgstr "" -#: nova/db/sqlalchemy/api.py:157 +#: nova/db/sqlalchemy/api.py:160 #, python-format msgid "Deadlock detected when running '%(func_name)s': Retrying..." msgstr "" -#: nova/db/sqlalchemy/api.py:192 +#: nova/db/sqlalchemy/api.py:195 msgid "model or base_model parameter should be subclass of NovaBase" msgstr "" -#: nova/db/sqlalchemy/api.py:205 nova/virt/baremetal/db/sqlalchemy/api.py:61 +#: nova/db/sqlalchemy/api.py:208 nova/virt/baremetal/db/sqlalchemy/api.py:61 #, python-format msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1408 +#: nova/db/sqlalchemy/api.py:1411 #, python-format msgid "" "Unknown osapi_compute_unique_server_name_scope value: %s Flag must be " "empty, \"global\" or \"project\"" msgstr "" -#: nova/db/sqlalchemy/api.py:1546 +#: nova/db/sqlalchemy/api.py:1549 #, fuzzy, python-format msgid "Invalid instance id %s in request" msgstr "インスタンス %s: rescued" -#: nova/db/sqlalchemy/api.py:2853 +#: nova/db/sqlalchemy/api.py:2908 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4361 +#: nova/db/sqlalchemy/api.py:4416 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5210,16 +5144,20 @@ msgstr "" msgid "Bad project_id for to_global_ipv6: %s" msgstr "" -#: nova/network/api.py:55 +#: nova/network/api.py:56 msgid "instance is a required argument to use @refresh_cache" msgstr "" -#: nova/network/api.py:80 +#: nova/network/api.py:90 +msgid "Failed to notify cells of instance info cache update" +msgstr "" + +#: nova/network/api.py:93 #, fuzzy msgid "Failed storing info cache" msgstr "インスタンス終了処理を開始します。" -#: nova/network/api.py:235 +#: nova/network/api.py:248 #, fuzzy, python-format msgid "re-assign floating IP %(address)s from instance %(instance_id)s" msgstr "インスタンス %(instance_id)s にアドレス %(public_ip)s を割り当て" @@ -5782,17 +5720,17 @@ msgstr "" msgid "Deprecated: %s" msgstr "受信: %s" -#: nova/openstack/common/log.py:347 +#: nova/openstack/common/log.py:336 #, python-format msgid "Error loading logging config %(log_config)s: %(err_msg)s" msgstr "" -#: nova/openstack/common/log.py:397 +#: nova/openstack/common/log.py:386 #, python-format msgid "syslog facility must be one of: %s" msgstr "" -#: nova/openstack/common/log.py:563 +#: nova/openstack/common/log.py:555 #, python-format msgid "Fatal call to deprecated config: %(msg)s" msgstr "" @@ -5889,6 +5827,63 @@ msgstr "" msgid "process_input not supported over SSH" msgstr "" +#: nova/openstack/common/service.py:113 nova/openstack/common/service.py:276 +#, fuzzy +msgid "Full set of CONF:" +msgstr "FLAGSの一覧:" + +#: nova/openstack/common/service.py:122 nova/openstack/common/service.py:219 +#, python-format +msgid "Caught %s, exiting" +msgstr "" + +#: nova/openstack/common/service.py:165 +msgid "Parent process has died unexpectedly, exiting" +msgstr "" + +#: nova/openstack/common/service.py:201 +msgid "Forking too fast, sleeping" +msgstr "" + +#: nova/openstack/common/service.py:224 +msgid "Unhandled exception" +msgstr "" + +#: nova/openstack/common/service.py:231 +#, python-format +msgid "Started child %d" +msgstr "" + +#: nova/openstack/common/service.py:241 +#, fuzzy, python-format +msgid "Starting %d workers" +msgstr "開始アドレス" + +#: nova/openstack/common/service.py:258 +#, python-format +msgid "Child %(pid)d killed by signal %(sig)d" +msgstr "" + +#: nova/openstack/common/service.py:262 +#, python-format +msgid "Child %(pid)s exited with status %(code)d" +msgstr "" + +#: nova/openstack/common/service.py:266 +#, python-format +msgid "pid %d not in child list" +msgstr "" + +#: nova/openstack/common/service.py:294 +#, python-format +msgid "Caught %s, stopping children" +msgstr "" + +#: nova/openstack/common/service.py:305 +#, python-format +msgid "Waiting on %d children to exit" +msgstr "" + #: nova/openstack/common/strutils.py:72 #, python-format msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" @@ -6077,12 +6072,17 @@ msgid "" "endpoint." msgstr "" -#: nova/openstack/common/rpc/common.py:281 +#: nova/openstack/common/rpc/common.py:162 +#, python-format +msgid "Specified RPC version cap, %(version_cap)s, is too low" +msgstr "" + +#: nova/openstack/common/rpc/common.py:285 #, python-format msgid "Failed to sanitize %(item)s. Key error %(err)s" msgstr "" -#: nova/openstack/common/rpc/common.py:303 +#: nova/openstack/common/rpc/common.py:307 #, python-format msgid "Returning exception %s to caller" msgstr "呼び出し元に 例外 %s を返却します。" @@ -6420,38 +6420,38 @@ msgstr "" msgid "Request Spec: %s" msgstr "" -#: nova/scheduler/filter_scheduler.py:92 +#: nova/scheduler/filter_scheduler.py:97 #, fuzzy, python-format msgid "Choosing host %(weighed_host)s for instance %(instance_uuid)s" msgstr "インスタンス終了処理を開始します。" -#: nova/scheduler/filter_scheduler.py:234 +#: nova/scheduler/filter_scheduler.py:239 msgid "Invalid value for 'scheduler_max_attempts', must be >= 1" msgstr "" -#: nova/scheduler/filter_scheduler.py:251 +#: nova/scheduler/filter_scheduler.py:256 #, python-format msgid "Error from last host: %(last_host)s (node %(last_node)s): %(exc)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:283 +#: nova/scheduler/filter_scheduler.py:288 #, python-format msgid "" "Exceeded max scheduling attempts %(max_attempts)d for instance " "%(instance_uuid)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:351 +#: nova/scheduler/filter_scheduler.py:356 #, python-format msgid "Filtered %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:356 +#: nova/scheduler/filter_scheduler.py:361 #, python-format msgid "Weighed %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:398 +#: nova/scheduler/filter_scheduler.py:403 #, python-format msgid "Unable to migrate %(instance_uuid)s to %(dest)s: Lack of memory" msgstr "" @@ -6646,46 +6646,46 @@ msgstr "" msgid "Returns one member of the [%s] group" msgstr "" -#: nova/servicegroup/drivers/db.py:42 +#: nova/servicegroup/drivers/db.py:41 #, python-format msgid "" "DB_Driver: join new ServiceGroup member %(member_id)s to the %(group_id)s" " group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/db.py:46 +#: nova/servicegroup/drivers/db.py:45 msgid "service is a mandatory argument for DB based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/db.py:76 +#: nova/servicegroup/drivers/db.py:72 #, python-format msgid "DB_Driver: get_all members of the %s group" msgstr "" -#: nova/servicegroup/drivers/db.py:99 nova/servicegroup/drivers/mc.py:103 +#: nova/servicegroup/drivers/db.py:95 nova/servicegroup/drivers/mc.py:99 msgid "Recovered model server connection!" msgstr "モデルサーバへの接続を復旧しました。" -#: nova/servicegroup/drivers/db.py:105 nova/servicegroup/drivers/mc.py:109 +#: nova/servicegroup/drivers/db.py:101 nova/servicegroup/drivers/mc.py:105 msgid "model server went away" msgstr "モデルサーバが消滅しました。" -#: nova/servicegroup/drivers/mc.py:44 +#: nova/servicegroup/drivers/mc.py:43 msgid "memcached_servers not defined" msgstr "" -#: nova/servicegroup/drivers/mc.py:52 +#: nova/servicegroup/drivers/mc.py:51 #, python-format msgid "" "Memcached_Driver: join new ServiceGroup member %(member_id)s to the " "%(group_id)s group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/mc.py:57 +#: nova/servicegroup/drivers/mc.py:56 msgid "service is a mandatory argument for Memcached based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/mc.py:78 +#: nova/servicegroup/drivers/mc.py:74 #, python-format msgid "Memcached_Driver: get_all members of the %s group" msgstr "" @@ -6774,22 +6774,6 @@ msgstr "" msgid "already detached" msgstr "" -#: nova/tests/fakelibvirt.py:892 -msgid "Please extend mock libvirt module to support flags" -msgstr "" - -#: nova/tests/fakelibvirt.py:896 -msgid "Expected a list for 'auth' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:900 -msgid "Expected a function in 'auth[0]' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:904 -msgid "Expected a function in 'auth[1]' parameter" -msgstr "" - #: nova/tests/test_hypervapi.py:433 #, fuzzy msgid "fake vswitch not found" @@ -6824,17 +6808,17 @@ msgstr "" msgid "unexpected role header" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3340 +#: nova/tests/api/openstack/compute/test_servers.py:3365 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3345 +#: nova/tests/api/openstack/compute/test_servers.py:3370 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3350 +#: nova/tests/api/openstack/compute/test_servers.py:3375 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" @@ -6843,7 +6827,7 @@ msgstr "" #: nova/tests/compute/test_compute.py:1168 #: nova/tests/compute/test_compute.py:1195 #: nova/tests/compute/test_compute.py:1241 -#: nova/tests/compute/test_compute.py:3762 +#: nova/tests/compute/test_compute.py:3804 #, python-format msgid "Running instances: %s" msgstr "インスタンス %s は実行中です。" @@ -6860,16 +6844,16 @@ msgstr "インスタンス %s を終了した後です。" msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:3815 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4275 +#: nova/tests/compute/test_compute.py:4315 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8748 +#: nova/tests/compute/test_compute.py:8904 msgid "spawn error" msgstr "" @@ -6965,6 +6949,22 @@ msgstr "" msgid "Decoding JSON: %s" msgstr "" +#: nova/tests/virt/libvirt/fakelibvirt.py:892 +msgid "Please extend mock libvirt module to support flags" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:896 +msgid "Expected a list for 'auth' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:900 +msgid "Expected a function in 'auth[0]' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:904 +msgid "Expected a function in 'auth[1]' parameter" +msgstr "" + #: nova/virt/configdrive.py:97 #, python-format msgid "Added %(filepath)s to config drive" @@ -11095,67 +11095,12 @@ msgstr "" msgid "status must be 'available'" msgstr "" -#~ msgid "EC2APIError raised: %s" +#~ msgid "%(flag)s : FLAG SET " #~ msgstr "" -#~ msgid "Instance is in an invalid state for '%(action)s'" +#~ msgid "Child %(pid)d exited with status %(code)d" #~ msgstr "" -#~ msgid "Failed to load extension %(ext_name)s: %(exc)s" -#~ msgstr "" - -#~ msgid "Removing options '%(unk_opt_str)s' from query" -#~ msgstr "" - -#~ msgid "Live migration of instance %(id)s to another host failed" -#~ msgstr "" - -#~ msgid "Cannot show aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Cannot update aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Cannot delete aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Total %(type_)s: %(total)d %(unit)s, used: %(used)d %(unit)s" -#~ msgstr "" - -#~ msgid "%(type_)s limit not specified, defaulting to unlimited" -#~ msgstr "" - -#~ msgid "%(type_)s limit: %(limit)d %(unit)s, free: %(free)d %(unit)s" -#~ msgstr "" - -#~ msgid "" -#~ "Unable to claim resources. Free " -#~ "%(type_)s %(free)d %(unit)s < requested " -#~ "%(requested)d %(unit)s" -#~ msgstr "" - -#~ msgid "'%s' argument must be a positive integer" -#~ msgstr "" - -#~ msgid "Attempting to build %(num_instances)d instance(s)" -#~ msgstr "" - -#~ msgid "Choosing host %(chosen_host)s" -#~ msgstr "" - -#~ msgid "Unable to load the virtualization driver: %s" -#~ msgstr "" - -#~ msgid "" -#~ "Inject data image=%(image)s key=%(key)s " -#~ "net=%(net)s metadata=%(metadata)s admin_password=ha-" -#~ "ha-not-telling-you files=%(files)s " -#~ "partition=%(partition)s use_cow=%(use_cow)s" -#~ msgstr "" - -#~ msgid "Inject admin password fs=%(fs)s admin_passwd=ha-ha-not-telling-you" -#~ msgstr "" - -#~ msgid "Resizing down VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" -#~ msgstr "" +#~ msgid "Got update for instance %(instance_uuid)s: %(instance)s" +#~ msgstr "インスタンス終了処理を開始します。" diff --git a/nova/locale/ko/LC_MESSAGES/nova.po b/nova/locale/ko/LC_MESSAGES/nova.po index dbc67054c..e12904c36 100644 --- a/nova/locale/ko/LC_MESSAGES/nova.po +++ b/nova/locale/ko/LC_MESSAGES/nova.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: nova\n" "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" -"POT-Creation-Date: 2013-05-18 19:37+0000\n" +"POT-Creation-Date: 2013-05-22 19:37+0000\n" "PO-Revision-Date: 2011-12-16 04:42+0000\n" "Last-Translator: Zhongyue Luo <lzyeval@gmail.com>\n" "Language-Team: Korean <ko@li.org>\n" @@ -168,7 +168,7 @@ msgid "" msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 -#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2778 +#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2767 msgid "Keypair data is invalid" msgstr "" @@ -184,7 +184,7 @@ msgstr "" msgid "Invalid volume" msgstr "" -#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1334 +#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1332 #: nova/api/openstack/compute/contrib/admin_actions.py:242 msgid "Invalid metadata" msgstr "" @@ -1306,7 +1306,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:166 +#: nova/manager.py:170 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1326,117 +1326,56 @@ msgstr "" msgid "Rule checked when requested rule is not found" msgstr "" -#: nova/quota.py:966 +#: nova/quota.py:972 #, python-format msgid "Created reservations %(reservations)s" msgstr "" -#: nova/quota.py:988 +#: nova/quota.py:994 #, python-format msgid "Failed to commit reservations %(reservations)s" msgstr "" -#: nova/quota.py:990 +#: nova/quota.py:996 #, python-format msgid "Committed reservations %(reservations)s" msgstr "" -#: nova/quota.py:1010 +#: nova/quota.py:1016 #, python-format msgid "Failed to roll back reservations %(reservations)s" msgstr "" -#: nova/quota.py:1012 +#: nova/quota.py:1018 #, python-format msgid "Rolled back reservations %(reservations)s" msgstr "" -#: nova/service.py:197 -msgid "Full set of CONF:" -msgstr "" - -#: nova/service.py:204 -#, python-format -msgid "%(flag)s : FLAG SET " -msgstr "" - -#: nova/service.py:214 nova/service.py:312 -#, python-format -msgid "Caught %s, exiting" -msgstr "" - -#: nova/service.py:258 -msgid "Parent process has died unexpectedly, exiting" -msgstr "" - -#: nova/service.py:294 -msgid "Forking too fast, sleeping" -msgstr "" - -#: nova/service.py:317 -msgid "Unhandled exception" -msgstr "" - -#: nova/service.py:324 -#, python-format -msgid "Started child %d" -msgstr "" - -#: nova/service.py:334 -#, python-format -msgid "Starting %d workers" -msgstr "" - -#: nova/service.py:348 -#, python-format -msgid "Child %(pid)d killed by signal %(sig)d" -msgstr "" - -#: nova/service.py:351 -#, python-format -msgid "Child %(pid)d exited with status %(code)d" -msgstr "" - -#: nova/service.py:354 -#, python-format -msgid "pid %d not in child list" -msgstr "" - -#: nova/service.py:374 -#, python-format -msgid "Caught %s, stopping children" -msgstr "" - -#: nova/service.py:385 -#, python-format -msgid "Waiting on %d children to exit" -msgstr "" - -#: nova/service.py:427 +#: nova/service.py:153 #, python-format msgid "Starting %(topic)s node (version %(version)s)" msgstr "" -#: nova/service.py:444 nova/openstack/common/rpc/service.py:47 +#: nova/service.py:170 nova/openstack/common/rpc/service.py:47 #, python-format msgid "Creating Consumer connection for Service %s" msgstr "" -#: nova/service.py:464 +#: nova/service.py:190 #, python-format msgid "Join ServiceGroup membership for this service %s" msgstr "" -#: nova/service.py:546 +#: nova/service.py:270 msgid "Service killed that has no database entry" msgstr "" -#: nova/service.py:581 +#: nova/service.py:292 #, python-format msgid "Temporary directory is invalid: %s" msgstr "" -#: nova/service.py:679 +#: nova/service.py:394 msgid "serve() can only be called once" msgstr "" @@ -1708,7 +1647,7 @@ msgstr "" msgid "An unknown error has occurred. Please try your request again." msgstr "" -#: nova/api/ec2/apirequest.py:60 +#: nova/api/ec2/apirequest.py:61 #, python-format msgid "Unsupported API request: controller = %(controller)s, action = %(action)s" msgstr "" @@ -2514,7 +2453,7 @@ msgid "No adminPass was specified" msgstr "" #: nova/api/openstack/compute/servers.py:1173 -#: nova/api/openstack/compute/servers.py:1384 +#: nova/api/openstack/compute/servers.py:1382 msgid "Invalid adminPass" msgstr "" @@ -2545,15 +2484,15 @@ msgstr "" msgid "Could not parse imageRef from request." msgstr "" -#: nova/api/openstack/compute/servers.py:1292 +#: nova/api/openstack/compute/servers.py:1289 msgid "Cannot find image for rebuild" msgstr "" -#: nova/api/openstack/compute/servers.py:1325 +#: nova/api/openstack/compute/servers.py:1323 msgid "createImage entity requires name attribute" msgstr "" -#: nova/api/openstack/compute/servers.py:1410 +#: nova/api/openstack/compute/servers.py:1408 #, python-format msgid "Removing options '%s' from query" msgstr "" @@ -3268,89 +3207,89 @@ msgstr "" msgid "Error processing message locally: %(exc)s" msgstr "" -#: nova/cells/messaging.py:358 nova/cells/messaging.py:364 +#: nova/cells/messaging.py:360 nova/cells/messaging.py:368 #, python-format msgid "destination is %(target_cell)s but routing_path is %(routing_path)s" msgstr "" -#: nova/cells/messaging.py:374 +#: nova/cells/messaging.py:380 #, python-format msgid "Unknown %(cell_type)s when routing to %(target_cell)s" msgstr "" -#: nova/cells/messaging.py:398 +#: nova/cells/messaging.py:404 #, python-format msgid "Error locating next hop for message: %(exc)s" msgstr "" -#: nova/cells/messaging.py:425 +#: nova/cells/messaging.py:431 #, python-format msgid "Failed to send message to cell: %(next_hop)s: %(exc)s" msgstr "" -#: nova/cells/messaging.py:504 +#: nova/cells/messaging.py:510 #, python-format msgid "Error locating next hops for message: %(exc)s" msgstr "" -#: nova/cells/messaging.py:524 +#: nova/cells/messaging.py:530 #, python-format msgid "Error sending message to next hops: %(exc)s" msgstr "" -#: nova/cells/messaging.py:542 +#: nova/cells/messaging.py:548 #, python-format msgid "Error waiting for responses from neighbor cells: %(exc)s" msgstr "" -#: nova/cells/messaging.py:653 +#: nova/cells/messaging.py:659 #, python-format msgid "Unknown method '%(method)s' in compute API" msgstr "" -#: nova/cells/messaging.py:676 +#: nova/cells/messaging.py:682 #, python-format msgid "Received capabilities from child cell %(cell_name)s: %(capabilities)s" msgstr "" -#: nova/cells/messaging.py:685 +#: nova/cells/messaging.py:692 #, python-format msgid "Received capacities from child cell %(cell_name)s: %(capacities)s" msgstr "" -#: nova/cells/messaging.py:811 +#: nova/cells/messaging.py:819 #, fuzzy, python-format -msgid "Got update for instance %(instance_uuid)s: %(instance)s" -msgstr "인스턴스 %s: 스냅샷 저장중" +msgid "Got update for instance: %(instance)s" +msgstr "%(instance_name)s 인스턴스에 %(mountpoint)s 마운트지점이 장착되었습니다" -#: nova/cells/messaging.py:854 +#: nova/cells/messaging.py:862 #, fuzzy, python-format -msgid "Got update to delete instance %(instance_uuid)s" +msgid "Got update to delete instance" msgstr "%(instance_name)s 인스턴스에 %(mountpoint)s 마운트지점이 장착되었습니다" -#: nova/cells/messaging.py:869 +#: nova/cells/messaging.py:877 #, python-format msgid "Got broadcast to %(delete_type)s delete instance" msgstr "" -#: nova/cells/messaging.py:883 +#: nova/cells/messaging.py:891 #, python-format msgid "Got message to create instance fault: %(instance_fault)s" msgstr "" -#: nova/cells/messaging.py:904 +#: nova/cells/messaging.py:912 #, python-format msgid "" "Forcing a sync of instances, project_id=%(projid_str)s, " "updated_since=%(since_str)s" msgstr "" -#: nova/cells/messaging.py:1088 +#: nova/cells/messaging.py:1097 #, python-format msgid "Updating parents with our capabilities: %(capabs)s" msgstr "" -#: nova/cells/messaging.py:1108 +#: nova/cells/messaging.py:1117 #, python-format msgid "Updating parents with our capacities: %(capacities)s" msgstr "" @@ -3367,7 +3306,7 @@ msgid "" "second(s)" msgstr "" -#: nova/cells/scheduler.py:139 +#: nova/cells/scheduler.py:140 #, python-format msgid "Error scheduling instances %(instance_uuids)s" msgstr "" @@ -3381,7 +3320,7 @@ msgstr "" msgid "Unknown cell '%(cell_name)s' when trying to update capabilities" msgstr "" -#: nova/cells/state.py:330 +#: nova/cells/state.py:331 #, python-format msgid "Unknown cell '%(cell_name)s' when trying to update capacities" msgstr "" @@ -3874,136 +3813,136 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:1997 +#: nova/compute/api.py:1988 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2006 +#: nova/compute/api.py:1997 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2048 +#: nova/compute/api.py:2043 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2188 +#: nova/compute/api.py:2179 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2295 +#: nova/compute/api.py:2284 msgid "Locking" msgstr "" -#: nova/compute/api.py:2303 +#: nova/compute/api.py:2292 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2375 +#: nova/compute/api.py:2364 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2488 +#: nova/compute/api.py:2477 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2507 +#: nova/compute/api.py:2496 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2511 +#: nova/compute/api.py:2500 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2758 +#: nova/compute/api.py:2747 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2762 +#: nova/compute/api.py:2751 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2858 +#: nova/compute/api.py:2847 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2861 +#: nova/compute/api.py:2850 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2869 +#: nova/compute/api.py:2858 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2875 +#: nova/compute/api.py:2864 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2893 +#: nova/compute/api.py:2882 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2896 +#: nova/compute/api.py:2885 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2903 +#: nova/compute/api.py:2892 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2967 +#: nova/compute/api.py:2956 #, fuzzy, python-format msgid "Unable to delete system group '%s'" msgstr "%s 볼륨을 찾을수 없습니다" -#: nova/compute/api.py:2972 +#: nova/compute/api.py:2961 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:2980 +#: nova/compute/api.py:2969 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:2983 +#: nova/compute/api.py:2972 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3060 nova/compute/api.py:3134 +#: nova/compute/api.py:3049 nova/compute/api.py:3123 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3076 +#: nova/compute/api.py:3065 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3079 +#: nova/compute/api.py:3068 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3088 +#: nova/compute/api.py:3077 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3141 +#: nova/compute/api.py:3130 msgid "Security group id should be integer" msgstr "" @@ -4106,658 +4045,658 @@ msgstr "" msgid "Instance has been destroyed from under us while trying to set it to ERROR" msgstr "" -#: nova/compute/manager.py:407 +#: nova/compute/manager.py:409 #, python-format msgid "Instance %(uuid)s found in the hypervisor, but not in the database" msgstr "" -#: nova/compute/manager.py:423 +#: nova/compute/manager.py:425 #, python-format msgid "" "Instance %(driver_instance)s found in the hypervisor, but not in the " "database" msgstr "" -#: nova/compute/manager.py:444 +#: nova/compute/manager.py:446 #, python-format msgid "" "Deleting instance as its host (%(instance_host)s) is not equal to our " "host (%(our_host)s)." msgstr "" -#: nova/compute/manager.py:459 +#: nova/compute/manager.py:461 msgid "Instance has been marked deleted already, removing it from the hypervisor." msgstr "" -#: nova/compute/manager.py:480 +#: nova/compute/manager.py:482 msgid "" "Hypervisor driver does not support instance shared storage check, " "assuming it's not on shared storage" msgstr "" -#: nova/compute/manager.py:486 +#: nova/compute/manager.py:488 msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:529 +#: nova/compute/manager.py:531 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:532 +#: nova/compute/manager.py:534 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:543 +#: nova/compute/manager.py:545 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:548 +#: nova/compute/manager.py:550 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:562 +#: nova/compute/manager.py:564 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:567 +#: nova/compute/manager.py:569 #, fuzzy msgid "Failed to resume instance" msgstr "인스턴스 %s를 재부팅합니다" -#: nova/compute/manager.py:577 +#: nova/compute/manager.py:579 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:581 +#: nova/compute/manager.py:583 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:597 +#: nova/compute/manager.py:599 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:609 +#: nova/compute/manager.py:611 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:647 +#: nova/compute/manager.py:649 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:745 +#: nova/compute/manager.py:747 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:762 +#: nova/compute/manager.py:764 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:862 +#: nova/compute/manager.py:864 msgid "Success" msgstr "" -#: nova/compute/manager.py:885 +#: nova/compute/manager.py:887 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:906 nova/compute/manager.py:2377 +#: nova/compute/manager.py:908 nova/compute/manager.py:2379 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:948 +#: nova/compute/manager.py:950 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:954 +#: nova/compute/manager.py:956 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:982 +#: nova/compute/manager.py:984 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:999 +#: nova/compute/manager.py:1001 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1024 nova/compute/manager.py:2431 +#: nova/compute/manager.py:1026 nova/compute/manager.py:2433 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1037 +#: nova/compute/manager.py:1039 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1042 +#: nova/compute/manager.py:1044 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1048 +#: nova/compute/manager.py:1050 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1077 +#: nova/compute/manager.py:1079 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1125 +#: nova/compute/manager.py:1127 #, python-format msgid "" "image_id=%(image_id)s, image_size_bytes=%(size_bytes)d, " "allowed_size_bytes=%(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1131 +#: nova/compute/manager.py:1133 #, python-format msgid "" "Image '%(image_id)s' size %(size_bytes)d exceeded instance_type allowed " "size %(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1141 +#: nova/compute/manager.py:1143 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1167 +#: nova/compute/manager.py:1169 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1170 +#: nova/compute/manager.py:1172 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1181 +#: nova/compute/manager.py:1183 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1200 +#: nova/compute/manager.py:1202 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1251 +#: nova/compute/manager.py:1253 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1324 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1338 +#: nova/compute/manager.py:1340 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1358 +#: nova/compute/manager.py:1360 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1361 +#: nova/compute/manager.py:1363 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1368 +#: nova/compute/manager.py:1370 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1415 +#: nova/compute/manager.py:1417 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1468 nova/compute/manager.py:2606 -#: nova/compute/manager.py:4118 +#: nova/compute/manager.py:1470 nova/compute/manager.py:2608 +#: nova/compute/manager.py:4137 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1620 +#: nova/compute/manager.py:1622 #, fuzzy msgid "Rebuilding instance" msgstr "인스턴스 %s를 재부팅합니다" -#: nova/compute/manager.py:1633 +#: nova/compute/manager.py:1635 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1637 +#: nova/compute/manager.py:1639 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1641 +#: nova/compute/manager.py:1643 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1724 +#: nova/compute/manager.py:1726 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1756 +#: nova/compute/manager.py:1758 #, fuzzy, python-format msgid "Detaching from volume api: %s" msgstr "%s 볼륨 탈착에 실패했습니다" -#: nova/compute/manager.py:1774 +#: nova/compute/manager.py:1776 #, fuzzy msgid "Rebooting instance" msgstr "인스턴스 %s를 재부팅합니다" -#: nova/compute/manager.py:1799 +#: nova/compute/manager.py:1801 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1817 #, fuzzy, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "%s 인스턴스에 볼륨장착 할 수 없습니다" -#: nova/compute/manager.py:1828 +#: nova/compute/manager.py:1830 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1855 +#: nova/compute/manager.py:1857 #, fuzzy msgid "instance snapshotting" msgstr "인스턴스 %s: 스냅샷 저장중" -#: nova/compute/manager.py:1861 +#: nova/compute/manager.py:1863 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1922 +#: nova/compute/manager.py:1924 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1929 +#: nova/compute/manager.py:1931 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1934 +#: nova/compute/manager.py:1936 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1962 +#: nova/compute/manager.py:1964 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1969 +#: nova/compute/manager.py:1971 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1976 +#: nova/compute/manager.py:1978 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1991 +#: nova/compute/manager.py:1993 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1998 +#: nova/compute/manager.py:2000 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:2011 +#: nova/compute/manager.py:2013 #, python-format msgid "" "trying to inject a file into a non-running (state: " "%(current_power_state)s expected: %(expected_state)s)" msgstr "" -#: nova/compute/manager.py:2015 +#: nova/compute/manager.py:2017 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:2035 +#: nova/compute/manager.py:2037 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2048 +#: nova/compute/manager.py:2050 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2067 +#: nova/compute/manager.py:2069 #, fuzzy msgid "Error trying to Rescue Instance" msgstr "인스턴스 %s를 재부팅합니다" -#: nova/compute/manager.py:2071 +#: nova/compute/manager.py:2073 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2089 +#: nova/compute/manager.py:2091 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2110 +#: nova/compute/manager.py:2112 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2335 +#: nova/compute/manager.py:2337 #, fuzzy msgid "Instance has no source host" msgstr "인스턴스 %s: 스냅샷 저장중" -#: nova/compute/manager.py:2341 +#: nova/compute/manager.py:2343 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2358 +#: nova/compute/manager.py:2360 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2603 +#: nova/compute/manager.py:2605 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2666 +#: nova/compute/manager.py:2668 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2684 +#: nova/compute/manager.py:2686 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2722 +#: nova/compute/manager.py:2724 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2753 +#: nova/compute/manager.py:2755 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2773 +#: nova/compute/manager.py:2775 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2778 +#: nova/compute/manager.py:2780 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2781 +#: nova/compute/manager.py:2783 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2798 +#: nova/compute/manager.py:2800 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2825 +#: nova/compute/manager.py:2827 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2860 +#: nova/compute/manager.py:2862 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2907 +#: nova/compute/manager.py:2909 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2957 +#: nova/compute/manager.py:2959 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2966 +#: nova/compute/manager.py:2968 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2981 +#: nova/compute/manager.py:2983 #, fuzzy, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "볼륨 탈착: %(instance_name)s, %(mountpoint)s" -#: nova/compute/manager.py:3011 +#: nova/compute/manager.py:3013 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:3021 +#: nova/compute/manager.py:3023 #, fuzzy msgid "Detaching volume from unknown instance" msgstr "%s 인스턴스에 볼륨장착 할 수 없습니다" -#: nova/compute/manager.py:3028 +#: nova/compute/manager.py:3030 #, fuzzy, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "볼륨 탈착: %(instance_name)s, %(mountpoint)s" -#: nova/compute/manager.py:3051 +#: nova/compute/manager.py:3053 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3087 +#: nova/compute/manager.py:3089 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3107 +#: nova/compute/manager.py:3109 #, fuzzy, python-format msgid "Port %(port_id)s is not attached" msgstr "인스턴스 %s: 스냅샷 저장중" -#: nova/compute/manager.py:3121 +#: nova/compute/manager.py:3123 #, python-format msgid "Host %(host)s not found" msgstr "" -#: nova/compute/manager.py:3265 +#: nova/compute/manager.py:3276 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3293 +#: nova/compute/manager.py:3304 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3348 +#: nova/compute/manager.py:3359 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3350 +#: nova/compute/manager.py:3361 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:3364 +#: nova/compute/manager.py:3376 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3393 +#: nova/compute/manager.py:3408 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3512 +#: nova/compute/manager.py:3537 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3557 +#: nova/compute/manager.py:3587 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3563 +#: nova/compute/manager.py:3593 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3602 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3579 +#: nova/compute/manager.py:3609 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3583 +#: nova/compute/manager.py:3613 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3590 +#: nova/compute/manager.py:3620 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3599 +#: nova/compute/manager.py:3629 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3616 +#: nova/compute/manager.py:3646 #, 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:3635 +#: nova/compute/manager.py:3665 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3659 +#: nova/compute/manager.py:3689 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3776 +#: nova/compute/manager.py:3806 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3793 +#: nova/compute/manager.py:3823 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3820 +#: nova/compute/manager.py:3850 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3825 nova/compute/manager.py:3875 +#: nova/compute/manager.py:3855 nova/compute/manager.py:3905 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3862 +#: nova/compute/manager.py:3892 #, 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:3900 +#: nova/compute/manager.py:3930 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3912 nova/compute/manager.py:3921 -#: nova/compute/manager.py:3951 +#: nova/compute/manager.py:3942 nova/compute/manager.py:3951 +#: nova/compute/manager.py:3981 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3916 +#: nova/compute/manager.py:3946 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3932 +#: nova/compute/manager.py:3962 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3938 +#: nova/compute/manager.py:3968 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3944 +#: nova/compute/manager.py:3974 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3960 +#: nova/compute/manager.py:3990 #, fuzzy msgid "Instance is not (soft-)deleted." msgstr "인스턴스 %s: 스냅샷 저장중" -#: nova/compute/manager.py:3968 +#: nova/compute/manager.py:3998 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3988 +#: nova/compute/manager.py:4010 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:4015 +#: nova/compute/manager.py:4037 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:4025 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4047 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4088 #, python-format msgid "" "Detected instance with name label '%(name)s' which is marked as DELETED " "but still present on host." msgstr "" -#: nova/compute/manager.py:4073 +#: nova/compute/manager.py:4095 #, python-format msgid "" "Destroying instance with name label '%(name)s' which is marked as DELETED" " but still present on host." msgstr "" -#: nova/compute/manager.py:4080 +#: nova/compute/manager.py:4102 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4110 +#: nova/compute/manager.py:4129 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4871,7 +4810,7 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:380 +#: nova/conductor/api.py:373 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" @@ -4882,7 +4821,7 @@ msgstr "" msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:262 +#: nova/conductor/manager.py:263 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -4960,54 +4899,50 @@ msgstr "" msgid "Failed to notify cells of instance destroy" msgstr "" -#: nova/db/api.py:673 nova/db/api.py:694 +#: nova/db/api.py:674 nova/db/api.py:695 msgid "Failed to notify cells of instance update" msgstr "" -#: nova/db/api.py:734 -msgid "Failed to notify cells of instance info cache update" -msgstr "" - -#: nova/db/api.py:1456 +#: nova/db/api.py:1453 msgid "Failed to notify cells of bw_usage update" msgstr "" -#: nova/db/api.py:1591 +#: nova/db/api.py:1588 msgid "Failed to notify cells of instance fault" msgstr "" -#: nova/db/sqlalchemy/api.py:157 +#: nova/db/sqlalchemy/api.py:160 #, python-format msgid "Deadlock detected when running '%(func_name)s': Retrying..." msgstr "" -#: nova/db/sqlalchemy/api.py:192 +#: nova/db/sqlalchemy/api.py:195 msgid "model or base_model parameter should be subclass of NovaBase" msgstr "" -#: nova/db/sqlalchemy/api.py:205 nova/virt/baremetal/db/sqlalchemy/api.py:61 +#: nova/db/sqlalchemy/api.py:208 nova/virt/baremetal/db/sqlalchemy/api.py:61 #, python-format msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1408 +#: nova/db/sqlalchemy/api.py:1411 #, python-format msgid "" "Unknown osapi_compute_unique_server_name_scope value: %s Flag must be " "empty, \"global\" or \"project\"" msgstr "" -#: nova/db/sqlalchemy/api.py:1546 +#: nova/db/sqlalchemy/api.py:1549 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2853 +#: nova/db/sqlalchemy/api.py:2908 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4361 +#: nova/db/sqlalchemy/api.py:4416 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5153,15 +5088,19 @@ msgstr "" msgid "Bad project_id for to_global_ipv6: %s" msgstr "" -#: nova/network/api.py:55 +#: nova/network/api.py:56 msgid "instance is a required argument to use @refresh_cache" msgstr "" -#: nova/network/api.py:80 +#: nova/network/api.py:90 +msgid "Failed to notify cells of instance info cache update" +msgstr "" + +#: nova/network/api.py:93 msgid "Failed storing info cache" msgstr "" -#: nova/network/api.py:235 +#: nova/network/api.py:248 #, python-format msgid "re-assign floating IP %(address)s from instance %(instance_id)s" msgstr "" @@ -5719,17 +5658,17 @@ msgstr "" msgid "Deprecated: %s" msgstr "" -#: nova/openstack/common/log.py:347 +#: nova/openstack/common/log.py:336 #, python-format msgid "Error loading logging config %(log_config)s: %(err_msg)s" msgstr "" -#: nova/openstack/common/log.py:397 +#: nova/openstack/common/log.py:386 #, python-format msgid "syslog facility must be one of: %s" msgstr "" -#: nova/openstack/common/log.py:563 +#: nova/openstack/common/log.py:555 #, python-format msgid "Fatal call to deprecated config: %(msg)s" msgstr "" @@ -5826,6 +5765,62 @@ msgstr "" msgid "process_input not supported over SSH" msgstr "" +#: nova/openstack/common/service.py:113 nova/openstack/common/service.py:276 +msgid "Full set of CONF:" +msgstr "" + +#: nova/openstack/common/service.py:122 nova/openstack/common/service.py:219 +#, python-format +msgid "Caught %s, exiting" +msgstr "" + +#: nova/openstack/common/service.py:165 +msgid "Parent process has died unexpectedly, exiting" +msgstr "" + +#: nova/openstack/common/service.py:201 +msgid "Forking too fast, sleeping" +msgstr "" + +#: nova/openstack/common/service.py:224 +msgid "Unhandled exception" +msgstr "" + +#: nova/openstack/common/service.py:231 +#, python-format +msgid "Started child %d" +msgstr "" + +#: nova/openstack/common/service.py:241 +#, python-format +msgid "Starting %d workers" +msgstr "" + +#: nova/openstack/common/service.py:258 +#, python-format +msgid "Child %(pid)d killed by signal %(sig)d" +msgstr "" + +#: nova/openstack/common/service.py:262 +#, python-format +msgid "Child %(pid)s exited with status %(code)d" +msgstr "" + +#: nova/openstack/common/service.py:266 +#, python-format +msgid "pid %d not in child list" +msgstr "" + +#: nova/openstack/common/service.py:294 +#, python-format +msgid "Caught %s, stopping children" +msgstr "" + +#: nova/openstack/common/service.py:305 +#, python-format +msgid "Waiting on %d children to exit" +msgstr "" + #: nova/openstack/common/strutils.py:72 #, python-format msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" @@ -6014,12 +6009,17 @@ msgid "" "endpoint." msgstr "" -#: nova/openstack/common/rpc/common.py:281 +#: nova/openstack/common/rpc/common.py:162 +#, python-format +msgid "Specified RPC version cap, %(version_cap)s, is too low" +msgstr "" + +#: nova/openstack/common/rpc/common.py:285 #, python-format msgid "Failed to sanitize %(item)s. Key error %(err)s" msgstr "" -#: nova/openstack/common/rpc/common.py:303 +#: nova/openstack/common/rpc/common.py:307 #, python-format msgid "Returning exception %s to caller" msgstr "" @@ -6352,38 +6352,38 @@ msgstr "" msgid "Request Spec: %s" msgstr "" -#: nova/scheduler/filter_scheduler.py:92 +#: nova/scheduler/filter_scheduler.py:97 #, fuzzy, python-format msgid "Choosing host %(weighed_host)s for instance %(instance_uuid)s" msgstr "%(instance_name)s 인스턴스에 %(mountpoint)s 마운트지점이 장착되었습니다" -#: nova/scheduler/filter_scheduler.py:234 +#: nova/scheduler/filter_scheduler.py:239 msgid "Invalid value for 'scheduler_max_attempts', must be >= 1" msgstr "" -#: nova/scheduler/filter_scheduler.py:251 +#: nova/scheduler/filter_scheduler.py:256 #, python-format msgid "Error from last host: %(last_host)s (node %(last_node)s): %(exc)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:283 +#: nova/scheduler/filter_scheduler.py:288 #, python-format msgid "" "Exceeded max scheduling attempts %(max_attempts)d for instance " "%(instance_uuid)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:351 +#: nova/scheduler/filter_scheduler.py:356 #, python-format msgid "Filtered %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:356 +#: nova/scheduler/filter_scheduler.py:361 #, python-format msgid "Weighed %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:398 +#: nova/scheduler/filter_scheduler.py:403 #, python-format msgid "Unable to migrate %(instance_uuid)s to %(dest)s: Lack of memory" msgstr "" @@ -6578,46 +6578,46 @@ msgstr "" msgid "Returns one member of the [%s] group" msgstr "" -#: nova/servicegroup/drivers/db.py:42 +#: nova/servicegroup/drivers/db.py:41 #, python-format msgid "" "DB_Driver: join new ServiceGroup member %(member_id)s to the %(group_id)s" " group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/db.py:46 +#: nova/servicegroup/drivers/db.py:45 msgid "service is a mandatory argument for DB based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/db.py:76 +#: nova/servicegroup/drivers/db.py:72 #, python-format msgid "DB_Driver: get_all members of the %s group" msgstr "" -#: nova/servicegroup/drivers/db.py:99 nova/servicegroup/drivers/mc.py:103 +#: nova/servicegroup/drivers/db.py:95 nova/servicegroup/drivers/mc.py:99 msgid "Recovered model server connection!" msgstr "" -#: nova/servicegroup/drivers/db.py:105 nova/servicegroup/drivers/mc.py:109 +#: nova/servicegroup/drivers/db.py:101 nova/servicegroup/drivers/mc.py:105 msgid "model server went away" msgstr "" -#: nova/servicegroup/drivers/mc.py:44 +#: nova/servicegroup/drivers/mc.py:43 msgid "memcached_servers not defined" msgstr "" -#: nova/servicegroup/drivers/mc.py:52 +#: nova/servicegroup/drivers/mc.py:51 #, python-format msgid "" "Memcached_Driver: join new ServiceGroup member %(member_id)s to the " "%(group_id)s group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/mc.py:57 +#: nova/servicegroup/drivers/mc.py:56 msgid "service is a mandatory argument for Memcached based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/mc.py:78 +#: nova/servicegroup/drivers/mc.py:74 #, python-format msgid "Memcached_Driver: get_all members of the %s group" msgstr "" @@ -6706,22 +6706,6 @@ msgstr "" msgid "already detached" msgstr "" -#: nova/tests/fakelibvirt.py:892 -msgid "Please extend mock libvirt module to support flags" -msgstr "" - -#: nova/tests/fakelibvirt.py:896 -msgid "Expected a list for 'auth' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:900 -msgid "Expected a function in 'auth[0]' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:904 -msgid "Expected a function in 'auth[1]' parameter" -msgstr "" - #: nova/tests/test_hypervapi.py:433 msgid "fake vswitch not found" msgstr "" @@ -6755,17 +6739,17 @@ msgstr "" msgid "unexpected role header" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3340 +#: nova/tests/api/openstack/compute/test_servers.py:3365 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3345 +#: nova/tests/api/openstack/compute/test_servers.py:3370 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3350 +#: nova/tests/api/openstack/compute/test_servers.py:3375 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" @@ -6774,7 +6758,7 @@ msgstr "" #: nova/tests/compute/test_compute.py:1168 #: nova/tests/compute/test_compute.py:1195 #: nova/tests/compute/test_compute.py:1241 -#: nova/tests/compute/test_compute.py:3762 +#: nova/tests/compute/test_compute.py:3804 #, python-format msgid "Running instances: %s" msgstr "" @@ -6791,16 +6775,16 @@ msgstr "" msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:3815 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4275 +#: nova/tests/compute/test_compute.py:4315 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8748 +#: nova/tests/compute/test_compute.py:8904 msgid "spawn error" msgstr "" @@ -6896,6 +6880,22 @@ msgstr "" msgid "Decoding JSON: %s" msgstr "" +#: nova/tests/virt/libvirt/fakelibvirt.py:892 +msgid "Please extend mock libvirt module to support flags" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:896 +msgid "Expected a list for 'auth' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:900 +msgid "Expected a function in 'auth[0]' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:904 +msgid "Expected a function in 'auth[1]' parameter" +msgstr "" + #: nova/virt/configdrive.py:97 #, python-format msgid "Added %(filepath)s to config drive" @@ -10999,67 +10999,12 @@ msgstr "" msgid "status must be 'available'" msgstr "" -#~ msgid "EC2APIError raised: %s" +#~ msgid "%(flag)s : FLAG SET " #~ msgstr "" -#~ msgid "Instance is in an invalid state for '%(action)s'" +#~ msgid "Child %(pid)d exited with status %(code)d" #~ msgstr "" -#~ msgid "Failed to load extension %(ext_name)s: %(exc)s" -#~ msgstr "" - -#~ msgid "Removing options '%(unk_opt_str)s' from query" -#~ msgstr "" - -#~ msgid "Live migration of instance %(id)s to another host failed" -#~ msgstr "" - -#~ msgid "Cannot show aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Cannot update aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Cannot delete aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Total %(type_)s: %(total)d %(unit)s, used: %(used)d %(unit)s" -#~ msgstr "" - -#~ msgid "%(type_)s limit not specified, defaulting to unlimited" -#~ msgstr "" - -#~ msgid "%(type_)s limit: %(limit)d %(unit)s, free: %(free)d %(unit)s" -#~ msgstr "" - -#~ msgid "" -#~ "Unable to claim resources. Free " -#~ "%(type_)s %(free)d %(unit)s < requested " -#~ "%(requested)d %(unit)s" -#~ msgstr "" - -#~ msgid "'%s' argument must be a positive integer" -#~ msgstr "" - -#~ msgid "Attempting to build %(num_instances)d instance(s)" -#~ msgstr "" - -#~ msgid "Choosing host %(chosen_host)s" -#~ msgstr "" - -#~ msgid "Unable to load the virtualization driver: %s" -#~ msgstr "" - -#~ msgid "" -#~ "Inject data image=%(image)s key=%(key)s " -#~ "net=%(net)s metadata=%(metadata)s admin_password=ha-" -#~ "ha-not-telling-you files=%(files)s " -#~ "partition=%(partition)s use_cow=%(use_cow)s" -#~ msgstr "" - -#~ msgid "Inject admin password fs=%(fs)s admin_passwd=ha-ha-not-telling-you" -#~ msgstr "" - -#~ msgid "Resizing down VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" -#~ msgstr "" +#~ msgid "Got update for instance %(instance_uuid)s: %(instance)s" +#~ msgstr "인스턴스 %s: 스냅샷 저장중" diff --git a/nova/locale/ko_KR/LC_MESSAGES/nova.po b/nova/locale/ko_KR/LC_MESSAGES/nova.po index 60706b483..a426ca671 100644 --- a/nova/locale/ko_KR/LC_MESSAGES/nova.po +++ b/nova/locale/ko_KR/LC_MESSAGES/nova.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Nova\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/nova\n" -"POT-Creation-Date: 2013-05-18 19:37+0000\n" +"POT-Creation-Date: 2013-05-22 19:37+0000\n" "PO-Revision-Date: 2013-05-06 16:05+0000\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Language-Team: en_US <LL@li.org>\n" @@ -169,7 +169,7 @@ msgid "" msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 -#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2778 +#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2767 msgid "Keypair data is invalid" msgstr "Keypair 데이터가 맞지 않습니다" @@ -185,7 +185,7 @@ msgstr "입력 값이 정확하지 않습니다." msgid "Invalid volume" msgstr "" -#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1334 +#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1332 #: nova/api/openstack/compute/contrib/admin_actions.py:242 msgid "Invalid metadata" msgstr "" @@ -1306,7 +1306,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:166 +#: nova/manager.py:170 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1326,117 +1326,56 @@ msgstr "" msgid "Rule checked when requested rule is not found" msgstr "" -#: nova/quota.py:966 +#: nova/quota.py:972 #, python-format msgid "Created reservations %(reservations)s" msgstr "" -#: nova/quota.py:988 +#: nova/quota.py:994 #, python-format msgid "Failed to commit reservations %(reservations)s" msgstr "" -#: nova/quota.py:990 +#: nova/quota.py:996 #, python-format msgid "Committed reservations %(reservations)s" msgstr "" -#: nova/quota.py:1010 +#: nova/quota.py:1016 #, python-format msgid "Failed to roll back reservations %(reservations)s" msgstr "" -#: nova/quota.py:1012 +#: nova/quota.py:1018 #, python-format msgid "Rolled back reservations %(reservations)s" msgstr "" -#: nova/service.py:197 -msgid "Full set of CONF:" -msgstr "" - -#: nova/service.py:204 -#, python-format -msgid "%(flag)s : FLAG SET " -msgstr "" - -#: nova/service.py:214 nova/service.py:312 -#, python-format -msgid "Caught %s, exiting" -msgstr "" - -#: nova/service.py:258 -msgid "Parent process has died unexpectedly, exiting" -msgstr "" - -#: nova/service.py:294 -msgid "Forking too fast, sleeping" -msgstr "" - -#: nova/service.py:317 -msgid "Unhandled exception" -msgstr "" - -#: nova/service.py:324 -#, python-format -msgid "Started child %d" -msgstr "" - -#: nova/service.py:334 -#, python-format -msgid "Starting %d workers" -msgstr "" - -#: nova/service.py:348 -#, python-format -msgid "Child %(pid)d killed by signal %(sig)d" -msgstr "" - -#: nova/service.py:351 -#, python-format -msgid "Child %(pid)d exited with status %(code)d" -msgstr "" - -#: nova/service.py:354 -#, python-format -msgid "pid %d not in child list" -msgstr "" - -#: nova/service.py:374 -#, python-format -msgid "Caught %s, stopping children" -msgstr "" - -#: nova/service.py:385 -#, python-format -msgid "Waiting on %d children to exit" -msgstr "" - -#: nova/service.py:427 +#: nova/service.py:153 #, python-format msgid "Starting %(topic)s node (version %(version)s)" msgstr "" -#: nova/service.py:444 nova/openstack/common/rpc/service.py:47 +#: nova/service.py:170 nova/openstack/common/rpc/service.py:47 #, python-format msgid "Creating Consumer connection for Service %s" msgstr "" -#: nova/service.py:464 +#: nova/service.py:190 #, python-format msgid "Join ServiceGroup membership for this service %s" msgstr "" -#: nova/service.py:546 +#: nova/service.py:270 msgid "Service killed that has no database entry" msgstr "" -#: nova/service.py:581 +#: nova/service.py:292 #, python-format msgid "Temporary directory is invalid: %s" msgstr "" -#: nova/service.py:679 +#: nova/service.py:394 msgid "serve() can only be called once" msgstr "" @@ -1708,7 +1647,7 @@ msgstr "" msgid "An unknown error has occurred. Please try your request again." msgstr "" -#: nova/api/ec2/apirequest.py:60 +#: nova/api/ec2/apirequest.py:61 #, python-format msgid "Unsupported API request: controller = %(controller)s, action = %(action)s" msgstr "" @@ -2514,7 +2453,7 @@ msgid "No adminPass was specified" msgstr "" #: nova/api/openstack/compute/servers.py:1173 -#: nova/api/openstack/compute/servers.py:1384 +#: nova/api/openstack/compute/servers.py:1382 msgid "Invalid adminPass" msgstr "" @@ -2545,15 +2484,15 @@ msgstr "" msgid "Could not parse imageRef from request." msgstr "" -#: nova/api/openstack/compute/servers.py:1292 +#: nova/api/openstack/compute/servers.py:1289 msgid "Cannot find image for rebuild" msgstr "" -#: nova/api/openstack/compute/servers.py:1325 +#: nova/api/openstack/compute/servers.py:1323 msgid "createImage entity requires name attribute" msgstr "" -#: nova/api/openstack/compute/servers.py:1410 +#: nova/api/openstack/compute/servers.py:1408 #, python-format msgid "Removing options '%s' from query" msgstr "" @@ -3264,89 +3203,89 @@ msgstr "" msgid "Error processing message locally: %(exc)s" msgstr "" -#: nova/cells/messaging.py:358 nova/cells/messaging.py:364 +#: nova/cells/messaging.py:360 nova/cells/messaging.py:368 #, python-format msgid "destination is %(target_cell)s but routing_path is %(routing_path)s" msgstr "" -#: nova/cells/messaging.py:374 +#: nova/cells/messaging.py:380 #, python-format msgid "Unknown %(cell_type)s when routing to %(target_cell)s" msgstr "" -#: nova/cells/messaging.py:398 +#: nova/cells/messaging.py:404 #, python-format msgid "Error locating next hop for message: %(exc)s" msgstr "" -#: nova/cells/messaging.py:425 +#: nova/cells/messaging.py:431 #, python-format msgid "Failed to send message to cell: %(next_hop)s: %(exc)s" msgstr "" -#: nova/cells/messaging.py:504 +#: nova/cells/messaging.py:510 #, python-format msgid "Error locating next hops for message: %(exc)s" msgstr "" -#: nova/cells/messaging.py:524 +#: nova/cells/messaging.py:530 #, python-format msgid "Error sending message to next hops: %(exc)s" msgstr "" -#: nova/cells/messaging.py:542 +#: nova/cells/messaging.py:548 #, python-format msgid "Error waiting for responses from neighbor cells: %(exc)s" msgstr "" -#: nova/cells/messaging.py:653 +#: nova/cells/messaging.py:659 #, python-format msgid "Unknown method '%(method)s' in compute API" msgstr "" -#: nova/cells/messaging.py:676 +#: nova/cells/messaging.py:682 #, python-format msgid "Received capabilities from child cell %(cell_name)s: %(capabilities)s" msgstr "" -#: nova/cells/messaging.py:685 +#: nova/cells/messaging.py:692 #, python-format msgid "Received capacities from child cell %(cell_name)s: %(capacities)s" msgstr "" -#: nova/cells/messaging.py:811 +#: nova/cells/messaging.py:819 #, python-format -msgid "Got update for instance %(instance_uuid)s: %(instance)s" +msgid "Got update for instance: %(instance)s" msgstr "" -#: nova/cells/messaging.py:854 -#, python-format -msgid "Got update to delete instance %(instance_uuid)s" -msgstr "" +#: nova/cells/messaging.py:862 +#, fuzzy +msgid "Got update to delete instance" +msgstr "인스턴스 재시작 실패" -#: nova/cells/messaging.py:869 +#: nova/cells/messaging.py:877 #, python-format msgid "Got broadcast to %(delete_type)s delete instance" msgstr "" -#: nova/cells/messaging.py:883 +#: nova/cells/messaging.py:891 #, python-format msgid "Got message to create instance fault: %(instance_fault)s" msgstr "" -#: nova/cells/messaging.py:904 +#: nova/cells/messaging.py:912 #, python-format msgid "" "Forcing a sync of instances, project_id=%(projid_str)s, " "updated_since=%(since_str)s" msgstr "" -#: nova/cells/messaging.py:1088 +#: nova/cells/messaging.py:1097 #, python-format msgid "Updating parents with our capabilities: %(capabs)s" msgstr "" -#: nova/cells/messaging.py:1108 +#: nova/cells/messaging.py:1117 #, python-format msgid "Updating parents with our capacities: %(capacities)s" msgstr "" @@ -3363,7 +3302,7 @@ msgid "" "second(s)" msgstr "" -#: nova/cells/scheduler.py:139 +#: nova/cells/scheduler.py:140 #, python-format msgid "Error scheduling instances %(instance_uuids)s" msgstr "" @@ -3377,7 +3316,7 @@ msgstr "" msgid "Unknown cell '%(cell_name)s' when trying to update capabilities" msgstr "" -#: nova/cells/state.py:330 +#: nova/cells/state.py:331 #, python-format msgid "Unknown cell '%(cell_name)s' when trying to update capacities" msgstr "" @@ -3868,136 +3807,136 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:1997 +#: nova/compute/api.py:1988 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2006 +#: nova/compute/api.py:1997 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2048 +#: nova/compute/api.py:2043 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2188 +#: nova/compute/api.py:2179 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2295 +#: nova/compute/api.py:2284 msgid "Locking" msgstr "" -#: nova/compute/api.py:2303 +#: nova/compute/api.py:2292 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2375 +#: nova/compute/api.py:2364 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2488 +#: nova/compute/api.py:2477 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2507 +#: nova/compute/api.py:2496 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2511 +#: nova/compute/api.py:2500 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2758 +#: nova/compute/api.py:2747 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2762 +#: nova/compute/api.py:2751 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2858 +#: nova/compute/api.py:2847 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2861 +#: nova/compute/api.py:2850 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2869 +#: nova/compute/api.py:2858 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2875 +#: nova/compute/api.py:2864 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2893 +#: nova/compute/api.py:2882 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2896 +#: nova/compute/api.py:2885 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2903 +#: nova/compute/api.py:2892 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2967 +#: nova/compute/api.py:2956 #, python-format msgid "Unable to delete system group '%s'" msgstr "" -#: nova/compute/api.py:2972 +#: nova/compute/api.py:2961 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:2980 +#: nova/compute/api.py:2969 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:2983 +#: nova/compute/api.py:2972 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3060 nova/compute/api.py:3134 +#: nova/compute/api.py:3049 nova/compute/api.py:3123 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3076 +#: nova/compute/api.py:3065 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3079 +#: nova/compute/api.py:3068 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3088 +#: nova/compute/api.py:3077 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3141 +#: nova/compute/api.py:3130 msgid "Security group id should be integer" msgstr "" @@ -4100,650 +4039,650 @@ msgstr "" msgid "Instance has been destroyed from under us while trying to set it to ERROR" msgstr "" -#: nova/compute/manager.py:407 +#: nova/compute/manager.py:409 #, python-format msgid "Instance %(uuid)s found in the hypervisor, but not in the database" msgstr "" -#: nova/compute/manager.py:423 +#: nova/compute/manager.py:425 #, python-format msgid "" "Instance %(driver_instance)s found in the hypervisor, but not in the " "database" msgstr "" -#: nova/compute/manager.py:444 +#: nova/compute/manager.py:446 #, python-format msgid "" "Deleting instance as its host (%(instance_host)s) is not equal to our " "host (%(our_host)s)." msgstr "" -#: nova/compute/manager.py:459 +#: nova/compute/manager.py:461 msgid "Instance has been marked deleted already, removing it from the hypervisor." msgstr "" -#: nova/compute/manager.py:480 +#: nova/compute/manager.py:482 msgid "" "Hypervisor driver does not support instance shared storage check, " "assuming it's not on shared storage" msgstr "" -#: nova/compute/manager.py:486 +#: nova/compute/manager.py:488 msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:529 +#: nova/compute/manager.py:531 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:532 +#: nova/compute/manager.py:534 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:543 +#: nova/compute/manager.py:545 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:548 +#: nova/compute/manager.py:550 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:562 +#: nova/compute/manager.py:564 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:567 +#: nova/compute/manager.py:569 msgid "Failed to resume instance" msgstr "" -#: nova/compute/manager.py:577 +#: nova/compute/manager.py:579 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:581 +#: nova/compute/manager.py:583 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:597 +#: nova/compute/manager.py:599 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:609 +#: nova/compute/manager.py:611 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:647 +#: nova/compute/manager.py:649 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:745 +#: nova/compute/manager.py:747 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:762 +#: nova/compute/manager.py:764 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:862 +#: nova/compute/manager.py:864 msgid "Success" msgstr "" -#: nova/compute/manager.py:885 +#: nova/compute/manager.py:887 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:906 nova/compute/manager.py:2377 +#: nova/compute/manager.py:908 nova/compute/manager.py:2379 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:948 +#: nova/compute/manager.py:950 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:954 +#: nova/compute/manager.py:956 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:982 +#: nova/compute/manager.py:984 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:999 +#: nova/compute/manager.py:1001 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1024 nova/compute/manager.py:2431 +#: nova/compute/manager.py:1026 nova/compute/manager.py:2433 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1037 +#: nova/compute/manager.py:1039 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1042 +#: nova/compute/manager.py:1044 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1048 +#: nova/compute/manager.py:1050 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1077 +#: nova/compute/manager.py:1079 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1125 +#: nova/compute/manager.py:1127 #, python-format msgid "" "image_id=%(image_id)s, image_size_bytes=%(size_bytes)d, " "allowed_size_bytes=%(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1131 +#: nova/compute/manager.py:1133 #, python-format msgid "" "Image '%(image_id)s' size %(size_bytes)d exceeded instance_type allowed " "size %(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1141 +#: nova/compute/manager.py:1143 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1167 +#: nova/compute/manager.py:1169 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1170 +#: nova/compute/manager.py:1172 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1181 +#: nova/compute/manager.py:1183 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1200 +#: nova/compute/manager.py:1202 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1251 +#: nova/compute/manager.py:1253 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1324 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1338 +#: nova/compute/manager.py:1340 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1358 +#: nova/compute/manager.py:1360 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1361 +#: nova/compute/manager.py:1363 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1368 +#: nova/compute/manager.py:1370 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1415 +#: nova/compute/manager.py:1417 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1468 nova/compute/manager.py:2606 -#: nova/compute/manager.py:4118 +#: nova/compute/manager.py:1470 nova/compute/manager.py:2608 +#: nova/compute/manager.py:4137 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1620 +#: nova/compute/manager.py:1622 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1633 +#: nova/compute/manager.py:1635 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1637 +#: nova/compute/manager.py:1639 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1641 +#: nova/compute/manager.py:1643 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1724 +#: nova/compute/manager.py:1726 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1756 +#: nova/compute/manager.py:1758 #, python-format msgid "Detaching from volume api: %s" msgstr "" -#: nova/compute/manager.py:1774 +#: nova/compute/manager.py:1776 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1799 +#: nova/compute/manager.py:1801 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1817 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "" -#: nova/compute/manager.py:1828 +#: nova/compute/manager.py:1830 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1855 +#: nova/compute/manager.py:1857 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1861 +#: nova/compute/manager.py:1863 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1922 +#: nova/compute/manager.py:1924 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1929 +#: nova/compute/manager.py:1931 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1934 +#: nova/compute/manager.py:1936 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1962 +#: nova/compute/manager.py:1964 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1969 +#: nova/compute/manager.py:1971 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1976 +#: nova/compute/manager.py:1978 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1991 +#: nova/compute/manager.py:1993 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1998 +#: nova/compute/manager.py:2000 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:2011 +#: nova/compute/manager.py:2013 #, python-format msgid "" "trying to inject a file into a non-running (state: " "%(current_power_state)s expected: %(expected_state)s)" msgstr "" -#: nova/compute/manager.py:2015 +#: nova/compute/manager.py:2017 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:2035 +#: nova/compute/manager.py:2037 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2048 +#: nova/compute/manager.py:2050 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2067 +#: nova/compute/manager.py:2069 msgid "Error trying to Rescue Instance" msgstr "" -#: nova/compute/manager.py:2071 +#: nova/compute/manager.py:2073 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2089 +#: nova/compute/manager.py:2091 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2110 +#: nova/compute/manager.py:2112 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2335 +#: nova/compute/manager.py:2337 msgid "Instance has no source host" msgstr "" -#: nova/compute/manager.py:2341 +#: nova/compute/manager.py:2343 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2358 +#: nova/compute/manager.py:2360 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2603 +#: nova/compute/manager.py:2605 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2666 +#: nova/compute/manager.py:2668 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2684 +#: nova/compute/manager.py:2686 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2722 +#: nova/compute/manager.py:2724 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2753 +#: nova/compute/manager.py:2755 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2773 +#: nova/compute/manager.py:2775 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2778 +#: nova/compute/manager.py:2780 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2781 +#: nova/compute/manager.py:2783 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2798 +#: nova/compute/manager.py:2800 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2825 +#: nova/compute/manager.py:2827 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2860 +#: nova/compute/manager.py:2862 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2907 +#: nova/compute/manager.py:2909 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2957 +#: nova/compute/manager.py:2959 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2966 +#: nova/compute/manager.py:2968 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2981 +#: nova/compute/manager.py:2983 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:3011 +#: nova/compute/manager.py:3013 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:3021 +#: nova/compute/manager.py:3023 msgid "Detaching volume from unknown instance" msgstr "" -#: nova/compute/manager.py:3028 +#: nova/compute/manager.py:3030 #, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "" -#: nova/compute/manager.py:3051 +#: nova/compute/manager.py:3053 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3087 +#: nova/compute/manager.py:3089 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3107 +#: nova/compute/manager.py:3109 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3121 +#: nova/compute/manager.py:3123 #, python-format msgid "Host %(host)s not found" msgstr "" -#: nova/compute/manager.py:3265 +#: nova/compute/manager.py:3276 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3293 +#: nova/compute/manager.py:3304 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3348 +#: nova/compute/manager.py:3359 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3350 +#: nova/compute/manager.py:3361 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:3364 +#: nova/compute/manager.py:3376 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3393 +#: nova/compute/manager.py:3408 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3512 +#: nova/compute/manager.py:3537 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3557 +#: nova/compute/manager.py:3587 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3563 +#: nova/compute/manager.py:3593 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3602 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3579 +#: nova/compute/manager.py:3609 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3583 +#: nova/compute/manager.py:3613 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3590 +#: nova/compute/manager.py:3620 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3599 +#: nova/compute/manager.py:3629 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3616 +#: nova/compute/manager.py:3646 #, 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:3635 +#: nova/compute/manager.py:3665 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3659 +#: nova/compute/manager.py:3689 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3776 +#: nova/compute/manager.py:3806 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3793 +#: nova/compute/manager.py:3823 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3820 +#: nova/compute/manager.py:3850 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3825 nova/compute/manager.py:3875 +#: nova/compute/manager.py:3855 nova/compute/manager.py:3905 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3862 +#: nova/compute/manager.py:3892 #, 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:3900 +#: nova/compute/manager.py:3930 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3912 nova/compute/manager.py:3921 -#: nova/compute/manager.py:3951 +#: nova/compute/manager.py:3942 nova/compute/manager.py:3951 +#: nova/compute/manager.py:3981 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3916 +#: nova/compute/manager.py:3946 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3932 +#: nova/compute/manager.py:3962 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3938 +#: nova/compute/manager.py:3968 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3944 +#: nova/compute/manager.py:3974 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3960 +#: nova/compute/manager.py:3990 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3968 +#: nova/compute/manager.py:3998 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3988 +#: nova/compute/manager.py:4010 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:4015 +#: nova/compute/manager.py:4037 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:4025 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4047 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4088 #, python-format msgid "" "Detected instance with name label '%(name)s' which is marked as DELETED " "but still present on host." msgstr "" -#: nova/compute/manager.py:4073 +#: nova/compute/manager.py:4095 #, python-format msgid "" "Destroying instance with name label '%(name)s' which is marked as DELETED" " but still present on host." msgstr "" -#: nova/compute/manager.py:4080 +#: nova/compute/manager.py:4102 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4110 +#: nova/compute/manager.py:4129 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4857,7 +4796,7 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:380 +#: nova/conductor/api.py:373 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" @@ -4868,7 +4807,7 @@ msgstr "" msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:262 +#: nova/conductor/manager.py:263 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -4946,54 +4885,50 @@ msgstr "" msgid "Failed to notify cells of instance destroy" msgstr "" -#: nova/db/api.py:673 nova/db/api.py:694 +#: nova/db/api.py:674 nova/db/api.py:695 msgid "Failed to notify cells of instance update" msgstr "" -#: nova/db/api.py:734 -msgid "Failed to notify cells of instance info cache update" -msgstr "" - -#: nova/db/api.py:1456 +#: nova/db/api.py:1453 msgid "Failed to notify cells of bw_usage update" msgstr "" -#: nova/db/api.py:1591 +#: nova/db/api.py:1588 msgid "Failed to notify cells of instance fault" msgstr "" -#: nova/db/sqlalchemy/api.py:157 +#: nova/db/sqlalchemy/api.py:160 #, python-format msgid "Deadlock detected when running '%(func_name)s': Retrying..." msgstr "" -#: nova/db/sqlalchemy/api.py:192 +#: nova/db/sqlalchemy/api.py:195 msgid "model or base_model parameter should be subclass of NovaBase" msgstr "" -#: nova/db/sqlalchemy/api.py:205 nova/virt/baremetal/db/sqlalchemy/api.py:61 +#: nova/db/sqlalchemy/api.py:208 nova/virt/baremetal/db/sqlalchemy/api.py:61 #, python-format msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1408 +#: nova/db/sqlalchemy/api.py:1411 #, python-format msgid "" "Unknown osapi_compute_unique_server_name_scope value: %s Flag must be " "empty, \"global\" or \"project\"" msgstr "" -#: nova/db/sqlalchemy/api.py:1546 +#: nova/db/sqlalchemy/api.py:1549 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2853 +#: nova/db/sqlalchemy/api.py:2908 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4361 +#: nova/db/sqlalchemy/api.py:4416 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5139,15 +5074,19 @@ msgstr "" msgid "Bad project_id for to_global_ipv6: %s" msgstr "" -#: nova/network/api.py:55 +#: nova/network/api.py:56 msgid "instance is a required argument to use @refresh_cache" msgstr "" -#: nova/network/api.py:80 +#: nova/network/api.py:90 +msgid "Failed to notify cells of instance info cache update" +msgstr "" + +#: nova/network/api.py:93 msgid "Failed storing info cache" msgstr "" -#: nova/network/api.py:235 +#: nova/network/api.py:248 #, python-format msgid "re-assign floating IP %(address)s from instance %(instance_id)s" msgstr "" @@ -5705,17 +5644,17 @@ msgstr "" msgid "Deprecated: %s" msgstr "" -#: nova/openstack/common/log.py:347 +#: nova/openstack/common/log.py:336 #, python-format msgid "Error loading logging config %(log_config)s: %(err_msg)s" msgstr "" -#: nova/openstack/common/log.py:397 +#: nova/openstack/common/log.py:386 #, python-format msgid "syslog facility must be one of: %s" msgstr "" -#: nova/openstack/common/log.py:563 +#: nova/openstack/common/log.py:555 #, python-format msgid "Fatal call to deprecated config: %(msg)s" msgstr "" @@ -5812,6 +5751,62 @@ msgstr "" msgid "process_input not supported over SSH" msgstr "" +#: nova/openstack/common/service.py:113 nova/openstack/common/service.py:276 +msgid "Full set of CONF:" +msgstr "" + +#: nova/openstack/common/service.py:122 nova/openstack/common/service.py:219 +#, python-format +msgid "Caught %s, exiting" +msgstr "" + +#: nova/openstack/common/service.py:165 +msgid "Parent process has died unexpectedly, exiting" +msgstr "" + +#: nova/openstack/common/service.py:201 +msgid "Forking too fast, sleeping" +msgstr "" + +#: nova/openstack/common/service.py:224 +msgid "Unhandled exception" +msgstr "" + +#: nova/openstack/common/service.py:231 +#, python-format +msgid "Started child %d" +msgstr "" + +#: nova/openstack/common/service.py:241 +#, python-format +msgid "Starting %d workers" +msgstr "" + +#: nova/openstack/common/service.py:258 +#, python-format +msgid "Child %(pid)d killed by signal %(sig)d" +msgstr "" + +#: nova/openstack/common/service.py:262 +#, python-format +msgid "Child %(pid)s exited with status %(code)d" +msgstr "" + +#: nova/openstack/common/service.py:266 +#, python-format +msgid "pid %d not in child list" +msgstr "" + +#: nova/openstack/common/service.py:294 +#, python-format +msgid "Caught %s, stopping children" +msgstr "" + +#: nova/openstack/common/service.py:305 +#, python-format +msgid "Waiting on %d children to exit" +msgstr "" + #: nova/openstack/common/strutils.py:72 #, python-format msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" @@ -6000,12 +5995,17 @@ msgid "" "endpoint." msgstr "" -#: nova/openstack/common/rpc/common.py:281 +#: nova/openstack/common/rpc/common.py:162 +#, python-format +msgid "Specified RPC version cap, %(version_cap)s, is too low" +msgstr "" + +#: nova/openstack/common/rpc/common.py:285 #, python-format msgid "Failed to sanitize %(item)s. Key error %(err)s" msgstr "" -#: nova/openstack/common/rpc/common.py:303 +#: nova/openstack/common/rpc/common.py:307 #, python-format msgid "Returning exception %s to caller" msgstr "" @@ -6338,38 +6338,38 @@ msgstr "" msgid "Request Spec: %s" msgstr "" -#: nova/scheduler/filter_scheduler.py:92 +#: nova/scheduler/filter_scheduler.py:97 #, python-format msgid "Choosing host %(weighed_host)s for instance %(instance_uuid)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:234 +#: nova/scheduler/filter_scheduler.py:239 msgid "Invalid value for 'scheduler_max_attempts', must be >= 1" msgstr "" -#: nova/scheduler/filter_scheduler.py:251 +#: nova/scheduler/filter_scheduler.py:256 #, python-format msgid "Error from last host: %(last_host)s (node %(last_node)s): %(exc)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:283 +#: nova/scheduler/filter_scheduler.py:288 #, python-format msgid "" "Exceeded max scheduling attempts %(max_attempts)d for instance " "%(instance_uuid)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:351 +#: nova/scheduler/filter_scheduler.py:356 #, python-format msgid "Filtered %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:356 +#: nova/scheduler/filter_scheduler.py:361 #, python-format msgid "Weighed %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:398 +#: nova/scheduler/filter_scheduler.py:403 #, python-format msgid "Unable to migrate %(instance_uuid)s to %(dest)s: Lack of memory" msgstr "" @@ -6564,46 +6564,46 @@ msgstr "" msgid "Returns one member of the [%s] group" msgstr "" -#: nova/servicegroup/drivers/db.py:42 +#: nova/servicegroup/drivers/db.py:41 #, python-format msgid "" "DB_Driver: join new ServiceGroup member %(member_id)s to the %(group_id)s" " group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/db.py:46 +#: nova/servicegroup/drivers/db.py:45 msgid "service is a mandatory argument for DB based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/db.py:76 +#: nova/servicegroup/drivers/db.py:72 #, python-format msgid "DB_Driver: get_all members of the %s group" msgstr "" -#: nova/servicegroup/drivers/db.py:99 nova/servicegroup/drivers/mc.py:103 +#: nova/servicegroup/drivers/db.py:95 nova/servicegroup/drivers/mc.py:99 msgid "Recovered model server connection!" msgstr "" -#: nova/servicegroup/drivers/db.py:105 nova/servicegroup/drivers/mc.py:109 +#: nova/servicegroup/drivers/db.py:101 nova/servicegroup/drivers/mc.py:105 msgid "model server went away" msgstr "" -#: nova/servicegroup/drivers/mc.py:44 +#: nova/servicegroup/drivers/mc.py:43 msgid "memcached_servers not defined" msgstr "" -#: nova/servicegroup/drivers/mc.py:52 +#: nova/servicegroup/drivers/mc.py:51 #, python-format msgid "" "Memcached_Driver: join new ServiceGroup member %(member_id)s to the " "%(group_id)s group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/mc.py:57 +#: nova/servicegroup/drivers/mc.py:56 msgid "service is a mandatory argument for Memcached based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/mc.py:78 +#: nova/servicegroup/drivers/mc.py:74 #, python-format msgid "Memcached_Driver: get_all members of the %s group" msgstr "" @@ -6692,22 +6692,6 @@ msgstr "" msgid "already detached" msgstr "" -#: nova/tests/fakelibvirt.py:892 -msgid "Please extend mock libvirt module to support flags" -msgstr "" - -#: nova/tests/fakelibvirt.py:896 -msgid "Expected a list for 'auth' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:900 -msgid "Expected a function in 'auth[0]' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:904 -msgid "Expected a function in 'auth[1]' parameter" -msgstr "" - #: nova/tests/test_hypervapi.py:433 msgid "fake vswitch not found" msgstr "" @@ -6741,17 +6725,17 @@ msgstr "" msgid "unexpected role header" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3340 +#: nova/tests/api/openstack/compute/test_servers.py:3365 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3345 +#: nova/tests/api/openstack/compute/test_servers.py:3370 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3350 +#: nova/tests/api/openstack/compute/test_servers.py:3375 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" @@ -6760,7 +6744,7 @@ msgstr "" #: nova/tests/compute/test_compute.py:1168 #: nova/tests/compute/test_compute.py:1195 #: nova/tests/compute/test_compute.py:1241 -#: nova/tests/compute/test_compute.py:3762 +#: nova/tests/compute/test_compute.py:3804 #, python-format msgid "Running instances: %s" msgstr "" @@ -6777,16 +6761,16 @@ msgstr "" msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:3815 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4275 +#: nova/tests/compute/test_compute.py:4315 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8748 +#: nova/tests/compute/test_compute.py:8904 msgid "spawn error" msgstr "" @@ -6882,6 +6866,22 @@ msgstr "" msgid "Decoding JSON: %s" msgstr "" +#: nova/tests/virt/libvirt/fakelibvirt.py:892 +msgid "Please extend mock libvirt module to support flags" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:896 +msgid "Expected a list for 'auth' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:900 +msgid "Expected a function in 'auth[0]' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:904 +msgid "Expected a function in 'auth[1]' parameter" +msgstr "" + #: nova/virt/configdrive.py:97 #, python-format msgid "Added %(filepath)s to config drive" @@ -10966,67 +10966,15 @@ msgstr "" msgid "status must be 'available'" msgstr "" -#~ msgid "EC2APIError raised: %s" -#~ msgstr "" - -#~ msgid "Instance is in an invalid state for '%(action)s'" -#~ msgstr "" - -#~ msgid "Failed to load extension %(ext_name)s: %(exc)s" -#~ msgstr "" - -#~ msgid "Removing options '%(unk_opt_str)s' from query" -#~ msgstr "" - -#~ msgid "Live migration of instance %(id)s to another host failed" -#~ msgstr "" - -#~ msgid "Cannot show aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Cannot update aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Cannot delete aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Total %(type_)s: %(total)d %(unit)s, used: %(used)d %(unit)s" -#~ msgstr "" - -#~ msgid "%(type_)s limit not specified, defaulting to unlimited" -#~ msgstr "" - -#~ msgid "%(type_)s limit: %(limit)d %(unit)s, free: %(free)d %(unit)s" -#~ msgstr "" - -#~ msgid "" -#~ "Unable to claim resources. Free " -#~ "%(type_)s %(free)d %(unit)s < requested " -#~ "%(requested)d %(unit)s" -#~ msgstr "" - -#~ msgid "'%s' argument must be a positive integer" -#~ msgstr "" - -#~ msgid "Attempting to build %(num_instances)d instance(s)" -#~ msgstr "" - -#~ msgid "Choosing host %(chosen_host)s" -#~ msgstr "" - -#~ msgid "Unable to load the virtualization driver: %s" +#~ msgid "%(flag)s : FLAG SET " #~ msgstr "" -#~ msgid "" -#~ "Inject data image=%(image)s key=%(key)s " -#~ "net=%(net)s metadata=%(metadata)s admin_password=ha-" -#~ "ha-not-telling-you files=%(files)s " -#~ "partition=%(partition)s use_cow=%(use_cow)s" +#~ msgid "Child %(pid)d exited with status %(code)d" #~ msgstr "" -#~ msgid "Inject admin password fs=%(fs)s admin_passwd=ha-ha-not-telling-you" +#~ msgid "Got update for instance %(instance_uuid)s: %(instance)s" #~ msgstr "" -#~ msgid "Resizing down VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" +#~ msgid "Got update to delete instance %(instance_uuid)s" #~ msgstr "" diff --git a/nova/locale/nb/LC_MESSAGES/nova.po b/nova/locale/nb/LC_MESSAGES/nova.po index 3daec6cc4..2c984fc21 100644 --- a/nova/locale/nb/LC_MESSAGES/nova.po +++ b/nova/locale/nb/LC_MESSAGES/nova.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Nova\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/nova\n" -"POT-Creation-Date: 2013-05-18 19:37+0000\n" +"POT-Creation-Date: 2013-05-22 19:37+0000\n" "PO-Revision-Date: 2012-09-13 10:30+0000\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Language-Team: nb <LL@li.org>\n" @@ -170,7 +170,7 @@ msgid "" msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 -#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2778 +#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2767 msgid "Keypair data is invalid" msgstr "" @@ -186,7 +186,7 @@ msgstr "" msgid "Invalid volume" msgstr "" -#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1334 +#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1332 #: nova/api/openstack/compute/contrib/admin_actions.py:242 msgid "Invalid metadata" msgstr "" @@ -1307,7 +1307,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:166 +#: nova/manager.py:170 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1327,117 +1327,56 @@ msgstr "" msgid "Rule checked when requested rule is not found" msgstr "" -#: nova/quota.py:966 +#: nova/quota.py:972 #, python-format msgid "Created reservations %(reservations)s" msgstr "" -#: nova/quota.py:988 +#: nova/quota.py:994 #, python-format msgid "Failed to commit reservations %(reservations)s" msgstr "" -#: nova/quota.py:990 +#: nova/quota.py:996 #, python-format msgid "Committed reservations %(reservations)s" msgstr "" -#: nova/quota.py:1010 +#: nova/quota.py:1016 #, python-format msgid "Failed to roll back reservations %(reservations)s" msgstr "" -#: nova/quota.py:1012 +#: nova/quota.py:1018 #, python-format msgid "Rolled back reservations %(reservations)s" msgstr "" -#: nova/service.py:197 -msgid "Full set of CONF:" -msgstr "" - -#: nova/service.py:204 -#, python-format -msgid "%(flag)s : FLAG SET " -msgstr "" - -#: nova/service.py:214 nova/service.py:312 -#, python-format -msgid "Caught %s, exiting" -msgstr "" - -#: nova/service.py:258 -msgid "Parent process has died unexpectedly, exiting" -msgstr "" - -#: nova/service.py:294 -msgid "Forking too fast, sleeping" -msgstr "" - -#: nova/service.py:317 -msgid "Unhandled exception" -msgstr "" - -#: nova/service.py:324 -#, python-format -msgid "Started child %d" -msgstr "" - -#: nova/service.py:334 -#, python-format -msgid "Starting %d workers" -msgstr "" - -#: nova/service.py:348 -#, python-format -msgid "Child %(pid)d killed by signal %(sig)d" -msgstr "" - -#: nova/service.py:351 -#, python-format -msgid "Child %(pid)d exited with status %(code)d" -msgstr "" - -#: nova/service.py:354 -#, python-format -msgid "pid %d not in child list" -msgstr "" - -#: nova/service.py:374 -#, python-format -msgid "Caught %s, stopping children" -msgstr "" - -#: nova/service.py:385 -#, python-format -msgid "Waiting on %d children to exit" -msgstr "" - -#: nova/service.py:427 +#: nova/service.py:153 #, python-format msgid "Starting %(topic)s node (version %(version)s)" msgstr "" -#: nova/service.py:444 nova/openstack/common/rpc/service.py:47 +#: nova/service.py:170 nova/openstack/common/rpc/service.py:47 #, python-format msgid "Creating Consumer connection for Service %s" msgstr "" -#: nova/service.py:464 +#: nova/service.py:190 #, python-format msgid "Join ServiceGroup membership for this service %s" msgstr "" -#: nova/service.py:546 +#: nova/service.py:270 msgid "Service killed that has no database entry" msgstr "" -#: nova/service.py:581 +#: nova/service.py:292 #, python-format msgid "Temporary directory is invalid: %s" msgstr "" -#: nova/service.py:679 +#: nova/service.py:394 msgid "serve() can only be called once" msgstr "" @@ -1709,7 +1648,7 @@ msgstr "" msgid "An unknown error has occurred. Please try your request again." msgstr "" -#: nova/api/ec2/apirequest.py:60 +#: nova/api/ec2/apirequest.py:61 #, python-format msgid "Unsupported API request: controller = %(controller)s, action = %(action)s" msgstr "" @@ -2517,7 +2456,7 @@ msgid "No adminPass was specified" msgstr "" #: nova/api/openstack/compute/servers.py:1173 -#: nova/api/openstack/compute/servers.py:1384 +#: nova/api/openstack/compute/servers.py:1382 msgid "Invalid adminPass" msgstr "" @@ -2548,15 +2487,15 @@ msgstr "" msgid "Could not parse imageRef from request." msgstr "" -#: nova/api/openstack/compute/servers.py:1292 +#: nova/api/openstack/compute/servers.py:1289 msgid "Cannot find image for rebuild" msgstr "" -#: nova/api/openstack/compute/servers.py:1325 +#: nova/api/openstack/compute/servers.py:1323 msgid "createImage entity requires name attribute" msgstr "" -#: nova/api/openstack/compute/servers.py:1410 +#: nova/api/openstack/compute/servers.py:1408 #, python-format msgid "Removing options '%s' from query" msgstr "" @@ -3272,89 +3211,88 @@ msgstr "" msgid "Error processing message locally: %(exc)s" msgstr "" -#: nova/cells/messaging.py:358 nova/cells/messaging.py:364 +#: nova/cells/messaging.py:360 nova/cells/messaging.py:368 #, python-format msgid "destination is %(target_cell)s but routing_path is %(routing_path)s" msgstr "" -#: nova/cells/messaging.py:374 +#: nova/cells/messaging.py:380 #, python-format msgid "Unknown %(cell_type)s when routing to %(target_cell)s" msgstr "" -#: nova/cells/messaging.py:398 +#: nova/cells/messaging.py:404 #, python-format msgid "Error locating next hop for message: %(exc)s" msgstr "" -#: nova/cells/messaging.py:425 +#: nova/cells/messaging.py:431 #, fuzzy, python-format msgid "Failed to send message to cell: %(next_hop)s: %(exc)s" msgstr "Kunne ikke laste utvidelse %(ext_factory)s: %(exc)s" -#: nova/cells/messaging.py:504 +#: nova/cells/messaging.py:510 #, python-format msgid "Error locating next hops for message: %(exc)s" msgstr "" -#: nova/cells/messaging.py:524 +#: nova/cells/messaging.py:530 #, python-format msgid "Error sending message to next hops: %(exc)s" msgstr "" -#: nova/cells/messaging.py:542 +#: nova/cells/messaging.py:548 #, python-format msgid "Error waiting for responses from neighbor cells: %(exc)s" msgstr "" -#: nova/cells/messaging.py:653 +#: nova/cells/messaging.py:659 #, python-format msgid "Unknown method '%(method)s' in compute API" msgstr "" -#: nova/cells/messaging.py:676 +#: nova/cells/messaging.py:682 #, python-format msgid "Received capabilities from child cell %(cell_name)s: %(capabilities)s" msgstr "" -#: nova/cells/messaging.py:685 +#: nova/cells/messaging.py:692 #, python-format msgid "Received capacities from child cell %(cell_name)s: %(capacities)s" msgstr "" -#: nova/cells/messaging.py:811 -#, python-format -msgid "Got update for instance %(instance_uuid)s: %(instance)s" -msgstr "" +#: nova/cells/messaging.py:819 +#, fuzzy, python-format +msgid "Got update for instance: %(instance)s" +msgstr "Tjeneste %(service_id)s ble ikke funnet." -#: nova/cells/messaging.py:854 -#, python-format -msgid "Got update to delete instance %(instance_uuid)s" +#: nova/cells/messaging.py:862 +msgid "Got update to delete instance" msgstr "" -#: nova/cells/messaging.py:869 +#: nova/cells/messaging.py:877 #, python-format msgid "Got broadcast to %(delete_type)s delete instance" msgstr "" -#: nova/cells/messaging.py:883 +#: nova/cells/messaging.py:891 #, python-format msgid "Got message to create instance fault: %(instance_fault)s" msgstr "" -#: nova/cells/messaging.py:904 +#: nova/cells/messaging.py:912 #, python-format msgid "" "Forcing a sync of instances, project_id=%(projid_str)s, " "updated_since=%(since_str)s" msgstr "" -#: nova/cells/messaging.py:1088 +#: nova/cells/messaging.py:1097 #, python-format msgid "Updating parents with our capabilities: %(capabs)s" msgstr "" -#: nova/cells/messaging.py:1108 +#: nova/cells/messaging.py:1117 #, python-format msgid "Updating parents with our capacities: %(capacities)s" msgstr "" @@ -3371,7 +3309,7 @@ msgid "" "second(s)" msgstr "" -#: nova/cells/scheduler.py:139 +#: nova/cells/scheduler.py:140 #, python-format msgid "Error scheduling instances %(instance_uuids)s" msgstr "" @@ -3385,7 +3323,7 @@ msgstr "" msgid "Unknown cell '%(cell_name)s' when trying to update capabilities" msgstr "" -#: nova/cells/state.py:330 +#: nova/cells/state.py:331 #, python-format msgid "Unknown cell '%(cell_name)s' when trying to update capacities" msgstr "" @@ -3878,136 +3816,136 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:1997 +#: nova/compute/api.py:1988 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2006 +#: nova/compute/api.py:1997 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2048 +#: nova/compute/api.py:2043 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2188 +#: nova/compute/api.py:2179 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2295 +#: nova/compute/api.py:2284 msgid "Locking" msgstr "" -#: nova/compute/api.py:2303 +#: nova/compute/api.py:2292 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2375 +#: nova/compute/api.py:2364 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2488 +#: nova/compute/api.py:2477 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2507 +#: nova/compute/api.py:2496 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2511 +#: nova/compute/api.py:2500 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2758 +#: nova/compute/api.py:2747 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2762 +#: nova/compute/api.py:2751 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2858 +#: nova/compute/api.py:2847 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2861 +#: nova/compute/api.py:2850 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2869 +#: nova/compute/api.py:2858 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2875 +#: nova/compute/api.py:2864 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2893 +#: nova/compute/api.py:2882 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2896 +#: nova/compute/api.py:2885 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2903 +#: nova/compute/api.py:2892 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2967 +#: nova/compute/api.py:2956 #, python-format msgid "Unable to delete system group '%s'" msgstr "" -#: nova/compute/api.py:2972 +#: nova/compute/api.py:2961 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:2980 +#: nova/compute/api.py:2969 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:2983 +#: nova/compute/api.py:2972 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3060 nova/compute/api.py:3134 +#: nova/compute/api.py:3049 nova/compute/api.py:3123 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3076 +#: nova/compute/api.py:3065 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3079 +#: nova/compute/api.py:3068 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3088 +#: nova/compute/api.py:3077 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3141 +#: nova/compute/api.py:3130 msgid "Security group id should be integer" msgstr "" @@ -4110,650 +4048,650 @@ msgstr "" msgid "Instance has been destroyed from under us while trying to set it to ERROR" msgstr "" -#: nova/compute/manager.py:407 +#: nova/compute/manager.py:409 #, python-format msgid "Instance %(uuid)s found in the hypervisor, but not in the database" msgstr "" -#: nova/compute/manager.py:423 +#: nova/compute/manager.py:425 #, python-format msgid "" "Instance %(driver_instance)s found in the hypervisor, but not in the " "database" msgstr "" -#: nova/compute/manager.py:444 +#: nova/compute/manager.py:446 #, python-format msgid "" "Deleting instance as its host (%(instance_host)s) is not equal to our " "host (%(our_host)s)." msgstr "" -#: nova/compute/manager.py:459 +#: nova/compute/manager.py:461 msgid "Instance has been marked deleted already, removing it from the hypervisor." msgstr "" -#: nova/compute/manager.py:480 +#: nova/compute/manager.py:482 msgid "" "Hypervisor driver does not support instance shared storage check, " "assuming it's not on shared storage" msgstr "" -#: nova/compute/manager.py:486 +#: nova/compute/manager.py:488 msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:529 +#: nova/compute/manager.py:531 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:532 +#: nova/compute/manager.py:534 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:543 +#: nova/compute/manager.py:545 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:548 +#: nova/compute/manager.py:550 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:562 +#: nova/compute/manager.py:564 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:567 +#: nova/compute/manager.py:569 msgid "Failed to resume instance" msgstr "" -#: nova/compute/manager.py:577 +#: nova/compute/manager.py:579 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:581 +#: nova/compute/manager.py:583 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:597 +#: nova/compute/manager.py:599 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:609 +#: nova/compute/manager.py:611 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:647 +#: nova/compute/manager.py:649 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:745 +#: nova/compute/manager.py:747 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:762 +#: nova/compute/manager.py:764 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:862 +#: nova/compute/manager.py:864 msgid "Success" msgstr "" -#: nova/compute/manager.py:885 +#: nova/compute/manager.py:887 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:906 nova/compute/manager.py:2377 +#: nova/compute/manager.py:908 nova/compute/manager.py:2379 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:948 +#: nova/compute/manager.py:950 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:954 +#: nova/compute/manager.py:956 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:982 +#: nova/compute/manager.py:984 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:999 +#: nova/compute/manager.py:1001 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1024 nova/compute/manager.py:2431 +#: nova/compute/manager.py:1026 nova/compute/manager.py:2433 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1037 +#: nova/compute/manager.py:1039 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1042 +#: nova/compute/manager.py:1044 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1048 +#: nova/compute/manager.py:1050 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1077 +#: nova/compute/manager.py:1079 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1125 +#: nova/compute/manager.py:1127 #, python-format msgid "" "image_id=%(image_id)s, image_size_bytes=%(size_bytes)d, " "allowed_size_bytes=%(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1131 +#: nova/compute/manager.py:1133 #, python-format msgid "" "Image '%(image_id)s' size %(size_bytes)d exceeded instance_type allowed " "size %(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1141 +#: nova/compute/manager.py:1143 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1167 +#: nova/compute/manager.py:1169 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1170 +#: nova/compute/manager.py:1172 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1181 +#: nova/compute/manager.py:1183 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1200 +#: nova/compute/manager.py:1202 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1251 +#: nova/compute/manager.py:1253 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1324 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1338 +#: nova/compute/manager.py:1340 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1358 +#: nova/compute/manager.py:1360 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1361 +#: nova/compute/manager.py:1363 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1368 +#: nova/compute/manager.py:1370 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1415 +#: nova/compute/manager.py:1417 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1468 nova/compute/manager.py:2606 -#: nova/compute/manager.py:4118 +#: nova/compute/manager.py:1470 nova/compute/manager.py:2608 +#: nova/compute/manager.py:4137 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1620 +#: nova/compute/manager.py:1622 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1633 +#: nova/compute/manager.py:1635 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1637 +#: nova/compute/manager.py:1639 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1641 +#: nova/compute/manager.py:1643 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1724 +#: nova/compute/manager.py:1726 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1756 +#: nova/compute/manager.py:1758 #, python-format msgid "Detaching from volume api: %s" msgstr "" -#: nova/compute/manager.py:1774 +#: nova/compute/manager.py:1776 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1799 +#: nova/compute/manager.py:1801 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1817 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "" -#: nova/compute/manager.py:1828 +#: nova/compute/manager.py:1830 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1855 +#: nova/compute/manager.py:1857 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1861 +#: nova/compute/manager.py:1863 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1922 +#: nova/compute/manager.py:1924 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1929 +#: nova/compute/manager.py:1931 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1934 +#: nova/compute/manager.py:1936 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1962 +#: nova/compute/manager.py:1964 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1969 +#: nova/compute/manager.py:1971 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1976 +#: nova/compute/manager.py:1978 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1991 +#: nova/compute/manager.py:1993 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1998 +#: nova/compute/manager.py:2000 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:2011 +#: nova/compute/manager.py:2013 #, python-format msgid "" "trying to inject a file into a non-running (state: " "%(current_power_state)s expected: %(expected_state)s)" msgstr "" -#: nova/compute/manager.py:2015 +#: nova/compute/manager.py:2017 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:2035 +#: nova/compute/manager.py:2037 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2048 +#: nova/compute/manager.py:2050 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2067 +#: nova/compute/manager.py:2069 msgid "Error trying to Rescue Instance" msgstr "" -#: nova/compute/manager.py:2071 +#: nova/compute/manager.py:2073 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2089 +#: nova/compute/manager.py:2091 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2110 +#: nova/compute/manager.py:2112 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2335 +#: nova/compute/manager.py:2337 msgid "Instance has no source host" msgstr "" -#: nova/compute/manager.py:2341 +#: nova/compute/manager.py:2343 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2358 +#: nova/compute/manager.py:2360 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2603 +#: nova/compute/manager.py:2605 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2666 +#: nova/compute/manager.py:2668 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2684 +#: nova/compute/manager.py:2686 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2722 +#: nova/compute/manager.py:2724 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2753 +#: nova/compute/manager.py:2755 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2773 +#: nova/compute/manager.py:2775 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2778 +#: nova/compute/manager.py:2780 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2781 +#: nova/compute/manager.py:2783 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2798 +#: nova/compute/manager.py:2800 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2825 +#: nova/compute/manager.py:2827 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2860 +#: nova/compute/manager.py:2862 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2907 +#: nova/compute/manager.py:2909 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2957 +#: nova/compute/manager.py:2959 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2966 +#: nova/compute/manager.py:2968 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2981 +#: nova/compute/manager.py:2983 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:3011 +#: nova/compute/manager.py:3013 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:3021 +#: nova/compute/manager.py:3023 msgid "Detaching volume from unknown instance" msgstr "" -#: nova/compute/manager.py:3028 +#: nova/compute/manager.py:3030 #, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "" -#: nova/compute/manager.py:3051 +#: nova/compute/manager.py:3053 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3087 +#: nova/compute/manager.py:3089 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3107 +#: nova/compute/manager.py:3109 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3121 +#: nova/compute/manager.py:3123 #, fuzzy, python-format msgid "Host %(host)s not found" msgstr "Nettverk ikke funnet" -#: nova/compute/manager.py:3265 +#: nova/compute/manager.py:3276 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3293 +#: nova/compute/manager.py:3304 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3348 +#: nova/compute/manager.py:3359 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3350 +#: nova/compute/manager.py:3361 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:3364 +#: nova/compute/manager.py:3376 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3393 +#: nova/compute/manager.py:3408 #, fuzzy, python-format msgid "Failed to get compute_info for %s" msgstr "Kunne ikke hente metadata for ip:% s" -#: nova/compute/manager.py:3512 +#: nova/compute/manager.py:3537 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3557 +#: nova/compute/manager.py:3587 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3563 +#: nova/compute/manager.py:3593 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3602 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3579 +#: nova/compute/manager.py:3609 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3583 +#: nova/compute/manager.py:3613 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3590 +#: nova/compute/manager.py:3620 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3599 +#: nova/compute/manager.py:3629 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3616 +#: nova/compute/manager.py:3646 #, 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:3635 +#: nova/compute/manager.py:3665 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3659 +#: nova/compute/manager.py:3689 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3776 +#: nova/compute/manager.py:3806 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3793 +#: nova/compute/manager.py:3823 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3820 +#: nova/compute/manager.py:3850 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3825 nova/compute/manager.py:3875 +#: nova/compute/manager.py:3855 nova/compute/manager.py:3905 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3862 +#: nova/compute/manager.py:3892 #, 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:3900 +#: nova/compute/manager.py:3930 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3912 nova/compute/manager.py:3921 -#: nova/compute/manager.py:3951 +#: nova/compute/manager.py:3942 nova/compute/manager.py:3951 +#: nova/compute/manager.py:3981 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3916 +#: nova/compute/manager.py:3946 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3932 +#: nova/compute/manager.py:3962 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3938 +#: nova/compute/manager.py:3968 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3944 +#: nova/compute/manager.py:3974 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3960 +#: nova/compute/manager.py:3990 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3968 +#: nova/compute/manager.py:3998 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3988 +#: nova/compute/manager.py:4010 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:4015 +#: nova/compute/manager.py:4037 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:4025 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4047 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4088 #, python-format msgid "" "Detected instance with name label '%(name)s' which is marked as DELETED " "but still present on host." msgstr "" -#: nova/compute/manager.py:4073 +#: nova/compute/manager.py:4095 #, python-format msgid "" "Destroying instance with name label '%(name)s' which is marked as DELETED" " but still present on host." msgstr "" -#: nova/compute/manager.py:4080 +#: nova/compute/manager.py:4102 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4110 +#: nova/compute/manager.py:4129 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4867,7 +4805,7 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:380 +#: nova/conductor/api.py:373 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" @@ -4878,7 +4816,7 @@ msgstr "" msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:262 +#: nova/conductor/manager.py:263 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -4956,54 +4894,50 @@ msgstr "" msgid "Failed to notify cells of instance destroy" msgstr "" -#: nova/db/api.py:673 nova/db/api.py:694 +#: nova/db/api.py:674 nova/db/api.py:695 msgid "Failed to notify cells of instance update" msgstr "" -#: nova/db/api.py:734 -msgid "Failed to notify cells of instance info cache update" -msgstr "" - -#: nova/db/api.py:1456 +#: nova/db/api.py:1453 msgid "Failed to notify cells of bw_usage update" msgstr "" -#: nova/db/api.py:1591 +#: nova/db/api.py:1588 msgid "Failed to notify cells of instance fault" msgstr "" -#: nova/db/sqlalchemy/api.py:157 +#: nova/db/sqlalchemy/api.py:160 #, python-format msgid "Deadlock detected when running '%(func_name)s': Retrying..." msgstr "" -#: nova/db/sqlalchemy/api.py:192 +#: nova/db/sqlalchemy/api.py:195 msgid "model or base_model parameter should be subclass of NovaBase" msgstr "" -#: nova/db/sqlalchemy/api.py:205 nova/virt/baremetal/db/sqlalchemy/api.py:61 +#: nova/db/sqlalchemy/api.py:208 nova/virt/baremetal/db/sqlalchemy/api.py:61 #, python-format msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1408 +#: nova/db/sqlalchemy/api.py:1411 #, python-format msgid "" "Unknown osapi_compute_unique_server_name_scope value: %s Flag must be " "empty, \"global\" or \"project\"" msgstr "" -#: nova/db/sqlalchemy/api.py:1546 +#: nova/db/sqlalchemy/api.py:1549 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2853 +#: nova/db/sqlalchemy/api.py:2908 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4361 +#: nova/db/sqlalchemy/api.py:4416 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5149,15 +5083,19 @@ msgstr "" msgid "Bad project_id for to_global_ipv6: %s" msgstr "" -#: nova/network/api.py:55 +#: nova/network/api.py:56 msgid "instance is a required argument to use @refresh_cache" msgstr "" -#: nova/network/api.py:80 +#: nova/network/api.py:90 +msgid "Failed to notify cells of instance info cache update" +msgstr "" + +#: nova/network/api.py:93 msgid "Failed storing info cache" msgstr "" -#: nova/network/api.py:235 +#: nova/network/api.py:248 #, python-format msgid "re-assign floating IP %(address)s from instance %(instance_id)s" msgstr "" @@ -5717,17 +5655,17 @@ msgstr "" msgid "Deprecated: %s" msgstr "" -#: nova/openstack/common/log.py:347 +#: nova/openstack/common/log.py:336 #, python-format msgid "Error loading logging config %(log_config)s: %(err_msg)s" msgstr "" -#: nova/openstack/common/log.py:397 +#: nova/openstack/common/log.py:386 #, python-format msgid "syslog facility must be one of: %s" msgstr "" -#: nova/openstack/common/log.py:563 +#: nova/openstack/common/log.py:555 #, python-format msgid "Fatal call to deprecated config: %(msg)s" msgstr "" @@ -5824,6 +5762,62 @@ msgstr "" msgid "process_input not supported over SSH" msgstr "" +#: nova/openstack/common/service.py:113 nova/openstack/common/service.py:276 +msgid "Full set of CONF:" +msgstr "" + +#: nova/openstack/common/service.py:122 nova/openstack/common/service.py:219 +#, python-format +msgid "Caught %s, exiting" +msgstr "" + +#: nova/openstack/common/service.py:165 +msgid "Parent process has died unexpectedly, exiting" +msgstr "" + +#: nova/openstack/common/service.py:201 +msgid "Forking too fast, sleeping" +msgstr "" + +#: nova/openstack/common/service.py:224 +msgid "Unhandled exception" +msgstr "" + +#: nova/openstack/common/service.py:231 +#, python-format +msgid "Started child %d" +msgstr "" + +#: nova/openstack/common/service.py:241 +#, python-format +msgid "Starting %d workers" +msgstr "" + +#: nova/openstack/common/service.py:258 +#, python-format +msgid "Child %(pid)d killed by signal %(sig)d" +msgstr "" + +#: nova/openstack/common/service.py:262 +#, python-format +msgid "Child %(pid)s exited with status %(code)d" +msgstr "" + +#: nova/openstack/common/service.py:266 +#, python-format +msgid "pid %d not in child list" +msgstr "" + +#: nova/openstack/common/service.py:294 +#, python-format +msgid "Caught %s, stopping children" +msgstr "" + +#: nova/openstack/common/service.py:305 +#, python-format +msgid "Waiting on %d children to exit" +msgstr "" + #: nova/openstack/common/strutils.py:72 #, python-format msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" @@ -6012,12 +6006,17 @@ msgid "" "endpoint." msgstr "" -#: nova/openstack/common/rpc/common.py:281 +#: nova/openstack/common/rpc/common.py:162 +#, python-format +msgid "Specified RPC version cap, %(version_cap)s, is too low" +msgstr "" + +#: nova/openstack/common/rpc/common.py:285 #, python-format msgid "Failed to sanitize %(item)s. Key error %(err)s" msgstr "" -#: nova/openstack/common/rpc/common.py:303 +#: nova/openstack/common/rpc/common.py:307 #, python-format msgid "Returning exception %s to caller" msgstr "" @@ -6351,38 +6350,38 @@ msgstr "" msgid "Request Spec: %s" msgstr "" -#: nova/scheduler/filter_scheduler.py:92 +#: nova/scheduler/filter_scheduler.py:97 #, python-format msgid "Choosing host %(weighed_host)s for instance %(instance_uuid)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:234 +#: nova/scheduler/filter_scheduler.py:239 msgid "Invalid value for 'scheduler_max_attempts', must be >= 1" msgstr "" -#: nova/scheduler/filter_scheduler.py:251 +#: nova/scheduler/filter_scheduler.py:256 #, python-format msgid "Error from last host: %(last_host)s (node %(last_node)s): %(exc)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:283 +#: nova/scheduler/filter_scheduler.py:288 #, python-format msgid "" "Exceeded max scheduling attempts %(max_attempts)d for instance " "%(instance_uuid)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:351 +#: nova/scheduler/filter_scheduler.py:356 #, python-format msgid "Filtered %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:356 +#: nova/scheduler/filter_scheduler.py:361 #, python-format msgid "Weighed %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:398 +#: nova/scheduler/filter_scheduler.py:403 #, python-format msgid "Unable to migrate %(instance_uuid)s to %(dest)s: Lack of memory" msgstr "" @@ -6577,47 +6576,47 @@ msgstr "" msgid "Returns one member of the [%s] group" msgstr "" -#: nova/servicegroup/drivers/db.py:42 +#: nova/servicegroup/drivers/db.py:41 #, python-format msgid "" "DB_Driver: join new ServiceGroup member %(member_id)s to the %(group_id)s" " group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/db.py:46 +#: nova/servicegroup/drivers/db.py:45 msgid "service is a mandatory argument for DB based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/db.py:76 +#: nova/servicegroup/drivers/db.py:72 #, python-format msgid "DB_Driver: get_all members of the %s group" msgstr "" -#: nova/servicegroup/drivers/db.py:99 nova/servicegroup/drivers/mc.py:103 +#: nova/servicegroup/drivers/db.py:95 nova/servicegroup/drivers/mc.py:99 msgid "Recovered model server connection!" msgstr "" -#: nova/servicegroup/drivers/db.py:105 nova/servicegroup/drivers/mc.py:109 +#: nova/servicegroup/drivers/db.py:101 nova/servicegroup/drivers/mc.py:105 msgid "model server went away" msgstr "" -#: nova/servicegroup/drivers/mc.py:44 +#: nova/servicegroup/drivers/mc.py:43 #, fuzzy msgid "memcached_servers not defined" msgstr "Tjenernavn er ikke definert" -#: nova/servicegroup/drivers/mc.py:52 +#: nova/servicegroup/drivers/mc.py:51 #, python-format msgid "" "Memcached_Driver: join new ServiceGroup member %(member_id)s to the " "%(group_id)s group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/mc.py:57 +#: nova/servicegroup/drivers/mc.py:56 msgid "service is a mandatory argument for Memcached based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/mc.py:78 +#: nova/servicegroup/drivers/mc.py:74 #, python-format msgid "Memcached_Driver: get_all members of the %s group" msgstr "" @@ -6706,22 +6705,6 @@ msgstr "" msgid "already detached" msgstr "" -#: nova/tests/fakelibvirt.py:892 -msgid "Please extend mock libvirt module to support flags" -msgstr "" - -#: nova/tests/fakelibvirt.py:896 -msgid "Expected a list for 'auth' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:900 -msgid "Expected a function in 'auth[0]' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:904 -msgid "Expected a function in 'auth[1]' parameter" -msgstr "" - #: nova/tests/test_hypervapi.py:433 #, fuzzy msgid "fake vswitch not found" @@ -6756,17 +6739,17 @@ msgstr "" msgid "unexpected role header" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3340 +#: nova/tests/api/openstack/compute/test_servers.py:3365 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3345 +#: nova/tests/api/openstack/compute/test_servers.py:3370 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3350 +#: nova/tests/api/openstack/compute/test_servers.py:3375 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" @@ -6775,7 +6758,7 @@ msgstr "" #: nova/tests/compute/test_compute.py:1168 #: nova/tests/compute/test_compute.py:1195 #: nova/tests/compute/test_compute.py:1241 -#: nova/tests/compute/test_compute.py:3762 +#: nova/tests/compute/test_compute.py:3804 #, python-format msgid "Running instances: %s" msgstr "" @@ -6792,16 +6775,16 @@ msgstr "" msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:3815 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4275 +#: nova/tests/compute/test_compute.py:4315 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8748 +#: nova/tests/compute/test_compute.py:8904 msgid "spawn error" msgstr "" @@ -6897,6 +6880,22 @@ msgstr "" msgid "Decoding JSON: %s" msgstr "" +#: nova/tests/virt/libvirt/fakelibvirt.py:892 +msgid "Please extend mock libvirt module to support flags" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:896 +msgid "Expected a list for 'auth' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:900 +msgid "Expected a function in 'auth[0]' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:904 +msgid "Expected a function in 'auth[1]' parameter" +msgstr "" + #: nova/virt/configdrive.py:97 #, python-format msgid "Added %(filepath)s to config drive" @@ -10988,64 +10987,15 @@ msgstr "" msgid "status must be 'available'" msgstr "" -#~ msgid "EC2APIError raised: %s" -#~ msgstr "" - -#~ msgid "Instance is in an invalid state for '%(action)s'" -#~ msgstr "" - -#~ msgid "Removing options '%(unk_opt_str)s' from query" -#~ msgstr "" - -#~ msgid "Live migration of instance %(id)s to another host failed" -#~ msgstr "" - -#~ msgid "Cannot show aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Cannot update aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Cannot delete aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Total %(type_)s: %(total)d %(unit)s, used: %(used)d %(unit)s" -#~ msgstr "" - -#~ msgid "%(type_)s limit not specified, defaulting to unlimited" -#~ msgstr "" - -#~ msgid "%(type_)s limit: %(limit)d %(unit)s, free: %(free)d %(unit)s" -#~ msgstr "" - -#~ msgid "" -#~ "Unable to claim resources. Free " -#~ "%(type_)s %(free)d %(unit)s < requested " -#~ "%(requested)d %(unit)s" -#~ msgstr "" - -#~ msgid "'%s' argument must be a positive integer" -#~ msgstr "" - -#~ msgid "Attempting to build %(num_instances)d instance(s)" -#~ msgstr "" - -#~ msgid "Choosing host %(chosen_host)s" -#~ msgstr "" - -#~ msgid "Unable to load the virtualization driver: %s" +#~ msgid "%(flag)s : FLAG SET " #~ msgstr "" -#~ msgid "" -#~ "Inject data image=%(image)s key=%(key)s " -#~ "net=%(net)s metadata=%(metadata)s admin_password=ha-" -#~ "ha-not-telling-you files=%(files)s " -#~ "partition=%(partition)s use_cow=%(use_cow)s" +#~ msgid "Child %(pid)d exited with status %(code)d" #~ msgstr "" -#~ msgid "Inject admin password fs=%(fs)s admin_passwd=ha-ha-not-telling-you" +#~ msgid "Got update for instance %(instance_uuid)s: %(instance)s" #~ msgstr "" -#~ msgid "Resizing down VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" +#~ msgid "Got update to delete instance %(instance_uuid)s" #~ msgstr "" diff --git a/nova/locale/nova.pot b/nova/locale/nova.pot index 75d88b1c5..02087978d 100644 --- a/nova/locale/nova.pot +++ b/nova/locale/nova.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: nova jenkins.nova.propose.translation.update.250\n" +"Project-Id-Version: nova jenkins.nova.propose.translation.update.254\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-05-18 19:37+0000\n" +"POT-Creation-Date: 2013-05-22 19:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -168,7 +168,7 @@ msgid "" msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 -#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2778 +#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2767 msgid "Keypair data is invalid" msgstr "" @@ -184,7 +184,7 @@ msgstr "" msgid "Invalid volume" msgstr "" -#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1334 +#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1332 #: nova/api/openstack/compute/contrib/admin_actions.py:242 msgid "Invalid metadata" msgstr "" @@ -1305,7 +1305,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:166 +#: nova/manager.py:170 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1325,117 +1325,56 @@ msgstr "" msgid "Rule checked when requested rule is not found" msgstr "" -#: nova/quota.py:966 +#: nova/quota.py:972 #, python-format msgid "Created reservations %(reservations)s" msgstr "" -#: nova/quota.py:988 +#: nova/quota.py:994 #, python-format msgid "Failed to commit reservations %(reservations)s" msgstr "" -#: nova/quota.py:990 +#: nova/quota.py:996 #, python-format msgid "Committed reservations %(reservations)s" msgstr "" -#: nova/quota.py:1010 +#: nova/quota.py:1016 #, python-format msgid "Failed to roll back reservations %(reservations)s" msgstr "" -#: nova/quota.py:1012 +#: nova/quota.py:1018 #, python-format msgid "Rolled back reservations %(reservations)s" msgstr "" -#: nova/service.py:197 -msgid "Full set of CONF:" -msgstr "" - -#: nova/service.py:204 -#, python-format -msgid "%(flag)s : FLAG SET " -msgstr "" - -#: nova/service.py:214 nova/service.py:312 -#, python-format -msgid "Caught %s, exiting" -msgstr "" - -#: nova/service.py:258 -msgid "Parent process has died unexpectedly, exiting" -msgstr "" - -#: nova/service.py:294 -msgid "Forking too fast, sleeping" -msgstr "" - -#: nova/service.py:317 -msgid "Unhandled exception" -msgstr "" - -#: nova/service.py:324 -#, python-format -msgid "Started child %d" -msgstr "" - -#: nova/service.py:334 -#, python-format -msgid "Starting %d workers" -msgstr "" - -#: nova/service.py:348 -#, python-format -msgid "Child %(pid)d killed by signal %(sig)d" -msgstr "" - -#: nova/service.py:351 -#, python-format -msgid "Child %(pid)d exited with status %(code)d" -msgstr "" - -#: nova/service.py:354 -#, python-format -msgid "pid %d not in child list" -msgstr "" - -#: nova/service.py:374 -#, python-format -msgid "Caught %s, stopping children" -msgstr "" - -#: nova/service.py:385 -#, python-format -msgid "Waiting on %d children to exit" -msgstr "" - -#: nova/service.py:427 +#: nova/service.py:153 #, python-format msgid "Starting %(topic)s node (version %(version)s)" msgstr "" -#: nova/service.py:444 nova/openstack/common/rpc/service.py:47 +#: nova/service.py:170 nova/openstack/common/rpc/service.py:47 #, python-format msgid "Creating Consumer connection for Service %s" msgstr "" -#: nova/service.py:464 +#: nova/service.py:190 #, python-format msgid "Join ServiceGroup membership for this service %s" msgstr "" -#: nova/service.py:546 +#: nova/service.py:270 msgid "Service killed that has no database entry" msgstr "" -#: nova/service.py:581 +#: nova/service.py:292 #, python-format msgid "Temporary directory is invalid: %s" msgstr "" -#: nova/service.py:679 +#: nova/service.py:394 msgid "serve() can only be called once" msgstr "" @@ -1707,7 +1646,7 @@ msgstr "" msgid "An unknown error has occurred. Please try your request again." msgstr "" -#: nova/api/ec2/apirequest.py:60 +#: nova/api/ec2/apirequest.py:61 #, python-format msgid "Unsupported API request: controller = %(controller)s, action = %(action)s" msgstr "" @@ -2513,7 +2452,7 @@ msgid "No adminPass was specified" msgstr "" #: nova/api/openstack/compute/servers.py:1173 -#: nova/api/openstack/compute/servers.py:1384 +#: nova/api/openstack/compute/servers.py:1382 msgid "Invalid adminPass" msgstr "" @@ -2544,15 +2483,15 @@ msgstr "" msgid "Could not parse imageRef from request." msgstr "" -#: nova/api/openstack/compute/servers.py:1292 +#: nova/api/openstack/compute/servers.py:1289 msgid "Cannot find image for rebuild" msgstr "" -#: nova/api/openstack/compute/servers.py:1325 +#: nova/api/openstack/compute/servers.py:1323 msgid "createImage entity requires name attribute" msgstr "" -#: nova/api/openstack/compute/servers.py:1410 +#: nova/api/openstack/compute/servers.py:1408 #, python-format msgid "Removing options '%s' from query" msgstr "" @@ -3263,89 +3202,88 @@ msgstr "" msgid "Error processing message locally: %(exc)s" msgstr "" -#: nova/cells/messaging.py:358 nova/cells/messaging.py:364 +#: nova/cells/messaging.py:360 nova/cells/messaging.py:368 #, python-format msgid "destination is %(target_cell)s but routing_path is %(routing_path)s" msgstr "" -#: nova/cells/messaging.py:374 +#: nova/cells/messaging.py:380 #, python-format msgid "Unknown %(cell_type)s when routing to %(target_cell)s" msgstr "" -#: nova/cells/messaging.py:398 +#: nova/cells/messaging.py:404 #, python-format msgid "Error locating next hop for message: %(exc)s" msgstr "" -#: nova/cells/messaging.py:425 +#: nova/cells/messaging.py:431 #, python-format msgid "Failed to send message to cell: %(next_hop)s: %(exc)s" msgstr "" -#: nova/cells/messaging.py:504 +#: nova/cells/messaging.py:510 #, python-format msgid "Error locating next hops for message: %(exc)s" msgstr "" -#: nova/cells/messaging.py:524 +#: nova/cells/messaging.py:530 #, python-format msgid "Error sending message to next hops: %(exc)s" msgstr "" -#: nova/cells/messaging.py:542 +#: nova/cells/messaging.py:548 #, python-format msgid "Error waiting for responses from neighbor cells: %(exc)s" msgstr "" -#: nova/cells/messaging.py:653 +#: nova/cells/messaging.py:659 #, python-format msgid "Unknown method '%(method)s' in compute API" msgstr "" -#: nova/cells/messaging.py:676 +#: nova/cells/messaging.py:682 #, python-format msgid "Received capabilities from child cell %(cell_name)s: %(capabilities)s" msgstr "" -#: nova/cells/messaging.py:685 +#: nova/cells/messaging.py:692 #, python-format msgid "Received capacities from child cell %(cell_name)s: %(capacities)s" msgstr "" -#: nova/cells/messaging.py:811 +#: nova/cells/messaging.py:819 #, python-format -msgid "Got update for instance %(instance_uuid)s: %(instance)s" +msgid "Got update for instance: %(instance)s" msgstr "" -#: nova/cells/messaging.py:854 -#, python-format -msgid "Got update to delete instance %(instance_uuid)s" +#: nova/cells/messaging.py:862 +msgid "Got update to delete instance" msgstr "" -#: nova/cells/messaging.py:869 +#: nova/cells/messaging.py:877 #, python-format msgid "Got broadcast to %(delete_type)s delete instance" msgstr "" -#: nova/cells/messaging.py:883 +#: nova/cells/messaging.py:891 #, python-format msgid "Got message to create instance fault: %(instance_fault)s" msgstr "" -#: nova/cells/messaging.py:904 +#: nova/cells/messaging.py:912 #, python-format msgid "" "Forcing a sync of instances, project_id=%(projid_str)s, " "updated_since=%(since_str)s" msgstr "" -#: nova/cells/messaging.py:1088 +#: nova/cells/messaging.py:1097 #, python-format msgid "Updating parents with our capabilities: %(capabs)s" msgstr "" -#: nova/cells/messaging.py:1108 +#: nova/cells/messaging.py:1117 #, python-format msgid "Updating parents with our capacities: %(capacities)s" msgstr "" @@ -3362,7 +3300,7 @@ msgid "" "second(s)" msgstr "" -#: nova/cells/scheduler.py:139 +#: nova/cells/scheduler.py:140 #, python-format msgid "Error scheduling instances %(instance_uuids)s" msgstr "" @@ -3376,7 +3314,7 @@ msgstr "" msgid "Unknown cell '%(cell_name)s' when trying to update capabilities" msgstr "" -#: nova/cells/state.py:330 +#: nova/cells/state.py:331 #, python-format msgid "Unknown cell '%(cell_name)s' when trying to update capacities" msgstr "" @@ -3867,136 +3805,136 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:1997 +#: nova/compute/api.py:1988 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2006 +#: nova/compute/api.py:1997 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2048 +#: nova/compute/api.py:2043 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2188 +#: nova/compute/api.py:2179 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2295 +#: nova/compute/api.py:2284 msgid "Locking" msgstr "" -#: nova/compute/api.py:2303 +#: nova/compute/api.py:2292 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2375 +#: nova/compute/api.py:2364 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2488 +#: nova/compute/api.py:2477 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2507 +#: nova/compute/api.py:2496 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2511 +#: nova/compute/api.py:2500 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2758 +#: nova/compute/api.py:2747 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2762 +#: nova/compute/api.py:2751 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2858 +#: nova/compute/api.py:2847 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2861 +#: nova/compute/api.py:2850 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2869 +#: nova/compute/api.py:2858 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2875 +#: nova/compute/api.py:2864 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2893 +#: nova/compute/api.py:2882 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2896 +#: nova/compute/api.py:2885 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2903 +#: nova/compute/api.py:2892 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2967 +#: nova/compute/api.py:2956 #, python-format msgid "Unable to delete system group '%s'" msgstr "" -#: nova/compute/api.py:2972 +#: nova/compute/api.py:2961 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:2980 +#: nova/compute/api.py:2969 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:2983 +#: nova/compute/api.py:2972 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3060 nova/compute/api.py:3134 +#: nova/compute/api.py:3049 nova/compute/api.py:3123 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3076 +#: nova/compute/api.py:3065 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3079 +#: nova/compute/api.py:3068 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3088 +#: nova/compute/api.py:3077 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3141 +#: nova/compute/api.py:3130 msgid "Security group id should be integer" msgstr "" @@ -4099,650 +4037,650 @@ msgstr "" msgid "Instance has been destroyed from under us while trying to set it to ERROR" msgstr "" -#: nova/compute/manager.py:407 +#: nova/compute/manager.py:409 #, python-format msgid "Instance %(uuid)s found in the hypervisor, but not in the database" msgstr "" -#: nova/compute/manager.py:423 +#: nova/compute/manager.py:425 #, python-format msgid "" "Instance %(driver_instance)s found in the hypervisor, but not in the " "database" msgstr "" -#: nova/compute/manager.py:444 +#: nova/compute/manager.py:446 #, python-format msgid "" "Deleting instance as its host (%(instance_host)s) is not equal to our " "host (%(our_host)s)." msgstr "" -#: nova/compute/manager.py:459 +#: nova/compute/manager.py:461 msgid "Instance has been marked deleted already, removing it from the hypervisor." msgstr "" -#: nova/compute/manager.py:480 +#: nova/compute/manager.py:482 msgid "" "Hypervisor driver does not support instance shared storage check, " "assuming it's not on shared storage" msgstr "" -#: nova/compute/manager.py:486 +#: nova/compute/manager.py:488 msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:529 +#: nova/compute/manager.py:531 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:532 +#: nova/compute/manager.py:534 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:543 +#: nova/compute/manager.py:545 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:548 +#: nova/compute/manager.py:550 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:562 +#: nova/compute/manager.py:564 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:567 +#: nova/compute/manager.py:569 msgid "Failed to resume instance" msgstr "" -#: nova/compute/manager.py:577 +#: nova/compute/manager.py:579 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:581 +#: nova/compute/manager.py:583 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:597 +#: nova/compute/manager.py:599 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:609 +#: nova/compute/manager.py:611 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:647 +#: nova/compute/manager.py:649 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:745 +#: nova/compute/manager.py:747 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:762 +#: nova/compute/manager.py:764 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:862 +#: nova/compute/manager.py:864 msgid "Success" msgstr "" -#: nova/compute/manager.py:885 +#: nova/compute/manager.py:887 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:906 nova/compute/manager.py:2377 +#: nova/compute/manager.py:908 nova/compute/manager.py:2379 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:948 +#: nova/compute/manager.py:950 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:954 +#: nova/compute/manager.py:956 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:982 +#: nova/compute/manager.py:984 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:999 +#: nova/compute/manager.py:1001 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1024 nova/compute/manager.py:2431 +#: nova/compute/manager.py:1026 nova/compute/manager.py:2433 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1037 +#: nova/compute/manager.py:1039 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1042 +#: nova/compute/manager.py:1044 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1048 +#: nova/compute/manager.py:1050 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1077 +#: nova/compute/manager.py:1079 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1125 +#: nova/compute/manager.py:1127 #, python-format msgid "" "image_id=%(image_id)s, image_size_bytes=%(size_bytes)d, " "allowed_size_bytes=%(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1131 +#: nova/compute/manager.py:1133 #, python-format msgid "" "Image '%(image_id)s' size %(size_bytes)d exceeded instance_type allowed " "size %(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1141 +#: nova/compute/manager.py:1143 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1167 +#: nova/compute/manager.py:1169 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1170 +#: nova/compute/manager.py:1172 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1181 +#: nova/compute/manager.py:1183 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1200 +#: nova/compute/manager.py:1202 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1251 +#: nova/compute/manager.py:1253 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1324 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1338 +#: nova/compute/manager.py:1340 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1358 +#: nova/compute/manager.py:1360 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1361 +#: nova/compute/manager.py:1363 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1368 +#: nova/compute/manager.py:1370 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1415 +#: nova/compute/manager.py:1417 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1468 nova/compute/manager.py:2606 -#: nova/compute/manager.py:4118 +#: nova/compute/manager.py:1470 nova/compute/manager.py:2608 +#: nova/compute/manager.py:4137 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1620 +#: nova/compute/manager.py:1622 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1633 +#: nova/compute/manager.py:1635 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1637 +#: nova/compute/manager.py:1639 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1641 +#: nova/compute/manager.py:1643 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1724 +#: nova/compute/manager.py:1726 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1756 +#: nova/compute/manager.py:1758 #, python-format msgid "Detaching from volume api: %s" msgstr "" -#: nova/compute/manager.py:1774 +#: nova/compute/manager.py:1776 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1799 +#: nova/compute/manager.py:1801 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1817 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "" -#: nova/compute/manager.py:1828 +#: nova/compute/manager.py:1830 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1855 +#: nova/compute/manager.py:1857 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1861 +#: nova/compute/manager.py:1863 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1922 +#: nova/compute/manager.py:1924 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1929 +#: nova/compute/manager.py:1931 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1934 +#: nova/compute/manager.py:1936 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1962 +#: nova/compute/manager.py:1964 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1969 +#: nova/compute/manager.py:1971 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1976 +#: nova/compute/manager.py:1978 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1991 +#: nova/compute/manager.py:1993 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1998 +#: nova/compute/manager.py:2000 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:2011 +#: nova/compute/manager.py:2013 #, python-format msgid "" "trying to inject a file into a non-running (state: " "%(current_power_state)s expected: %(expected_state)s)" msgstr "" -#: nova/compute/manager.py:2015 +#: nova/compute/manager.py:2017 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:2035 +#: nova/compute/manager.py:2037 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2048 +#: nova/compute/manager.py:2050 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2067 +#: nova/compute/manager.py:2069 msgid "Error trying to Rescue Instance" msgstr "" -#: nova/compute/manager.py:2071 +#: nova/compute/manager.py:2073 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2089 +#: nova/compute/manager.py:2091 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2110 +#: nova/compute/manager.py:2112 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2335 +#: nova/compute/manager.py:2337 msgid "Instance has no source host" msgstr "" -#: nova/compute/manager.py:2341 +#: nova/compute/manager.py:2343 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2358 +#: nova/compute/manager.py:2360 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2603 +#: nova/compute/manager.py:2605 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2666 +#: nova/compute/manager.py:2668 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2684 +#: nova/compute/manager.py:2686 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2722 +#: nova/compute/manager.py:2724 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2753 +#: nova/compute/manager.py:2755 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2773 +#: nova/compute/manager.py:2775 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2778 +#: nova/compute/manager.py:2780 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2781 +#: nova/compute/manager.py:2783 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2798 +#: nova/compute/manager.py:2800 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2825 +#: nova/compute/manager.py:2827 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2860 +#: nova/compute/manager.py:2862 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2907 +#: nova/compute/manager.py:2909 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2957 +#: nova/compute/manager.py:2959 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2966 +#: nova/compute/manager.py:2968 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2981 +#: nova/compute/manager.py:2983 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:3011 +#: nova/compute/manager.py:3013 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:3021 +#: nova/compute/manager.py:3023 msgid "Detaching volume from unknown instance" msgstr "" -#: nova/compute/manager.py:3028 +#: nova/compute/manager.py:3030 #, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "" -#: nova/compute/manager.py:3051 +#: nova/compute/manager.py:3053 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3087 +#: nova/compute/manager.py:3089 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3107 +#: nova/compute/manager.py:3109 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3121 +#: nova/compute/manager.py:3123 #, python-format msgid "Host %(host)s not found" msgstr "" -#: nova/compute/manager.py:3265 +#: nova/compute/manager.py:3276 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3293 +#: nova/compute/manager.py:3304 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3348 +#: nova/compute/manager.py:3359 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3350 +#: nova/compute/manager.py:3361 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:3364 +#: nova/compute/manager.py:3376 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3393 +#: nova/compute/manager.py:3408 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3512 +#: nova/compute/manager.py:3537 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3557 +#: nova/compute/manager.py:3587 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3563 +#: nova/compute/manager.py:3593 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3602 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3579 +#: nova/compute/manager.py:3609 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3583 +#: nova/compute/manager.py:3613 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3590 +#: nova/compute/manager.py:3620 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3599 +#: nova/compute/manager.py:3629 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3616 +#: nova/compute/manager.py:3646 #, 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:3635 +#: nova/compute/manager.py:3665 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3659 +#: nova/compute/manager.py:3689 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3776 +#: nova/compute/manager.py:3806 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3793 +#: nova/compute/manager.py:3823 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3820 +#: nova/compute/manager.py:3850 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3825 nova/compute/manager.py:3875 +#: nova/compute/manager.py:3855 nova/compute/manager.py:3905 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3862 +#: nova/compute/manager.py:3892 #, 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:3900 +#: nova/compute/manager.py:3930 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3912 nova/compute/manager.py:3921 -#: nova/compute/manager.py:3951 +#: nova/compute/manager.py:3942 nova/compute/manager.py:3951 +#: nova/compute/manager.py:3981 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3916 +#: nova/compute/manager.py:3946 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3932 +#: nova/compute/manager.py:3962 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3938 +#: nova/compute/manager.py:3968 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3944 +#: nova/compute/manager.py:3974 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3960 +#: nova/compute/manager.py:3990 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3968 +#: nova/compute/manager.py:3998 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3988 +#: nova/compute/manager.py:4010 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:4015 +#: nova/compute/manager.py:4037 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:4025 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4047 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4088 #, python-format msgid "" "Detected instance with name label '%(name)s' which is marked as DELETED " "but still present on host." msgstr "" -#: nova/compute/manager.py:4073 +#: nova/compute/manager.py:4095 #, python-format msgid "" "Destroying instance with name label '%(name)s' which is marked as DELETED" " but still present on host." msgstr "" -#: nova/compute/manager.py:4080 +#: nova/compute/manager.py:4102 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4110 +#: nova/compute/manager.py:4129 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4856,7 +4794,7 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:380 +#: nova/conductor/api.py:373 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" @@ -4867,7 +4805,7 @@ msgstr "" msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:262 +#: nova/conductor/manager.py:263 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -4945,54 +4883,50 @@ msgstr "" msgid "Failed to notify cells of instance destroy" msgstr "" -#: nova/db/api.py:673 nova/db/api.py:694 +#: nova/db/api.py:674 nova/db/api.py:695 msgid "Failed to notify cells of instance update" msgstr "" -#: nova/db/api.py:734 -msgid "Failed to notify cells of instance info cache update" -msgstr "" - -#: nova/db/api.py:1456 +#: nova/db/api.py:1453 msgid "Failed to notify cells of bw_usage update" msgstr "" -#: nova/db/api.py:1591 +#: nova/db/api.py:1588 msgid "Failed to notify cells of instance fault" msgstr "" -#: nova/db/sqlalchemy/api.py:157 +#: nova/db/sqlalchemy/api.py:160 #, python-format msgid "Deadlock detected when running '%(func_name)s': Retrying..." msgstr "" -#: nova/db/sqlalchemy/api.py:192 +#: nova/db/sqlalchemy/api.py:195 msgid "model or base_model parameter should be subclass of NovaBase" msgstr "" -#: nova/db/sqlalchemy/api.py:205 nova/virt/baremetal/db/sqlalchemy/api.py:61 +#: nova/db/sqlalchemy/api.py:208 nova/virt/baremetal/db/sqlalchemy/api.py:61 #, python-format msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1408 +#: nova/db/sqlalchemy/api.py:1411 #, python-format msgid "" "Unknown osapi_compute_unique_server_name_scope value: %s Flag must be " "empty, \"global\" or \"project\"" msgstr "" -#: nova/db/sqlalchemy/api.py:1546 +#: nova/db/sqlalchemy/api.py:1549 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2853 +#: nova/db/sqlalchemy/api.py:2908 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4361 +#: nova/db/sqlalchemy/api.py:4416 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5138,15 +5072,19 @@ msgstr "" msgid "Bad project_id for to_global_ipv6: %s" msgstr "" -#: nova/network/api.py:55 +#: nova/network/api.py:56 msgid "instance is a required argument to use @refresh_cache" msgstr "" -#: nova/network/api.py:80 +#: nova/network/api.py:90 +msgid "Failed to notify cells of instance info cache update" +msgstr "" + +#: nova/network/api.py:93 msgid "Failed storing info cache" msgstr "" -#: nova/network/api.py:235 +#: nova/network/api.py:248 #, python-format msgid "re-assign floating IP %(address)s from instance %(instance_id)s" msgstr "" @@ -5704,17 +5642,17 @@ msgstr "" msgid "Deprecated: %s" msgstr "" -#: nova/openstack/common/log.py:347 +#: nova/openstack/common/log.py:336 #, python-format msgid "Error loading logging config %(log_config)s: %(err_msg)s" msgstr "" -#: nova/openstack/common/log.py:397 +#: nova/openstack/common/log.py:386 #, python-format msgid "syslog facility must be one of: %s" msgstr "" -#: nova/openstack/common/log.py:563 +#: nova/openstack/common/log.py:555 #, python-format msgid "Fatal call to deprecated config: %(msg)s" msgstr "" @@ -5811,6 +5749,62 @@ msgstr "" msgid "process_input not supported over SSH" msgstr "" +#: nova/openstack/common/service.py:113 nova/openstack/common/service.py:276 +msgid "Full set of CONF:" +msgstr "" + +#: nova/openstack/common/service.py:122 nova/openstack/common/service.py:219 +#, python-format +msgid "Caught %s, exiting" +msgstr "" + +#: nova/openstack/common/service.py:165 +msgid "Parent process has died unexpectedly, exiting" +msgstr "" + +#: nova/openstack/common/service.py:201 +msgid "Forking too fast, sleeping" +msgstr "" + +#: nova/openstack/common/service.py:224 +msgid "Unhandled exception" +msgstr "" + +#: nova/openstack/common/service.py:231 +#, python-format +msgid "Started child %d" +msgstr "" + +#: nova/openstack/common/service.py:241 +#, python-format +msgid "Starting %d workers" +msgstr "" + +#: nova/openstack/common/service.py:258 +#, python-format +msgid "Child %(pid)d killed by signal %(sig)d" +msgstr "" + +#: nova/openstack/common/service.py:262 +#, python-format +msgid "Child %(pid)s exited with status %(code)d" +msgstr "" + +#: nova/openstack/common/service.py:266 +#, python-format +msgid "pid %d not in child list" +msgstr "" + +#: nova/openstack/common/service.py:294 +#, python-format +msgid "Caught %s, stopping children" +msgstr "" + +#: nova/openstack/common/service.py:305 +#, python-format +msgid "Waiting on %d children to exit" +msgstr "" + #: nova/openstack/common/strutils.py:72 #, python-format msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" @@ -5999,12 +5993,17 @@ msgid "" "endpoint." msgstr "" -#: nova/openstack/common/rpc/common.py:281 +#: nova/openstack/common/rpc/common.py:162 +#, python-format +msgid "Specified RPC version cap, %(version_cap)s, is too low" +msgstr "" + +#: nova/openstack/common/rpc/common.py:285 #, python-format msgid "Failed to sanitize %(item)s. Key error %(err)s" msgstr "" -#: nova/openstack/common/rpc/common.py:303 +#: nova/openstack/common/rpc/common.py:307 #, python-format msgid "Returning exception %s to caller" msgstr "" @@ -6337,38 +6336,38 @@ msgstr "" msgid "Request Spec: %s" msgstr "" -#: nova/scheduler/filter_scheduler.py:92 +#: nova/scheduler/filter_scheduler.py:97 #, python-format msgid "Choosing host %(weighed_host)s for instance %(instance_uuid)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:234 +#: nova/scheduler/filter_scheduler.py:239 msgid "Invalid value for 'scheduler_max_attempts', must be >= 1" msgstr "" -#: nova/scheduler/filter_scheduler.py:251 +#: nova/scheduler/filter_scheduler.py:256 #, python-format msgid "Error from last host: %(last_host)s (node %(last_node)s): %(exc)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:283 +#: nova/scheduler/filter_scheduler.py:288 #, python-format msgid "" "Exceeded max scheduling attempts %(max_attempts)d for instance " "%(instance_uuid)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:351 +#: nova/scheduler/filter_scheduler.py:356 #, python-format msgid "Filtered %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:356 +#: nova/scheduler/filter_scheduler.py:361 #, python-format msgid "Weighed %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:398 +#: nova/scheduler/filter_scheduler.py:403 #, python-format msgid "Unable to migrate %(instance_uuid)s to %(dest)s: Lack of memory" msgstr "" @@ -6563,46 +6562,46 @@ msgstr "" msgid "Returns one member of the [%s] group" msgstr "" -#: nova/servicegroup/drivers/db.py:42 +#: nova/servicegroup/drivers/db.py:41 #, python-format msgid "" "DB_Driver: join new ServiceGroup member %(member_id)s to the %(group_id)s" " group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/db.py:46 +#: nova/servicegroup/drivers/db.py:45 msgid "service is a mandatory argument for DB based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/db.py:76 +#: nova/servicegroup/drivers/db.py:72 #, python-format msgid "DB_Driver: get_all members of the %s group" msgstr "" -#: nova/servicegroup/drivers/db.py:99 nova/servicegroup/drivers/mc.py:103 +#: nova/servicegroup/drivers/db.py:95 nova/servicegroup/drivers/mc.py:99 msgid "Recovered model server connection!" msgstr "" -#: nova/servicegroup/drivers/db.py:105 nova/servicegroup/drivers/mc.py:109 +#: nova/servicegroup/drivers/db.py:101 nova/servicegroup/drivers/mc.py:105 msgid "model server went away" msgstr "" -#: nova/servicegroup/drivers/mc.py:44 +#: nova/servicegroup/drivers/mc.py:43 msgid "memcached_servers not defined" msgstr "" -#: nova/servicegroup/drivers/mc.py:52 +#: nova/servicegroup/drivers/mc.py:51 #, python-format msgid "" "Memcached_Driver: join new ServiceGroup member %(member_id)s to the " "%(group_id)s group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/mc.py:57 +#: nova/servicegroup/drivers/mc.py:56 msgid "service is a mandatory argument for Memcached based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/mc.py:78 +#: nova/servicegroup/drivers/mc.py:74 #, python-format msgid "Memcached_Driver: get_all members of the %s group" msgstr "" @@ -6691,22 +6690,6 @@ msgstr "" msgid "already detached" msgstr "" -#: nova/tests/fakelibvirt.py:892 -msgid "Please extend mock libvirt module to support flags" -msgstr "" - -#: nova/tests/fakelibvirt.py:896 -msgid "Expected a list for 'auth' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:900 -msgid "Expected a function in 'auth[0]' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:904 -msgid "Expected a function in 'auth[1]' parameter" -msgstr "" - #: nova/tests/test_hypervapi.py:433 msgid "fake vswitch not found" msgstr "" @@ -6740,17 +6723,17 @@ msgstr "" msgid "unexpected role header" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3340 +#: nova/tests/api/openstack/compute/test_servers.py:3365 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3345 +#: nova/tests/api/openstack/compute/test_servers.py:3370 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3350 +#: nova/tests/api/openstack/compute/test_servers.py:3375 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" @@ -6759,7 +6742,7 @@ msgstr "" #: nova/tests/compute/test_compute.py:1168 #: nova/tests/compute/test_compute.py:1195 #: nova/tests/compute/test_compute.py:1241 -#: nova/tests/compute/test_compute.py:3762 +#: nova/tests/compute/test_compute.py:3804 #, python-format msgid "Running instances: %s" msgstr "" @@ -6776,16 +6759,16 @@ msgstr "" msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:3815 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4275 +#: nova/tests/compute/test_compute.py:4315 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8748 +#: nova/tests/compute/test_compute.py:8904 msgid "spawn error" msgstr "" @@ -6881,6 +6864,22 @@ msgstr "" msgid "Decoding JSON: %s" msgstr "" +#: nova/tests/virt/libvirt/fakelibvirt.py:892 +msgid "Please extend mock libvirt module to support flags" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:896 +msgid "Expected a list for 'auth' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:900 +msgid "Expected a function in 'auth[0]' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:904 +msgid "Expected a function in 'auth[1]' parameter" +msgstr "" + #: nova/virt/configdrive.py:97 #, python-format msgid "Added %(filepath)s to config drive" diff --git a/nova/locale/pt_BR/LC_MESSAGES/nova.po b/nova/locale/pt_BR/LC_MESSAGES/nova.po index e827c080d..f871f48e4 100644 --- a/nova/locale/pt_BR/LC_MESSAGES/nova.po +++ b/nova/locale/pt_BR/LC_MESSAGES/nova.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: nova\n" "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" -"POT-Creation-Date: 2013-05-18 19:37+0000\n" +"POT-Creation-Date: 2013-05-22 19:37+0000\n" "PO-Revision-Date: 2012-05-04 19:25+0000\n" "Last-Translator: Júlio Cezar Santos Pires <Unknown>\n" "Language-Team: Brazilian Portuguese <pt_BR@li.org>\n" @@ -169,7 +169,7 @@ msgid "" msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 -#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2778 +#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2767 msgid "Keypair data is invalid" msgstr "" @@ -185,7 +185,7 @@ msgstr "Dados recebidos é inválido" msgid "Invalid volume" msgstr "Volume inválido" -#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1334 +#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1332 #: nova/api/openstack/compute/contrib/admin_actions.py:242 msgid "Invalid metadata" msgstr "" @@ -1311,7 +1311,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:166 +#: nova/manager.py:170 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1332,118 +1332,56 @@ msgstr "" msgid "Rule checked when requested rule is not found" msgstr "" -#: nova/quota.py:966 +#: nova/quota.py:972 #, python-format msgid "Created reservations %(reservations)s" msgstr "" -#: nova/quota.py:988 +#: nova/quota.py:994 #, python-format msgid "Failed to commit reservations %(reservations)s" msgstr "" -#: nova/quota.py:990 +#: nova/quota.py:996 #, python-format msgid "Committed reservations %(reservations)s" msgstr "" -#: nova/quota.py:1010 +#: nova/quota.py:1016 #, python-format msgid "Failed to roll back reservations %(reservations)s" msgstr "" -#: nova/quota.py:1012 +#: nova/quota.py:1018 #, python-format msgid "Rolled back reservations %(reservations)s" msgstr "" -#: nova/service.py:197 -#, fuzzy -msgid "Full set of CONF:" -msgstr "Conjunto completo de FLAGS:" - -#: nova/service.py:204 -#, python-format -msgid "%(flag)s : FLAG SET " -msgstr "" - -#: nova/service.py:214 nova/service.py:312 -#, python-format -msgid "Caught %s, exiting" -msgstr "" - -#: nova/service.py:258 -msgid "Parent process has died unexpectedly, exiting" -msgstr "" - -#: nova/service.py:294 -msgid "Forking too fast, sleeping" -msgstr "" - -#: nova/service.py:317 -msgid "Unhandled exception" -msgstr "" - -#: nova/service.py:324 -#, python-format -msgid "Started child %d" -msgstr "" - -#: nova/service.py:334 -#, python-format -msgid "Starting %d workers" -msgstr "" - -#: nova/service.py:348 -#, python-format -msgid "Child %(pid)d killed by signal %(sig)d" -msgstr "" - -#: nova/service.py:351 -#, python-format -msgid "Child %(pid)d exited with status %(code)d" -msgstr "" - -#: nova/service.py:354 -#, python-format -msgid "pid %d not in child list" -msgstr "" - -#: nova/service.py:374 -#, python-format -msgid "Caught %s, stopping children" -msgstr "" - -#: nova/service.py:385 -#, python-format -msgid "Waiting on %d children to exit" -msgstr "" - -#: nova/service.py:427 +#: nova/service.py:153 #, python-format msgid "Starting %(topic)s node (version %(version)s)" msgstr "" -#: nova/service.py:444 nova/openstack/common/rpc/service.py:47 +#: nova/service.py:170 nova/openstack/common/rpc/service.py:47 #, python-format msgid "Creating Consumer connection for Service %s" msgstr "" -#: nova/service.py:464 +#: nova/service.py:190 #, python-format msgid "Join ServiceGroup membership for this service %s" msgstr "" -#: nova/service.py:546 +#: nova/service.py:270 msgid "Service killed that has no database entry" msgstr "Encerrado serviço que não tem entrada na base de dados" -#: nova/service.py:581 +#: nova/service.py:292 #, python-format msgid "Temporary directory is invalid: %s" msgstr "" -#: nova/service.py:679 +#: nova/service.py:394 msgid "serve() can only be called once" msgstr "" @@ -1716,7 +1654,7 @@ msgstr "" msgid "An unknown error has occurred. Please try your request again." msgstr "Ocorreu um erro desconhecido. Por favor tente sua requisição novamente." -#: nova/api/ec2/apirequest.py:60 +#: nova/api/ec2/apirequest.py:61 #, python-format msgid "Unsupported API request: controller = %(controller)s, action = %(action)s" msgstr "" @@ -2531,7 +2469,7 @@ msgid "No adminPass was specified" msgstr "" #: nova/api/openstack/compute/servers.py:1173 -#: nova/api/openstack/compute/servers.py:1384 +#: nova/api/openstack/compute/servers.py:1382 msgid "Invalid adminPass" msgstr "" @@ -2563,15 +2501,15 @@ msgstr "" msgid "Could not parse imageRef from request." msgstr "" -#: nova/api/openstack/compute/servers.py:1292 +#: nova/api/openstack/compute/servers.py:1289 msgid "Cannot find image for rebuild" msgstr "" -#: nova/api/openstack/compute/servers.py:1325 +#: nova/api/openstack/compute/servers.py:1323 msgid "createImage entity requires name attribute" msgstr "" -#: nova/api/openstack/compute/servers.py:1410 +#: nova/api/openstack/compute/servers.py:1408 #, python-format msgid "Removing options '%s' from query" msgstr "" @@ -3300,89 +3238,89 @@ msgstr "" msgid "Error processing message locally: %(exc)s" msgstr "" -#: nova/cells/messaging.py:358 nova/cells/messaging.py:364 +#: nova/cells/messaging.py:360 nova/cells/messaging.py:368 #, python-format msgid "destination is %(target_cell)s but routing_path is %(routing_path)s" msgstr "" -#: nova/cells/messaging.py:374 +#: nova/cells/messaging.py:380 #, python-format msgid "Unknown %(cell_type)s when routing to %(target_cell)s" msgstr "" -#: nova/cells/messaging.py:398 +#: nova/cells/messaging.py:404 #, fuzzy, python-format msgid "Error locating next hop for message: %(exc)s" msgstr "sem método para mensagem: %s" -#: nova/cells/messaging.py:425 +#: nova/cells/messaging.py:431 #, python-format msgid "Failed to send message to cell: %(next_hop)s: %(exc)s" msgstr "" -#: nova/cells/messaging.py:504 +#: nova/cells/messaging.py:510 #, fuzzy, python-format msgid "Error locating next hops for message: %(exc)s" msgstr "sem método para mensagem: %s" -#: nova/cells/messaging.py:524 +#: nova/cells/messaging.py:530 #, python-format msgid "Error sending message to next hops: %(exc)s" msgstr "" -#: nova/cells/messaging.py:542 +#: nova/cells/messaging.py:548 #, python-format msgid "Error waiting for responses from neighbor cells: %(exc)s" msgstr "" -#: nova/cells/messaging.py:653 +#: nova/cells/messaging.py:659 #, python-format msgid "Unknown method '%(method)s' in compute API" msgstr "" -#: nova/cells/messaging.py:676 +#: nova/cells/messaging.py:682 #, python-format msgid "Received capabilities from child cell %(cell_name)s: %(capabilities)s" msgstr "" -#: nova/cells/messaging.py:685 +#: nova/cells/messaging.py:692 #, python-format msgid "Received capacities from child cell %(cell_name)s: %(capacities)s" msgstr "" -#: nova/cells/messaging.py:811 +#: nova/cells/messaging.py:819 #, fuzzy, python-format -msgid "Got update for instance %(instance_uuid)s: %(instance)s" -msgstr "A instância %(instance_id)s não está executando." +msgid "Got update for instance: %(instance)s" +msgstr "Volume não encontrada para a instância %(instance_id)s." -#: nova/cells/messaging.py:854 +#: nova/cells/messaging.py:862 #, fuzzy, python-format -msgid "Got update to delete instance %(instance_uuid)s" +msgid "Got update to delete instance" msgstr "Volume não encontrada para a instância %(instance_id)s." -#: nova/cells/messaging.py:869 +#: nova/cells/messaging.py:877 #, python-format msgid "Got broadcast to %(delete_type)s delete instance" msgstr "" -#: nova/cells/messaging.py:883 +#: nova/cells/messaging.py:891 #, python-format msgid "Got message to create instance fault: %(instance_fault)s" msgstr "" -#: nova/cells/messaging.py:904 +#: nova/cells/messaging.py:912 #, python-format msgid "" "Forcing a sync of instances, project_id=%(projid_str)s, " "updated_since=%(since_str)s" msgstr "" -#: nova/cells/messaging.py:1088 +#: nova/cells/messaging.py:1097 #, python-format msgid "Updating parents with our capabilities: %(capabs)s" msgstr "" -#: nova/cells/messaging.py:1108 +#: nova/cells/messaging.py:1117 #, python-format msgid "Updating parents with our capacities: %(capacities)s" msgstr "" @@ -3399,7 +3337,7 @@ msgid "" "second(s)" msgstr "" -#: nova/cells/scheduler.py:139 +#: nova/cells/scheduler.py:140 #, fuzzy, python-format msgid "Error scheduling instances %(instance_uuids)s" msgstr "Volume não encontrada para a instância %(instance_id)s." @@ -3413,7 +3351,7 @@ msgstr "" msgid "Unknown cell '%(cell_name)s' when trying to update capabilities" msgstr "" -#: nova/cells/state.py:330 +#: nova/cells/state.py:331 #, python-format msgid "Unknown cell '%(cell_name)s' when trying to update capacities" msgstr "" @@ -3921,137 +3859,137 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:1997 +#: nova/compute/api.py:1988 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2006 +#: nova/compute/api.py:1997 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2048 +#: nova/compute/api.py:2043 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2188 +#: nova/compute/api.py:2179 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2295 +#: nova/compute/api.py:2284 msgid "Locking" msgstr "" -#: nova/compute/api.py:2303 +#: nova/compute/api.py:2292 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2375 +#: nova/compute/api.py:2364 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2488 +#: nova/compute/api.py:2477 #, fuzzy, python-format msgid "Going to try to live migrate instance to %s" msgstr "Começando a terminar instâncias" -#: nova/compute/api.py:2507 +#: nova/compute/api.py:2496 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2511 +#: nova/compute/api.py:2500 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2758 +#: nova/compute/api.py:2747 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2762 +#: nova/compute/api.py:2751 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2858 +#: nova/compute/api.py:2847 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2861 +#: nova/compute/api.py:2850 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2869 +#: nova/compute/api.py:2858 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2875 +#: nova/compute/api.py:2864 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2893 +#: nova/compute/api.py:2882 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2896 +#: nova/compute/api.py:2885 #, python-format msgid "Create Security Group %s" msgstr "Criar Grupo de Segurança %s" -#: nova/compute/api.py:2903 +#: nova/compute/api.py:2892 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2967 +#: nova/compute/api.py:2956 #, fuzzy, python-format msgid "Unable to delete system group '%s'" msgstr "Não é possível destruir o VBD %s" -#: nova/compute/api.py:2972 +#: nova/compute/api.py:2961 #, fuzzy msgid "Security group is still in use" msgstr "Revogado entrada do grupo de segurança %s" -#: nova/compute/api.py:2980 +#: nova/compute/api.py:2969 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:2983 +#: nova/compute/api.py:2972 #, python-format msgid "Delete security group %s" msgstr "Excluir grupo de segurança %s" -#: nova/compute/api.py:3060 nova/compute/api.py:3134 +#: nova/compute/api.py:3049 nova/compute/api.py:3123 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3076 +#: nova/compute/api.py:3065 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3079 +#: nova/compute/api.py:3068 #, python-format msgid "Authorize security group ingress %s" msgstr "Autorizada entrada do grupo de segurança %s" -#: nova/compute/api.py:3088 +#: nova/compute/api.py:3077 #, python-format msgid "Revoke security group ingress %s" msgstr "Revogado entrada do grupo de segurança %s" -#: nova/compute/api.py:3141 +#: nova/compute/api.py:3130 msgid "Security group id should be integer" msgstr "" @@ -4155,669 +4093,669 @@ msgstr "" msgid "Instance has been destroyed from under us while trying to set it to ERROR" msgstr "" -#: nova/compute/manager.py:407 +#: nova/compute/manager.py:409 #, python-format msgid "Instance %(uuid)s found in the hypervisor, but not in the database" msgstr "" -#: nova/compute/manager.py:423 +#: nova/compute/manager.py:425 #, python-format msgid "" "Instance %(driver_instance)s found in the hypervisor, but not in the " "database" msgstr "" -#: nova/compute/manager.py:444 +#: nova/compute/manager.py:446 #, python-format msgid "" "Deleting instance as its host (%(instance_host)s) is not equal to our " "host (%(our_host)s)." msgstr "" -#: nova/compute/manager.py:459 +#: nova/compute/manager.py:461 msgid "Instance has been marked deleted already, removing it from the hypervisor." msgstr "" -#: nova/compute/manager.py:480 +#: nova/compute/manager.py:482 msgid "" "Hypervisor driver does not support instance shared storage check, " "assuming it's not on shared storage" msgstr "" -#: nova/compute/manager.py:486 +#: nova/compute/manager.py:488 #, fuzzy msgid "Failed to check if instance shared" msgstr "Falhou ao reiniciar instância" -#: nova/compute/manager.py:529 +#: nova/compute/manager.py:531 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:532 +#: nova/compute/manager.py:534 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:543 +#: nova/compute/manager.py:545 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:548 +#: nova/compute/manager.py:550 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:562 +#: nova/compute/manager.py:564 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:567 +#: nova/compute/manager.py:569 #, fuzzy msgid "Failed to resume instance" msgstr "Falha ao suspender instância" -#: nova/compute/manager.py:577 +#: nova/compute/manager.py:579 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:581 +#: nova/compute/manager.py:583 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:597 +#: nova/compute/manager.py:599 #, fuzzy, python-format msgid "Unexpected power state %d" msgstr "Erro inexperado lançado: %s" -#: nova/compute/manager.py:609 +#: nova/compute/manager.py:611 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:647 +#: nova/compute/manager.py:649 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:745 +#: nova/compute/manager.py:747 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:762 +#: nova/compute/manager.py:764 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:862 +#: nova/compute/manager.py:864 msgid "Success" msgstr "" -#: nova/compute/manager.py:885 +#: nova/compute/manager.py:887 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:906 nova/compute/manager.py:2377 +#: nova/compute/manager.py:908 nova/compute/manager.py:2379 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:948 +#: nova/compute/manager.py:950 #, fuzzy msgid "Failed to dealloc network for deleted instance" msgstr "Começando a terminar instâncias" -#: nova/compute/manager.py:954 +#: nova/compute/manager.py:956 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:982 +#: nova/compute/manager.py:984 #, fuzzy, python-format msgid "Error: %s" msgstr "Capturado o erro: %s" -#: nova/compute/manager.py:999 +#: nova/compute/manager.py:1001 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1024 nova/compute/manager.py:2431 +#: nova/compute/manager.py:1026 nova/compute/manager.py:2433 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1037 +#: nova/compute/manager.py:1039 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1042 +#: nova/compute/manager.py:1044 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1048 +#: nova/compute/manager.py:1050 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1077 +#: nova/compute/manager.py:1079 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1125 +#: nova/compute/manager.py:1127 #, python-format msgid "" "image_id=%(image_id)s, image_size_bytes=%(size_bytes)d, " "allowed_size_bytes=%(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1131 +#: nova/compute/manager.py:1133 #, python-format msgid "" "Image '%(image_id)s' size %(size_bytes)d exceeded instance_type allowed " "size %(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1141 +#: nova/compute/manager.py:1143 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1167 +#: nova/compute/manager.py:1169 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1170 +#: nova/compute/manager.py:1172 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1181 +#: nova/compute/manager.py:1183 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1200 +#: nova/compute/manager.py:1202 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1251 +#: nova/compute/manager.py:1253 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1324 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1338 +#: nova/compute/manager.py:1340 #, fuzzy msgid "Failed to deallocate network for instance." msgstr "Começando a terminar instâncias" -#: nova/compute/manager.py:1358 +#: nova/compute/manager.py:1360 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1361 +#: nova/compute/manager.py:1363 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1368 +#: nova/compute/manager.py:1370 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1415 +#: nova/compute/manager.py:1417 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1468 nova/compute/manager.py:2606 -#: nova/compute/manager.py:4118 +#: nova/compute/manager.py:1470 nova/compute/manager.py:2608 +#: nova/compute/manager.py:4137 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1620 +#: nova/compute/manager.py:1622 #, fuzzy msgid "Rebuilding instance" msgstr "Reconstruindo instância %s" -#: nova/compute/manager.py:1633 +#: nova/compute/manager.py:1635 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1637 +#: nova/compute/manager.py:1639 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1641 +#: nova/compute/manager.py:1643 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1724 +#: nova/compute/manager.py:1726 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1756 +#: nova/compute/manager.py:1758 #, fuzzy, python-format msgid "Detaching from volume api: %s" msgstr "Desanexar volume %s" -#: nova/compute/manager.py:1774 +#: nova/compute/manager.py:1776 #, fuzzy msgid "Rebooting instance" msgstr "Reiniciando a instância %s" -#: nova/compute/manager.py:1799 +#: nova/compute/manager.py:1801 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1817 #, fuzzy, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "Reconstruindo instância %s" -#: nova/compute/manager.py:1828 +#: nova/compute/manager.py:1830 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1855 +#: nova/compute/manager.py:1857 #, fuzzy msgid "instance snapshotting" msgstr "instância %s: fazendo um snapshot" -#: nova/compute/manager.py:1861 +#: nova/compute/manager.py:1863 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1922 +#: nova/compute/manager.py:1924 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1929 +#: nova/compute/manager.py:1931 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1934 +#: nova/compute/manager.py:1936 #, python-format msgid "Deleting image %s" msgstr "Removendo imagem %s" -#: nova/compute/manager.py:1962 +#: nova/compute/manager.py:1964 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1969 +#: nova/compute/manager.py:1971 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1976 +#: nova/compute/manager.py:1978 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1991 +#: nova/compute/manager.py:1993 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1998 +#: nova/compute/manager.py:2000 #, fuzzy msgid "error setting admin password" msgstr "Configurar senha do administrador" -#: nova/compute/manager.py:2011 +#: nova/compute/manager.py:2013 #, python-format msgid "" "trying to inject a file into a non-running (state: " "%(current_power_state)s expected: %(expected_state)s)" msgstr "" -#: nova/compute/manager.py:2015 +#: nova/compute/manager.py:2017 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:2035 +#: nova/compute/manager.py:2037 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2048 +#: nova/compute/manager.py:2050 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2067 +#: nova/compute/manager.py:2069 #, fuzzy msgid "Error trying to Rescue Instance" msgstr "Falha ao suspender instância" -#: nova/compute/manager.py:2071 +#: nova/compute/manager.py:2073 #, fuzzy, python-format msgid "Driver Error: %s" msgstr "Capturado o erro: %s" -#: nova/compute/manager.py:2089 +#: nova/compute/manager.py:2091 #, fuzzy msgid "Unrescuing" msgstr "instância %s: desfazendo o resgate" -#: nova/compute/manager.py:2110 +#: nova/compute/manager.py:2112 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2335 +#: nova/compute/manager.py:2337 #, fuzzy msgid "Instance has no source host" msgstr "Instância não existe" -#: nova/compute/manager.py:2341 +#: nova/compute/manager.py:2343 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2358 +#: nova/compute/manager.py:2360 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2603 +#: nova/compute/manager.py:2605 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2666 +#: nova/compute/manager.py:2668 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2684 +#: nova/compute/manager.py:2686 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2722 +#: nova/compute/manager.py:2724 #, fuzzy msgid "Retrieving diagnostics" msgstr "instância %s: recuperando os diagnósticos" -#: nova/compute/manager.py:2753 +#: nova/compute/manager.py:2755 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2773 +#: nova/compute/manager.py:2775 #, fuzzy msgid "Reset network" msgstr "instância %s: reset da rede" -#: nova/compute/manager.py:2778 +#: nova/compute/manager.py:2780 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2781 +#: nova/compute/manager.py:2783 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2798 +#: nova/compute/manager.py:2800 #, fuzzy msgid "Get console output" msgstr "Obter saída do console para instância %s" -#: nova/compute/manager.py:2825 +#: nova/compute/manager.py:2827 #, fuzzy msgid "Getting vnc console" msgstr "Adicionando console" -#: nova/compute/manager.py:2860 +#: nova/compute/manager.py:2862 #, fuzzy msgid "Getting spice console" msgstr "Adicionando console" -#: nova/compute/manager.py:2907 +#: nova/compute/manager.py:2909 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2957 +#: nova/compute/manager.py:2959 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2966 +#: nova/compute/manager.py:2968 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2981 +#: nova/compute/manager.py:2983 #, fuzzy, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "Detach_volume: %(instance_name)s, %(mountpoint)s" -#: nova/compute/manager.py:3011 +#: nova/compute/manager.py:3013 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:3021 +#: nova/compute/manager.py:3023 #, fuzzy msgid "Detaching volume from unknown instance" msgstr "Desconectando volume da instância desconhecida %s" -#: nova/compute/manager.py:3028 +#: nova/compute/manager.py:3030 #, fuzzy, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "Detach_volume: %(instance_name)s, %(mountpoint)s" -#: nova/compute/manager.py:3051 +#: nova/compute/manager.py:3053 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3087 +#: nova/compute/manager.py:3089 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3107 +#: nova/compute/manager.py:3109 #, fuzzy, python-format msgid "Port %(port_id)s is not attached" msgstr "Rede %(network_id)s não foi encontrada." -#: nova/compute/manager.py:3121 +#: nova/compute/manager.py:3123 #, fuzzy, python-format msgid "Host %(host)s not found" msgstr "Host %(host)s não encontrado." -#: nova/compute/manager.py:3265 +#: nova/compute/manager.py:3276 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3293 +#: nova/compute/manager.py:3304 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3348 +#: nova/compute/manager.py:3359 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3350 +#: nova/compute/manager.py:3361 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:3364 +#: nova/compute/manager.py:3376 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3393 +#: nova/compute/manager.py:3408 #, fuzzy, python-format msgid "Failed to get compute_info for %s" msgstr "Falha ao obter metadados para o ip: %s" -#: nova/compute/manager.py:3512 +#: nova/compute/manager.py:3537 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3557 +#: nova/compute/manager.py:3587 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3563 +#: nova/compute/manager.py:3593 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3602 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3579 +#: nova/compute/manager.py:3609 #, fuzzy, python-format msgid "Instance %(instance_uuid)s not found" msgstr "A instância %(instance_id)s não está executando." -#: nova/compute/manager.py:3583 +#: nova/compute/manager.py:3613 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3590 +#: nova/compute/manager.py:3620 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3599 +#: nova/compute/manager.py:3629 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3616 +#: nova/compute/manager.py:3646 #, 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:3635 +#: nova/compute/manager.py:3665 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3659 +#: nova/compute/manager.py:3689 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3776 +#: nova/compute/manager.py:3806 #, fuzzy msgid "Updating volume usage cache" msgstr "Remover volume com id: %s" -#: nova/compute/manager.py:3793 +#: nova/compute/manager.py:3823 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3820 +#: nova/compute/manager.py:3850 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3825 nova/compute/manager.py:3875 +#: nova/compute/manager.py:3855 nova/compute/manager.py:3905 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3862 +#: nova/compute/manager.py:3892 #, 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:3900 +#: nova/compute/manager.py:3930 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3912 nova/compute/manager.py:3921 -#: nova/compute/manager.py:3951 +#: nova/compute/manager.py:3942 nova/compute/manager.py:3951 +#: nova/compute/manager.py:3981 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3916 +#: nova/compute/manager.py:3946 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3932 +#: nova/compute/manager.py:3962 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3938 +#: nova/compute/manager.py:3968 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3944 +#: nova/compute/manager.py:3974 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3960 +#: nova/compute/manager.py:3990 #, fuzzy msgid "Instance is not (soft-)deleted." msgstr "Instância %s não encontrada" -#: nova/compute/manager.py:3968 +#: nova/compute/manager.py:3998 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3988 +#: nova/compute/manager.py:4010 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:4015 +#: nova/compute/manager.py:4037 #, fuzzy, python-format msgid "Deleting orphan compute node %s" msgstr "Removendo imagem %s" -#: nova/compute/manager.py:4025 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4047 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4088 #, python-format msgid "" "Detected instance with name label '%(name)s' which is marked as DELETED " "but still present on host." msgstr "" -#: nova/compute/manager.py:4073 +#: nova/compute/manager.py:4095 #, python-format msgid "" "Destroying instance with name label '%(name)s' which is marked as DELETED" " but still present on host." msgstr "" -#: nova/compute/manager.py:4080 +#: nova/compute/manager.py:4102 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4110 +#: nova/compute/manager.py:4129 #, fuzzy, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "Iniciando instância %s" @@ -4931,7 +4869,7 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:380 +#: nova/conductor/api.py:373 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" @@ -4942,7 +4880,7 @@ msgstr "" msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:262 +#: nova/conductor/manager.py:263 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5021,56 +4959,52 @@ msgstr "" msgid "Failed to notify cells of instance destroy" msgstr "" -#: nova/db/api.py:673 nova/db/api.py:694 +#: nova/db/api.py:674 nova/db/api.py:695 #, fuzzy msgid "Failed to notify cells of instance update" msgstr "Falhou ao reiniciar instância" -#: nova/db/api.py:734 -msgid "Failed to notify cells of instance info cache update" -msgstr "" - -#: nova/db/api.py:1456 +#: nova/db/api.py:1453 msgid "Failed to notify cells of bw_usage update" msgstr "" -#: nova/db/api.py:1591 +#: nova/db/api.py:1588 #, fuzzy msgid "Failed to notify cells of instance fault" msgstr "Falhou ao reiniciar instância" -#: nova/db/sqlalchemy/api.py:157 +#: nova/db/sqlalchemy/api.py:160 #, python-format msgid "Deadlock detected when running '%(func_name)s': Retrying..." msgstr "" -#: nova/db/sqlalchemy/api.py:192 +#: nova/db/sqlalchemy/api.py:195 msgid "model or base_model parameter should be subclass of NovaBase" msgstr "" -#: nova/db/sqlalchemy/api.py:205 nova/virt/baremetal/db/sqlalchemy/api.py:61 +#: nova/db/sqlalchemy/api.py:208 nova/virt/baremetal/db/sqlalchemy/api.py:61 #, python-format msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1408 +#: nova/db/sqlalchemy/api.py:1411 #, python-format msgid "" "Unknown osapi_compute_unique_server_name_scope value: %s Flag must be " "empty, \"global\" or \"project\"" msgstr "" -#: nova/db/sqlalchemy/api.py:1546 +#: nova/db/sqlalchemy/api.py:1549 #, fuzzy, python-format msgid "Invalid instance id %s in request" msgstr "Corpo do pedido está mal formado" -#: nova/db/sqlalchemy/api.py:2853 +#: nova/db/sqlalchemy/api.py:2908 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4361 +#: nova/db/sqlalchemy/api.py:4416 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5216,16 +5150,20 @@ msgstr "" msgid "Bad project_id for to_global_ipv6: %s" msgstr "" -#: nova/network/api.py:55 +#: nova/network/api.py:56 msgid "instance is a required argument to use @refresh_cache" msgstr "" -#: nova/network/api.py:80 +#: nova/network/api.py:90 +msgid "Failed to notify cells of instance info cache update" +msgstr "" + +#: nova/network/api.py:93 #, fuzzy msgid "Failed storing info cache" msgstr "Falhou ao reiniciar instância" -#: nova/network/api.py:235 +#: nova/network/api.py:248 #, fuzzy, python-format msgid "re-assign floating IP %(address)s from instance %(instance_id)s" msgstr "Volume não encontrada para a instância %(instance_id)s." @@ -5788,17 +5726,17 @@ msgstr "" msgid "Deprecated: %s" msgstr "_remover: %s" -#: nova/openstack/common/log.py:347 +#: nova/openstack/common/log.py:336 #, python-format msgid "Error loading logging config %(log_config)s: %(err_msg)s" msgstr "" -#: nova/openstack/common/log.py:397 +#: nova/openstack/common/log.py:386 #, python-format msgid "syslog facility must be one of: %s" msgstr "" -#: nova/openstack/common/log.py:563 +#: nova/openstack/common/log.py:555 #, fuzzy, python-format msgid "Fatal call to deprecated config: %(msg)s" msgstr "Classe %(fullname)s está obsoleta: %(msg)s" @@ -5895,6 +5833,63 @@ msgstr "Ambiente não suportado por SSH" msgid "process_input not supported over SSH" msgstr "" +#: nova/openstack/common/service.py:113 nova/openstack/common/service.py:276 +#, fuzzy +msgid "Full set of CONF:" +msgstr "Conjunto completo de FLAGS:" + +#: nova/openstack/common/service.py:122 nova/openstack/common/service.py:219 +#, python-format +msgid "Caught %s, exiting" +msgstr "" + +#: nova/openstack/common/service.py:165 +msgid "Parent process has died unexpectedly, exiting" +msgstr "" + +#: nova/openstack/common/service.py:201 +msgid "Forking too fast, sleeping" +msgstr "" + +#: nova/openstack/common/service.py:224 +msgid "Unhandled exception" +msgstr "" + +#: nova/openstack/common/service.py:231 +#, python-format +msgid "Started child %d" +msgstr "" + +#: nova/openstack/common/service.py:241 +#, python-format +msgid "Starting %d workers" +msgstr "" + +#: nova/openstack/common/service.py:258 +#, python-format +msgid "Child %(pid)d killed by signal %(sig)d" +msgstr "" + +#: nova/openstack/common/service.py:262 +#, python-format +msgid "Child %(pid)s exited with status %(code)d" +msgstr "" + +#: nova/openstack/common/service.py:266 +#, python-format +msgid "pid %d not in child list" +msgstr "" + +#: nova/openstack/common/service.py:294 +#, python-format +msgid "Caught %s, stopping children" +msgstr "" + +#: nova/openstack/common/service.py:305 +#, python-format +msgid "Waiting on %d children to exit" +msgstr "" + #: nova/openstack/common/strutils.py:72 #, python-format msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" @@ -6083,12 +6078,17 @@ msgid "" "endpoint." msgstr "" -#: nova/openstack/common/rpc/common.py:281 +#: nova/openstack/common/rpc/common.py:162 +#, python-format +msgid "Specified RPC version cap, %(version_cap)s, is too low" +msgstr "" + +#: nova/openstack/common/rpc/common.py:285 #, python-format msgid "Failed to sanitize %(item)s. Key error %(err)s" msgstr "" -#: nova/openstack/common/rpc/common.py:303 +#: nova/openstack/common/rpc/common.py:307 #, python-format msgid "Returning exception %s to caller" msgstr "Retornando exceção %s ao método de origem" @@ -6427,38 +6427,38 @@ msgstr "" msgid "Request Spec: %s" msgstr "" -#: nova/scheduler/filter_scheduler.py:92 +#: nova/scheduler/filter_scheduler.py:97 #, fuzzy, python-format msgid "Choosing host %(weighed_host)s for instance %(instance_uuid)s" msgstr "Volume não encontrada para a instância %(instance_id)s." -#: nova/scheduler/filter_scheduler.py:234 +#: nova/scheduler/filter_scheduler.py:239 msgid "Invalid value for 'scheduler_max_attempts', must be >= 1" msgstr "" -#: nova/scheduler/filter_scheduler.py:251 +#: nova/scheduler/filter_scheduler.py:256 #, python-format msgid "Error from last host: %(last_host)s (node %(last_node)s): %(exc)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:283 +#: nova/scheduler/filter_scheduler.py:288 #, python-format msgid "" "Exceeded max scheduling attempts %(max_attempts)d for instance " "%(instance_uuid)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:351 +#: nova/scheduler/filter_scheduler.py:356 #, python-format msgid "Filtered %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:356 +#: nova/scheduler/filter_scheduler.py:361 #, python-format msgid "Weighed %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:398 +#: nova/scheduler/filter_scheduler.py:403 #, python-format msgid "Unable to migrate %(instance_uuid)s to %(dest)s: Lack of memory" msgstr "" @@ -6653,46 +6653,46 @@ msgstr "" msgid "Returns one member of the [%s] group" msgstr "" -#: nova/servicegroup/drivers/db.py:42 +#: nova/servicegroup/drivers/db.py:41 #, python-format msgid "" "DB_Driver: join new ServiceGroup member %(member_id)s to the %(group_id)s" " group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/db.py:46 +#: nova/servicegroup/drivers/db.py:45 msgid "service is a mandatory argument for DB based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/db.py:76 +#: nova/servicegroup/drivers/db.py:72 #, python-format msgid "DB_Driver: get_all members of the %s group" msgstr "" -#: nova/servicegroup/drivers/db.py:99 nova/servicegroup/drivers/mc.py:103 +#: nova/servicegroup/drivers/db.py:95 nova/servicegroup/drivers/mc.py:99 msgid "Recovered model server connection!" msgstr "Recuperada conexão servidor de modelo." -#: nova/servicegroup/drivers/db.py:105 nova/servicegroup/drivers/mc.py:109 +#: nova/servicegroup/drivers/db.py:101 nova/servicegroup/drivers/mc.py:105 msgid "model server went away" msgstr "servidor de modelo perdido" -#: nova/servicegroup/drivers/mc.py:44 +#: nova/servicegroup/drivers/mc.py:43 msgid "memcached_servers not defined" msgstr "" -#: nova/servicegroup/drivers/mc.py:52 +#: nova/servicegroup/drivers/mc.py:51 #, python-format msgid "" "Memcached_Driver: join new ServiceGroup member %(member_id)s to the " "%(group_id)s group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/mc.py:57 +#: nova/servicegroup/drivers/mc.py:56 msgid "service is a mandatory argument for Memcached based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/mc.py:78 +#: nova/servicegroup/drivers/mc.py:74 #, python-format msgid "Memcached_Driver: get_all members of the %s group" msgstr "" @@ -6781,22 +6781,6 @@ msgstr "" msgid "already detached" msgstr "" -#: nova/tests/fakelibvirt.py:892 -msgid "Please extend mock libvirt module to support flags" -msgstr "" - -#: nova/tests/fakelibvirt.py:896 -msgid "Expected a list for 'auth' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:900 -msgid "Expected a function in 'auth[0]' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:904 -msgid "Expected a function in 'auth[1]' parameter" -msgstr "" - #: nova/tests/test_hypervapi.py:433 #, fuzzy msgid "fake vswitch not found" @@ -6831,17 +6815,17 @@ msgstr "" msgid "unexpected role header" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3340 +#: nova/tests/api/openstack/compute/test_servers.py:3365 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3345 +#: nova/tests/api/openstack/compute/test_servers.py:3370 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3350 +#: nova/tests/api/openstack/compute/test_servers.py:3375 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" @@ -6850,7 +6834,7 @@ msgstr "" #: nova/tests/compute/test_compute.py:1168 #: nova/tests/compute/test_compute.py:1195 #: nova/tests/compute/test_compute.py:1241 -#: nova/tests/compute/test_compute.py:3762 +#: nova/tests/compute/test_compute.py:3804 #, python-format msgid "Running instances: %s" msgstr "" @@ -6867,16 +6851,16 @@ msgstr "" msgid "Internal error" msgstr "Erro interno" -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:3815 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4275 +#: nova/tests/compute/test_compute.py:4315 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8748 +#: nova/tests/compute/test_compute.py:8904 msgid "spawn error" msgstr "" @@ -6972,6 +6956,22 @@ msgstr "" msgid "Decoding JSON: %s" msgstr "" +#: nova/tests/virt/libvirt/fakelibvirt.py:892 +msgid "Please extend mock libvirt module to support flags" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:896 +msgid "Expected a list for 'auth' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:900 +msgid "Expected a function in 'auth[0]' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:904 +msgid "Expected a function in 'auth[1]' parameter" +msgstr "" + #: nova/virt/configdrive.py:97 #, python-format msgid "Added %(filepath)s to config drive" @@ -6996,7 +6996,7 @@ msgid "Loading compute driver '%s'" msgstr "" #: nova/virt/driver.py:962 -#, fuzzy, python-format +#, fuzzy msgid "Unable to load the virtualization driver" msgstr "Não foi possível carregar o driver de virtualização: %s" @@ -11109,64 +11109,12 @@ msgstr "" msgid "status must be 'available'" msgstr "" -#~ msgid "EC2APIError raised: %s" -#~ msgstr "" - -#~ msgid "Instance is in an invalid state for '%(action)s'" -#~ msgstr "" - -#~ msgid "Failed to load extension %(ext_name)s: %(exc)s" -#~ msgstr "" - -#~ msgid "Removing options '%(unk_opt_str)s' from query" -#~ msgstr "" - -#~ msgid "Live migration of instance %(id)s to another host failed" -#~ msgstr "" - -#~ msgid "Cannot show aggregate: %(id)s" +#~ msgid "%(flag)s : FLAG SET " #~ msgstr "" -#~ msgid "Cannot update aggregate: %(id)s" +#~ msgid "Child %(pid)d exited with status %(code)d" #~ msgstr "" -#~ msgid "Cannot delete aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Total %(type_)s: %(total)d %(unit)s, used: %(used)d %(unit)s" -#~ msgstr "" - -#~ msgid "%(type_)s limit not specified, defaulting to unlimited" -#~ msgstr "" - -#~ msgid "%(type_)s limit: %(limit)d %(unit)s, free: %(free)d %(unit)s" -#~ msgstr "" - -#~ msgid "" -#~ "Unable to claim resources. Free " -#~ "%(type_)s %(free)d %(unit)s < requested " -#~ "%(requested)d %(unit)s" -#~ msgstr "" - -#~ msgid "'%s' argument must be a positive integer" -#~ msgstr "" - -#~ msgid "Attempting to build %(num_instances)d instance(s)" -#~ msgstr "" - -#~ msgid "Choosing host %(chosen_host)s" -#~ msgstr "" - -#~ msgid "" -#~ "Inject data image=%(image)s key=%(key)s " -#~ "net=%(net)s metadata=%(metadata)s admin_password=ha-" -#~ "ha-not-telling-you files=%(files)s " -#~ "partition=%(partition)s use_cow=%(use_cow)s" -#~ msgstr "" - -#~ msgid "Inject admin password fs=%(fs)s admin_passwd=ha-ha-not-telling-you" -#~ msgstr "" - -#~ msgid "Resizing down VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" -#~ msgstr "" +#~ msgid "Got update for instance %(instance_uuid)s: %(instance)s" +#~ msgstr "A instância %(instance_id)s não está executando." diff --git a/nova/locale/ru/LC_MESSAGES/nova.po b/nova/locale/ru/LC_MESSAGES/nova.po index 8b3d169fc..ebea35ab6 100644 --- a/nova/locale/ru/LC_MESSAGES/nova.po +++ b/nova/locale/ru/LC_MESSAGES/nova.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: nova\n" "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" -"POT-Creation-Date: 2013-05-18 19:37+0000\n" +"POT-Creation-Date: 2013-05-22 19:37+0000\n" "PO-Revision-Date: 2012-03-25 09:34+0000\n" "Last-Translator: Eugene Marshal <Unknown>\n" "Language-Team: Russian <ru@li.org>\n" @@ -176,7 +176,7 @@ msgid "" msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 -#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2778 +#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2767 msgid "Keypair data is invalid" msgstr "" @@ -192,7 +192,7 @@ msgstr "" msgid "Invalid volume" msgstr "Недопустимый том" -#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1334 +#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1332 #: nova/api/openstack/compute/contrib/admin_actions.py:242 msgid "Invalid metadata" msgstr "Недопустимые метаданные" @@ -1339,7 +1339,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:166 +#: nova/manager.py:170 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1360,118 +1360,56 @@ msgstr "" msgid "Rule checked when requested rule is not found" msgstr "" -#: nova/quota.py:966 +#: nova/quota.py:972 #, python-format msgid "Created reservations %(reservations)s" msgstr "" -#: nova/quota.py:988 +#: nova/quota.py:994 #, python-format msgid "Failed to commit reservations %(reservations)s" msgstr "" -#: nova/quota.py:990 +#: nova/quota.py:996 #, python-format msgid "Committed reservations %(reservations)s" msgstr "" -#: nova/quota.py:1010 +#: nova/quota.py:1016 #, python-format msgid "Failed to roll back reservations %(reservations)s" msgstr "" -#: nova/quota.py:1012 +#: nova/quota.py:1018 #, python-format msgid "Rolled back reservations %(reservations)s" msgstr "" -#: nova/service.py:197 -#, fuzzy -msgid "Full set of CONF:" -msgstr "Полный набор ФЛАГОВ:" - -#: nova/service.py:204 -#, python-format -msgid "%(flag)s : FLAG SET " -msgstr "" - -#: nova/service.py:214 nova/service.py:312 -#, fuzzy, python-format -msgid "Caught %s, exiting" -msgstr "снимок %s: удаление" - -#: nova/service.py:258 -msgid "Parent process has died unexpectedly, exiting" -msgstr "" - -#: nova/service.py:294 -msgid "Forking too fast, sleeping" -msgstr "" - -#: nova/service.py:317 -msgid "Unhandled exception" -msgstr "" - -#: nova/service.py:324 -#, python-format -msgid "Started child %d" -msgstr "" - -#: nova/service.py:334 -#, fuzzy, python-format -msgid "Starting %d workers" -msgstr "установка сетевого узла" - -#: nova/service.py:348 -#, python-format -msgid "Child %(pid)d killed by signal %(sig)d" -msgstr "" - -#: nova/service.py:351 -#, python-format -msgid "Child %(pid)d exited with status %(code)d" -msgstr "" - -#: nova/service.py:354 -#, python-format -msgid "pid %d not in child list" -msgstr "" - -#: nova/service.py:374 -#, python-format -msgid "Caught %s, stopping children" -msgstr "" - -#: nova/service.py:385 -#, python-format -msgid "Waiting on %d children to exit" -msgstr "" - -#: nova/service.py:427 +#: nova/service.py:153 #, fuzzy, python-format msgid "Starting %(topic)s node (version %(version)s)" msgstr "Запуск узла сети (версия %(vcs_string)s) %(topic)s" -#: nova/service.py:444 nova/openstack/common/rpc/service.py:47 +#: nova/service.py:170 nova/openstack/common/rpc/service.py:47 #, python-format msgid "Creating Consumer connection for Service %s" msgstr "" -#: nova/service.py:464 +#: nova/service.py:190 #, python-format msgid "Join ServiceGroup membership for this service %s" msgstr "" -#: nova/service.py:546 +#: nova/service.py:270 msgid "Service killed that has no database entry" msgstr "Служба завершила работу из-за отсутствия записи базы данных" -#: nova/service.py:581 +#: nova/service.py:292 #, python-format msgid "Temporary directory is invalid: %s" msgstr "" -#: nova/service.py:679 +#: nova/service.py:394 msgid "serve() can only be called once" msgstr "" @@ -1748,7 +1686,7 @@ msgstr "" "Произошла неизвестная ошибка. Пожалуйста, попытайтесь повторить ваш " "запрос." -#: nova/api/ec2/apirequest.py:60 +#: nova/api/ec2/apirequest.py:61 #, python-format msgid "Unsupported API request: controller = %(controller)s, action = %(action)s" msgstr "" @@ -2579,7 +2517,7 @@ msgid "No adminPass was specified" msgstr "adminPass не был задан" #: nova/api/openstack/compute/servers.py:1173 -#: nova/api/openstack/compute/servers.py:1384 +#: nova/api/openstack/compute/servers.py:1382 msgid "Invalid adminPass" msgstr "Недопустимый adminPass" @@ -2611,15 +2549,15 @@ msgstr "Недопустимый запрос тела" msgid "Could not parse imageRef from request." msgstr "" -#: nova/api/openstack/compute/servers.py:1292 +#: nova/api/openstack/compute/servers.py:1289 msgid "Cannot find image for rebuild" msgstr "" -#: nova/api/openstack/compute/servers.py:1325 +#: nova/api/openstack/compute/servers.py:1323 msgid "createImage entity requires name attribute" msgstr "" -#: nova/api/openstack/compute/servers.py:1410 +#: nova/api/openstack/compute/servers.py:1408 #, fuzzy, python-format msgid "Removing options '%s' from query" msgstr "Удаление параметров '%(unk_opt_str)s' из запроса" @@ -3359,89 +3297,89 @@ msgstr "" msgid "Error processing message locally: %(exc)s" msgstr "" -#: nova/cells/messaging.py:358 nova/cells/messaging.py:364 +#: nova/cells/messaging.py:360 nova/cells/messaging.py:368 #, python-format msgid "destination is %(target_cell)s but routing_path is %(routing_path)s" msgstr "" -#: nova/cells/messaging.py:374 +#: nova/cells/messaging.py:380 #, python-format msgid "Unknown %(cell_type)s when routing to %(target_cell)s" msgstr "" -#: nova/cells/messaging.py:398 +#: nova/cells/messaging.py:404 #, fuzzy, python-format msgid "Error locating next hop for message: %(exc)s" msgstr "не определен метод для сообщения: %s" -#: nova/cells/messaging.py:425 +#: nova/cells/messaging.py:431 #, fuzzy, python-format msgid "Failed to send message to cell: %(next_hop)s: %(exc)s" msgstr "Ошибка загрузки расширения %(ext_factory)s: %(exc)s" -#: nova/cells/messaging.py:504 +#: nova/cells/messaging.py:510 #, fuzzy, python-format msgid "Error locating next hops for message: %(exc)s" msgstr "не определен метод для сообщения: %s" -#: nova/cells/messaging.py:524 +#: nova/cells/messaging.py:530 #, fuzzy, python-format msgid "Error sending message to next hops: %(exc)s" msgstr "Выгрузка образа %s" -#: nova/cells/messaging.py:542 +#: nova/cells/messaging.py:548 #, python-format msgid "Error waiting for responses from neighbor cells: %(exc)s" msgstr "" -#: nova/cells/messaging.py:653 +#: nova/cells/messaging.py:659 #, python-format msgid "Unknown method '%(method)s' in compute API" msgstr "" -#: nova/cells/messaging.py:676 +#: nova/cells/messaging.py:682 #, python-format msgid "Received capabilities from child cell %(cell_name)s: %(capabilities)s" msgstr "" -#: nova/cells/messaging.py:685 +#: nova/cells/messaging.py:692 #, python-format msgid "Received capacities from child cell %(cell_name)s: %(capacities)s" msgstr "" -#: nova/cells/messaging.py:811 +#: nova/cells/messaging.py:819 #, fuzzy, python-format -msgid "Got update for instance %(instance_uuid)s: %(instance)s" -msgstr "Перемещение не найдено для копии %(instance_id)s в состоянии %(status)s." +msgid "Got update for instance: %(instance)s" +msgstr "Не найден том для копии %(instance_id)s." -#: nova/cells/messaging.py:854 +#: nova/cells/messaging.py:862 #, fuzzy, python-format -msgid "Got update to delete instance %(instance_uuid)s" +msgid "Got update to delete instance" msgstr "Не найден том для копии %(instance_id)s." -#: nova/cells/messaging.py:869 +#: nova/cells/messaging.py:877 #, python-format msgid "Got broadcast to %(delete_type)s delete instance" msgstr "" -#: nova/cells/messaging.py:883 +#: nova/cells/messaging.py:891 #, python-format msgid "Got message to create instance fault: %(instance_fault)s" msgstr "" -#: nova/cells/messaging.py:904 +#: nova/cells/messaging.py:912 #, python-format msgid "" "Forcing a sync of instances, project_id=%(projid_str)s, " "updated_since=%(since_str)s" msgstr "" -#: nova/cells/messaging.py:1088 +#: nova/cells/messaging.py:1097 #, python-format msgid "Updating parents with our capabilities: %(capabs)s" msgstr "" -#: nova/cells/messaging.py:1108 +#: nova/cells/messaging.py:1117 #, python-format msgid "Updating parents with our capacities: %(capacities)s" msgstr "" @@ -3458,7 +3396,7 @@ msgid "" "second(s)" msgstr "" -#: nova/cells/scheduler.py:139 +#: nova/cells/scheduler.py:140 #, fuzzy, python-format msgid "Error scheduling instances %(instance_uuids)s" msgstr "Не найден том для копии %(instance_id)s." @@ -3472,7 +3410,7 @@ msgstr "" msgid "Unknown cell '%(cell_name)s' when trying to update capabilities" msgstr "" -#: nova/cells/state.py:330 +#: nova/cells/state.py:331 #, python-format msgid "Unknown cell '%(cell_name)s' when trying to update capacities" msgstr "" @@ -3989,11 +3927,11 @@ msgstr "Поиск по: %s" msgid "snapshot for %s" msgstr "Запуск снимка для ВМ %s" -#: nova/compute/api.py:1997 +#: nova/compute/api.py:1988 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2006 +#: nova/compute/api.py:1997 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " @@ -4002,62 +3940,62 @@ msgstr "" "Устаревший тип копии %(current_instance_type_name)s, новый тип копии " "%(new_instance_type_name)s" -#: nova/compute/api.py:2048 +#: nova/compute/api.py:2043 #, fuzzy, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "Превышена квота для %(pid)s, попытка выполнить %(min_count)s копий" -#: nova/compute/api.py:2188 +#: nova/compute/api.py:2179 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2295 +#: nova/compute/api.py:2284 msgid "Locking" msgstr "" -#: nova/compute/api.py:2303 +#: nova/compute/api.py:2292 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2375 +#: nova/compute/api.py:2364 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2488 +#: nova/compute/api.py:2477 #, fuzzy, python-format msgid "Going to try to live migrate instance to %s" msgstr "Будет выполнения попытка завершить работу %s" -#: nova/compute/api.py:2507 +#: nova/compute/api.py:2496 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2511 +#: nova/compute/api.py:2500 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2758 +#: nova/compute/api.py:2747 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2762 +#: nova/compute/api.py:2751 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2858 +#: nova/compute/api.py:2847 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2861 +#: nova/compute/api.py:2850 #, python-format msgid "Security group %s cannot be empty." msgstr "Группа безопасности %s не может быть пустой." -#: nova/compute/api.py:2869 +#: nova/compute/api.py:2858 #, fuzzy, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " @@ -4066,65 +4004,65 @@ msgstr "" "Значение (%s) для параметра GroupName недопустимо. Длина превышает " "максимально допустимое значение 255." -#: nova/compute/api.py:2875 +#: nova/compute/api.py:2864 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2893 +#: nova/compute/api.py:2882 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2896 +#: nova/compute/api.py:2885 #, python-format msgid "Create Security Group %s" msgstr "Создать группу безопасности %s" -#: nova/compute/api.py:2903 +#: nova/compute/api.py:2892 #, python-format msgid "Security group %s already exists" msgstr "Группа безопасности %s уже существует" -#: nova/compute/api.py:2967 +#: nova/compute/api.py:2956 #, fuzzy, python-format msgid "Unable to delete system group '%s'" msgstr "Невозможно ликвидировать vbd %s" -#: nova/compute/api.py:2972 +#: nova/compute/api.py:2961 #, fuzzy msgid "Security group is still in use" msgstr "Группа безопасности (%s) не найдена" -#: nova/compute/api.py:2980 +#: nova/compute/api.py:2969 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:2983 +#: nova/compute/api.py:2972 #, python-format msgid "Delete security group %s" msgstr "Удалить группу безопасности %s" -#: nova/compute/api.py:3060 nova/compute/api.py:3134 +#: nova/compute/api.py:3049 nova/compute/api.py:3123 #, python-format msgid "Rule (%s) not found" msgstr "Правило (%s) не найдено" -#: nova/compute/api.py:3076 +#: nova/compute/api.py:3065 #, fuzzy msgid "Quota exceeded, too many security group rules." msgstr "Добавление правила группы безопасности: %r" -#: nova/compute/api.py:3079 +#: nova/compute/api.py:3068 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3088 +#: nova/compute/api.py:3077 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3141 +#: nova/compute/api.py:3130 msgid "Security group id should be integer" msgstr "" @@ -4228,153 +4166,153 @@ msgstr "" msgid "Instance has been destroyed from under us while trying to set it to ERROR" msgstr "" -#: nova/compute/manager.py:407 +#: nova/compute/manager.py:409 #, python-format msgid "Instance %(uuid)s found in the hypervisor, but not in the database" msgstr "" -#: nova/compute/manager.py:423 +#: nova/compute/manager.py:425 #, python-format msgid "" "Instance %(driver_instance)s found in the hypervisor, but not in the " "database" msgstr "" -#: nova/compute/manager.py:444 +#: nova/compute/manager.py:446 #, fuzzy, python-format msgid "" "Deleting instance as its host (%(instance_host)s) is not equal to our " "host (%(our_host)s)." msgstr "Невозможно переместить копию (%(instance_id)s) на текущий узел (%(host)s)." -#: nova/compute/manager.py:459 +#: nova/compute/manager.py:461 msgid "Instance has been marked deleted already, removing it from the hypervisor." msgstr "" -#: nova/compute/manager.py:480 +#: nova/compute/manager.py:482 msgid "" "Hypervisor driver does not support instance shared storage check, " "assuming it's not on shared storage" msgstr "" -#: nova/compute/manager.py:486 +#: nova/compute/manager.py:488 #, fuzzy msgid "Failed to check if instance shared" msgstr "Ошибка перезагрузки копии" -#: nova/compute/manager.py:529 +#: nova/compute/manager.py:531 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:532 +#: nova/compute/manager.py:534 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:543 +#: nova/compute/manager.py:545 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:548 +#: nova/compute/manager.py:550 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:562 +#: nova/compute/manager.py:564 #, fuzzy msgid "Hypervisor driver does not support resume guests" msgstr "Драйвер гипервизора не поддерживает правила брандмауэра" -#: nova/compute/manager.py:567 +#: nova/compute/manager.py:569 #, fuzzy msgid "Failed to resume instance" msgstr "Ошибка приостановления копии" -#: nova/compute/manager.py:577 +#: nova/compute/manager.py:579 msgid "Hypervisor driver does not support firewall rules" msgstr "Драйвер гипервизора не поддерживает правила брандмауэра" -#: nova/compute/manager.py:581 +#: nova/compute/manager.py:583 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:597 +#: nova/compute/manager.py:599 #, fuzzy, python-format msgid "Unexpected power state %d" msgstr "Непредвиденный код состояния" -#: nova/compute/manager.py:609 +#: nova/compute/manager.py:611 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:647 +#: nova/compute/manager.py:649 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:745 +#: nova/compute/manager.py:747 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:762 +#: nova/compute/manager.py:764 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:862 +#: nova/compute/manager.py:864 msgid "Success" msgstr "" -#: nova/compute/manager.py:885 +#: nova/compute/manager.py:887 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:906 nova/compute/manager.py:2377 +#: nova/compute/manager.py:908 nova/compute/manager.py:2379 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:948 +#: nova/compute/manager.py:950 #, fuzzy msgid "Failed to dealloc network for deleted instance" msgstr "Выполнение запуска копий" -#: nova/compute/manager.py:954 +#: nova/compute/manager.py:956 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:982 +#: nova/compute/manager.py:984 #, fuzzy, python-format msgid "Error: %s" msgstr "Ошибка БД: %s" -#: nova/compute/manager.py:999 +#: nova/compute/manager.py:1001 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1024 nova/compute/manager.py:2431 +#: nova/compute/manager.py:1026 nova/compute/manager.py:2433 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1037 +#: nova/compute/manager.py:1039 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1042 +#: nova/compute/manager.py:1044 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1048 +#: nova/compute/manager.py:1050 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1077 +#: nova/compute/manager.py:1079 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1125 +#: nova/compute/manager.py:1127 #, python-format msgid "" "image_id=%(image_id)s, image_size_bytes=%(size_bytes)d, " @@ -4383,7 +4321,7 @@ msgstr "" "image_id=%(image_id)s, image_size_bytes=%(size_bytes)d, " "allowed_size_bytes=%(allowed_size_bytes)d" -#: nova/compute/manager.py:1131 +#: nova/compute/manager.py:1133 #, python-format msgid "" "Image '%(image_id)s' size %(size_bytes)d exceeded instance_type allowed " @@ -4392,101 +4330,101 @@ msgstr "" "Образ '%(image_id)s' размером %(size_bytes)d, превышает exceeded " "instance_type допустимый размер %(allowed_size_bytes)d" -#: nova/compute/manager.py:1141 +#: nova/compute/manager.py:1143 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1167 +#: nova/compute/manager.py:1169 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1170 +#: nova/compute/manager.py:1172 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1181 +#: nova/compute/manager.py:1183 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1200 +#: nova/compute/manager.py:1202 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1251 +#: nova/compute/manager.py:1253 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1324 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1338 +#: nova/compute/manager.py:1340 #, fuzzy msgid "Failed to deallocate network for instance." msgstr "Выполнение запуска копий" -#: nova/compute/manager.py:1358 +#: nova/compute/manager.py:1360 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "Пропуск DiskNotFound: %s" -#: nova/compute/manager.py:1361 +#: nova/compute/manager.py:1363 #, fuzzy, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "Пропуск DiskNotFound: %s" -#: nova/compute/manager.py:1368 +#: nova/compute/manager.py:1370 #, python-format msgid "terminating bdm %s" msgstr "завершение работы bdm %s" -#: nova/compute/manager.py:1415 +#: nova/compute/manager.py:1417 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1468 nova/compute/manager.py:2606 -#: nova/compute/manager.py:4118 +#: nova/compute/manager.py:1470 nova/compute/manager.py:2608 +#: nova/compute/manager.py:4137 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "%s. Установка состояния копии vm_state на ERROR" -#: nova/compute/manager.py:1620 +#: nova/compute/manager.py:1622 #, fuzzy msgid "Rebuilding instance" msgstr "Обновление сборки %s" -#: nova/compute/manager.py:1633 +#: nova/compute/manager.py:1635 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1637 +#: nova/compute/manager.py:1639 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1641 +#: nova/compute/manager.py:1643 #, fuzzy, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "%(path)s располагается на общедоступном накопителе: %(reason)s" -#: nova/compute/manager.py:1724 +#: nova/compute/manager.py:1726 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1756 +#: nova/compute/manager.py:1758 #, fuzzy, python-format msgid "Detaching from volume api: %s" msgstr "Создать снимок из тома %s" -#: nova/compute/manager.py:1774 +#: nova/compute/manager.py:1776 #, fuzzy msgid "Rebooting instance" msgstr "Перезагрузка копии %s" -#: nova/compute/manager.py:1799 +#: nova/compute/manager.py:1801 #, fuzzy, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " @@ -4495,22 +4433,22 @@ msgstr "" "попытка перезагрузки не выполняемой копии: %(instance_uuid)s (состояние: " "%(state)s ожидалось: %(running)s)" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1817 #, fuzzy, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "Обновление сборки %s" -#: nova/compute/manager.py:1828 +#: nova/compute/manager.py:1830 #, fuzzy msgid "Instance disappeared during reboot" msgstr "копия не включена" -#: nova/compute/manager.py:1855 +#: nova/compute/manager.py:1857 #, fuzzy msgid "instance snapshotting" msgstr "копия %s: выполнение снимка" -#: nova/compute/manager.py:1861 +#: nova/compute/manager.py:1863 #, fuzzy, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " @@ -4519,224 +4457,224 @@ msgstr "" "попытка создания снимка не выполняемой копии: %(instance_uuid)s " "(состояние: %(state)s ожидалось: %(running)s)" -#: nova/compute/manager.py:1922 +#: nova/compute/manager.py:1924 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "Найдено %(num_images)d образов (ротация: %(rotation)d)" -#: nova/compute/manager.py:1929 +#: nova/compute/manager.py:1931 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1934 +#: nova/compute/manager.py:1936 #, python-format msgid "Deleting image %s" msgstr "Удаление образа %s" -#: nova/compute/manager.py:1962 +#: nova/compute/manager.py:1964 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "Невозможно назначить пароль администратора. Копия %s не выполняется" -#: nova/compute/manager.py:1969 +#: nova/compute/manager.py:1971 #, fuzzy msgid "Root password set" msgstr "Копия %s: Назначение административного пароля" -#: nova/compute/manager.py:1976 +#: nova/compute/manager.py:1978 #, fuzzy msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "set_admin_password не реализован в этой драйвере." -#: nova/compute/manager.py:1991 +#: nova/compute/manager.py:1993 #, fuzzy, python-format msgid "set_admin_password failed: %s" msgstr "set_admin_password не реализован в этой драйвере." -#: nova/compute/manager.py:1998 +#: nova/compute/manager.py:2000 #, fuzzy msgid "error setting admin password" msgstr "Ошибка назначения пароля администратора" -#: nova/compute/manager.py:2011 +#: nova/compute/manager.py:2013 #, python-format msgid "" "trying to inject a file into a non-running (state: " "%(current_power_state)s expected: %(expected_state)s)" msgstr "" -#: nova/compute/manager.py:2015 +#: nova/compute/manager.py:2017 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:2035 +#: nova/compute/manager.py:2037 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2048 +#: nova/compute/manager.py:2050 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2067 +#: nova/compute/manager.py:2069 #, fuzzy msgid "Error trying to Rescue Instance" msgstr "Ошибка приостановления копии" -#: nova/compute/manager.py:2071 +#: nova/compute/manager.py:2073 #, fuzzy, python-format msgid "Driver Error: %s" msgstr "Ошибка БД: %s" -#: nova/compute/manager.py:2089 +#: nova/compute/manager.py:2091 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2110 +#: nova/compute/manager.py:2112 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2335 +#: nova/compute/manager.py:2337 #, fuzzy msgid "Instance has no source host" msgstr "Копия не существует" -#: nova/compute/manager.py:2341 +#: nova/compute/manager.py:2343 msgid "destination same as source!" msgstr "назначение совпадает с источником!" -#: nova/compute/manager.py:2358 +#: nova/compute/manager.py:2360 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2603 +#: nova/compute/manager.py:2605 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2666 +#: nova/compute/manager.py:2668 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2684 +#: nova/compute/manager.py:2686 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2722 +#: nova/compute/manager.py:2724 #, fuzzy msgid "Retrieving diagnostics" msgstr "копия %s: принятие диагностики" -#: nova/compute/manager.py:2753 +#: nova/compute/manager.py:2755 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2773 +#: nova/compute/manager.py:2775 #, fuzzy msgid "Reset network" msgstr "Восстановление сети" -#: nova/compute/manager.py:2778 +#: nova/compute/manager.py:2780 #, fuzzy msgid "Inject network info" msgstr "установка сетевого узла" -#: nova/compute/manager.py:2781 +#: nova/compute/manager.py:2783 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2798 +#: nova/compute/manager.py:2800 #, fuzzy msgid "Get console output" msgstr "Получить консольный вывод для копии %s" -#: nova/compute/manager.py:2825 +#: nova/compute/manager.py:2827 #, fuzzy msgid "Getting vnc console" msgstr "копия %s: получение консоли vnc" -#: nova/compute/manager.py:2860 +#: nova/compute/manager.py:2862 #, fuzzy msgid "Getting spice console" msgstr "копия %s: получение консоли vnc" -#: nova/compute/manager.py:2907 +#: nova/compute/manager.py:2909 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2957 +#: nova/compute/manager.py:2959 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2966 +#: nova/compute/manager.py:2968 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2981 +#: nova/compute/manager.py:2983 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:3011 +#: nova/compute/manager.py:3013 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:3021 +#: nova/compute/manager.py:3023 #, fuzzy msgid "Detaching volume from unknown instance" msgstr "Отсоединение тома от неизвестной копии %s" -#: nova/compute/manager.py:3028 +#: nova/compute/manager.py:3030 #, fuzzy, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "Попытка удаления несуществующей консоли %(console_id)s." -#: nova/compute/manager.py:3051 +#: nova/compute/manager.py:3053 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3087 +#: nova/compute/manager.py:3089 #, fuzzy, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "сетевые распределения для копии %s" -#: nova/compute/manager.py:3107 +#: nova/compute/manager.py:3109 #, fuzzy, python-format msgid "Port %(port_id)s is not attached" msgstr "Сеть %(network_id)s не найдена." -#: nova/compute/manager.py:3121 +#: nova/compute/manager.py:3123 #, fuzzy, python-format msgid "Host %(host)s not found" msgstr "Узел %(host)s не найден." -#: nova/compute/manager.py:3265 +#: nova/compute/manager.py:3276 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3293 +#: nova/compute/manager.py:3304 #, fuzzy msgid "_post_live_migration() is started.." msgstr "Запущено post_live_migration().." -#: nova/compute/manager.py:3348 +#: nova/compute/manager.py:3359 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3350 +#: nova/compute/manager.py:3361 msgid "" "You may see the error \"libvirt: QEMU error: Domain not found: no domain " "with matching name.\" This error can be safely ignored." @@ -4745,21 +4683,21 @@ msgstr "" "отсутствует домен с соответствующим именем.\" Эта ошибка может быть " "безопасно пропущена." -#: nova/compute/manager.py:3364 +#: nova/compute/manager.py:3376 #, fuzzy msgid "Post operation of migration started" msgstr "Запущено post_live_migration().." -#: nova/compute/manager.py:3393 +#: nova/compute/manager.py:3408 #, fuzzy, python-format msgid "Failed to get compute_info for %s" msgstr "Ошибка получения метаданных для ip: %s" -#: nova/compute/manager.py:3512 +#: nova/compute/manager.py:3537 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3557 +#: nova/compute/manager.py:3587 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " @@ -4768,64 +4706,64 @@ msgstr "" "Найдены %(migration_count)d неподтверждённых перемещений, старше " "%(confirm_window)d секунд" -#: nova/compute/manager.py:3563 +#: nova/compute/manager.py:3593 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3602 #, fuzzy, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "Завершение работы ВМ для копии %(instance_uuid)s" -#: nova/compute/manager.py:3579 +#: nova/compute/manager.py:3609 #, fuzzy, python-format msgid "Instance %(instance_uuid)s not found" msgstr "Копия %(instance_id)s не найдена" -#: nova/compute/manager.py:3583 +#: nova/compute/manager.py:3613 #, fuzzy msgid "In ERROR state" msgstr "Ошибка БД: %s" -#: nova/compute/manager.py:3590 +#: nova/compute/manager.py:3620 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3599 +#: nova/compute/manager.py:3629 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3616 +#: nova/compute/manager.py:3646 #, 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:3635 +#: nova/compute/manager.py:3665 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3659 +#: nova/compute/manager.py:3689 msgid "Updating bandwidth usage cache" msgstr "Обновление временных данных использования полосы пропускания" -#: nova/compute/manager.py:3776 +#: nova/compute/manager.py:3806 #, fuzzy msgid "Updating volume usage cache" msgstr "Обновление временных данных использования полосы пропускания" -#: nova/compute/manager.py:3793 +#: nova/compute/manager.py:3823 msgid "Updating host status" msgstr "Обновление состояния узла" -#: nova/compute/manager.py:3820 +#: nova/compute/manager.py:3850 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " @@ -4834,88 +4772,88 @@ msgstr "" "Найдено %(num_db_instances)s в базе данных и %(num_vm_instances)s в " "гипервизоре." -#: nova/compute/manager.py:3825 nova/compute/manager.py:3875 +#: nova/compute/manager.py:3855 nova/compute/manager.py:3905 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3862 +#: nova/compute/manager.py:3892 #, 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:3900 +#: nova/compute/manager.py:3930 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3912 nova/compute/manager.py:3921 -#: nova/compute/manager.py:3951 +#: nova/compute/manager.py:3942 nova/compute/manager.py:3951 +#: nova/compute/manager.py:3981 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3916 +#: nova/compute/manager.py:3946 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3932 +#: nova/compute/manager.py:3962 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3938 +#: nova/compute/manager.py:3968 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3944 +#: nova/compute/manager.py:3974 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3960 +#: nova/compute/manager.py:3990 #, fuzzy msgid "Instance is not (soft-)deleted." msgstr "копия не включена" -#: nova/compute/manager.py:3968 +#: nova/compute/manager.py:3998 #, fuzzy msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "FLAGS.reclaim_instance_interval <= 0, пропуск..." -#: nova/compute/manager.py:3988 +#: nova/compute/manager.py:4010 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:4015 +#: nova/compute/manager.py:4037 #, fuzzy, python-format msgid "Deleting orphan compute node %s" msgstr "LoggingVolumeDriver: %s" -#: nova/compute/manager.py:4025 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4047 nova/compute/resource_tracker.py:321 #, fuzzy, python-format msgid "No service record for host %s" msgstr "Нет службы для compute ID %s" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4088 #, python-format msgid "" "Detected instance with name label '%(name)s' which is marked as DELETED " "but still present on host." msgstr "" -#: nova/compute/manager.py:4073 +#: nova/compute/manager.py:4095 #, python-format msgid "" "Destroying instance with name label '%(name)s' which is marked as DELETED" " but still present on host." msgstr "" -#: nova/compute/manager.py:4080 +#: nova/compute/manager.py:4102 #, fuzzy, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" "Не распознанное значение '%(action)s' для " "FLAGS.running_deleted_instance_action" -#: nova/compute/manager.py:4110 +#: nova/compute/manager.py:4129 #, fuzzy, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "%s. Установка состояния копии vm_state на ERROR" @@ -5031,7 +4969,7 @@ msgstr "Невозможно найти узел для копии %s" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:380 +#: nova/conductor/api.py:373 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" @@ -5042,7 +4980,7 @@ msgstr "" msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:262 +#: nova/conductor/manager.py:263 #, fuzzy msgid "Invalid block_device_mapping_destroy invocation" msgstr "block_device_mapping %s" @@ -5123,56 +5061,52 @@ msgstr "Проверка токена: %(token)s, %(token_valid)s)" msgid "Failed to notify cells of instance destroy" msgstr "" -#: nova/db/api.py:673 nova/db/api.py:694 +#: nova/db/api.py:674 nova/db/api.py:695 #, fuzzy msgid "Failed to notify cells of instance update" msgstr "Ошибка перезагрузки копии" -#: nova/db/api.py:734 -msgid "Failed to notify cells of instance info cache update" -msgstr "" - -#: nova/db/api.py:1456 +#: nova/db/api.py:1453 msgid "Failed to notify cells of bw_usage update" msgstr "" -#: nova/db/api.py:1591 +#: nova/db/api.py:1588 #, fuzzy msgid "Failed to notify cells of instance fault" msgstr "Ошибка перезагрузки копии" -#: nova/db/sqlalchemy/api.py:157 +#: nova/db/sqlalchemy/api.py:160 #, python-format msgid "Deadlock detected when running '%(func_name)s': Retrying..." msgstr "" -#: nova/db/sqlalchemy/api.py:192 +#: nova/db/sqlalchemy/api.py:195 msgid "model or base_model parameter should be subclass of NovaBase" msgstr "" -#: nova/db/sqlalchemy/api.py:205 nova/virt/baremetal/db/sqlalchemy/api.py:61 +#: nova/db/sqlalchemy/api.py:208 nova/virt/baremetal/db/sqlalchemy/api.py:61 #, python-format msgid "Unrecognized read_deleted value '%s'" msgstr "Нераспознанное значение read_deleted '%s'" -#: nova/db/sqlalchemy/api.py:1408 +#: nova/db/sqlalchemy/api.py:1411 #, python-format msgid "" "Unknown osapi_compute_unique_server_name_scope value: %s Flag must be " "empty, \"global\" or \"project\"" msgstr "" -#: nova/db/sqlalchemy/api.py:1546 +#: nova/db/sqlalchemy/api.py:1549 #, fuzzy, python-format msgid "Invalid instance id %s in request" msgstr "Недопустимый запрос тела" -#: nova/db/sqlalchemy/api.py:2853 +#: nova/db/sqlalchemy/api.py:2908 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4361 +#: nova/db/sqlalchemy/api.py:4416 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5318,16 +5252,20 @@ msgstr "Недопустимый префикс для to_global_ipv6: %s" msgid "Bad project_id for to_global_ipv6: %s" msgstr "Недопустимый project_id для to_global_ipv6: %s" -#: nova/network/api.py:55 +#: nova/network/api.py:56 msgid "instance is a required argument to use @refresh_cache" msgstr "" -#: nova/network/api.py:80 +#: nova/network/api.py:90 +msgid "Failed to notify cells of instance info cache update" +msgstr "" + +#: nova/network/api.py:93 #, fuzzy msgid "Failed storing info cache" msgstr "Ошибка перезагрузки копии" -#: nova/network/api.py:235 +#: nova/network/api.py:248 #, fuzzy, python-format msgid "re-assign floating IP %(address)s from instance %(instance_id)s" msgstr "Присвоить адрес %(public_ip)s копии %(instance_id)s" @@ -5908,17 +5846,17 @@ msgstr "" msgid "Deprecated: %s" msgstr "Непредвиденная ошибка: %s" -#: nova/openstack/common/log.py:347 +#: nova/openstack/common/log.py:336 #, python-format msgid "Error loading logging config %(log_config)s: %(err_msg)s" msgstr "" -#: nova/openstack/common/log.py:397 +#: nova/openstack/common/log.py:386 #, python-format msgid "syslog facility must be one of: %s" msgstr "" -#: nova/openstack/common/log.py:563 +#: nova/openstack/common/log.py:555 #, fuzzy, python-format msgid "Fatal call to deprecated config: %(msg)s" msgstr "Класс %(fullname)s устарел: %(msg)s" @@ -6015,6 +5953,63 @@ msgstr "Среда не поддерживается с использовани msgid "process_input not supported over SSH" msgstr "process_input не поддерживается с использованием SSH" +#: nova/openstack/common/service.py:113 nova/openstack/common/service.py:276 +#, fuzzy +msgid "Full set of CONF:" +msgstr "Полный набор ФЛАГОВ:" + +#: nova/openstack/common/service.py:122 nova/openstack/common/service.py:219 +#, fuzzy, python-format +msgid "Caught %s, exiting" +msgstr "снимок %s: удаление" + +#: nova/openstack/common/service.py:165 +msgid "Parent process has died unexpectedly, exiting" +msgstr "" + +#: nova/openstack/common/service.py:201 +msgid "Forking too fast, sleeping" +msgstr "" + +#: nova/openstack/common/service.py:224 +msgid "Unhandled exception" +msgstr "" + +#: nova/openstack/common/service.py:231 +#, python-format +msgid "Started child %d" +msgstr "" + +#: nova/openstack/common/service.py:241 +#, fuzzy, python-format +msgid "Starting %d workers" +msgstr "установка сетевого узла" + +#: nova/openstack/common/service.py:258 +#, python-format +msgid "Child %(pid)d killed by signal %(sig)d" +msgstr "" + +#: nova/openstack/common/service.py:262 +#, python-format +msgid "Child %(pid)s exited with status %(code)d" +msgstr "" + +#: nova/openstack/common/service.py:266 +#, python-format +msgid "pid %d not in child list" +msgstr "" + +#: nova/openstack/common/service.py:294 +#, python-format +msgid "Caught %s, stopping children" +msgstr "" + +#: nova/openstack/common/service.py:305 +#, python-format +msgid "Waiting on %d children to exit" +msgstr "" + #: nova/openstack/common/strutils.py:72 #, python-format msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" @@ -6208,12 +6203,17 @@ msgid "" "endpoint." msgstr "" -#: nova/openstack/common/rpc/common.py:281 +#: nova/openstack/common/rpc/common.py:162 +#, python-format +msgid "Specified RPC version cap, %(version_cap)s, is too low" +msgstr "" + +#: nova/openstack/common/rpc/common.py:285 #, python-format msgid "Failed to sanitize %(item)s. Key error %(err)s" msgstr "" -#: nova/openstack/common/rpc/common.py:303 +#: nova/openstack/common/rpc/common.py:307 #, python-format msgid "Returning exception %s to caller" msgstr "Возврат исключения %s вызывающему" @@ -6558,38 +6558,38 @@ msgstr "Попытка собрать %(num_instances)d копию(й)" msgid "Request Spec: %s" msgstr "Запрос: %s" -#: nova/scheduler/filter_scheduler.py:92 +#: nova/scheduler/filter_scheduler.py:97 #, fuzzy, python-format msgid "Choosing host %(weighed_host)s for instance %(instance_uuid)s" msgstr "Не найден том для копии %(instance_id)s." -#: nova/scheduler/filter_scheduler.py:234 +#: nova/scheduler/filter_scheduler.py:239 msgid "Invalid value for 'scheduler_max_attempts', must be >= 1" msgstr "" -#: nova/scheduler/filter_scheduler.py:251 +#: nova/scheduler/filter_scheduler.py:256 #, python-format msgid "Error from last host: %(last_host)s (node %(last_node)s): %(exc)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:283 +#: nova/scheduler/filter_scheduler.py:288 #, python-format msgid "" "Exceeded max scheduling attempts %(max_attempts)d for instance " "%(instance_uuid)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:351 +#: nova/scheduler/filter_scheduler.py:356 #, python-format msgid "Filtered %(hosts)s" msgstr "Отфильтрованы %(hosts)s" -#: nova/scheduler/filter_scheduler.py:356 +#: nova/scheduler/filter_scheduler.py:361 #, fuzzy, python-format msgid "Weighed %(hosts)s" msgstr "Отфильтрованы %(hosts)s" -#: nova/scheduler/filter_scheduler.py:398 +#: nova/scheduler/filter_scheduler.py:403 #, fuzzy, python-format msgid "Unable to migrate %(instance_uuid)s to %(dest)s: Lack of memory" msgstr "Невозможно переместить копию (%(instance_id)s) на текущий узел (%(host)s)." @@ -6784,47 +6784,47 @@ msgstr "" msgid "Returns one member of the [%s] group" msgstr "" -#: nova/servicegroup/drivers/db.py:42 +#: nova/servicegroup/drivers/db.py:41 #, python-format msgid "" "DB_Driver: join new ServiceGroup member %(member_id)s to the %(group_id)s" " group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/db.py:46 +#: nova/servicegroup/drivers/db.py:45 msgid "service is a mandatory argument for DB based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/db.py:76 +#: nova/servicegroup/drivers/db.py:72 #, python-format msgid "DB_Driver: get_all members of the %s group" msgstr "" -#: nova/servicegroup/drivers/db.py:99 nova/servicegroup/drivers/mc.py:103 +#: nova/servicegroup/drivers/db.py:95 nova/servicegroup/drivers/mc.py:99 msgid "Recovered model server connection!" msgstr "" -#: nova/servicegroup/drivers/db.py:105 nova/servicegroup/drivers/mc.py:109 +#: nova/servicegroup/drivers/db.py:101 nova/servicegroup/drivers/mc.py:105 msgid "model server went away" msgstr "" -#: nova/servicegroup/drivers/mc.py:44 +#: nova/servicegroup/drivers/mc.py:43 #, fuzzy msgid "memcached_servers not defined" msgstr "Имя сервера не задано" -#: nova/servicegroup/drivers/mc.py:52 +#: nova/servicegroup/drivers/mc.py:51 #, python-format msgid "" "Memcached_Driver: join new ServiceGroup member %(member_id)s to the " "%(group_id)s group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/mc.py:57 +#: nova/servicegroup/drivers/mc.py:56 msgid "service is a mandatory argument for Memcached based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/mc.py:78 +#: nova/servicegroup/drivers/mc.py:74 #, python-format msgid "Memcached_Driver: get_all members of the %s group" msgstr "" @@ -6913,22 +6913,6 @@ msgstr "" msgid "already detached" msgstr "" -#: nova/tests/fakelibvirt.py:892 -msgid "Please extend mock libvirt module to support flags" -msgstr "" - -#: nova/tests/fakelibvirt.py:896 -msgid "Expected a list for 'auth' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:900 -msgid "Expected a function in 'auth[0]' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:904 -msgid "Expected a function in 'auth[1]' parameter" -msgstr "" - #: nova/tests/test_hypervapi.py:433 #, fuzzy msgid "fake vswitch not found" @@ -6963,18 +6947,18 @@ msgstr "" msgid "unexpected role header" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3340 +#: nova/tests/api/openstack/compute/test_servers.py:3365 #, fuzzy msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "Превышена квота для %(pid)s, попытка выполнить %(min_count)s копий" -#: nova/tests/api/openstack/compute/test_servers.py:3345 +#: nova/tests/api/openstack/compute/test_servers.py:3370 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3350 +#: nova/tests/api/openstack/compute/test_servers.py:3375 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" @@ -6983,7 +6967,7 @@ msgstr "" #: nova/tests/compute/test_compute.py:1168 #: nova/tests/compute/test_compute.py:1195 #: nova/tests/compute/test_compute.py:1241 -#: nova/tests/compute/test_compute.py:3762 +#: nova/tests/compute/test_compute.py:3804 #, python-format msgid "Running instances: %s" msgstr "Выполняемые копии: %s" @@ -7000,16 +6984,16 @@ msgstr "После завершения работы копий: %s" msgid "Internal error" msgstr "Внутренняя ошибка" -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:3815 #, python-format msgid "After force-killing instances: %s" msgstr "После принудительного завершения работы копий: %s" -#: nova/tests/compute/test_compute.py:4275 +#: nova/tests/compute/test_compute.py:4315 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8748 +#: nova/tests/compute/test_compute.py:8904 #, fuzzy msgid "spawn error" msgstr "Ошибка аутентификации" @@ -7109,6 +7093,22 @@ msgstr "Непредвиденный код состояния" msgid "Decoding JSON: %s" msgstr "Декодирование JSON: %s" +#: nova/tests/virt/libvirt/fakelibvirt.py:892 +msgid "Please extend mock libvirt module to support flags" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:896 +msgid "Expected a list for 'auth' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:900 +msgid "Expected a function in 'auth[0]' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:904 +msgid "Expected a function in 'auth[1]' parameter" +msgstr "" + #: nova/virt/configdrive.py:97 #, python-format msgid "Added %(filepath)s to config drive" @@ -7133,7 +7133,7 @@ msgid "Loading compute driver '%s'" msgstr "LoggingVolumeDriver: %s" #: nova/virt/driver.py:962 -#, fuzzy, python-format +#, fuzzy msgid "Unable to load the virtualization driver" msgstr "Невозможно загрузить драйвер виртуализации: %s" @@ -11340,49 +11340,14 @@ msgstr "Образ должен быть доступен" msgid "status must be 'available'" msgstr "Образ должен быть доступен" -#~ msgid "EC2APIError raised: %s" +#~ msgid "%(flag)s : FLAG SET " #~ msgstr "" -#~ msgid "Live migration of instance %(id)s to another host failed" +#~ msgid "Child %(pid)d exited with status %(code)d" #~ msgstr "" -#~ msgid "Cannot show aggregate: %(id)s" +#~ msgid "Got update for instance %(instance_uuid)s: %(instance)s" #~ msgstr "" - -#~ msgid "Cannot delete aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Total %(type_)s: %(total)d %(unit)s, used: %(used)d %(unit)s" -#~ msgstr "" - -#~ msgid "%(type_)s limit not specified, defaulting to unlimited" -#~ msgstr "" - -#~ msgid "%(type_)s limit: %(limit)d %(unit)s, free: %(free)d %(unit)s" -#~ msgstr "" - -#~ msgid "" -#~ "Unable to claim resources. Free " -#~ "%(type_)s %(free)d %(unit)s < requested " -#~ "%(requested)d %(unit)s" -#~ msgstr "" - -#~ msgid "'%s' argument must be a positive integer" -#~ msgstr "" - -#~ msgid "Choosing host %(chosen_host)s" -#~ msgstr "" - -#~ msgid "" -#~ "Inject data image=%(image)s key=%(key)s " -#~ "net=%(net)s metadata=%(metadata)s admin_password=ha-" -#~ "ha-not-telling-you files=%(files)s " -#~ "partition=%(partition)s use_cow=%(use_cow)s" -#~ msgstr "" - -#~ msgid "Inject admin password fs=%(fs)s admin_passwd=ha-ha-not-telling-you" -#~ msgstr "" - -#~ msgid "Resizing down VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" -#~ msgstr "Изменение размера VDI %(cow_uuid)s с %(old_gb)dГБ до %(new_gb)dГБ" +#~ "Перемещение не найдено для копии " +#~ "%(instance_id)s в состоянии %(status)s." diff --git a/nova/locale/tl/LC_MESSAGES/nova.po b/nova/locale/tl/LC_MESSAGES/nova.po index 810a2bd55..f20cab01b 100644 --- a/nova/locale/tl/LC_MESSAGES/nova.po +++ b/nova/locale/tl/LC_MESSAGES/nova.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: nova\n" "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" -"POT-Creation-Date: 2013-05-18 19:37+0000\n" +"POT-Creation-Date: 2013-05-22 19:37+0000\n" "PO-Revision-Date: 2011-08-23 11:21+0000\n" "Last-Translator: Thierry Carrez <thierry.carrez+lp@gmail.com>\n" "Language-Team: Tagalog <tl@li.org>\n" @@ -168,7 +168,7 @@ msgid "" msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 -#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2778 +#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2767 msgid "Keypair data is invalid" msgstr "" @@ -184,7 +184,7 @@ msgstr "" msgid "Invalid volume" msgstr "" -#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1334 +#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1332 #: nova/api/openstack/compute/contrib/admin_actions.py:242 msgid "Invalid metadata" msgstr "" @@ -1305,7 +1305,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:166 +#: nova/manager.py:170 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1325,117 +1325,56 @@ msgstr "" msgid "Rule checked when requested rule is not found" msgstr "" -#: nova/quota.py:966 +#: nova/quota.py:972 #, python-format msgid "Created reservations %(reservations)s" msgstr "" -#: nova/quota.py:988 +#: nova/quota.py:994 #, python-format msgid "Failed to commit reservations %(reservations)s" msgstr "" -#: nova/quota.py:990 +#: nova/quota.py:996 #, python-format msgid "Committed reservations %(reservations)s" msgstr "" -#: nova/quota.py:1010 +#: nova/quota.py:1016 #, python-format msgid "Failed to roll back reservations %(reservations)s" msgstr "" -#: nova/quota.py:1012 +#: nova/quota.py:1018 #, python-format msgid "Rolled back reservations %(reservations)s" msgstr "" -#: nova/service.py:197 -msgid "Full set of CONF:" -msgstr "" - -#: nova/service.py:204 -#, python-format -msgid "%(flag)s : FLAG SET " -msgstr "" - -#: nova/service.py:214 nova/service.py:312 -#, python-format -msgid "Caught %s, exiting" -msgstr "" - -#: nova/service.py:258 -msgid "Parent process has died unexpectedly, exiting" -msgstr "" - -#: nova/service.py:294 -msgid "Forking too fast, sleeping" -msgstr "" - -#: nova/service.py:317 -msgid "Unhandled exception" -msgstr "" - -#: nova/service.py:324 -#, python-format -msgid "Started child %d" -msgstr "" - -#: nova/service.py:334 -#, python-format -msgid "Starting %d workers" -msgstr "" - -#: nova/service.py:348 -#, python-format -msgid "Child %(pid)d killed by signal %(sig)d" -msgstr "" - -#: nova/service.py:351 -#, python-format -msgid "Child %(pid)d exited with status %(code)d" -msgstr "" - -#: nova/service.py:354 -#, python-format -msgid "pid %d not in child list" -msgstr "" - -#: nova/service.py:374 -#, python-format -msgid "Caught %s, stopping children" -msgstr "" - -#: nova/service.py:385 -#, python-format -msgid "Waiting on %d children to exit" -msgstr "" - -#: nova/service.py:427 +#: nova/service.py:153 #, python-format msgid "Starting %(topic)s node (version %(version)s)" msgstr "" -#: nova/service.py:444 nova/openstack/common/rpc/service.py:47 +#: nova/service.py:170 nova/openstack/common/rpc/service.py:47 #, python-format msgid "Creating Consumer connection for Service %s" msgstr "" -#: nova/service.py:464 +#: nova/service.py:190 #, python-format msgid "Join ServiceGroup membership for this service %s" msgstr "" -#: nova/service.py:546 +#: nova/service.py:270 msgid "Service killed that has no database entry" msgstr "" -#: nova/service.py:581 +#: nova/service.py:292 #, python-format msgid "Temporary directory is invalid: %s" msgstr "" -#: nova/service.py:679 +#: nova/service.py:394 msgid "serve() can only be called once" msgstr "" @@ -1707,7 +1646,7 @@ msgstr "" msgid "An unknown error has occurred. Please try your request again." msgstr "" -#: nova/api/ec2/apirequest.py:60 +#: nova/api/ec2/apirequest.py:61 #, python-format msgid "Unsupported API request: controller = %(controller)s, action = %(action)s" msgstr "" @@ -2513,7 +2452,7 @@ msgid "No adminPass was specified" msgstr "" #: nova/api/openstack/compute/servers.py:1173 -#: nova/api/openstack/compute/servers.py:1384 +#: nova/api/openstack/compute/servers.py:1382 msgid "Invalid adminPass" msgstr "" @@ -2544,15 +2483,15 @@ msgstr "" msgid "Could not parse imageRef from request." msgstr "" -#: nova/api/openstack/compute/servers.py:1292 +#: nova/api/openstack/compute/servers.py:1289 msgid "Cannot find image for rebuild" msgstr "" -#: nova/api/openstack/compute/servers.py:1325 +#: nova/api/openstack/compute/servers.py:1323 msgid "createImage entity requires name attribute" msgstr "" -#: nova/api/openstack/compute/servers.py:1410 +#: nova/api/openstack/compute/servers.py:1408 #, python-format msgid "Removing options '%s' from query" msgstr "" @@ -3263,89 +3202,88 @@ msgstr "" msgid "Error processing message locally: %(exc)s" msgstr "" -#: nova/cells/messaging.py:358 nova/cells/messaging.py:364 +#: nova/cells/messaging.py:360 nova/cells/messaging.py:368 #, python-format msgid "destination is %(target_cell)s but routing_path is %(routing_path)s" msgstr "" -#: nova/cells/messaging.py:374 +#: nova/cells/messaging.py:380 #, python-format msgid "Unknown %(cell_type)s when routing to %(target_cell)s" msgstr "" -#: nova/cells/messaging.py:398 +#: nova/cells/messaging.py:404 #, fuzzy, python-format msgid "Error locating next hop for message: %(exc)s" msgstr "walang paraan para sa mensahe: %s" -#: nova/cells/messaging.py:425 +#: nova/cells/messaging.py:431 #, python-format msgid "Failed to send message to cell: %(next_hop)s: %(exc)s" msgstr "" -#: nova/cells/messaging.py:504 +#: nova/cells/messaging.py:510 #, fuzzy, python-format msgid "Error locating next hops for message: %(exc)s" msgstr "walang paraan para sa mensahe: %s" -#: nova/cells/messaging.py:524 +#: nova/cells/messaging.py:530 #, python-format msgid "Error sending message to next hops: %(exc)s" msgstr "" -#: nova/cells/messaging.py:542 +#: nova/cells/messaging.py:548 #, python-format msgid "Error waiting for responses from neighbor cells: %(exc)s" msgstr "" -#: nova/cells/messaging.py:653 +#: nova/cells/messaging.py:659 #, python-format msgid "Unknown method '%(method)s' in compute API" msgstr "" -#: nova/cells/messaging.py:676 +#: nova/cells/messaging.py:682 #, python-format msgid "Received capabilities from child cell %(cell_name)s: %(capabilities)s" msgstr "" -#: nova/cells/messaging.py:685 +#: nova/cells/messaging.py:692 #, python-format msgid "Received capacities from child cell %(cell_name)s: %(capacities)s" msgstr "" -#: nova/cells/messaging.py:811 +#: nova/cells/messaging.py:819 #, python-format -msgid "Got update for instance %(instance_uuid)s: %(instance)s" +msgid "Got update for instance: %(instance)s" msgstr "" -#: nova/cells/messaging.py:854 -#, python-format -msgid "Got update to delete instance %(instance_uuid)s" +#: nova/cells/messaging.py:862 +msgid "Got update to delete instance" msgstr "" -#: nova/cells/messaging.py:869 +#: nova/cells/messaging.py:877 #, python-format msgid "Got broadcast to %(delete_type)s delete instance" msgstr "" -#: nova/cells/messaging.py:883 +#: nova/cells/messaging.py:891 #, python-format msgid "Got message to create instance fault: %(instance_fault)s" msgstr "" -#: nova/cells/messaging.py:904 +#: nova/cells/messaging.py:912 #, python-format msgid "" "Forcing a sync of instances, project_id=%(projid_str)s, " "updated_since=%(since_str)s" msgstr "" -#: nova/cells/messaging.py:1088 +#: nova/cells/messaging.py:1097 #, python-format msgid "Updating parents with our capabilities: %(capabs)s" msgstr "" -#: nova/cells/messaging.py:1108 +#: nova/cells/messaging.py:1117 #, python-format msgid "Updating parents with our capacities: %(capacities)s" msgstr "" @@ -3362,7 +3300,7 @@ msgid "" "second(s)" msgstr "" -#: nova/cells/scheduler.py:139 +#: nova/cells/scheduler.py:140 #, python-format msgid "Error scheduling instances %(instance_uuids)s" msgstr "" @@ -3376,7 +3314,7 @@ msgstr "" msgid "Unknown cell '%(cell_name)s' when trying to update capabilities" msgstr "" -#: nova/cells/state.py:330 +#: nova/cells/state.py:331 #, python-format msgid "Unknown cell '%(cell_name)s' when trying to update capacities" msgstr "" @@ -3868,136 +3806,136 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:1997 +#: nova/compute/api.py:1988 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2006 +#: nova/compute/api.py:1997 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2048 +#: nova/compute/api.py:2043 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2188 +#: nova/compute/api.py:2179 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2295 +#: nova/compute/api.py:2284 msgid "Locking" msgstr "" -#: nova/compute/api.py:2303 +#: nova/compute/api.py:2292 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2375 +#: nova/compute/api.py:2364 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2488 +#: nova/compute/api.py:2477 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2507 +#: nova/compute/api.py:2496 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2511 +#: nova/compute/api.py:2500 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2758 +#: nova/compute/api.py:2747 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2762 +#: nova/compute/api.py:2751 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2858 +#: nova/compute/api.py:2847 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2861 +#: nova/compute/api.py:2850 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2869 +#: nova/compute/api.py:2858 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2875 +#: nova/compute/api.py:2864 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2893 +#: nova/compute/api.py:2882 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2896 +#: nova/compute/api.py:2885 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2903 +#: nova/compute/api.py:2892 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2967 +#: nova/compute/api.py:2956 #, python-format msgid "Unable to delete system group '%s'" msgstr "" -#: nova/compute/api.py:2972 +#: nova/compute/api.py:2961 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:2980 +#: nova/compute/api.py:2969 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:2983 +#: nova/compute/api.py:2972 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3060 nova/compute/api.py:3134 +#: nova/compute/api.py:3049 nova/compute/api.py:3123 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3076 +#: nova/compute/api.py:3065 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3079 +#: nova/compute/api.py:3068 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3088 +#: nova/compute/api.py:3077 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3141 +#: nova/compute/api.py:3130 msgid "Security group id should be integer" msgstr "" @@ -4100,650 +4038,650 @@ msgstr "" msgid "Instance has been destroyed from under us while trying to set it to ERROR" msgstr "" -#: nova/compute/manager.py:407 +#: nova/compute/manager.py:409 #, python-format msgid "Instance %(uuid)s found in the hypervisor, but not in the database" msgstr "" -#: nova/compute/manager.py:423 +#: nova/compute/manager.py:425 #, python-format msgid "" "Instance %(driver_instance)s found in the hypervisor, but not in the " "database" msgstr "" -#: nova/compute/manager.py:444 +#: nova/compute/manager.py:446 #, python-format msgid "" "Deleting instance as its host (%(instance_host)s) is not equal to our " "host (%(our_host)s)." msgstr "" -#: nova/compute/manager.py:459 +#: nova/compute/manager.py:461 msgid "Instance has been marked deleted already, removing it from the hypervisor." msgstr "" -#: nova/compute/manager.py:480 +#: nova/compute/manager.py:482 msgid "" "Hypervisor driver does not support instance shared storage check, " "assuming it's not on shared storage" msgstr "" -#: nova/compute/manager.py:486 +#: nova/compute/manager.py:488 msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:529 +#: nova/compute/manager.py:531 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:532 +#: nova/compute/manager.py:534 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:543 +#: nova/compute/manager.py:545 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:548 +#: nova/compute/manager.py:550 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:562 +#: nova/compute/manager.py:564 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:567 +#: nova/compute/manager.py:569 msgid "Failed to resume instance" msgstr "" -#: nova/compute/manager.py:577 +#: nova/compute/manager.py:579 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:581 +#: nova/compute/manager.py:583 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:597 +#: nova/compute/manager.py:599 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:609 +#: nova/compute/manager.py:611 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:647 +#: nova/compute/manager.py:649 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:745 +#: nova/compute/manager.py:747 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:762 +#: nova/compute/manager.py:764 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:862 +#: nova/compute/manager.py:864 msgid "Success" msgstr "" -#: nova/compute/manager.py:885 +#: nova/compute/manager.py:887 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:906 nova/compute/manager.py:2377 +#: nova/compute/manager.py:908 nova/compute/manager.py:2379 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:948 +#: nova/compute/manager.py:950 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:954 +#: nova/compute/manager.py:956 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:982 +#: nova/compute/manager.py:984 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:999 +#: nova/compute/manager.py:1001 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1024 nova/compute/manager.py:2431 +#: nova/compute/manager.py:1026 nova/compute/manager.py:2433 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1037 +#: nova/compute/manager.py:1039 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1042 +#: nova/compute/manager.py:1044 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1048 +#: nova/compute/manager.py:1050 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1077 +#: nova/compute/manager.py:1079 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1125 +#: nova/compute/manager.py:1127 #, python-format msgid "" "image_id=%(image_id)s, image_size_bytes=%(size_bytes)d, " "allowed_size_bytes=%(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1131 +#: nova/compute/manager.py:1133 #, python-format msgid "" "Image '%(image_id)s' size %(size_bytes)d exceeded instance_type allowed " "size %(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1141 +#: nova/compute/manager.py:1143 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1167 +#: nova/compute/manager.py:1169 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1170 +#: nova/compute/manager.py:1172 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1181 +#: nova/compute/manager.py:1183 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1200 +#: nova/compute/manager.py:1202 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1251 +#: nova/compute/manager.py:1253 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1324 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1338 +#: nova/compute/manager.py:1340 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1358 +#: nova/compute/manager.py:1360 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1361 +#: nova/compute/manager.py:1363 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1368 +#: nova/compute/manager.py:1370 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1415 +#: nova/compute/manager.py:1417 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1468 nova/compute/manager.py:2606 -#: nova/compute/manager.py:4118 +#: nova/compute/manager.py:1470 nova/compute/manager.py:2608 +#: nova/compute/manager.py:4137 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1620 +#: nova/compute/manager.py:1622 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1633 +#: nova/compute/manager.py:1635 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1637 +#: nova/compute/manager.py:1639 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1641 +#: nova/compute/manager.py:1643 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1724 +#: nova/compute/manager.py:1726 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1756 +#: nova/compute/manager.py:1758 #, python-format msgid "Detaching from volume api: %s" msgstr "" -#: nova/compute/manager.py:1774 +#: nova/compute/manager.py:1776 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1799 +#: nova/compute/manager.py:1801 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1817 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "" -#: nova/compute/manager.py:1828 +#: nova/compute/manager.py:1830 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1855 +#: nova/compute/manager.py:1857 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1861 +#: nova/compute/manager.py:1863 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1922 +#: nova/compute/manager.py:1924 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1929 +#: nova/compute/manager.py:1931 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1934 +#: nova/compute/manager.py:1936 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1962 +#: nova/compute/manager.py:1964 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1969 +#: nova/compute/manager.py:1971 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1976 +#: nova/compute/manager.py:1978 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1991 +#: nova/compute/manager.py:1993 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1998 +#: nova/compute/manager.py:2000 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:2011 +#: nova/compute/manager.py:2013 #, python-format msgid "" "trying to inject a file into a non-running (state: " "%(current_power_state)s expected: %(expected_state)s)" msgstr "" -#: nova/compute/manager.py:2015 +#: nova/compute/manager.py:2017 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:2035 +#: nova/compute/manager.py:2037 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2048 +#: nova/compute/manager.py:2050 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2067 +#: nova/compute/manager.py:2069 msgid "Error trying to Rescue Instance" msgstr "" -#: nova/compute/manager.py:2071 +#: nova/compute/manager.py:2073 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2089 +#: nova/compute/manager.py:2091 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2110 +#: nova/compute/manager.py:2112 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2335 +#: nova/compute/manager.py:2337 msgid "Instance has no source host" msgstr "" -#: nova/compute/manager.py:2341 +#: nova/compute/manager.py:2343 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2358 +#: nova/compute/manager.py:2360 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2603 +#: nova/compute/manager.py:2605 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2666 +#: nova/compute/manager.py:2668 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2684 +#: nova/compute/manager.py:2686 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2722 +#: nova/compute/manager.py:2724 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2753 +#: nova/compute/manager.py:2755 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2773 +#: nova/compute/manager.py:2775 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2778 +#: nova/compute/manager.py:2780 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2781 +#: nova/compute/manager.py:2783 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2798 +#: nova/compute/manager.py:2800 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2825 +#: nova/compute/manager.py:2827 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2860 +#: nova/compute/manager.py:2862 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2907 +#: nova/compute/manager.py:2909 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2957 +#: nova/compute/manager.py:2959 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2966 +#: nova/compute/manager.py:2968 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2981 +#: nova/compute/manager.py:2983 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:3011 +#: nova/compute/manager.py:3013 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:3021 +#: nova/compute/manager.py:3023 msgid "Detaching volume from unknown instance" msgstr "" -#: nova/compute/manager.py:3028 +#: nova/compute/manager.py:3030 #, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "" -#: nova/compute/manager.py:3051 +#: nova/compute/manager.py:3053 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3087 +#: nova/compute/manager.py:3089 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3107 +#: nova/compute/manager.py:3109 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3121 +#: nova/compute/manager.py:3123 #, python-format msgid "Host %(host)s not found" msgstr "" -#: nova/compute/manager.py:3265 +#: nova/compute/manager.py:3276 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3293 +#: nova/compute/manager.py:3304 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3348 +#: nova/compute/manager.py:3359 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3350 +#: nova/compute/manager.py:3361 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:3364 +#: nova/compute/manager.py:3376 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3393 +#: nova/compute/manager.py:3408 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3512 +#: nova/compute/manager.py:3537 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3557 +#: nova/compute/manager.py:3587 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3563 +#: nova/compute/manager.py:3593 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3602 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3579 +#: nova/compute/manager.py:3609 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3583 +#: nova/compute/manager.py:3613 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3590 +#: nova/compute/manager.py:3620 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3599 +#: nova/compute/manager.py:3629 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3616 +#: nova/compute/manager.py:3646 #, 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:3635 +#: nova/compute/manager.py:3665 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3659 +#: nova/compute/manager.py:3689 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3776 +#: nova/compute/manager.py:3806 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3793 +#: nova/compute/manager.py:3823 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3820 +#: nova/compute/manager.py:3850 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3825 nova/compute/manager.py:3875 +#: nova/compute/manager.py:3855 nova/compute/manager.py:3905 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3862 +#: nova/compute/manager.py:3892 #, 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:3900 +#: nova/compute/manager.py:3930 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3912 nova/compute/manager.py:3921 -#: nova/compute/manager.py:3951 +#: nova/compute/manager.py:3942 nova/compute/manager.py:3951 +#: nova/compute/manager.py:3981 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3916 +#: nova/compute/manager.py:3946 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3932 +#: nova/compute/manager.py:3962 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3938 +#: nova/compute/manager.py:3968 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3944 +#: nova/compute/manager.py:3974 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3960 +#: nova/compute/manager.py:3990 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3968 +#: nova/compute/manager.py:3998 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3988 +#: nova/compute/manager.py:4010 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:4015 +#: nova/compute/manager.py:4037 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:4025 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4047 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4088 #, python-format msgid "" "Detected instance with name label '%(name)s' which is marked as DELETED " "but still present on host." msgstr "" -#: nova/compute/manager.py:4073 +#: nova/compute/manager.py:4095 #, python-format msgid "" "Destroying instance with name label '%(name)s' which is marked as DELETED" " but still present on host." msgstr "" -#: nova/compute/manager.py:4080 +#: nova/compute/manager.py:4102 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4110 +#: nova/compute/manager.py:4129 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4857,7 +4795,7 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:380 +#: nova/conductor/api.py:373 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" @@ -4868,7 +4806,7 @@ msgstr "" msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:262 +#: nova/conductor/manager.py:263 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -4946,54 +4884,50 @@ msgstr "" msgid "Failed to notify cells of instance destroy" msgstr "" -#: nova/db/api.py:673 nova/db/api.py:694 +#: nova/db/api.py:674 nova/db/api.py:695 msgid "Failed to notify cells of instance update" msgstr "" -#: nova/db/api.py:734 -msgid "Failed to notify cells of instance info cache update" -msgstr "" - -#: nova/db/api.py:1456 +#: nova/db/api.py:1453 msgid "Failed to notify cells of bw_usage update" msgstr "" -#: nova/db/api.py:1591 +#: nova/db/api.py:1588 msgid "Failed to notify cells of instance fault" msgstr "" -#: nova/db/sqlalchemy/api.py:157 +#: nova/db/sqlalchemy/api.py:160 #, python-format msgid "Deadlock detected when running '%(func_name)s': Retrying..." msgstr "" -#: nova/db/sqlalchemy/api.py:192 +#: nova/db/sqlalchemy/api.py:195 msgid "model or base_model parameter should be subclass of NovaBase" msgstr "" -#: nova/db/sqlalchemy/api.py:205 nova/virt/baremetal/db/sqlalchemy/api.py:61 +#: nova/db/sqlalchemy/api.py:208 nova/virt/baremetal/db/sqlalchemy/api.py:61 #, python-format msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1408 +#: nova/db/sqlalchemy/api.py:1411 #, python-format msgid "" "Unknown osapi_compute_unique_server_name_scope value: %s Flag must be " "empty, \"global\" or \"project\"" msgstr "" -#: nova/db/sqlalchemy/api.py:1546 +#: nova/db/sqlalchemy/api.py:1549 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2853 +#: nova/db/sqlalchemy/api.py:2908 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4361 +#: nova/db/sqlalchemy/api.py:4416 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5139,15 +5073,19 @@ msgstr "" msgid "Bad project_id for to_global_ipv6: %s" msgstr "" -#: nova/network/api.py:55 +#: nova/network/api.py:56 msgid "instance is a required argument to use @refresh_cache" msgstr "" -#: nova/network/api.py:80 +#: nova/network/api.py:90 +msgid "Failed to notify cells of instance info cache update" +msgstr "" + +#: nova/network/api.py:93 msgid "Failed storing info cache" msgstr "" -#: nova/network/api.py:235 +#: nova/network/api.py:248 #, python-format msgid "re-assign floating IP %(address)s from instance %(instance_id)s" msgstr "" @@ -5705,17 +5643,17 @@ msgstr "" msgid "Deprecated: %s" msgstr "natanggap %s" -#: nova/openstack/common/log.py:347 +#: nova/openstack/common/log.py:336 #, python-format msgid "Error loading logging config %(log_config)s: %(err_msg)s" msgstr "" -#: nova/openstack/common/log.py:397 +#: nova/openstack/common/log.py:386 #, python-format msgid "syslog facility must be one of: %s" msgstr "" -#: nova/openstack/common/log.py:563 +#: nova/openstack/common/log.py:555 #, python-format msgid "Fatal call to deprecated config: %(msg)s" msgstr "" @@ -5812,6 +5750,62 @@ msgstr "" msgid "process_input not supported over SSH" msgstr "" +#: nova/openstack/common/service.py:113 nova/openstack/common/service.py:276 +msgid "Full set of CONF:" +msgstr "" + +#: nova/openstack/common/service.py:122 nova/openstack/common/service.py:219 +#, python-format +msgid "Caught %s, exiting" +msgstr "" + +#: nova/openstack/common/service.py:165 +msgid "Parent process has died unexpectedly, exiting" +msgstr "" + +#: nova/openstack/common/service.py:201 +msgid "Forking too fast, sleeping" +msgstr "" + +#: nova/openstack/common/service.py:224 +msgid "Unhandled exception" +msgstr "" + +#: nova/openstack/common/service.py:231 +#, python-format +msgid "Started child %d" +msgstr "" + +#: nova/openstack/common/service.py:241 +#, python-format +msgid "Starting %d workers" +msgstr "" + +#: nova/openstack/common/service.py:258 +#, python-format +msgid "Child %(pid)d killed by signal %(sig)d" +msgstr "" + +#: nova/openstack/common/service.py:262 +#, python-format +msgid "Child %(pid)s exited with status %(code)d" +msgstr "" + +#: nova/openstack/common/service.py:266 +#, python-format +msgid "pid %d not in child list" +msgstr "" + +#: nova/openstack/common/service.py:294 +#, python-format +msgid "Caught %s, stopping children" +msgstr "" + +#: nova/openstack/common/service.py:305 +#, python-format +msgid "Waiting on %d children to exit" +msgstr "" + #: nova/openstack/common/strutils.py:72 #, python-format msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" @@ -6000,12 +5994,17 @@ msgid "" "endpoint." msgstr "" -#: nova/openstack/common/rpc/common.py:281 +#: nova/openstack/common/rpc/common.py:162 +#, python-format +msgid "Specified RPC version cap, %(version_cap)s, is too low" +msgstr "" + +#: nova/openstack/common/rpc/common.py:285 #, python-format msgid "Failed to sanitize %(item)s. Key error %(err)s" msgstr "" -#: nova/openstack/common/rpc/common.py:303 +#: nova/openstack/common/rpc/common.py:307 #, python-format msgid "Returning exception %s to caller" msgstr "" @@ -6338,38 +6337,38 @@ msgstr "" msgid "Request Spec: %s" msgstr "" -#: nova/scheduler/filter_scheduler.py:92 +#: nova/scheduler/filter_scheduler.py:97 #, python-format msgid "Choosing host %(weighed_host)s for instance %(instance_uuid)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:234 +#: nova/scheduler/filter_scheduler.py:239 msgid "Invalid value for 'scheduler_max_attempts', must be >= 1" msgstr "" -#: nova/scheduler/filter_scheduler.py:251 +#: nova/scheduler/filter_scheduler.py:256 #, python-format msgid "Error from last host: %(last_host)s (node %(last_node)s): %(exc)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:283 +#: nova/scheduler/filter_scheduler.py:288 #, python-format msgid "" "Exceeded max scheduling attempts %(max_attempts)d for instance " "%(instance_uuid)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:351 +#: nova/scheduler/filter_scheduler.py:356 #, python-format msgid "Filtered %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:356 +#: nova/scheduler/filter_scheduler.py:361 #, python-format msgid "Weighed %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:398 +#: nova/scheduler/filter_scheduler.py:403 #, python-format msgid "Unable to migrate %(instance_uuid)s to %(dest)s: Lack of memory" msgstr "" @@ -6564,46 +6563,46 @@ msgstr "" msgid "Returns one member of the [%s] group" msgstr "" -#: nova/servicegroup/drivers/db.py:42 +#: nova/servicegroup/drivers/db.py:41 #, python-format msgid "" "DB_Driver: join new ServiceGroup member %(member_id)s to the %(group_id)s" " group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/db.py:46 +#: nova/servicegroup/drivers/db.py:45 msgid "service is a mandatory argument for DB based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/db.py:76 +#: nova/servicegroup/drivers/db.py:72 #, python-format msgid "DB_Driver: get_all members of the %s group" msgstr "" -#: nova/servicegroup/drivers/db.py:99 nova/servicegroup/drivers/mc.py:103 +#: nova/servicegroup/drivers/db.py:95 nova/servicegroup/drivers/mc.py:99 msgid "Recovered model server connection!" msgstr "" -#: nova/servicegroup/drivers/db.py:105 nova/servicegroup/drivers/mc.py:109 +#: nova/servicegroup/drivers/db.py:101 nova/servicegroup/drivers/mc.py:105 msgid "model server went away" msgstr "" -#: nova/servicegroup/drivers/mc.py:44 +#: nova/servicegroup/drivers/mc.py:43 msgid "memcached_servers not defined" msgstr "" -#: nova/servicegroup/drivers/mc.py:52 +#: nova/servicegroup/drivers/mc.py:51 #, python-format msgid "" "Memcached_Driver: join new ServiceGroup member %(member_id)s to the " "%(group_id)s group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/mc.py:57 +#: nova/servicegroup/drivers/mc.py:56 msgid "service is a mandatory argument for Memcached based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/mc.py:78 +#: nova/servicegroup/drivers/mc.py:74 #, python-format msgid "Memcached_Driver: get_all members of the %s group" msgstr "" @@ -6692,22 +6691,6 @@ msgstr "" msgid "already detached" msgstr "" -#: nova/tests/fakelibvirt.py:892 -msgid "Please extend mock libvirt module to support flags" -msgstr "" - -#: nova/tests/fakelibvirt.py:896 -msgid "Expected a list for 'auth' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:900 -msgid "Expected a function in 'auth[0]' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:904 -msgid "Expected a function in 'auth[1]' parameter" -msgstr "" - #: nova/tests/test_hypervapi.py:433 msgid "fake vswitch not found" msgstr "" @@ -6741,17 +6724,17 @@ msgstr "" msgid "unexpected role header" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3340 +#: nova/tests/api/openstack/compute/test_servers.py:3365 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3345 +#: nova/tests/api/openstack/compute/test_servers.py:3370 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3350 +#: nova/tests/api/openstack/compute/test_servers.py:3375 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" @@ -6760,7 +6743,7 @@ msgstr "" #: nova/tests/compute/test_compute.py:1168 #: nova/tests/compute/test_compute.py:1195 #: nova/tests/compute/test_compute.py:1241 -#: nova/tests/compute/test_compute.py:3762 +#: nova/tests/compute/test_compute.py:3804 #, python-format msgid "Running instances: %s" msgstr "" @@ -6777,16 +6760,16 @@ msgstr "" msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:3815 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4275 +#: nova/tests/compute/test_compute.py:4315 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8748 +#: nova/tests/compute/test_compute.py:8904 msgid "spawn error" msgstr "" @@ -6882,6 +6865,22 @@ msgstr "" msgid "Decoding JSON: %s" msgstr "" +#: nova/tests/virt/libvirt/fakelibvirt.py:892 +msgid "Please extend mock libvirt module to support flags" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:896 +msgid "Expected a list for 'auth' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:900 +msgid "Expected a function in 'auth[0]' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:904 +msgid "Expected a function in 'auth[1]' parameter" +msgstr "" + #: nova/virt/configdrive.py:97 #, python-format msgid "Added %(filepath)s to config drive" @@ -10965,67 +10964,15 @@ msgstr "" msgid "status must be 'available'" msgstr "" -#~ msgid "EC2APIError raised: %s" -#~ msgstr "" - -#~ msgid "Instance is in an invalid state for '%(action)s'" -#~ msgstr "" - -#~ msgid "Failed to load extension %(ext_name)s: %(exc)s" -#~ msgstr "" - -#~ msgid "Removing options '%(unk_opt_str)s' from query" -#~ msgstr "" - -#~ msgid "Live migration of instance %(id)s to another host failed" -#~ msgstr "" - -#~ msgid "Cannot show aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Cannot update aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Cannot delete aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Total %(type_)s: %(total)d %(unit)s, used: %(used)d %(unit)s" -#~ msgstr "" - -#~ msgid "%(type_)s limit not specified, defaulting to unlimited" -#~ msgstr "" - -#~ msgid "%(type_)s limit: %(limit)d %(unit)s, free: %(free)d %(unit)s" -#~ msgstr "" - -#~ msgid "" -#~ "Unable to claim resources. Free " -#~ "%(type_)s %(free)d %(unit)s < requested " -#~ "%(requested)d %(unit)s" -#~ msgstr "" - -#~ msgid "'%s' argument must be a positive integer" -#~ msgstr "" - -#~ msgid "Attempting to build %(num_instances)d instance(s)" -#~ msgstr "" - -#~ msgid "Choosing host %(chosen_host)s" -#~ msgstr "" - -#~ msgid "Unable to load the virtualization driver: %s" +#~ msgid "%(flag)s : FLAG SET " #~ msgstr "" -#~ msgid "" -#~ "Inject data image=%(image)s key=%(key)s " -#~ "net=%(net)s metadata=%(metadata)s admin_password=ha-" -#~ "ha-not-telling-you files=%(files)s " -#~ "partition=%(partition)s use_cow=%(use_cow)s" +#~ msgid "Child %(pid)d exited with status %(code)d" #~ msgstr "" -#~ msgid "Inject admin password fs=%(fs)s admin_passwd=ha-ha-not-telling-you" +#~ msgid "Got update for instance %(instance_uuid)s: %(instance)s" #~ msgstr "" -#~ msgid "Resizing down VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" +#~ msgid "Got update to delete instance %(instance_uuid)s" #~ msgstr "" diff --git a/nova/locale/tr/LC_MESSAGES/nova.po b/nova/locale/tr/LC_MESSAGES/nova.po index c43a826d0..0e5c176ba 100644 --- a/nova/locale/tr/LC_MESSAGES/nova.po +++ b/nova/locale/tr/LC_MESSAGES/nova.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: nova\n" "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" -"POT-Creation-Date: 2013-05-18 19:37+0000\n" +"POT-Creation-Date: 2013-05-22 19:37+0000\n" "PO-Revision-Date: 2011-12-14 18:10+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Turkish <tr@li.org>\n" @@ -168,7 +168,7 @@ msgid "" msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 -#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2778 +#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2767 msgid "Keypair data is invalid" msgstr "" @@ -184,7 +184,7 @@ msgstr "" msgid "Invalid volume" msgstr "" -#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1334 +#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1332 #: nova/api/openstack/compute/contrib/admin_actions.py:242 msgid "Invalid metadata" msgstr "" @@ -1305,7 +1305,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:166 +#: nova/manager.py:170 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1325,117 +1325,56 @@ msgstr "" msgid "Rule checked when requested rule is not found" msgstr "" -#: nova/quota.py:966 +#: nova/quota.py:972 #, python-format msgid "Created reservations %(reservations)s" msgstr "" -#: nova/quota.py:988 +#: nova/quota.py:994 #, python-format msgid "Failed to commit reservations %(reservations)s" msgstr "" -#: nova/quota.py:990 +#: nova/quota.py:996 #, python-format msgid "Committed reservations %(reservations)s" msgstr "" -#: nova/quota.py:1010 +#: nova/quota.py:1016 #, python-format msgid "Failed to roll back reservations %(reservations)s" msgstr "" -#: nova/quota.py:1012 +#: nova/quota.py:1018 #, python-format msgid "Rolled back reservations %(reservations)s" msgstr "" -#: nova/service.py:197 -msgid "Full set of CONF:" -msgstr "" - -#: nova/service.py:204 -#, python-format -msgid "%(flag)s : FLAG SET " -msgstr "" - -#: nova/service.py:214 nova/service.py:312 -#, python-format -msgid "Caught %s, exiting" -msgstr "" - -#: nova/service.py:258 -msgid "Parent process has died unexpectedly, exiting" -msgstr "" - -#: nova/service.py:294 -msgid "Forking too fast, sleeping" -msgstr "" - -#: nova/service.py:317 -msgid "Unhandled exception" -msgstr "" - -#: nova/service.py:324 -#, python-format -msgid "Started child %d" -msgstr "" - -#: nova/service.py:334 -#, python-format -msgid "Starting %d workers" -msgstr "" - -#: nova/service.py:348 -#, python-format -msgid "Child %(pid)d killed by signal %(sig)d" -msgstr "" - -#: nova/service.py:351 -#, python-format -msgid "Child %(pid)d exited with status %(code)d" -msgstr "" - -#: nova/service.py:354 -#, python-format -msgid "pid %d not in child list" -msgstr "" - -#: nova/service.py:374 -#, python-format -msgid "Caught %s, stopping children" -msgstr "" - -#: nova/service.py:385 -#, python-format -msgid "Waiting on %d children to exit" -msgstr "" - -#: nova/service.py:427 +#: nova/service.py:153 #, python-format msgid "Starting %(topic)s node (version %(version)s)" msgstr "" -#: nova/service.py:444 nova/openstack/common/rpc/service.py:47 +#: nova/service.py:170 nova/openstack/common/rpc/service.py:47 #, python-format msgid "Creating Consumer connection for Service %s" msgstr "" -#: nova/service.py:464 +#: nova/service.py:190 #, python-format msgid "Join ServiceGroup membership for this service %s" msgstr "" -#: nova/service.py:546 +#: nova/service.py:270 msgid "Service killed that has no database entry" msgstr "" -#: nova/service.py:581 +#: nova/service.py:292 #, python-format msgid "Temporary directory is invalid: %s" msgstr "" -#: nova/service.py:679 +#: nova/service.py:394 msgid "serve() can only be called once" msgstr "" @@ -1707,7 +1646,7 @@ msgstr "" msgid "An unknown error has occurred. Please try your request again." msgstr "" -#: nova/api/ec2/apirequest.py:60 +#: nova/api/ec2/apirequest.py:61 #, python-format msgid "Unsupported API request: controller = %(controller)s, action = %(action)s" msgstr "" @@ -2513,7 +2452,7 @@ msgid "No adminPass was specified" msgstr "" #: nova/api/openstack/compute/servers.py:1173 -#: nova/api/openstack/compute/servers.py:1384 +#: nova/api/openstack/compute/servers.py:1382 msgid "Invalid adminPass" msgstr "" @@ -2544,15 +2483,15 @@ msgstr "" msgid "Could not parse imageRef from request." msgstr "" -#: nova/api/openstack/compute/servers.py:1292 +#: nova/api/openstack/compute/servers.py:1289 msgid "Cannot find image for rebuild" msgstr "" -#: nova/api/openstack/compute/servers.py:1325 +#: nova/api/openstack/compute/servers.py:1323 msgid "createImage entity requires name attribute" msgstr "" -#: nova/api/openstack/compute/servers.py:1410 +#: nova/api/openstack/compute/servers.py:1408 #, python-format msgid "Removing options '%s' from query" msgstr "" @@ -3263,89 +3202,88 @@ msgstr "" msgid "Error processing message locally: %(exc)s" msgstr "" -#: nova/cells/messaging.py:358 nova/cells/messaging.py:364 +#: nova/cells/messaging.py:360 nova/cells/messaging.py:368 #, python-format msgid "destination is %(target_cell)s but routing_path is %(routing_path)s" msgstr "" -#: nova/cells/messaging.py:374 +#: nova/cells/messaging.py:380 #, python-format msgid "Unknown %(cell_type)s when routing to %(target_cell)s" msgstr "" -#: nova/cells/messaging.py:398 +#: nova/cells/messaging.py:404 #, python-format msgid "Error locating next hop for message: %(exc)s" msgstr "" -#: nova/cells/messaging.py:425 +#: nova/cells/messaging.py:431 #, python-format msgid "Failed to send message to cell: %(next_hop)s: %(exc)s" msgstr "" -#: nova/cells/messaging.py:504 +#: nova/cells/messaging.py:510 #, python-format msgid "Error locating next hops for message: %(exc)s" msgstr "" -#: nova/cells/messaging.py:524 +#: nova/cells/messaging.py:530 #, python-format msgid "Error sending message to next hops: %(exc)s" msgstr "" -#: nova/cells/messaging.py:542 +#: nova/cells/messaging.py:548 #, python-format msgid "Error waiting for responses from neighbor cells: %(exc)s" msgstr "" -#: nova/cells/messaging.py:653 +#: nova/cells/messaging.py:659 #, python-format msgid "Unknown method '%(method)s' in compute API" msgstr "" -#: nova/cells/messaging.py:676 +#: nova/cells/messaging.py:682 #, python-format msgid "Received capabilities from child cell %(cell_name)s: %(capabilities)s" msgstr "" -#: nova/cells/messaging.py:685 +#: nova/cells/messaging.py:692 #, python-format msgid "Received capacities from child cell %(cell_name)s: %(capacities)s" msgstr "" -#: nova/cells/messaging.py:811 +#: nova/cells/messaging.py:819 #, python-format -msgid "Got update for instance %(instance_uuid)s: %(instance)s" +msgid "Got update for instance: %(instance)s" msgstr "" -#: nova/cells/messaging.py:854 -#, python-format -msgid "Got update to delete instance %(instance_uuid)s" +#: nova/cells/messaging.py:862 +msgid "Got update to delete instance" msgstr "" -#: nova/cells/messaging.py:869 +#: nova/cells/messaging.py:877 #, python-format msgid "Got broadcast to %(delete_type)s delete instance" msgstr "" -#: nova/cells/messaging.py:883 +#: nova/cells/messaging.py:891 #, python-format msgid "Got message to create instance fault: %(instance_fault)s" msgstr "" -#: nova/cells/messaging.py:904 +#: nova/cells/messaging.py:912 #, python-format msgid "" "Forcing a sync of instances, project_id=%(projid_str)s, " "updated_since=%(since_str)s" msgstr "" -#: nova/cells/messaging.py:1088 +#: nova/cells/messaging.py:1097 #, python-format msgid "Updating parents with our capabilities: %(capabs)s" msgstr "" -#: nova/cells/messaging.py:1108 +#: nova/cells/messaging.py:1117 #, python-format msgid "Updating parents with our capacities: %(capacities)s" msgstr "" @@ -3362,7 +3300,7 @@ msgid "" "second(s)" msgstr "" -#: nova/cells/scheduler.py:139 +#: nova/cells/scheduler.py:140 #, python-format msgid "Error scheduling instances %(instance_uuids)s" msgstr "" @@ -3376,7 +3314,7 @@ msgstr "" msgid "Unknown cell '%(cell_name)s' when trying to update capabilities" msgstr "" -#: nova/cells/state.py:330 +#: nova/cells/state.py:331 #, python-format msgid "Unknown cell '%(cell_name)s' when trying to update capacities" msgstr "" @@ -3867,136 +3805,136 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:1997 +#: nova/compute/api.py:1988 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2006 +#: nova/compute/api.py:1997 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2048 +#: nova/compute/api.py:2043 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2188 +#: nova/compute/api.py:2179 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2295 +#: nova/compute/api.py:2284 msgid "Locking" msgstr "" -#: nova/compute/api.py:2303 +#: nova/compute/api.py:2292 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2375 +#: nova/compute/api.py:2364 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2488 +#: nova/compute/api.py:2477 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2507 +#: nova/compute/api.py:2496 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2511 +#: nova/compute/api.py:2500 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2758 +#: nova/compute/api.py:2747 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2762 +#: nova/compute/api.py:2751 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2858 +#: nova/compute/api.py:2847 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2861 +#: nova/compute/api.py:2850 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2869 +#: nova/compute/api.py:2858 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2875 +#: nova/compute/api.py:2864 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2893 +#: nova/compute/api.py:2882 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2896 +#: nova/compute/api.py:2885 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2903 +#: nova/compute/api.py:2892 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2967 +#: nova/compute/api.py:2956 #, python-format msgid "Unable to delete system group '%s'" msgstr "" -#: nova/compute/api.py:2972 +#: nova/compute/api.py:2961 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:2980 +#: nova/compute/api.py:2969 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:2983 +#: nova/compute/api.py:2972 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3060 nova/compute/api.py:3134 +#: nova/compute/api.py:3049 nova/compute/api.py:3123 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3076 +#: nova/compute/api.py:3065 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3079 +#: nova/compute/api.py:3068 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3088 +#: nova/compute/api.py:3077 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3141 +#: nova/compute/api.py:3130 msgid "Security group id should be integer" msgstr "" @@ -4099,650 +4037,650 @@ msgstr "" msgid "Instance has been destroyed from under us while trying to set it to ERROR" msgstr "" -#: nova/compute/manager.py:407 +#: nova/compute/manager.py:409 #, python-format msgid "Instance %(uuid)s found in the hypervisor, but not in the database" msgstr "" -#: nova/compute/manager.py:423 +#: nova/compute/manager.py:425 #, python-format msgid "" "Instance %(driver_instance)s found in the hypervisor, but not in the " "database" msgstr "" -#: nova/compute/manager.py:444 +#: nova/compute/manager.py:446 #, python-format msgid "" "Deleting instance as its host (%(instance_host)s) is not equal to our " "host (%(our_host)s)." msgstr "" -#: nova/compute/manager.py:459 +#: nova/compute/manager.py:461 msgid "Instance has been marked deleted already, removing it from the hypervisor." msgstr "" -#: nova/compute/manager.py:480 +#: nova/compute/manager.py:482 msgid "" "Hypervisor driver does not support instance shared storage check, " "assuming it's not on shared storage" msgstr "" -#: nova/compute/manager.py:486 +#: nova/compute/manager.py:488 msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:529 +#: nova/compute/manager.py:531 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:532 +#: nova/compute/manager.py:534 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:543 +#: nova/compute/manager.py:545 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:548 +#: nova/compute/manager.py:550 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:562 +#: nova/compute/manager.py:564 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:567 +#: nova/compute/manager.py:569 msgid "Failed to resume instance" msgstr "" -#: nova/compute/manager.py:577 +#: nova/compute/manager.py:579 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:581 +#: nova/compute/manager.py:583 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:597 +#: nova/compute/manager.py:599 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:609 +#: nova/compute/manager.py:611 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:647 +#: nova/compute/manager.py:649 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:745 +#: nova/compute/manager.py:747 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:762 +#: nova/compute/manager.py:764 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:862 +#: nova/compute/manager.py:864 msgid "Success" msgstr "" -#: nova/compute/manager.py:885 +#: nova/compute/manager.py:887 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:906 nova/compute/manager.py:2377 +#: nova/compute/manager.py:908 nova/compute/manager.py:2379 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:948 +#: nova/compute/manager.py:950 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:954 +#: nova/compute/manager.py:956 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:982 +#: nova/compute/manager.py:984 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:999 +#: nova/compute/manager.py:1001 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1024 nova/compute/manager.py:2431 +#: nova/compute/manager.py:1026 nova/compute/manager.py:2433 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1037 +#: nova/compute/manager.py:1039 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1042 +#: nova/compute/manager.py:1044 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1048 +#: nova/compute/manager.py:1050 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1077 +#: nova/compute/manager.py:1079 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1125 +#: nova/compute/manager.py:1127 #, python-format msgid "" "image_id=%(image_id)s, image_size_bytes=%(size_bytes)d, " "allowed_size_bytes=%(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1131 +#: nova/compute/manager.py:1133 #, python-format msgid "" "Image '%(image_id)s' size %(size_bytes)d exceeded instance_type allowed " "size %(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1141 +#: nova/compute/manager.py:1143 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1167 +#: nova/compute/manager.py:1169 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1170 +#: nova/compute/manager.py:1172 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1181 +#: nova/compute/manager.py:1183 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1200 +#: nova/compute/manager.py:1202 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1251 +#: nova/compute/manager.py:1253 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1324 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1338 +#: nova/compute/manager.py:1340 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1358 +#: nova/compute/manager.py:1360 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1361 +#: nova/compute/manager.py:1363 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1368 +#: nova/compute/manager.py:1370 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1415 +#: nova/compute/manager.py:1417 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1468 nova/compute/manager.py:2606 -#: nova/compute/manager.py:4118 +#: nova/compute/manager.py:1470 nova/compute/manager.py:2608 +#: nova/compute/manager.py:4137 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1620 +#: nova/compute/manager.py:1622 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1633 +#: nova/compute/manager.py:1635 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1637 +#: nova/compute/manager.py:1639 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1641 +#: nova/compute/manager.py:1643 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1724 +#: nova/compute/manager.py:1726 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1756 +#: nova/compute/manager.py:1758 #, python-format msgid "Detaching from volume api: %s" msgstr "" -#: nova/compute/manager.py:1774 +#: nova/compute/manager.py:1776 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1799 +#: nova/compute/manager.py:1801 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1817 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "" -#: nova/compute/manager.py:1828 +#: nova/compute/manager.py:1830 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1855 +#: nova/compute/manager.py:1857 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1861 +#: nova/compute/manager.py:1863 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1922 +#: nova/compute/manager.py:1924 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1929 +#: nova/compute/manager.py:1931 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1934 +#: nova/compute/manager.py:1936 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1962 +#: nova/compute/manager.py:1964 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1969 +#: nova/compute/manager.py:1971 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1976 +#: nova/compute/manager.py:1978 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1991 +#: nova/compute/manager.py:1993 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1998 +#: nova/compute/manager.py:2000 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:2011 +#: nova/compute/manager.py:2013 #, python-format msgid "" "trying to inject a file into a non-running (state: " "%(current_power_state)s expected: %(expected_state)s)" msgstr "" -#: nova/compute/manager.py:2015 +#: nova/compute/manager.py:2017 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:2035 +#: nova/compute/manager.py:2037 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2048 +#: nova/compute/manager.py:2050 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2067 +#: nova/compute/manager.py:2069 msgid "Error trying to Rescue Instance" msgstr "" -#: nova/compute/manager.py:2071 +#: nova/compute/manager.py:2073 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2089 +#: nova/compute/manager.py:2091 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2110 +#: nova/compute/manager.py:2112 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2335 +#: nova/compute/manager.py:2337 msgid "Instance has no source host" msgstr "" -#: nova/compute/manager.py:2341 +#: nova/compute/manager.py:2343 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2358 +#: nova/compute/manager.py:2360 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2603 +#: nova/compute/manager.py:2605 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2666 +#: nova/compute/manager.py:2668 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2684 +#: nova/compute/manager.py:2686 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2722 +#: nova/compute/manager.py:2724 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2753 +#: nova/compute/manager.py:2755 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2773 +#: nova/compute/manager.py:2775 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2778 +#: nova/compute/manager.py:2780 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2781 +#: nova/compute/manager.py:2783 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2798 +#: nova/compute/manager.py:2800 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2825 +#: nova/compute/manager.py:2827 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2860 +#: nova/compute/manager.py:2862 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2907 +#: nova/compute/manager.py:2909 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2957 +#: nova/compute/manager.py:2959 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2966 +#: nova/compute/manager.py:2968 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2981 +#: nova/compute/manager.py:2983 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:3011 +#: nova/compute/manager.py:3013 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:3021 +#: nova/compute/manager.py:3023 msgid "Detaching volume from unknown instance" msgstr "" -#: nova/compute/manager.py:3028 +#: nova/compute/manager.py:3030 #, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "" -#: nova/compute/manager.py:3051 +#: nova/compute/manager.py:3053 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3087 +#: nova/compute/manager.py:3089 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3107 +#: nova/compute/manager.py:3109 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3121 +#: nova/compute/manager.py:3123 #, python-format msgid "Host %(host)s not found" msgstr "" -#: nova/compute/manager.py:3265 +#: nova/compute/manager.py:3276 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3293 +#: nova/compute/manager.py:3304 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3348 +#: nova/compute/manager.py:3359 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3350 +#: nova/compute/manager.py:3361 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:3364 +#: nova/compute/manager.py:3376 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3393 +#: nova/compute/manager.py:3408 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3512 +#: nova/compute/manager.py:3537 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3557 +#: nova/compute/manager.py:3587 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3563 +#: nova/compute/manager.py:3593 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3602 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3579 +#: nova/compute/manager.py:3609 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3583 +#: nova/compute/manager.py:3613 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3590 +#: nova/compute/manager.py:3620 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3599 +#: nova/compute/manager.py:3629 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3616 +#: nova/compute/manager.py:3646 #, 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:3635 +#: nova/compute/manager.py:3665 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3659 +#: nova/compute/manager.py:3689 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3776 +#: nova/compute/manager.py:3806 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3793 +#: nova/compute/manager.py:3823 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3820 +#: nova/compute/manager.py:3850 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3825 nova/compute/manager.py:3875 +#: nova/compute/manager.py:3855 nova/compute/manager.py:3905 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3862 +#: nova/compute/manager.py:3892 #, 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:3900 +#: nova/compute/manager.py:3930 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3912 nova/compute/manager.py:3921 -#: nova/compute/manager.py:3951 +#: nova/compute/manager.py:3942 nova/compute/manager.py:3951 +#: nova/compute/manager.py:3981 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3916 +#: nova/compute/manager.py:3946 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3932 +#: nova/compute/manager.py:3962 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3938 +#: nova/compute/manager.py:3968 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3944 +#: nova/compute/manager.py:3974 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3960 +#: nova/compute/manager.py:3990 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3968 +#: nova/compute/manager.py:3998 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3988 +#: nova/compute/manager.py:4010 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:4015 +#: nova/compute/manager.py:4037 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:4025 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4047 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4088 #, python-format msgid "" "Detected instance with name label '%(name)s' which is marked as DELETED " "but still present on host." msgstr "" -#: nova/compute/manager.py:4073 +#: nova/compute/manager.py:4095 #, python-format msgid "" "Destroying instance with name label '%(name)s' which is marked as DELETED" " but still present on host." msgstr "" -#: nova/compute/manager.py:4080 +#: nova/compute/manager.py:4102 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4110 +#: nova/compute/manager.py:4129 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4856,7 +4794,7 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:380 +#: nova/conductor/api.py:373 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" @@ -4867,7 +4805,7 @@ msgstr "" msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:262 +#: nova/conductor/manager.py:263 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -4945,54 +4883,50 @@ msgstr "" msgid "Failed to notify cells of instance destroy" msgstr "" -#: nova/db/api.py:673 nova/db/api.py:694 +#: nova/db/api.py:674 nova/db/api.py:695 msgid "Failed to notify cells of instance update" msgstr "" -#: nova/db/api.py:734 -msgid "Failed to notify cells of instance info cache update" -msgstr "" - -#: nova/db/api.py:1456 +#: nova/db/api.py:1453 msgid "Failed to notify cells of bw_usage update" msgstr "" -#: nova/db/api.py:1591 +#: nova/db/api.py:1588 msgid "Failed to notify cells of instance fault" msgstr "" -#: nova/db/sqlalchemy/api.py:157 +#: nova/db/sqlalchemy/api.py:160 #, python-format msgid "Deadlock detected when running '%(func_name)s': Retrying..." msgstr "" -#: nova/db/sqlalchemy/api.py:192 +#: nova/db/sqlalchemy/api.py:195 msgid "model or base_model parameter should be subclass of NovaBase" msgstr "" -#: nova/db/sqlalchemy/api.py:205 nova/virt/baremetal/db/sqlalchemy/api.py:61 +#: nova/db/sqlalchemy/api.py:208 nova/virt/baremetal/db/sqlalchemy/api.py:61 #, python-format msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1408 +#: nova/db/sqlalchemy/api.py:1411 #, python-format msgid "" "Unknown osapi_compute_unique_server_name_scope value: %s Flag must be " "empty, \"global\" or \"project\"" msgstr "" -#: nova/db/sqlalchemy/api.py:1546 +#: nova/db/sqlalchemy/api.py:1549 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2853 +#: nova/db/sqlalchemy/api.py:2908 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4361 +#: nova/db/sqlalchemy/api.py:4416 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5138,15 +5072,19 @@ msgstr "" msgid "Bad project_id for to_global_ipv6: %s" msgstr "" -#: nova/network/api.py:55 +#: nova/network/api.py:56 msgid "instance is a required argument to use @refresh_cache" msgstr "" -#: nova/network/api.py:80 +#: nova/network/api.py:90 +msgid "Failed to notify cells of instance info cache update" +msgstr "" + +#: nova/network/api.py:93 msgid "Failed storing info cache" msgstr "" -#: nova/network/api.py:235 +#: nova/network/api.py:248 #, python-format msgid "re-assign floating IP %(address)s from instance %(instance_id)s" msgstr "" @@ -5704,17 +5642,17 @@ msgstr "" msgid "Deprecated: %s" msgstr "" -#: nova/openstack/common/log.py:347 +#: nova/openstack/common/log.py:336 #, python-format msgid "Error loading logging config %(log_config)s: %(err_msg)s" msgstr "" -#: nova/openstack/common/log.py:397 +#: nova/openstack/common/log.py:386 #, python-format msgid "syslog facility must be one of: %s" msgstr "" -#: nova/openstack/common/log.py:563 +#: nova/openstack/common/log.py:555 #, python-format msgid "Fatal call to deprecated config: %(msg)s" msgstr "" @@ -5811,6 +5749,62 @@ msgstr "" msgid "process_input not supported over SSH" msgstr "" +#: nova/openstack/common/service.py:113 nova/openstack/common/service.py:276 +msgid "Full set of CONF:" +msgstr "" + +#: nova/openstack/common/service.py:122 nova/openstack/common/service.py:219 +#, python-format +msgid "Caught %s, exiting" +msgstr "" + +#: nova/openstack/common/service.py:165 +msgid "Parent process has died unexpectedly, exiting" +msgstr "" + +#: nova/openstack/common/service.py:201 +msgid "Forking too fast, sleeping" +msgstr "" + +#: nova/openstack/common/service.py:224 +msgid "Unhandled exception" +msgstr "" + +#: nova/openstack/common/service.py:231 +#, python-format +msgid "Started child %d" +msgstr "" + +#: nova/openstack/common/service.py:241 +#, python-format +msgid "Starting %d workers" +msgstr "" + +#: nova/openstack/common/service.py:258 +#, python-format +msgid "Child %(pid)d killed by signal %(sig)d" +msgstr "" + +#: nova/openstack/common/service.py:262 +#, python-format +msgid "Child %(pid)s exited with status %(code)d" +msgstr "" + +#: nova/openstack/common/service.py:266 +#, python-format +msgid "pid %d not in child list" +msgstr "" + +#: nova/openstack/common/service.py:294 +#, python-format +msgid "Caught %s, stopping children" +msgstr "" + +#: nova/openstack/common/service.py:305 +#, python-format +msgid "Waiting on %d children to exit" +msgstr "" + #: nova/openstack/common/strutils.py:72 #, python-format msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" @@ -5999,12 +5993,17 @@ msgid "" "endpoint." msgstr "" -#: nova/openstack/common/rpc/common.py:281 +#: nova/openstack/common/rpc/common.py:162 +#, python-format +msgid "Specified RPC version cap, %(version_cap)s, is too low" +msgstr "" + +#: nova/openstack/common/rpc/common.py:285 #, python-format msgid "Failed to sanitize %(item)s. Key error %(err)s" msgstr "" -#: nova/openstack/common/rpc/common.py:303 +#: nova/openstack/common/rpc/common.py:307 #, python-format msgid "Returning exception %s to caller" msgstr "" @@ -6337,38 +6336,38 @@ msgstr "" msgid "Request Spec: %s" msgstr "" -#: nova/scheduler/filter_scheduler.py:92 +#: nova/scheduler/filter_scheduler.py:97 #, python-format msgid "Choosing host %(weighed_host)s for instance %(instance_uuid)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:234 +#: nova/scheduler/filter_scheduler.py:239 msgid "Invalid value for 'scheduler_max_attempts', must be >= 1" msgstr "" -#: nova/scheduler/filter_scheduler.py:251 +#: nova/scheduler/filter_scheduler.py:256 #, python-format msgid "Error from last host: %(last_host)s (node %(last_node)s): %(exc)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:283 +#: nova/scheduler/filter_scheduler.py:288 #, python-format msgid "" "Exceeded max scheduling attempts %(max_attempts)d for instance " "%(instance_uuid)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:351 +#: nova/scheduler/filter_scheduler.py:356 #, python-format msgid "Filtered %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:356 +#: nova/scheduler/filter_scheduler.py:361 #, python-format msgid "Weighed %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:398 +#: nova/scheduler/filter_scheduler.py:403 #, python-format msgid "Unable to migrate %(instance_uuid)s to %(dest)s: Lack of memory" msgstr "" @@ -6563,46 +6562,46 @@ msgstr "" msgid "Returns one member of the [%s] group" msgstr "" -#: nova/servicegroup/drivers/db.py:42 +#: nova/servicegroup/drivers/db.py:41 #, python-format msgid "" "DB_Driver: join new ServiceGroup member %(member_id)s to the %(group_id)s" " group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/db.py:46 +#: nova/servicegroup/drivers/db.py:45 msgid "service is a mandatory argument for DB based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/db.py:76 +#: nova/servicegroup/drivers/db.py:72 #, python-format msgid "DB_Driver: get_all members of the %s group" msgstr "" -#: nova/servicegroup/drivers/db.py:99 nova/servicegroup/drivers/mc.py:103 +#: nova/servicegroup/drivers/db.py:95 nova/servicegroup/drivers/mc.py:99 msgid "Recovered model server connection!" msgstr "" -#: nova/servicegroup/drivers/db.py:105 nova/servicegroup/drivers/mc.py:109 +#: nova/servicegroup/drivers/db.py:101 nova/servicegroup/drivers/mc.py:105 msgid "model server went away" msgstr "" -#: nova/servicegroup/drivers/mc.py:44 +#: nova/servicegroup/drivers/mc.py:43 msgid "memcached_servers not defined" msgstr "" -#: nova/servicegroup/drivers/mc.py:52 +#: nova/servicegroup/drivers/mc.py:51 #, python-format msgid "" "Memcached_Driver: join new ServiceGroup member %(member_id)s to the " "%(group_id)s group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/mc.py:57 +#: nova/servicegroup/drivers/mc.py:56 msgid "service is a mandatory argument for Memcached based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/mc.py:78 +#: nova/servicegroup/drivers/mc.py:74 #, python-format msgid "Memcached_Driver: get_all members of the %s group" msgstr "" @@ -6691,22 +6690,6 @@ msgstr "" msgid "already detached" msgstr "" -#: nova/tests/fakelibvirt.py:892 -msgid "Please extend mock libvirt module to support flags" -msgstr "" - -#: nova/tests/fakelibvirt.py:896 -msgid "Expected a list for 'auth' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:900 -msgid "Expected a function in 'auth[0]' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:904 -msgid "Expected a function in 'auth[1]' parameter" -msgstr "" - #: nova/tests/test_hypervapi.py:433 msgid "fake vswitch not found" msgstr "" @@ -6740,17 +6723,17 @@ msgstr "" msgid "unexpected role header" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3340 +#: nova/tests/api/openstack/compute/test_servers.py:3365 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3345 +#: nova/tests/api/openstack/compute/test_servers.py:3370 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3350 +#: nova/tests/api/openstack/compute/test_servers.py:3375 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" @@ -6759,7 +6742,7 @@ msgstr "" #: nova/tests/compute/test_compute.py:1168 #: nova/tests/compute/test_compute.py:1195 #: nova/tests/compute/test_compute.py:1241 -#: nova/tests/compute/test_compute.py:3762 +#: nova/tests/compute/test_compute.py:3804 #, python-format msgid "Running instances: %s" msgstr "" @@ -6776,16 +6759,16 @@ msgstr "" msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:3815 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4275 +#: nova/tests/compute/test_compute.py:4315 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8748 +#: nova/tests/compute/test_compute.py:8904 msgid "spawn error" msgstr "" @@ -6881,6 +6864,22 @@ msgstr "" msgid "Decoding JSON: %s" msgstr "" +#: nova/tests/virt/libvirt/fakelibvirt.py:892 +msgid "Please extend mock libvirt module to support flags" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:896 +msgid "Expected a list for 'auth' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:900 +msgid "Expected a function in 'auth[0]' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:904 +msgid "Expected a function in 'auth[1]' parameter" +msgstr "" + #: nova/virt/configdrive.py:97 #, python-format msgid "Added %(filepath)s to config drive" @@ -10964,67 +10963,15 @@ msgstr "" msgid "status must be 'available'" msgstr "" -#~ msgid "EC2APIError raised: %s" -#~ msgstr "" - -#~ msgid "Instance is in an invalid state for '%(action)s'" -#~ msgstr "" - -#~ msgid "Failed to load extension %(ext_name)s: %(exc)s" -#~ msgstr "" - -#~ msgid "Removing options '%(unk_opt_str)s' from query" -#~ msgstr "" - -#~ msgid "Live migration of instance %(id)s to another host failed" -#~ msgstr "" - -#~ msgid "Cannot show aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Cannot update aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Cannot delete aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Total %(type_)s: %(total)d %(unit)s, used: %(used)d %(unit)s" -#~ msgstr "" - -#~ msgid "%(type_)s limit not specified, defaulting to unlimited" -#~ msgstr "" - -#~ msgid "%(type_)s limit: %(limit)d %(unit)s, free: %(free)d %(unit)s" -#~ msgstr "" - -#~ msgid "" -#~ "Unable to claim resources. Free " -#~ "%(type_)s %(free)d %(unit)s < requested " -#~ "%(requested)d %(unit)s" -#~ msgstr "" - -#~ msgid "'%s' argument must be a positive integer" -#~ msgstr "" - -#~ msgid "Attempting to build %(num_instances)d instance(s)" -#~ msgstr "" - -#~ msgid "Choosing host %(chosen_host)s" -#~ msgstr "" - -#~ msgid "Unable to load the virtualization driver: %s" +#~ msgid "%(flag)s : FLAG SET " #~ msgstr "" -#~ msgid "" -#~ "Inject data image=%(image)s key=%(key)s " -#~ "net=%(net)s metadata=%(metadata)s admin_password=ha-" -#~ "ha-not-telling-you files=%(files)s " -#~ "partition=%(partition)s use_cow=%(use_cow)s" +#~ msgid "Child %(pid)d exited with status %(code)d" #~ msgstr "" -#~ msgid "Inject admin password fs=%(fs)s admin_passwd=ha-ha-not-telling-you" +#~ msgid "Got update for instance %(instance_uuid)s: %(instance)s" #~ msgstr "" -#~ msgid "Resizing down VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" +#~ msgid "Got update to delete instance %(instance_uuid)s" #~ msgstr "" diff --git a/nova/locale/tr_TR/LC_MESSAGES/nova.po b/nova/locale/tr_TR/LC_MESSAGES/nova.po index b8ca62046..469997621 100644 --- a/nova/locale/tr_TR/LC_MESSAGES/nova.po +++ b/nova/locale/tr_TR/LC_MESSAGES/nova.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Nova\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/nova\n" -"POT-Creation-Date: 2013-05-18 19:37+0000\n" +"POT-Creation-Date: 2013-05-22 19:37+0000\n" "PO-Revision-Date: 2013-02-02 18:03+0000\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Language-Team: en_US <LL@li.org>\n" @@ -170,7 +170,7 @@ msgid "" msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 -#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2778 +#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2767 msgid "Keypair data is invalid" msgstr "Anahtar çifti verisi geçersiz" @@ -186,7 +186,7 @@ msgstr "Geçersiz giriş yapıldı" msgid "Invalid volume" msgstr "Geçersiz bölüm" -#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1334 +#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1332 #: nova/api/openstack/compute/contrib/admin_actions.py:242 msgid "Invalid metadata" msgstr "Geçersiz metadata" @@ -1336,7 +1336,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:166 +#: nova/manager.py:170 msgid "Notifying Schedulers of capabilities ..." msgstr "Yetenekler zamanlayıcısı bildiriliyor ..." @@ -1357,117 +1357,56 @@ msgstr "JSON dosyası ilkeyi temsil eder" msgid "Rule checked when requested rule is not found" msgstr "İstekte bulunan kural bulunamadığında kural kontrol edildi." -#: nova/quota.py:966 +#: nova/quota.py:972 #, python-format msgid "Created reservations %(reservations)s" msgstr "" -#: nova/quota.py:988 +#: nova/quota.py:994 #, python-format msgid "Failed to commit reservations %(reservations)s" msgstr "" -#: nova/quota.py:990 +#: nova/quota.py:996 #, python-format msgid "Committed reservations %(reservations)s" msgstr "" -#: nova/quota.py:1010 +#: nova/quota.py:1016 #, python-format msgid "Failed to roll back reservations %(reservations)s" msgstr "" -#: nova/quota.py:1012 +#: nova/quota.py:1018 #, python-format msgid "Rolled back reservations %(reservations)s" msgstr "" -#: nova/service.py:197 -msgid "Full set of CONF:" -msgstr "" - -#: nova/service.py:204 -#, python-format -msgid "%(flag)s : FLAG SET " -msgstr "%(flag)s : FLAG SET" - -#: nova/service.py:214 nova/service.py:312 -#, python-format -msgid "Caught %s, exiting" -msgstr "" - -#: nova/service.py:258 -msgid "Parent process has died unexpectedly, exiting" -msgstr "" - -#: nova/service.py:294 -msgid "Forking too fast, sleeping" -msgstr "" - -#: nova/service.py:317 -msgid "Unhandled exception" -msgstr "" - -#: nova/service.py:324 -#, python-format -msgid "Started child %d" -msgstr "" - -#: nova/service.py:334 -#, python-format -msgid "Starting %d workers" -msgstr "" - -#: nova/service.py:348 -#, python-format -msgid "Child %(pid)d killed by signal %(sig)d" -msgstr "" - -#: nova/service.py:351 -#, python-format -msgid "Child %(pid)d exited with status %(code)d" -msgstr "" - -#: nova/service.py:354 -#, python-format -msgid "pid %d not in child list" -msgstr "" - -#: nova/service.py:374 -#, python-format -msgid "Caught %s, stopping children" -msgstr "" - -#: nova/service.py:385 -#, python-format -msgid "Waiting on %d children to exit" -msgstr "" - -#: nova/service.py:427 +#: nova/service.py:153 #, python-format msgid "Starting %(topic)s node (version %(version)s)" msgstr "" -#: nova/service.py:444 nova/openstack/common/rpc/service.py:47 +#: nova/service.py:170 nova/openstack/common/rpc/service.py:47 #, python-format msgid "Creating Consumer connection for Service %s" msgstr "%s servisi için tüketici bağlantısı oluşturuluyor." -#: nova/service.py:464 +#: nova/service.py:190 #, python-format msgid "Join ServiceGroup membership for this service %s" msgstr "" -#: nova/service.py:546 +#: nova/service.py:270 msgid "Service killed that has no database entry" msgstr "Servis, hiç veritabanı girdisi olmayanı sonlandırdı." -#: nova/service.py:581 +#: nova/service.py:292 #, python-format msgid "Temporary directory is invalid: %s" msgstr "" -#: nova/service.py:679 +#: nova/service.py:394 msgid "serve() can only be called once" msgstr "" @@ -1742,7 +1681,7 @@ msgstr "Ortam: %s" msgid "An unknown error has occurred. Please try your request again." msgstr "Bilinmeyen bir hata oluştu. Lütfen tekrar deneyin." -#: nova/api/ec2/apirequest.py:60 +#: nova/api/ec2/apirequest.py:61 #, python-format msgid "Unsupported API request: controller = %(controller)s, action = %(action)s" msgstr "Desteklenmeyen API isteği: kontrolcü = %(controller)s, işlem = %(action)s" @@ -2555,7 +2494,7 @@ msgid "No adminPass was specified" msgstr "Belirlenmiş bir yönetici parolası yok" #: nova/api/openstack/compute/servers.py:1173 -#: nova/api/openstack/compute/servers.py:1384 +#: nova/api/openstack/compute/servers.py:1382 msgid "Invalid adminPass" msgstr "Geçersiz yönetici parolası" @@ -2591,15 +2530,15 @@ msgstr "Geçersiz istek gövdesi" msgid "Could not parse imageRef from request." msgstr "İstekte bulunulan imaj referansı çözümlenemedi." -#: nova/api/openstack/compute/servers.py:1292 +#: nova/api/openstack/compute/servers.py:1289 msgid "Cannot find image for rebuild" msgstr "Yeniden kurulum için imaj dosyası bulunamadı." -#: nova/api/openstack/compute/servers.py:1325 +#: nova/api/openstack/compute/servers.py:1323 msgid "createImage entity requires name attribute" msgstr "createImage varlığının isim özelliğine ihtiyacı var" -#: nova/api/openstack/compute/servers.py:1410 +#: nova/api/openstack/compute/servers.py:1408 #, fuzzy, python-format msgid "Removing options '%s' from query" msgstr "Sorgudan '%(unk_opt_str)s' seçenekleri kaldırılıyor" @@ -3331,89 +3270,89 @@ msgstr "" msgid "Error processing message locally: %(exc)s" msgstr "" -#: nova/cells/messaging.py:358 nova/cells/messaging.py:364 +#: nova/cells/messaging.py:360 nova/cells/messaging.py:368 #, python-format msgid "destination is %(target_cell)s but routing_path is %(routing_path)s" msgstr "" -#: nova/cells/messaging.py:374 +#: nova/cells/messaging.py:380 #, python-format msgid "Unknown %(cell_type)s when routing to %(target_cell)s" msgstr "" -#: nova/cells/messaging.py:398 +#: nova/cells/messaging.py:404 #, python-format msgid "Error locating next hop for message: %(exc)s" msgstr "" -#: nova/cells/messaging.py:425 +#: nova/cells/messaging.py:431 #, fuzzy, python-format msgid "Failed to send message to cell: %(next_hop)s: %(exc)s" msgstr "%(ext_factory)s uzantısı yüklemede hata: %(exc)s" -#: nova/cells/messaging.py:504 +#: nova/cells/messaging.py:510 #, python-format msgid "Error locating next hops for message: %(exc)s" msgstr "" -#: nova/cells/messaging.py:524 +#: nova/cells/messaging.py:530 #, python-format msgid "Error sending message to next hops: %(exc)s" msgstr "" -#: nova/cells/messaging.py:542 +#: nova/cells/messaging.py:548 #, python-format msgid "Error waiting for responses from neighbor cells: %(exc)s" msgstr "" -#: nova/cells/messaging.py:653 +#: nova/cells/messaging.py:659 #, python-format msgid "Unknown method '%(method)s' in compute API" msgstr "" -#: nova/cells/messaging.py:676 +#: nova/cells/messaging.py:682 #, python-format msgid "Received capabilities from child cell %(cell_name)s: %(capabilities)s" msgstr "" -#: nova/cells/messaging.py:685 +#: nova/cells/messaging.py:692 #, python-format msgid "Received capacities from child cell %(cell_name)s: %(capacities)s" msgstr "" -#: nova/cells/messaging.py:811 +#: nova/cells/messaging.py:819 #, fuzzy, python-format -msgid "Got update for instance %(instance_uuid)s: %(instance)s" -msgstr "%(status)s durumuyla %(instance_id)s örneği için göç bulunamadı." +msgid "Got update for instance: %(instance)s" +msgstr "%(instance_id)s örneği için ağ bulunamadı." -#: nova/cells/messaging.py:854 +#: nova/cells/messaging.py:862 #, fuzzy, python-format -msgid "Got update to delete instance %(instance_uuid)s" +msgid "Got update to delete instance" msgstr "%(instance_id)s örneği için ağ bulunamadı." -#: nova/cells/messaging.py:869 +#: nova/cells/messaging.py:877 #, python-format msgid "Got broadcast to %(delete_type)s delete instance" msgstr "" -#: nova/cells/messaging.py:883 +#: nova/cells/messaging.py:891 #, python-format msgid "Got message to create instance fault: %(instance_fault)s" msgstr "" -#: nova/cells/messaging.py:904 +#: nova/cells/messaging.py:912 #, python-format msgid "" "Forcing a sync of instances, project_id=%(projid_str)s, " "updated_since=%(since_str)s" msgstr "" -#: nova/cells/messaging.py:1088 +#: nova/cells/messaging.py:1097 #, python-format msgid "Updating parents with our capabilities: %(capabs)s" msgstr "" -#: nova/cells/messaging.py:1108 +#: nova/cells/messaging.py:1117 #, python-format msgid "Updating parents with our capacities: %(capacities)s" msgstr "" @@ -3430,7 +3369,7 @@ msgid "" "second(s)" msgstr "" -#: nova/cells/scheduler.py:139 +#: nova/cells/scheduler.py:140 #, fuzzy, python-format msgid "Error scheduling instances %(instance_uuids)s" msgstr "%(instance_id)s örneği için ağ bulunamadı." @@ -3444,7 +3383,7 @@ msgstr "" msgid "Unknown cell '%(cell_name)s' when trying to update capabilities" msgstr "" -#: nova/cells/state.py:330 +#: nova/cells/state.py:331 #, python-format msgid "Unknown cell '%(cell_name)s' when trying to update capacities" msgstr "" @@ -3948,11 +3887,11 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:1997 +#: nova/compute/api.py:1988 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2006 +#: nova/compute/api.py:1997 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " @@ -3961,125 +3900,125 @@ msgstr "" "Eski örnek türü %(current_instance_type_name)s, yeni örnek türü " "%(new_instance_type_name)s" -#: nova/compute/api.py:2048 +#: nova/compute/api.py:2043 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2188 +#: nova/compute/api.py:2179 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2295 +#: nova/compute/api.py:2284 msgid "Locking" msgstr "" -#: nova/compute/api.py:2303 +#: nova/compute/api.py:2292 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2375 +#: nova/compute/api.py:2364 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2488 +#: nova/compute/api.py:2477 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2507 +#: nova/compute/api.py:2496 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2511 +#: nova/compute/api.py:2500 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2758 +#: nova/compute/api.py:2747 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2762 +#: nova/compute/api.py:2751 msgid "Keypair name must be between 1 and 255 characters long" msgstr "Anahtar çifti adı 1-255 karakter arası uzunluğunda olmak zorunda" -#: nova/compute/api.py:2858 +#: nova/compute/api.py:2847 #, python-format msgid "Security group %s is not a string or unicode" msgstr "%s güvenlik grubu string veya unicode değil" -#: nova/compute/api.py:2861 +#: nova/compute/api.py:2850 #, python-format msgid "Security group %s cannot be empty." msgstr "%s güvenlik grubu boş bırakılamaz." -#: nova/compute/api.py:2869 +#: nova/compute/api.py:2858 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2875 +#: nova/compute/api.py:2864 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "%s güvenlik grubu 255 karakterden fazla olmamalıdır." -#: nova/compute/api.py:2893 +#: nova/compute/api.py:2882 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2896 +#: nova/compute/api.py:2885 #, python-format msgid "Create Security Group %s" msgstr "%s güvenlik grubunu oluşturunuz" -#: nova/compute/api.py:2903 +#: nova/compute/api.py:2892 #, python-format msgid "Security group %s already exists" msgstr "%s güvenlik grubu zaten var" -#: nova/compute/api.py:2967 +#: nova/compute/api.py:2956 #, python-format msgid "Unable to delete system group '%s'" msgstr "" -#: nova/compute/api.py:2972 +#: nova/compute/api.py:2961 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:2980 +#: nova/compute/api.py:2969 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:2983 +#: nova/compute/api.py:2972 #, python-format msgid "Delete security group %s" msgstr "%s güvenlik grubunu siliniz" -#: nova/compute/api.py:3060 nova/compute/api.py:3134 +#: nova/compute/api.py:3049 nova/compute/api.py:3123 #, python-format msgid "Rule (%s) not found" msgstr "Kural (%s) bulunamadı" -#: nova/compute/api.py:3076 +#: nova/compute/api.py:3065 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3079 +#: nova/compute/api.py:3068 #, python-format msgid "Authorize security group ingress %s" msgstr "Yetkilendirilmiş %s güvenlik grubu girişi" -#: nova/compute/api.py:3088 +#: nova/compute/api.py:3077 #, python-format msgid "Revoke security group ingress %s" msgstr "%s güvenlik grubu girişini iptal et" -#: nova/compute/api.py:3141 +#: nova/compute/api.py:3130 msgid "Security group id should be integer" msgstr "Güvenlik grup id'si integer olmak zorunda" @@ -4182,152 +4121,152 @@ msgstr "" msgid "Instance has been destroyed from under us while trying to set it to ERROR" msgstr "" -#: nova/compute/manager.py:407 +#: nova/compute/manager.py:409 #, python-format msgid "Instance %(uuid)s found in the hypervisor, but not in the database" msgstr "" -#: nova/compute/manager.py:423 +#: nova/compute/manager.py:425 #, python-format msgid "" "Instance %(driver_instance)s found in the hypervisor, but not in the " "database" msgstr "" -#: nova/compute/manager.py:444 +#: nova/compute/manager.py:446 #, fuzzy, python-format msgid "" "Deleting instance as its host (%(instance_host)s) is not equal to our " "host (%(our_host)s)." msgstr "Mevcut (%(host)s) sunucusundan (%(instance_id)s) örneği geçirilemez." -#: nova/compute/manager.py:459 +#: nova/compute/manager.py:461 msgid "Instance has been marked deleted already, removing it from the hypervisor." msgstr "" -#: nova/compute/manager.py:480 +#: nova/compute/manager.py:482 msgid "" "Hypervisor driver does not support instance shared storage check, " "assuming it's not on shared storage" msgstr "" -#: nova/compute/manager.py:486 +#: nova/compute/manager.py:488 #, fuzzy msgid "Failed to check if instance shared" msgstr "Tekrar yükleme örneğinde hata oluştu." -#: nova/compute/manager.py:529 +#: nova/compute/manager.py:531 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:532 +#: nova/compute/manager.py:534 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:543 +#: nova/compute/manager.py:545 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "Mevcut durum %(drv_state)s, veritabanındaki durum %(db_state)s." -#: nova/compute/manager.py:548 +#: nova/compute/manager.py:550 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:562 +#: nova/compute/manager.py:564 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:567 +#: nova/compute/manager.py:569 #, fuzzy msgid "Failed to resume instance" msgstr "Örnek kapatmada hata oluştu." -#: nova/compute/manager.py:577 +#: nova/compute/manager.py:579 msgid "Hypervisor driver does not support firewall rules" msgstr "Misafir sistem sürücüsü güvenlik duvarı kurallarını desteklemiyor" -#: nova/compute/manager.py:581 +#: nova/compute/manager.py:583 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:597 +#: nova/compute/manager.py:599 #, fuzzy, python-format msgid "Unexpected power state %d" msgstr "BeklenmeyenHata: %s" -#: nova/compute/manager.py:609 +#: nova/compute/manager.py:611 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:647 +#: nova/compute/manager.py:649 msgid "Checking state" msgstr "Durum kontrol ediliyor" -#: nova/compute/manager.py:745 +#: nova/compute/manager.py:747 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:762 +#: nova/compute/manager.py:764 #, python-format msgid "Setting up bdm %s" msgstr "%s blok aygıt haritalandırması ayarlanıyor" -#: nova/compute/manager.py:862 +#: nova/compute/manager.py:864 msgid "Success" msgstr "" -#: nova/compute/manager.py:885 +#: nova/compute/manager.py:887 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:906 nova/compute/manager.py:2377 +#: nova/compute/manager.py:908 nova/compute/manager.py:2379 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:948 +#: nova/compute/manager.py:950 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:954 +#: nova/compute/manager.py:956 #, fuzzy msgid "Instance was deleted during spawn." msgstr "Örnek oluşturmada hata" -#: nova/compute/manager.py:982 +#: nova/compute/manager.py:984 #, fuzzy, python-format msgid "Error: %s" msgstr "Veritabanı hatası: %s" -#: nova/compute/manager.py:999 +#: nova/compute/manager.py:1001 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1024 nova/compute/manager.py:2431 +#: nova/compute/manager.py:1026 nova/compute/manager.py:2433 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1037 +#: nova/compute/manager.py:1039 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1042 +#: nova/compute/manager.py:1044 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1048 +#: nova/compute/manager.py:1050 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1077 +#: nova/compute/manager.py:1079 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1125 +#: nova/compute/manager.py:1127 #, python-format msgid "" "image_id=%(image_id)s, image_size_bytes=%(size_bytes)d, " @@ -4336,7 +4275,7 @@ msgstr "" "İmaj id=%(image_id)s, İmaj boyutu=%(size_bytes)d, İzin verilen " "boyut=%(allowed_size_bytes)d" -#: nova/compute/manager.py:1131 +#: nova/compute/manager.py:1133 #, python-format msgid "" "Image '%(image_id)s' size %(size_bytes)d exceeded instance_type allowed " @@ -4345,415 +4284,415 @@ msgstr "" "İmaj '%(image_id)s' boyut%(size_bytes)d izin verilen örnek " "%(allowed_size_bytes)d" -#: nova/compute/manager.py:1141 +#: nova/compute/manager.py:1143 msgid "Starting instance..." msgstr "Örnek başlatılıyor.." -#: nova/compute/manager.py:1167 +#: nova/compute/manager.py:1169 msgid "Instance failed network setup" msgstr "Ağ kurulumundaki örnek başarısız" -#: nova/compute/manager.py:1170 +#: nova/compute/manager.py:1172 #, python-format msgid "Instance network_info: |%s|" msgstr "Örnek ağ_bilgisi: |%s|" -#: nova/compute/manager.py:1181 +#: nova/compute/manager.py:1183 msgid "Instance failed block device setup" msgstr "Örnek blok aygıtı kurulumu hatalı" -#: nova/compute/manager.py:1200 +#: nova/compute/manager.py:1202 msgid "Instance failed to spawn" msgstr "Örnek oluşturmada hata" -#: nova/compute/manager.py:1251 +#: nova/compute/manager.py:1253 msgid "Deallocating network for instance" msgstr "Örnek için ağ serbest bırakılıyor" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1324 #, python-format msgid "%(action_str)s instance" msgstr "%(action_str)s örneği" -#: nova/compute/manager.py:1338 +#: nova/compute/manager.py:1340 #, fuzzy msgid "Failed to deallocate network for instance." msgstr "Örnek için ağ serbest bırakılıyor" -#: nova/compute/manager.py:1358 +#: nova/compute/manager.py:1360 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "DiskBulunamadı yok sayılıyor: %s" -#: nova/compute/manager.py:1361 +#: nova/compute/manager.py:1363 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1368 +#: nova/compute/manager.py:1370 #, python-format msgid "terminating bdm %s" msgstr "Blok cihazı haritalandırması kapatılıyor %s" -#: nova/compute/manager.py:1415 +#: nova/compute/manager.py:1417 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1468 nova/compute/manager.py:2606 -#: nova/compute/manager.py:4118 +#: nova/compute/manager.py:1470 nova/compute/manager.py:2608 +#: nova/compute/manager.py:4137 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1620 +#: nova/compute/manager.py:1622 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1633 +#: nova/compute/manager.py:1635 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1637 +#: nova/compute/manager.py:1639 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1641 +#: nova/compute/manager.py:1643 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1724 +#: nova/compute/manager.py:1726 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1756 +#: nova/compute/manager.py:1758 #, fuzzy, python-format msgid "Detaching from volume api: %s" msgstr "Birimi ayır %s" -#: nova/compute/manager.py:1774 +#: nova/compute/manager.py:1776 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1799 +#: nova/compute/manager.py:1801 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1817 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "" -#: nova/compute/manager.py:1828 +#: nova/compute/manager.py:1830 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1855 +#: nova/compute/manager.py:1857 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1861 +#: nova/compute/manager.py:1863 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1922 +#: nova/compute/manager.py:1924 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "%(num_images)d tane imaj bulundu(dönüş: %(rotation)d)" -#: nova/compute/manager.py:1929 +#: nova/compute/manager.py:1931 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1934 +#: nova/compute/manager.py:1936 #, python-format msgid "Deleting image %s" msgstr "İmaj siliniyor %s" -#: nova/compute/manager.py:1962 +#: nova/compute/manager.py:1964 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "Yönetici parolası oluşturmada hata. %s örneği çalışmıyor." -#: nova/compute/manager.py:1969 +#: nova/compute/manager.py:1971 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1976 +#: nova/compute/manager.py:1978 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1991 +#: nova/compute/manager.py:1993 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1998 +#: nova/compute/manager.py:2000 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:2011 +#: nova/compute/manager.py:2013 #, python-format msgid "" "trying to inject a file into a non-running (state: " "%(current_power_state)s expected: %(expected_state)s)" msgstr "" -#: nova/compute/manager.py:2015 +#: nova/compute/manager.py:2017 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:2035 +#: nova/compute/manager.py:2037 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2048 +#: nova/compute/manager.py:2050 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2067 +#: nova/compute/manager.py:2069 #, fuzzy msgid "Error trying to Rescue Instance" msgstr "Örnek kapatmada hata oluştu." -#: nova/compute/manager.py:2071 +#: nova/compute/manager.py:2073 #, fuzzy, python-format msgid "Driver Error: %s" msgstr "Veritabanı hatası: %s" -#: nova/compute/manager.py:2089 +#: nova/compute/manager.py:2091 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2110 +#: nova/compute/manager.py:2112 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2335 +#: nova/compute/manager.py:2337 #, fuzzy msgid "Instance has no source host" msgstr "Örneğin hiç bölümü yok." -#: nova/compute/manager.py:2341 +#: nova/compute/manager.py:2343 msgid "destination same as source!" msgstr "dedef kaynak ile aynı!" -#: nova/compute/manager.py:2358 +#: nova/compute/manager.py:2360 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2603 +#: nova/compute/manager.py:2605 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2666 +#: nova/compute/manager.py:2668 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2684 +#: nova/compute/manager.py:2686 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2722 +#: nova/compute/manager.py:2724 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2753 +#: nova/compute/manager.py:2755 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2773 +#: nova/compute/manager.py:2775 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2778 +#: nova/compute/manager.py:2780 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2781 +#: nova/compute/manager.py:2783 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2798 +#: nova/compute/manager.py:2800 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2825 +#: nova/compute/manager.py:2827 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2860 +#: nova/compute/manager.py:2862 #, fuzzy msgid "Getting spice console" msgstr "Konsol ekleniyor" -#: nova/compute/manager.py:2907 +#: nova/compute/manager.py:2909 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "%(mountpoint)s'de %(volume_id)s bölümü ön yükleniyor" -#: nova/compute/manager.py:2957 +#: nova/compute/manager.py:2959 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "%(mountpoint)s'e %(volume_id)s bölümü bağlanıyor" -#: nova/compute/manager.py:2966 +#: nova/compute/manager.py:2968 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2981 +#: nova/compute/manager.py:2983 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:3011 +#: nova/compute/manager.py:3013 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "%(mp)s bağlama noktasındaki %(volume_id)s bölümü ayrılıyor" -#: nova/compute/manager.py:3021 +#: nova/compute/manager.py:3023 msgid "Detaching volume from unknown instance" msgstr "" -#: nova/compute/manager.py:3028 +#: nova/compute/manager.py:3030 #, fuzzy, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "%(mp)s bağlama noktasındaki %(volume_id)s bölümü ayrılıyor" -#: nova/compute/manager.py:3051 +#: nova/compute/manager.py:3053 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3087 +#: nova/compute/manager.py:3089 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3107 +#: nova/compute/manager.py:3109 #, fuzzy, python-format msgid "Port %(port_id)s is not attached" msgstr "%(volume_id)s bölümü hiçbir şeyle ilişkilendirilmedi" -#: nova/compute/manager.py:3121 +#: nova/compute/manager.py:3123 #, fuzzy, python-format msgid "Host %(host)s not found" msgstr "%(host)s sunucusu bulunamadı." -#: nova/compute/manager.py:3265 +#: nova/compute/manager.py:3276 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "Güncel göç işlemi %(dest)s'da bir hata ile karşılaştı" -#: nova/compute/manager.py:3293 +#: nova/compute/manager.py:3304 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3348 +#: nova/compute/manager.py:3359 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "%(dest)s'a örnek göçü işlemi başarıyla tamamlandı." -#: nova/compute/manager.py:3350 +#: nova/compute/manager.py:3361 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:3364 +#: nova/compute/manager.py:3376 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3393 +#: nova/compute/manager.py:3408 #, fuzzy, python-format msgid "Failed to get compute_info for %s" msgstr "Tekrar yükleme örneğinde hata oluştu." -#: nova/compute/manager.py:3512 +#: nova/compute/manager.py:3537 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3557 +#: nova/compute/manager.py:3587 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3563 +#: nova/compute/manager.py:3593 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3602 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3579 +#: nova/compute/manager.py:3609 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3583 +#: nova/compute/manager.py:3613 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3590 +#: nova/compute/manager.py:3620 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3599 +#: nova/compute/manager.py:3629 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3616 +#: nova/compute/manager.py:3646 #, 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:3635 +#: nova/compute/manager.py:3665 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3659 +#: nova/compute/manager.py:3689 msgid "Updating bandwidth usage cache" msgstr "Bant genişliği kullanım önbelleği güncelleniyor" -#: nova/compute/manager.py:3776 +#: nova/compute/manager.py:3806 #, fuzzy msgid "Updating volume usage cache" msgstr "Bant genişliği kullanım önbelleği güncelleniyor" -#: nova/compute/manager.py:3793 +#: nova/compute/manager.py:3823 msgid "Updating host status" msgstr "Sunucu durumu güncelleniyor" -#: nova/compute/manager.py:3820 +#: nova/compute/manager.py:3850 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " @@ -4762,84 +4701,84 @@ msgstr "" "Veritabanında %(num_db_instances)s ve misafir sistemde " "%(num_vm_instances)s bulundu" -#: nova/compute/manager.py:3825 nova/compute/manager.py:3875 +#: nova/compute/manager.py:3855 nova/compute/manager.py:3905 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3862 +#: nova/compute/manager.py:3892 #, 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:3900 +#: nova/compute/manager.py:3930 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3912 nova/compute/manager.py:3921 -#: nova/compute/manager.py:3951 +#: nova/compute/manager.py:3942 nova/compute/manager.py:3951 +#: nova/compute/manager.py:3981 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3916 +#: nova/compute/manager.py:3946 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3932 +#: nova/compute/manager.py:3962 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3938 +#: nova/compute/manager.py:3968 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3944 +#: nova/compute/manager.py:3974 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3960 +#: nova/compute/manager.py:3990 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3968 +#: nova/compute/manager.py:3998 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3988 +#: nova/compute/manager.py:4010 msgid "Reclaiming deleted instance" msgstr "Silinen örnek kurtarılıyor" -#: nova/compute/manager.py:4015 +#: nova/compute/manager.py:4037 #, fuzzy, python-format msgid "Deleting orphan compute node %s" msgstr "İmaj siliniyor %s" -#: nova/compute/manager.py:4025 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4047 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4088 #, python-format msgid "" "Detected instance with name label '%(name)s' which is marked as DELETED " "but still present on host." msgstr "" -#: nova/compute/manager.py:4073 +#: nova/compute/manager.py:4095 #, python-format msgid "" "Destroying instance with name label '%(name)s' which is marked as DELETED" " but still present on host." msgstr "" -#: nova/compute/manager.py:4080 +#: nova/compute/manager.py:4102 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4110 +#: nova/compute/manager.py:4129 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4954,7 +4893,7 @@ msgstr "%s örneği için sunucu bulma başarısız" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:380 +#: nova/conductor/api.py:373 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" @@ -4965,7 +4904,7 @@ msgstr "" msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:262 +#: nova/conductor/manager.py:263 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5044,56 +4983,52 @@ msgstr "Anahtar kontrol edliyor: %(token)s, %(token_valid)s)" msgid "Failed to notify cells of instance destroy" msgstr "" -#: nova/db/api.py:673 nova/db/api.py:694 +#: nova/db/api.py:674 nova/db/api.py:695 #, fuzzy msgid "Failed to notify cells of instance update" msgstr "Tekrar yükleme örneğinde hata oluştu." -#: nova/db/api.py:734 -msgid "Failed to notify cells of instance info cache update" -msgstr "" - -#: nova/db/api.py:1456 +#: nova/db/api.py:1453 msgid "Failed to notify cells of bw_usage update" msgstr "" -#: nova/db/api.py:1591 +#: nova/db/api.py:1588 #, fuzzy msgid "Failed to notify cells of instance fault" msgstr "Tekrar yükleme örneğinde hata oluştu." -#: nova/db/sqlalchemy/api.py:157 +#: nova/db/sqlalchemy/api.py:160 #, python-format msgid "Deadlock detected when running '%(func_name)s': Retrying..." msgstr "" -#: nova/db/sqlalchemy/api.py:192 +#: nova/db/sqlalchemy/api.py:195 msgid "model or base_model parameter should be subclass of NovaBase" msgstr "" -#: nova/db/sqlalchemy/api.py:205 nova/virt/baremetal/db/sqlalchemy/api.py:61 +#: nova/db/sqlalchemy/api.py:208 nova/virt/baremetal/db/sqlalchemy/api.py:61 #, python-format msgid "Unrecognized read_deleted value '%s'" msgstr "Tanınmayan silinmiş okuma değeri '%s'" -#: nova/db/sqlalchemy/api.py:1408 +#: nova/db/sqlalchemy/api.py:1411 #, python-format msgid "" "Unknown osapi_compute_unique_server_name_scope value: %s Flag must be " "empty, \"global\" or \"project\"" msgstr "" -#: nova/db/sqlalchemy/api.py:1546 +#: nova/db/sqlalchemy/api.py:1549 #, fuzzy, python-format msgid "Invalid instance id %s in request" msgstr "%s geçerli bir örnek ismidir" -#: nova/db/sqlalchemy/api.py:2853 +#: nova/db/sqlalchemy/api.py:2908 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4361 +#: nova/db/sqlalchemy/api.py:4416 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5239,16 +5174,20 @@ msgstr "Global ipv6 için yanlış sonek: %s" msgid "Bad project_id for to_global_ipv6: %s" msgstr "Global ipv6 için yanlış proje numarası: %s" -#: nova/network/api.py:55 +#: nova/network/api.py:56 msgid "instance is a required argument to use @refresh_cache" msgstr "" -#: nova/network/api.py:80 +#: nova/network/api.py:90 +msgid "Failed to notify cells of instance info cache update" +msgstr "" + +#: nova/network/api.py:93 #, fuzzy msgid "Failed storing info cache" msgstr "Tekrar yükleme örneğinde hata oluştu." -#: nova/network/api.py:235 +#: nova/network/api.py:248 #, python-format msgid "re-assign floating IP %(address)s from instance %(instance_id)s" msgstr "" @@ -5815,17 +5754,17 @@ msgstr "" msgid "Deprecated: %s" msgstr "sil: %s" -#: nova/openstack/common/log.py:347 +#: nova/openstack/common/log.py:336 #, python-format msgid "Error loading logging config %(log_config)s: %(err_msg)s" msgstr "" -#: nova/openstack/common/log.py:397 +#: nova/openstack/common/log.py:386 #, python-format msgid "syslog facility must be one of: %s" msgstr "syslog servisi bunlardan biri olmak zorundadır: %s" -#: nova/openstack/common/log.py:563 +#: nova/openstack/common/log.py:555 #, python-format msgid "Fatal call to deprecated config: %(msg)s" msgstr "" @@ -5922,6 +5861,62 @@ msgstr "SSH üzerinde ortam desteklenmemektedir." msgid "process_input not supported over SSH" msgstr "SSH üzerinde process_input desteklenmemektedir." +#: nova/openstack/common/service.py:113 nova/openstack/common/service.py:276 +msgid "Full set of CONF:" +msgstr "" + +#: nova/openstack/common/service.py:122 nova/openstack/common/service.py:219 +#, python-format +msgid "Caught %s, exiting" +msgstr "" + +#: nova/openstack/common/service.py:165 +msgid "Parent process has died unexpectedly, exiting" +msgstr "" + +#: nova/openstack/common/service.py:201 +msgid "Forking too fast, sleeping" +msgstr "" + +#: nova/openstack/common/service.py:224 +msgid "Unhandled exception" +msgstr "" + +#: nova/openstack/common/service.py:231 +#, python-format +msgid "Started child %d" +msgstr "" + +#: nova/openstack/common/service.py:241 +#, python-format +msgid "Starting %d workers" +msgstr "" + +#: nova/openstack/common/service.py:258 +#, python-format +msgid "Child %(pid)d killed by signal %(sig)d" +msgstr "" + +#: nova/openstack/common/service.py:262 +#, python-format +msgid "Child %(pid)s exited with status %(code)d" +msgstr "" + +#: nova/openstack/common/service.py:266 +#, python-format +msgid "pid %d not in child list" +msgstr "" + +#: nova/openstack/common/service.py:294 +#, python-format +msgid "Caught %s, stopping children" +msgstr "" + +#: nova/openstack/common/service.py:305 +#, python-format +msgid "Waiting on %d children to exit" +msgstr "" + #: nova/openstack/common/strutils.py:72 #, python-format msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" @@ -6110,12 +6105,17 @@ msgid "" "endpoint." msgstr "" -#: nova/openstack/common/rpc/common.py:281 +#: nova/openstack/common/rpc/common.py:162 +#, python-format +msgid "Specified RPC version cap, %(version_cap)s, is too low" +msgstr "" + +#: nova/openstack/common/rpc/common.py:285 #, fuzzy, python-format msgid "Failed to sanitize %(item)s. Key error %(err)s" msgstr "%(base_file)s dosyasını kaldırma başarısız, %(error)s" -#: nova/openstack/common/rpc/common.py:303 +#: nova/openstack/common/rpc/common.py:307 #, python-format msgid "Returning exception %s to caller" msgstr "" @@ -6449,38 +6449,38 @@ msgstr "%(num_instances)d örnek(leri) kurulmaya çalışılıyor." msgid "Request Spec: %s" msgstr "Geçersizİstek hatası: %s" -#: nova/scheduler/filter_scheduler.py:92 +#: nova/scheduler/filter_scheduler.py:97 #, fuzzy, python-format msgid "Choosing host %(weighed_host)s for instance %(instance_uuid)s" msgstr "%(instance_id)s örneği için ağ bulunamadı." -#: nova/scheduler/filter_scheduler.py:234 +#: nova/scheduler/filter_scheduler.py:239 msgid "Invalid value for 'scheduler_max_attempts', must be >= 1" msgstr "" -#: nova/scheduler/filter_scheduler.py:251 +#: nova/scheduler/filter_scheduler.py:256 #, python-format msgid "Error from last host: %(last_host)s (node %(last_node)s): %(exc)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:283 +#: nova/scheduler/filter_scheduler.py:288 #, python-format msgid "" "Exceeded max scheduling attempts %(max_attempts)d for instance " "%(instance_uuid)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:351 +#: nova/scheduler/filter_scheduler.py:356 #, python-format msgid "Filtered %(hosts)s" msgstr "%(hosts)s filtrelendi" -#: nova/scheduler/filter_scheduler.py:356 +#: nova/scheduler/filter_scheduler.py:361 #, fuzzy, python-format msgid "Weighed %(hosts)s" msgstr "%(hosts)s filtrelendi" -#: nova/scheduler/filter_scheduler.py:398 +#: nova/scheduler/filter_scheduler.py:403 #, fuzzy, python-format msgid "Unable to migrate %(instance_uuid)s to %(dest)s: Lack of memory" msgstr "Mevcut (%(host)s) sunucusundan (%(instance_id)s) örneği geçirilemez." @@ -6675,47 +6675,47 @@ msgstr "" msgid "Returns one member of the [%s] group" msgstr "" -#: nova/servicegroup/drivers/db.py:42 +#: nova/servicegroup/drivers/db.py:41 #, python-format msgid "" "DB_Driver: join new ServiceGroup member %(member_id)s to the %(group_id)s" " group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/db.py:46 +#: nova/servicegroup/drivers/db.py:45 msgid "service is a mandatory argument for DB based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/db.py:76 +#: nova/servicegroup/drivers/db.py:72 #, python-format msgid "DB_Driver: get_all members of the %s group" msgstr "" -#: nova/servicegroup/drivers/db.py:99 nova/servicegroup/drivers/mc.py:103 +#: nova/servicegroup/drivers/db.py:95 nova/servicegroup/drivers/mc.py:99 msgid "Recovered model server connection!" msgstr "Kurtarılmış model sunucu bağlantısı!" -#: nova/servicegroup/drivers/db.py:105 nova/servicegroup/drivers/mc.py:109 +#: nova/servicegroup/drivers/db.py:101 nova/servicegroup/drivers/mc.py:105 msgid "model server went away" msgstr "Model sunucusu gitti." -#: nova/servicegroup/drivers/mc.py:44 +#: nova/servicegroup/drivers/mc.py:43 #, fuzzy msgid "memcached_servers not defined" msgstr "Sunucu adı tanımlanmadı" -#: nova/servicegroup/drivers/mc.py:52 +#: nova/servicegroup/drivers/mc.py:51 #, python-format msgid "" "Memcached_Driver: join new ServiceGroup member %(member_id)s to the " "%(group_id)s group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/mc.py:57 +#: nova/servicegroup/drivers/mc.py:56 msgid "service is a mandatory argument for Memcached based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/mc.py:78 +#: nova/servicegroup/drivers/mc.py:74 #, python-format msgid "Memcached_Driver: get_all members of the %s group" msgstr "" @@ -6806,22 +6806,6 @@ msgstr "" msgid "already detached" msgstr "" -#: nova/tests/fakelibvirt.py:892 -msgid "Please extend mock libvirt module to support flags" -msgstr "Lütfen sahte libvirt modülü desteklenen bayraklar için genişletiniz" - -#: nova/tests/fakelibvirt.py:896 -msgid "Expected a list for 'auth' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:900 -msgid "Expected a function in 'auth[0]' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:904 -msgid "Expected a function in 'auth[1]' parameter" -msgstr "" - #: nova/tests/test_hypervapi.py:433 #, fuzzy msgid "fake vswitch not found" @@ -6856,17 +6840,17 @@ msgstr "" msgid "unexpected role header" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3340 +#: nova/tests/api/openstack/compute/test_servers.py:3365 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3345 +#: nova/tests/api/openstack/compute/test_servers.py:3370 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3350 +#: nova/tests/api/openstack/compute/test_servers.py:3375 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" @@ -6875,7 +6859,7 @@ msgstr "" #: nova/tests/compute/test_compute.py:1168 #: nova/tests/compute/test_compute.py:1195 #: nova/tests/compute/test_compute.py:1241 -#: nova/tests/compute/test_compute.py:3762 +#: nova/tests/compute/test_compute.py:3804 #, python-format msgid "Running instances: %s" msgstr "Örnekler çalışıyor: %s" @@ -6892,16 +6876,16 @@ msgstr "Örnekleri sonlandırmanın ardından: %s" msgid "Internal error" msgstr "İçsel hata" -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:3815 #, python-format msgid "After force-killing instances: %s" msgstr "Zorla öldürülen örneklerin ardından: %s" -#: nova/tests/compute/test_compute.py:4275 +#: nova/tests/compute/test_compute.py:4315 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8748 +#: nova/tests/compute/test_compute.py:8904 #, fuzzy msgid "spawn error" msgstr "Kimlik doğrulama hatası" @@ -7001,6 +6985,22 @@ msgstr "" msgid "Decoding JSON: %s" msgstr "" +#: nova/tests/virt/libvirt/fakelibvirt.py:892 +msgid "Please extend mock libvirt module to support flags" +msgstr "Lütfen sahte libvirt modülü desteklenen bayraklar için genişletiniz" + +#: nova/tests/virt/libvirt/fakelibvirt.py:896 +msgid "Expected a list for 'auth' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:900 +msgid "Expected a function in 'auth[0]' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:904 +msgid "Expected a function in 'auth[1]' parameter" +msgstr "" + #: nova/virt/configdrive.py:97 #, python-format msgid "Added %(filepath)s to config drive" @@ -7025,7 +7025,7 @@ msgid "Loading compute driver '%s'" msgstr "" #: nova/virt/driver.py:962 -#, fuzzy, python-format +#, fuzzy msgid "Unable to load the virtualization driver" msgstr "Sanallaştırma sürücüsü yükleme başarısız: %s" @@ -11118,49 +11118,12 @@ msgstr "İmaj müsait olmak zorunda" msgid "status must be 'available'" msgstr "İmaj müsait olmak zorunda" -#~ msgid "EC2APIError raised: %s" -#~ msgstr "EC2API hatası: %s" - -#~ msgid "Cannot show aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Cannot update aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Cannot delete aggregate: %(id)s" -#~ msgstr "" +#~ msgid "%(flag)s : FLAG SET " +#~ msgstr "%(flag)s : FLAG SET" -#~ msgid "Total %(type_)s: %(total)d %(unit)s, used: %(used)d %(unit)s" +#~ msgid "Child %(pid)d exited with status %(code)d" #~ msgstr "" -#~ msgid "%(type_)s limit not specified, defaulting to unlimited" -#~ msgstr "" - -#~ msgid "%(type_)s limit: %(limit)d %(unit)s, free: %(free)d %(unit)s" -#~ msgstr "" - -#~ msgid "" -#~ "Unable to claim resources. Free " -#~ "%(type_)s %(free)d %(unit)s < requested " -#~ "%(requested)d %(unit)s" -#~ msgstr "" - -#~ msgid "'%s' argument must be a positive integer" -#~ msgstr "Göreli konum parametresi tam sayı olmak zorunda" - -#~ msgid "Choosing host %(chosen_host)s" -#~ msgstr "" - -#~ msgid "" -#~ "Inject data image=%(image)s key=%(key)s " -#~ "net=%(net)s metadata=%(metadata)s admin_password=ha-" -#~ "ha-not-telling-you files=%(files)s " -#~ "partition=%(partition)s use_cow=%(use_cow)s" -#~ msgstr "" - -#~ msgid "Inject admin password fs=%(fs)s admin_passwd=ha-ha-not-telling-you" -#~ msgstr "" - -#~ msgid "Resizing down VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" -#~ msgstr "" +#~ msgid "Got update for instance %(instance_uuid)s: %(instance)s" +#~ msgstr "%(status)s durumuyla %(instance_id)s örneği için göç bulunamadı." diff --git a/nova/locale/uk/LC_MESSAGES/nova.po b/nova/locale/uk/LC_MESSAGES/nova.po index 050371fbe..3f680d660 100644 --- a/nova/locale/uk/LC_MESSAGES/nova.po +++ b/nova/locale/uk/LC_MESSAGES/nova.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: nova\n" "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" -"POT-Creation-Date: 2013-05-18 19:37+0000\n" +"POT-Creation-Date: 2013-05-22 19:37+0000\n" "PO-Revision-Date: 2011-08-23 11:21+0000\n" "Last-Translator: Thierry Carrez <thierry.carrez+lp@gmail.com>\n" "Language-Team: Ukrainian <uk@li.org>\n" @@ -169,7 +169,7 @@ msgid "" msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 -#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2778 +#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2767 msgid "Keypair data is invalid" msgstr "" @@ -185,7 +185,7 @@ msgstr "" msgid "Invalid volume" msgstr "" -#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1334 +#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1332 #: nova/api/openstack/compute/contrib/admin_actions.py:242 msgid "Invalid metadata" msgstr "" @@ -1306,7 +1306,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:166 +#: nova/manager.py:170 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1326,117 +1326,56 @@ msgstr "" msgid "Rule checked when requested rule is not found" msgstr "" -#: nova/quota.py:966 +#: nova/quota.py:972 #, python-format msgid "Created reservations %(reservations)s" msgstr "" -#: nova/quota.py:988 +#: nova/quota.py:994 #, python-format msgid "Failed to commit reservations %(reservations)s" msgstr "" -#: nova/quota.py:990 +#: nova/quota.py:996 #, python-format msgid "Committed reservations %(reservations)s" msgstr "" -#: nova/quota.py:1010 +#: nova/quota.py:1016 #, python-format msgid "Failed to roll back reservations %(reservations)s" msgstr "" -#: nova/quota.py:1012 +#: nova/quota.py:1018 #, python-format msgid "Rolled back reservations %(reservations)s" msgstr "" -#: nova/service.py:197 -msgid "Full set of CONF:" -msgstr "" - -#: nova/service.py:204 -#, python-format -msgid "%(flag)s : FLAG SET " -msgstr "" - -#: nova/service.py:214 nova/service.py:312 -#, python-format -msgid "Caught %s, exiting" -msgstr "" - -#: nova/service.py:258 -msgid "Parent process has died unexpectedly, exiting" -msgstr "" - -#: nova/service.py:294 -msgid "Forking too fast, sleeping" -msgstr "" - -#: nova/service.py:317 -msgid "Unhandled exception" -msgstr "" - -#: nova/service.py:324 -#, python-format -msgid "Started child %d" -msgstr "" - -#: nova/service.py:334 -#, python-format -msgid "Starting %d workers" -msgstr "" - -#: nova/service.py:348 -#, python-format -msgid "Child %(pid)d killed by signal %(sig)d" -msgstr "" - -#: nova/service.py:351 -#, python-format -msgid "Child %(pid)d exited with status %(code)d" -msgstr "" - -#: nova/service.py:354 -#, python-format -msgid "pid %d not in child list" -msgstr "" - -#: nova/service.py:374 -#, python-format -msgid "Caught %s, stopping children" -msgstr "" - -#: nova/service.py:385 -#, python-format -msgid "Waiting on %d children to exit" -msgstr "" - -#: nova/service.py:427 +#: nova/service.py:153 #, python-format msgid "Starting %(topic)s node (version %(version)s)" msgstr "" -#: nova/service.py:444 nova/openstack/common/rpc/service.py:47 +#: nova/service.py:170 nova/openstack/common/rpc/service.py:47 #, python-format msgid "Creating Consumer connection for Service %s" msgstr "" -#: nova/service.py:464 +#: nova/service.py:190 #, python-format msgid "Join ServiceGroup membership for this service %s" msgstr "" -#: nova/service.py:546 +#: nova/service.py:270 msgid "Service killed that has no database entry" msgstr "" -#: nova/service.py:581 +#: nova/service.py:292 #, python-format msgid "Temporary directory is invalid: %s" msgstr "" -#: nova/service.py:679 +#: nova/service.py:394 msgid "serve() can only be called once" msgstr "" @@ -1709,7 +1648,7 @@ msgstr "" msgid "An unknown error has occurred. Please try your request again." msgstr "" -#: nova/api/ec2/apirequest.py:60 +#: nova/api/ec2/apirequest.py:61 #, python-format msgid "Unsupported API request: controller = %(controller)s, action = %(action)s" msgstr "" @@ -2516,7 +2455,7 @@ msgid "No adminPass was specified" msgstr "" #: nova/api/openstack/compute/servers.py:1173 -#: nova/api/openstack/compute/servers.py:1384 +#: nova/api/openstack/compute/servers.py:1382 msgid "Invalid adminPass" msgstr "" @@ -2547,15 +2486,15 @@ msgstr "" msgid "Could not parse imageRef from request." msgstr "" -#: nova/api/openstack/compute/servers.py:1292 +#: nova/api/openstack/compute/servers.py:1289 msgid "Cannot find image for rebuild" msgstr "" -#: nova/api/openstack/compute/servers.py:1325 +#: nova/api/openstack/compute/servers.py:1323 msgid "createImage entity requires name attribute" msgstr "" -#: nova/api/openstack/compute/servers.py:1410 +#: nova/api/openstack/compute/servers.py:1408 #, python-format msgid "Removing options '%s' from query" msgstr "" @@ -3267,89 +3206,88 @@ msgstr "" msgid "Error processing message locally: %(exc)s" msgstr "" -#: nova/cells/messaging.py:358 nova/cells/messaging.py:364 +#: nova/cells/messaging.py:360 nova/cells/messaging.py:368 #, python-format msgid "destination is %(target_cell)s but routing_path is %(routing_path)s" msgstr "" -#: nova/cells/messaging.py:374 +#: nova/cells/messaging.py:380 #, python-format msgid "Unknown %(cell_type)s when routing to %(target_cell)s" msgstr "" -#: nova/cells/messaging.py:398 +#: nova/cells/messaging.py:404 #, fuzzy, python-format msgid "Error locating next hop for message: %(exc)s" msgstr "без порядку для повідомлень: %s" -#: nova/cells/messaging.py:425 +#: nova/cells/messaging.py:431 #, python-format msgid "Failed to send message to cell: %(next_hop)s: %(exc)s" msgstr "" -#: nova/cells/messaging.py:504 +#: nova/cells/messaging.py:510 #, fuzzy, python-format msgid "Error locating next hops for message: %(exc)s" msgstr "без порядку для повідомлень: %s" -#: nova/cells/messaging.py:524 +#: nova/cells/messaging.py:530 #, python-format msgid "Error sending message to next hops: %(exc)s" msgstr "" -#: nova/cells/messaging.py:542 +#: nova/cells/messaging.py:548 #, python-format msgid "Error waiting for responses from neighbor cells: %(exc)s" msgstr "" -#: nova/cells/messaging.py:653 +#: nova/cells/messaging.py:659 #, python-format msgid "Unknown method '%(method)s' in compute API" msgstr "" -#: nova/cells/messaging.py:676 +#: nova/cells/messaging.py:682 #, python-format msgid "Received capabilities from child cell %(cell_name)s: %(capabilities)s" msgstr "" -#: nova/cells/messaging.py:685 +#: nova/cells/messaging.py:692 #, python-format msgid "Received capacities from child cell %(cell_name)s: %(capacities)s" msgstr "" -#: nova/cells/messaging.py:811 +#: nova/cells/messaging.py:819 #, python-format -msgid "Got update for instance %(instance_uuid)s: %(instance)s" +msgid "Got update for instance: %(instance)s" msgstr "" -#: nova/cells/messaging.py:854 -#, python-format -msgid "Got update to delete instance %(instance_uuid)s" +#: nova/cells/messaging.py:862 +msgid "Got update to delete instance" msgstr "" -#: nova/cells/messaging.py:869 +#: nova/cells/messaging.py:877 #, python-format msgid "Got broadcast to %(delete_type)s delete instance" msgstr "" -#: nova/cells/messaging.py:883 +#: nova/cells/messaging.py:891 #, python-format msgid "Got message to create instance fault: %(instance_fault)s" msgstr "" -#: nova/cells/messaging.py:904 +#: nova/cells/messaging.py:912 #, python-format msgid "" "Forcing a sync of instances, project_id=%(projid_str)s, " "updated_since=%(since_str)s" msgstr "" -#: nova/cells/messaging.py:1088 +#: nova/cells/messaging.py:1097 #, python-format msgid "Updating parents with our capabilities: %(capabs)s" msgstr "" -#: nova/cells/messaging.py:1108 +#: nova/cells/messaging.py:1117 #, python-format msgid "Updating parents with our capacities: %(capacities)s" msgstr "" @@ -3366,7 +3304,7 @@ msgid "" "second(s)" msgstr "" -#: nova/cells/scheduler.py:139 +#: nova/cells/scheduler.py:140 #, python-format msgid "Error scheduling instances %(instance_uuids)s" msgstr "" @@ -3380,7 +3318,7 @@ msgstr "" msgid "Unknown cell '%(cell_name)s' when trying to update capabilities" msgstr "" -#: nova/cells/state.py:330 +#: nova/cells/state.py:331 #, python-format msgid "Unknown cell '%(cell_name)s' when trying to update capacities" msgstr "" @@ -3872,136 +3810,136 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:1997 +#: nova/compute/api.py:1988 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2006 +#: nova/compute/api.py:1997 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2048 +#: nova/compute/api.py:2043 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2188 +#: nova/compute/api.py:2179 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2295 +#: nova/compute/api.py:2284 msgid "Locking" msgstr "" -#: nova/compute/api.py:2303 +#: nova/compute/api.py:2292 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2375 +#: nova/compute/api.py:2364 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2488 +#: nova/compute/api.py:2477 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2507 +#: nova/compute/api.py:2496 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2511 +#: nova/compute/api.py:2500 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2758 +#: nova/compute/api.py:2747 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2762 +#: nova/compute/api.py:2751 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2858 +#: nova/compute/api.py:2847 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2861 +#: nova/compute/api.py:2850 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2869 +#: nova/compute/api.py:2858 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2875 +#: nova/compute/api.py:2864 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2893 +#: nova/compute/api.py:2882 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2896 +#: nova/compute/api.py:2885 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2903 +#: nova/compute/api.py:2892 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2967 +#: nova/compute/api.py:2956 #, python-format msgid "Unable to delete system group '%s'" msgstr "" -#: nova/compute/api.py:2972 +#: nova/compute/api.py:2961 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:2980 +#: nova/compute/api.py:2969 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:2983 +#: nova/compute/api.py:2972 #, python-format msgid "Delete security group %s" msgstr "Вилучити групу безпеки %s" -#: nova/compute/api.py:3060 nova/compute/api.py:3134 +#: nova/compute/api.py:3049 nova/compute/api.py:3123 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3076 +#: nova/compute/api.py:3065 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3079 +#: nova/compute/api.py:3068 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3088 +#: nova/compute/api.py:3077 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3141 +#: nova/compute/api.py:3130 msgid "Security group id should be integer" msgstr "" @@ -4104,651 +4042,651 @@ msgstr "" msgid "Instance has been destroyed from under us while trying to set it to ERROR" msgstr "" -#: nova/compute/manager.py:407 +#: nova/compute/manager.py:409 #, python-format msgid "Instance %(uuid)s found in the hypervisor, but not in the database" msgstr "" -#: nova/compute/manager.py:423 +#: nova/compute/manager.py:425 #, python-format msgid "" "Instance %(driver_instance)s found in the hypervisor, but not in the " "database" msgstr "" -#: nova/compute/manager.py:444 +#: nova/compute/manager.py:446 #, python-format msgid "" "Deleting instance as its host (%(instance_host)s) is not equal to our " "host (%(our_host)s)." msgstr "" -#: nova/compute/manager.py:459 +#: nova/compute/manager.py:461 msgid "Instance has been marked deleted already, removing it from the hypervisor." msgstr "" -#: nova/compute/manager.py:480 +#: nova/compute/manager.py:482 msgid "" "Hypervisor driver does not support instance shared storage check, " "assuming it's not on shared storage" msgstr "" -#: nova/compute/manager.py:486 +#: nova/compute/manager.py:488 msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:529 +#: nova/compute/manager.py:531 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:532 +#: nova/compute/manager.py:534 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:543 +#: nova/compute/manager.py:545 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:548 +#: nova/compute/manager.py:550 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:562 +#: nova/compute/manager.py:564 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:567 +#: nova/compute/manager.py:569 msgid "Failed to resume instance" msgstr "" -#: nova/compute/manager.py:577 +#: nova/compute/manager.py:579 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:581 +#: nova/compute/manager.py:583 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:597 +#: nova/compute/manager.py:599 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:609 +#: nova/compute/manager.py:611 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:647 +#: nova/compute/manager.py:649 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:745 +#: nova/compute/manager.py:747 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:762 +#: nova/compute/manager.py:764 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:862 +#: nova/compute/manager.py:864 msgid "Success" msgstr "" -#: nova/compute/manager.py:885 +#: nova/compute/manager.py:887 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:906 nova/compute/manager.py:2377 +#: nova/compute/manager.py:908 nova/compute/manager.py:2379 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:948 +#: nova/compute/manager.py:950 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:954 +#: nova/compute/manager.py:956 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:982 +#: nova/compute/manager.py:984 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:999 +#: nova/compute/manager.py:1001 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1024 nova/compute/manager.py:2431 +#: nova/compute/manager.py:1026 nova/compute/manager.py:2433 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1037 +#: nova/compute/manager.py:1039 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1042 +#: nova/compute/manager.py:1044 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1048 +#: nova/compute/manager.py:1050 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1077 +#: nova/compute/manager.py:1079 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1125 +#: nova/compute/manager.py:1127 #, python-format msgid "" "image_id=%(image_id)s, image_size_bytes=%(size_bytes)d, " "allowed_size_bytes=%(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1131 +#: nova/compute/manager.py:1133 #, python-format msgid "" "Image '%(image_id)s' size %(size_bytes)d exceeded instance_type allowed " "size %(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1141 +#: nova/compute/manager.py:1143 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1167 +#: nova/compute/manager.py:1169 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1170 +#: nova/compute/manager.py:1172 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1181 +#: nova/compute/manager.py:1183 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1200 +#: nova/compute/manager.py:1202 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1251 +#: nova/compute/manager.py:1253 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1324 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1338 +#: nova/compute/manager.py:1340 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1358 +#: nova/compute/manager.py:1360 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1361 +#: nova/compute/manager.py:1363 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1368 +#: nova/compute/manager.py:1370 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1415 +#: nova/compute/manager.py:1417 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1468 nova/compute/manager.py:2606 -#: nova/compute/manager.py:4118 +#: nova/compute/manager.py:1470 nova/compute/manager.py:2608 +#: nova/compute/manager.py:4137 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1620 +#: nova/compute/manager.py:1622 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1633 +#: nova/compute/manager.py:1635 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1637 +#: nova/compute/manager.py:1639 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1641 +#: nova/compute/manager.py:1643 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1724 +#: nova/compute/manager.py:1726 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1756 +#: nova/compute/manager.py:1758 #, fuzzy, python-format msgid "Detaching from volume api: %s" msgstr "Від'єднати том %s" -#: nova/compute/manager.py:1774 +#: nova/compute/manager.py:1776 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1799 +#: nova/compute/manager.py:1801 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1817 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "" -#: nova/compute/manager.py:1828 +#: nova/compute/manager.py:1830 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1855 +#: nova/compute/manager.py:1857 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1861 +#: nova/compute/manager.py:1863 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1922 +#: nova/compute/manager.py:1924 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1929 +#: nova/compute/manager.py:1931 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1934 +#: nova/compute/manager.py:1936 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1962 +#: nova/compute/manager.py:1964 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1969 +#: nova/compute/manager.py:1971 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1976 +#: nova/compute/manager.py:1978 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1991 +#: nova/compute/manager.py:1993 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1998 +#: nova/compute/manager.py:2000 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:2011 +#: nova/compute/manager.py:2013 #, python-format msgid "" "trying to inject a file into a non-running (state: " "%(current_power_state)s expected: %(expected_state)s)" msgstr "" -#: nova/compute/manager.py:2015 +#: nova/compute/manager.py:2017 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:2035 +#: nova/compute/manager.py:2037 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2048 +#: nova/compute/manager.py:2050 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2067 +#: nova/compute/manager.py:2069 msgid "Error trying to Rescue Instance" msgstr "" -#: nova/compute/manager.py:2071 +#: nova/compute/manager.py:2073 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2089 +#: nova/compute/manager.py:2091 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2110 +#: nova/compute/manager.py:2112 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2335 +#: nova/compute/manager.py:2337 msgid "Instance has no source host" msgstr "" -#: nova/compute/manager.py:2341 +#: nova/compute/manager.py:2343 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2358 +#: nova/compute/manager.py:2360 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2603 +#: nova/compute/manager.py:2605 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2666 +#: nova/compute/manager.py:2668 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2684 +#: nova/compute/manager.py:2686 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2722 +#: nova/compute/manager.py:2724 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2753 +#: nova/compute/manager.py:2755 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2773 +#: nova/compute/manager.py:2775 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2778 +#: nova/compute/manager.py:2780 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2781 +#: nova/compute/manager.py:2783 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2798 +#: nova/compute/manager.py:2800 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2825 +#: nova/compute/manager.py:2827 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2860 +#: nova/compute/manager.py:2862 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2907 +#: nova/compute/manager.py:2909 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2957 +#: nova/compute/manager.py:2959 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2966 +#: nova/compute/manager.py:2968 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2981 +#: nova/compute/manager.py:2983 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:3011 +#: nova/compute/manager.py:3013 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:3021 +#: nova/compute/manager.py:3023 msgid "Detaching volume from unknown instance" msgstr "" -#: nova/compute/manager.py:3028 +#: nova/compute/manager.py:3030 #, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "" -#: nova/compute/manager.py:3051 +#: nova/compute/manager.py:3053 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3087 +#: nova/compute/manager.py:3089 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3107 +#: nova/compute/manager.py:3109 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3121 +#: nova/compute/manager.py:3123 #, python-format msgid "Host %(host)s not found" msgstr "" -#: nova/compute/manager.py:3265 +#: nova/compute/manager.py:3276 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3293 +#: nova/compute/manager.py:3304 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3348 +#: nova/compute/manager.py:3359 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3350 +#: nova/compute/manager.py:3361 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:3364 +#: nova/compute/manager.py:3376 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3393 +#: nova/compute/manager.py:3408 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3512 +#: nova/compute/manager.py:3537 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3557 +#: nova/compute/manager.py:3587 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3563 +#: nova/compute/manager.py:3593 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3602 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3579 +#: nova/compute/manager.py:3609 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3583 +#: nova/compute/manager.py:3613 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3590 +#: nova/compute/manager.py:3620 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3599 +#: nova/compute/manager.py:3629 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3616 +#: nova/compute/manager.py:3646 #, 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:3635 +#: nova/compute/manager.py:3665 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3659 +#: nova/compute/manager.py:3689 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3776 +#: nova/compute/manager.py:3806 #, fuzzy msgid "Updating volume usage cache" msgstr "Від'єднати том %s" -#: nova/compute/manager.py:3793 +#: nova/compute/manager.py:3823 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3820 +#: nova/compute/manager.py:3850 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3825 nova/compute/manager.py:3875 +#: nova/compute/manager.py:3855 nova/compute/manager.py:3905 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3862 +#: nova/compute/manager.py:3892 #, 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:3900 +#: nova/compute/manager.py:3930 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3912 nova/compute/manager.py:3921 -#: nova/compute/manager.py:3951 +#: nova/compute/manager.py:3942 nova/compute/manager.py:3951 +#: nova/compute/manager.py:3981 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3916 +#: nova/compute/manager.py:3946 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3932 +#: nova/compute/manager.py:3962 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3938 +#: nova/compute/manager.py:3968 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3944 +#: nova/compute/manager.py:3974 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3960 +#: nova/compute/manager.py:3990 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3968 +#: nova/compute/manager.py:3998 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3988 +#: nova/compute/manager.py:4010 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:4015 +#: nova/compute/manager.py:4037 #, fuzzy, python-format msgid "Deleting orphan compute node %s" msgstr "Від'єднати том %s" -#: nova/compute/manager.py:4025 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4047 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4088 #, python-format msgid "" "Detected instance with name label '%(name)s' which is marked as DELETED " "but still present on host." msgstr "" -#: nova/compute/manager.py:4073 +#: nova/compute/manager.py:4095 #, python-format msgid "" "Destroying instance with name label '%(name)s' which is marked as DELETED" " but still present on host." msgstr "" -#: nova/compute/manager.py:4080 +#: nova/compute/manager.py:4102 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4110 +#: nova/compute/manager.py:4129 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4862,7 +4800,7 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:380 +#: nova/conductor/api.py:373 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" @@ -4873,7 +4811,7 @@ msgstr "" msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:262 +#: nova/conductor/manager.py:263 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -4951,54 +4889,50 @@ msgstr "" msgid "Failed to notify cells of instance destroy" msgstr "" -#: nova/db/api.py:673 nova/db/api.py:694 +#: nova/db/api.py:674 nova/db/api.py:695 msgid "Failed to notify cells of instance update" msgstr "" -#: nova/db/api.py:734 -msgid "Failed to notify cells of instance info cache update" -msgstr "" - -#: nova/db/api.py:1456 +#: nova/db/api.py:1453 msgid "Failed to notify cells of bw_usage update" msgstr "" -#: nova/db/api.py:1591 +#: nova/db/api.py:1588 msgid "Failed to notify cells of instance fault" msgstr "" -#: nova/db/sqlalchemy/api.py:157 +#: nova/db/sqlalchemy/api.py:160 #, python-format msgid "Deadlock detected when running '%(func_name)s': Retrying..." msgstr "" -#: nova/db/sqlalchemy/api.py:192 +#: nova/db/sqlalchemy/api.py:195 msgid "model or base_model parameter should be subclass of NovaBase" msgstr "" -#: nova/db/sqlalchemy/api.py:205 nova/virt/baremetal/db/sqlalchemy/api.py:61 +#: nova/db/sqlalchemy/api.py:208 nova/virt/baremetal/db/sqlalchemy/api.py:61 #, python-format msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1408 +#: nova/db/sqlalchemy/api.py:1411 #, python-format msgid "" "Unknown osapi_compute_unique_server_name_scope value: %s Flag must be " "empty, \"global\" or \"project\"" msgstr "" -#: nova/db/sqlalchemy/api.py:1546 +#: nova/db/sqlalchemy/api.py:1549 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2853 +#: nova/db/sqlalchemy/api.py:2908 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4361 +#: nova/db/sqlalchemy/api.py:4416 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5144,15 +5078,19 @@ msgstr "" msgid "Bad project_id for to_global_ipv6: %s" msgstr "" -#: nova/network/api.py:55 +#: nova/network/api.py:56 msgid "instance is a required argument to use @refresh_cache" msgstr "" -#: nova/network/api.py:80 +#: nova/network/api.py:90 +msgid "Failed to notify cells of instance info cache update" +msgstr "" + +#: nova/network/api.py:93 msgid "Failed storing info cache" msgstr "" -#: nova/network/api.py:235 +#: nova/network/api.py:248 #, python-format msgid "re-assign floating IP %(address)s from instance %(instance_id)s" msgstr "" @@ -5711,17 +5649,17 @@ msgstr "" msgid "Deprecated: %s" msgstr "отримано %s" -#: nova/openstack/common/log.py:347 +#: nova/openstack/common/log.py:336 #, python-format msgid "Error loading logging config %(log_config)s: %(err_msg)s" msgstr "" -#: nova/openstack/common/log.py:397 +#: nova/openstack/common/log.py:386 #, python-format msgid "syslog facility must be one of: %s" msgstr "" -#: nova/openstack/common/log.py:563 +#: nova/openstack/common/log.py:555 #, python-format msgid "Fatal call to deprecated config: %(msg)s" msgstr "" @@ -5818,6 +5756,62 @@ msgstr "" msgid "process_input not supported over SSH" msgstr "" +#: nova/openstack/common/service.py:113 nova/openstack/common/service.py:276 +msgid "Full set of CONF:" +msgstr "" + +#: nova/openstack/common/service.py:122 nova/openstack/common/service.py:219 +#, python-format +msgid "Caught %s, exiting" +msgstr "" + +#: nova/openstack/common/service.py:165 +msgid "Parent process has died unexpectedly, exiting" +msgstr "" + +#: nova/openstack/common/service.py:201 +msgid "Forking too fast, sleeping" +msgstr "" + +#: nova/openstack/common/service.py:224 +msgid "Unhandled exception" +msgstr "" + +#: nova/openstack/common/service.py:231 +#, python-format +msgid "Started child %d" +msgstr "" + +#: nova/openstack/common/service.py:241 +#, python-format +msgid "Starting %d workers" +msgstr "" + +#: nova/openstack/common/service.py:258 +#, python-format +msgid "Child %(pid)d killed by signal %(sig)d" +msgstr "" + +#: nova/openstack/common/service.py:262 +#, python-format +msgid "Child %(pid)s exited with status %(code)d" +msgstr "" + +#: nova/openstack/common/service.py:266 +#, python-format +msgid "pid %d not in child list" +msgstr "" + +#: nova/openstack/common/service.py:294 +#, python-format +msgid "Caught %s, stopping children" +msgstr "" + +#: nova/openstack/common/service.py:305 +#, python-format +msgid "Waiting on %d children to exit" +msgstr "" + #: nova/openstack/common/strutils.py:72 #, python-format msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" @@ -6006,12 +6000,17 @@ msgid "" "endpoint." msgstr "" -#: nova/openstack/common/rpc/common.py:281 +#: nova/openstack/common/rpc/common.py:162 +#, python-format +msgid "Specified RPC version cap, %(version_cap)s, is too low" +msgstr "" + +#: nova/openstack/common/rpc/common.py:285 #, python-format msgid "Failed to sanitize %(item)s. Key error %(err)s" msgstr "" -#: nova/openstack/common/rpc/common.py:303 +#: nova/openstack/common/rpc/common.py:307 #, python-format msgid "Returning exception %s to caller" msgstr "" @@ -6344,38 +6343,38 @@ msgstr "" msgid "Request Spec: %s" msgstr "" -#: nova/scheduler/filter_scheduler.py:92 +#: nova/scheduler/filter_scheduler.py:97 #, python-format msgid "Choosing host %(weighed_host)s for instance %(instance_uuid)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:234 +#: nova/scheduler/filter_scheduler.py:239 msgid "Invalid value for 'scheduler_max_attempts', must be >= 1" msgstr "" -#: nova/scheduler/filter_scheduler.py:251 +#: nova/scheduler/filter_scheduler.py:256 #, python-format msgid "Error from last host: %(last_host)s (node %(last_node)s): %(exc)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:283 +#: nova/scheduler/filter_scheduler.py:288 #, python-format msgid "" "Exceeded max scheduling attempts %(max_attempts)d for instance " "%(instance_uuid)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:351 +#: nova/scheduler/filter_scheduler.py:356 #, python-format msgid "Filtered %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:356 +#: nova/scheduler/filter_scheduler.py:361 #, python-format msgid "Weighed %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:398 +#: nova/scheduler/filter_scheduler.py:403 #, python-format msgid "Unable to migrate %(instance_uuid)s to %(dest)s: Lack of memory" msgstr "" @@ -6570,46 +6569,46 @@ msgstr "" msgid "Returns one member of the [%s] group" msgstr "" -#: nova/servicegroup/drivers/db.py:42 +#: nova/servicegroup/drivers/db.py:41 #, python-format msgid "" "DB_Driver: join new ServiceGroup member %(member_id)s to the %(group_id)s" " group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/db.py:46 +#: nova/servicegroup/drivers/db.py:45 msgid "service is a mandatory argument for DB based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/db.py:76 +#: nova/servicegroup/drivers/db.py:72 #, python-format msgid "DB_Driver: get_all members of the %s group" msgstr "" -#: nova/servicegroup/drivers/db.py:99 nova/servicegroup/drivers/mc.py:103 +#: nova/servicegroup/drivers/db.py:95 nova/servicegroup/drivers/mc.py:99 msgid "Recovered model server connection!" msgstr "" -#: nova/servicegroup/drivers/db.py:105 nova/servicegroup/drivers/mc.py:109 +#: nova/servicegroup/drivers/db.py:101 nova/servicegroup/drivers/mc.py:105 msgid "model server went away" msgstr "" -#: nova/servicegroup/drivers/mc.py:44 +#: nova/servicegroup/drivers/mc.py:43 msgid "memcached_servers not defined" msgstr "" -#: nova/servicegroup/drivers/mc.py:52 +#: nova/servicegroup/drivers/mc.py:51 #, python-format msgid "" "Memcached_Driver: join new ServiceGroup member %(member_id)s to the " "%(group_id)s group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/mc.py:57 +#: nova/servicegroup/drivers/mc.py:56 msgid "service is a mandatory argument for Memcached based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/mc.py:78 +#: nova/servicegroup/drivers/mc.py:74 #, python-format msgid "Memcached_Driver: get_all members of the %s group" msgstr "" @@ -6698,22 +6697,6 @@ msgstr "" msgid "already detached" msgstr "" -#: nova/tests/fakelibvirt.py:892 -msgid "Please extend mock libvirt module to support flags" -msgstr "" - -#: nova/tests/fakelibvirt.py:896 -msgid "Expected a list for 'auth' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:900 -msgid "Expected a function in 'auth[0]' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:904 -msgid "Expected a function in 'auth[1]' parameter" -msgstr "" - #: nova/tests/test_hypervapi.py:433 msgid "fake vswitch not found" msgstr "" @@ -6747,17 +6730,17 @@ msgstr "" msgid "unexpected role header" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3340 +#: nova/tests/api/openstack/compute/test_servers.py:3365 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3345 +#: nova/tests/api/openstack/compute/test_servers.py:3370 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3350 +#: nova/tests/api/openstack/compute/test_servers.py:3375 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" @@ -6766,7 +6749,7 @@ msgstr "" #: nova/tests/compute/test_compute.py:1168 #: nova/tests/compute/test_compute.py:1195 #: nova/tests/compute/test_compute.py:1241 -#: nova/tests/compute/test_compute.py:3762 +#: nova/tests/compute/test_compute.py:3804 #, python-format msgid "Running instances: %s" msgstr "" @@ -6783,16 +6766,16 @@ msgstr "" msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:3815 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4275 +#: nova/tests/compute/test_compute.py:4315 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8748 +#: nova/tests/compute/test_compute.py:8904 msgid "spawn error" msgstr "" @@ -6888,6 +6871,22 @@ msgstr "" msgid "Decoding JSON: %s" msgstr "" +#: nova/tests/virt/libvirt/fakelibvirt.py:892 +msgid "Please extend mock libvirt module to support flags" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:896 +msgid "Expected a list for 'auth' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:900 +msgid "Expected a function in 'auth[0]' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:904 +msgid "Expected a function in 'auth[1]' parameter" +msgstr "" + #: nova/virt/configdrive.py:97 #, python-format msgid "Added %(filepath)s to config drive" @@ -10972,67 +10971,15 @@ msgstr "" msgid "status must be 'available'" msgstr "" -#~ msgid "EC2APIError raised: %s" -#~ msgstr "" - -#~ msgid "Instance is in an invalid state for '%(action)s'" -#~ msgstr "" - -#~ msgid "Failed to load extension %(ext_name)s: %(exc)s" -#~ msgstr "" - -#~ msgid "Removing options '%(unk_opt_str)s' from query" -#~ msgstr "" - -#~ msgid "Live migration of instance %(id)s to another host failed" -#~ msgstr "" - -#~ msgid "Cannot show aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Cannot update aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Cannot delete aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Total %(type_)s: %(total)d %(unit)s, used: %(used)d %(unit)s" -#~ msgstr "" - -#~ msgid "%(type_)s limit not specified, defaulting to unlimited" -#~ msgstr "" - -#~ msgid "%(type_)s limit: %(limit)d %(unit)s, free: %(free)d %(unit)s" -#~ msgstr "" - -#~ msgid "" -#~ "Unable to claim resources. Free " -#~ "%(type_)s %(free)d %(unit)s < requested " -#~ "%(requested)d %(unit)s" -#~ msgstr "" - -#~ msgid "'%s' argument must be a positive integer" -#~ msgstr "" - -#~ msgid "Attempting to build %(num_instances)d instance(s)" -#~ msgstr "" - -#~ msgid "Choosing host %(chosen_host)s" -#~ msgstr "" - -#~ msgid "Unable to load the virtualization driver: %s" +#~ msgid "%(flag)s : FLAG SET " #~ msgstr "" -#~ msgid "" -#~ "Inject data image=%(image)s key=%(key)s " -#~ "net=%(net)s metadata=%(metadata)s admin_password=ha-" -#~ "ha-not-telling-you files=%(files)s " -#~ "partition=%(partition)s use_cow=%(use_cow)s" +#~ msgid "Child %(pid)d exited with status %(code)d" #~ msgstr "" -#~ msgid "Inject admin password fs=%(fs)s admin_passwd=ha-ha-not-telling-you" +#~ msgid "Got update for instance %(instance_uuid)s: %(instance)s" #~ msgstr "" -#~ msgid "Resizing down VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" +#~ msgid "Got update to delete instance %(instance_uuid)s" #~ msgstr "" diff --git a/nova/locale/vi_VN/LC_MESSAGES/nova.po b/nova/locale/vi_VN/LC_MESSAGES/nova.po index 1b5c84040..dbfe7075b 100644 --- a/nova/locale/vi_VN/LC_MESSAGES/nova.po +++ b/nova/locale/vi_VN/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: 2013-05-18 19:37+0000\n" +"POT-Creation-Date: 2013-05-22 19:37+0000\n" "PO-Revision-Date: 2013-05-13 19:22+0000\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Language-Team: Vietnamese (Viet Nam) " @@ -169,7 +169,7 @@ msgid "" msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 -#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2778 +#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2767 msgid "Keypair data is invalid" msgstr "" @@ -185,7 +185,7 @@ msgstr "" msgid "Invalid volume" msgstr "" -#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1334 +#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1332 #: nova/api/openstack/compute/contrib/admin_actions.py:242 msgid "Invalid metadata" msgstr "" @@ -1306,7 +1306,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:166 +#: nova/manager.py:170 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1326,117 +1326,56 @@ msgstr "" msgid "Rule checked when requested rule is not found" msgstr "" -#: nova/quota.py:966 +#: nova/quota.py:972 #, python-format msgid "Created reservations %(reservations)s" msgstr "" -#: nova/quota.py:988 +#: nova/quota.py:994 #, python-format msgid "Failed to commit reservations %(reservations)s" msgstr "" -#: nova/quota.py:990 +#: nova/quota.py:996 #, python-format msgid "Committed reservations %(reservations)s" msgstr "" -#: nova/quota.py:1010 +#: nova/quota.py:1016 #, python-format msgid "Failed to roll back reservations %(reservations)s" msgstr "" -#: nova/quota.py:1012 +#: nova/quota.py:1018 #, python-format msgid "Rolled back reservations %(reservations)s" msgstr "" -#: nova/service.py:197 -msgid "Full set of CONF:" -msgstr "" - -#: nova/service.py:204 -#, python-format -msgid "%(flag)s : FLAG SET " -msgstr "" - -#: nova/service.py:214 nova/service.py:312 -#, python-format -msgid "Caught %s, exiting" -msgstr "" - -#: nova/service.py:258 -msgid "Parent process has died unexpectedly, exiting" -msgstr "" - -#: nova/service.py:294 -msgid "Forking too fast, sleeping" -msgstr "" - -#: nova/service.py:317 -msgid "Unhandled exception" -msgstr "" - -#: nova/service.py:324 -#, python-format -msgid "Started child %d" -msgstr "" - -#: nova/service.py:334 -#, python-format -msgid "Starting %d workers" -msgstr "" - -#: nova/service.py:348 -#, python-format -msgid "Child %(pid)d killed by signal %(sig)d" -msgstr "" - -#: nova/service.py:351 -#, python-format -msgid "Child %(pid)d exited with status %(code)d" -msgstr "" - -#: nova/service.py:354 -#, python-format -msgid "pid %d not in child list" -msgstr "" - -#: nova/service.py:374 -#, python-format -msgid "Caught %s, stopping children" -msgstr "" - -#: nova/service.py:385 -#, python-format -msgid "Waiting on %d children to exit" -msgstr "" - -#: nova/service.py:427 +#: nova/service.py:153 #, python-format msgid "Starting %(topic)s node (version %(version)s)" msgstr "" -#: nova/service.py:444 nova/openstack/common/rpc/service.py:47 +#: nova/service.py:170 nova/openstack/common/rpc/service.py:47 #, python-format msgid "Creating Consumer connection for Service %s" msgstr "" -#: nova/service.py:464 +#: nova/service.py:190 #, python-format msgid "Join ServiceGroup membership for this service %s" msgstr "" -#: nova/service.py:546 +#: nova/service.py:270 msgid "Service killed that has no database entry" msgstr "" -#: nova/service.py:581 +#: nova/service.py:292 #, python-format msgid "Temporary directory is invalid: %s" msgstr "" -#: nova/service.py:679 +#: nova/service.py:394 msgid "serve() can only be called once" msgstr "" @@ -1708,7 +1647,7 @@ msgstr "" msgid "An unknown error has occurred. Please try your request again." msgstr "" -#: nova/api/ec2/apirequest.py:60 +#: nova/api/ec2/apirequest.py:61 #, python-format msgid "Unsupported API request: controller = %(controller)s, action = %(action)s" msgstr "" @@ -2514,7 +2453,7 @@ msgid "No adminPass was specified" msgstr "" #: nova/api/openstack/compute/servers.py:1173 -#: nova/api/openstack/compute/servers.py:1384 +#: nova/api/openstack/compute/servers.py:1382 msgid "Invalid adminPass" msgstr "" @@ -2545,15 +2484,15 @@ msgstr "" msgid "Could not parse imageRef from request." msgstr "" -#: nova/api/openstack/compute/servers.py:1292 +#: nova/api/openstack/compute/servers.py:1289 msgid "Cannot find image for rebuild" msgstr "" -#: nova/api/openstack/compute/servers.py:1325 +#: nova/api/openstack/compute/servers.py:1323 msgid "createImage entity requires name attribute" msgstr "" -#: nova/api/openstack/compute/servers.py:1410 +#: nova/api/openstack/compute/servers.py:1408 #, python-format msgid "Removing options '%s' from query" msgstr "" @@ -3264,89 +3203,88 @@ msgstr "" msgid "Error processing message locally: %(exc)s" msgstr "" -#: nova/cells/messaging.py:358 nova/cells/messaging.py:364 +#: nova/cells/messaging.py:360 nova/cells/messaging.py:368 #, python-format msgid "destination is %(target_cell)s but routing_path is %(routing_path)s" msgstr "" -#: nova/cells/messaging.py:374 +#: nova/cells/messaging.py:380 #, python-format msgid "Unknown %(cell_type)s when routing to %(target_cell)s" msgstr "" -#: nova/cells/messaging.py:398 +#: nova/cells/messaging.py:404 #, python-format msgid "Error locating next hop for message: %(exc)s" msgstr "" -#: nova/cells/messaging.py:425 +#: nova/cells/messaging.py:431 #, python-format msgid "Failed to send message to cell: %(next_hop)s: %(exc)s" msgstr "" -#: nova/cells/messaging.py:504 +#: nova/cells/messaging.py:510 #, python-format msgid "Error locating next hops for message: %(exc)s" msgstr "" -#: nova/cells/messaging.py:524 +#: nova/cells/messaging.py:530 #, python-format msgid "Error sending message to next hops: %(exc)s" msgstr "" -#: nova/cells/messaging.py:542 +#: nova/cells/messaging.py:548 #, python-format msgid "Error waiting for responses from neighbor cells: %(exc)s" msgstr "" -#: nova/cells/messaging.py:653 +#: nova/cells/messaging.py:659 #, python-format msgid "Unknown method '%(method)s' in compute API" msgstr "" -#: nova/cells/messaging.py:676 +#: nova/cells/messaging.py:682 #, python-format msgid "Received capabilities from child cell %(cell_name)s: %(capabilities)s" msgstr "" -#: nova/cells/messaging.py:685 +#: nova/cells/messaging.py:692 #, python-format msgid "Received capacities from child cell %(cell_name)s: %(capacities)s" msgstr "" -#: nova/cells/messaging.py:811 +#: nova/cells/messaging.py:819 #, python-format -msgid "Got update for instance %(instance_uuid)s: %(instance)s" +msgid "Got update for instance: %(instance)s" msgstr "" -#: nova/cells/messaging.py:854 -#, python-format -msgid "Got update to delete instance %(instance_uuid)s" +#: nova/cells/messaging.py:862 +msgid "Got update to delete instance" msgstr "" -#: nova/cells/messaging.py:869 +#: nova/cells/messaging.py:877 #, python-format msgid "Got broadcast to %(delete_type)s delete instance" msgstr "" -#: nova/cells/messaging.py:883 +#: nova/cells/messaging.py:891 #, python-format msgid "Got message to create instance fault: %(instance_fault)s" msgstr "" -#: nova/cells/messaging.py:904 +#: nova/cells/messaging.py:912 #, python-format msgid "" "Forcing a sync of instances, project_id=%(projid_str)s, " "updated_since=%(since_str)s" msgstr "" -#: nova/cells/messaging.py:1088 +#: nova/cells/messaging.py:1097 #, python-format msgid "Updating parents with our capabilities: %(capabs)s" msgstr "" -#: nova/cells/messaging.py:1108 +#: nova/cells/messaging.py:1117 #, python-format msgid "Updating parents with our capacities: %(capacities)s" msgstr "" @@ -3363,7 +3301,7 @@ msgid "" "second(s)" msgstr "" -#: nova/cells/scheduler.py:139 +#: nova/cells/scheduler.py:140 #, python-format msgid "Error scheduling instances %(instance_uuids)s" msgstr "" @@ -3377,7 +3315,7 @@ msgstr "" msgid "Unknown cell '%(cell_name)s' when trying to update capabilities" msgstr "" -#: nova/cells/state.py:330 +#: nova/cells/state.py:331 #, python-format msgid "Unknown cell '%(cell_name)s' when trying to update capacities" msgstr "" @@ -3868,136 +3806,136 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:1997 +#: nova/compute/api.py:1988 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2006 +#: nova/compute/api.py:1997 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2048 +#: nova/compute/api.py:2043 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2188 +#: nova/compute/api.py:2179 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2295 +#: nova/compute/api.py:2284 msgid "Locking" msgstr "" -#: nova/compute/api.py:2303 +#: nova/compute/api.py:2292 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2375 +#: nova/compute/api.py:2364 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2488 +#: nova/compute/api.py:2477 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2507 +#: nova/compute/api.py:2496 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2511 +#: nova/compute/api.py:2500 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2758 +#: nova/compute/api.py:2747 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2762 +#: nova/compute/api.py:2751 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2858 +#: nova/compute/api.py:2847 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2861 +#: nova/compute/api.py:2850 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2869 +#: nova/compute/api.py:2858 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2875 +#: nova/compute/api.py:2864 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2893 +#: nova/compute/api.py:2882 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2896 +#: nova/compute/api.py:2885 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2903 +#: nova/compute/api.py:2892 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2967 +#: nova/compute/api.py:2956 #, python-format msgid "Unable to delete system group '%s'" msgstr "" -#: nova/compute/api.py:2972 +#: nova/compute/api.py:2961 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:2980 +#: nova/compute/api.py:2969 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:2983 +#: nova/compute/api.py:2972 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3060 nova/compute/api.py:3134 +#: nova/compute/api.py:3049 nova/compute/api.py:3123 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3076 +#: nova/compute/api.py:3065 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3079 +#: nova/compute/api.py:3068 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3088 +#: nova/compute/api.py:3077 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3141 +#: nova/compute/api.py:3130 msgid "Security group id should be integer" msgstr "" @@ -4100,650 +4038,650 @@ msgstr "" msgid "Instance has been destroyed from under us while trying to set it to ERROR" msgstr "" -#: nova/compute/manager.py:407 +#: nova/compute/manager.py:409 #, python-format msgid "Instance %(uuid)s found in the hypervisor, but not in the database" msgstr "" -#: nova/compute/manager.py:423 +#: nova/compute/manager.py:425 #, python-format msgid "" "Instance %(driver_instance)s found in the hypervisor, but not in the " "database" msgstr "" -#: nova/compute/manager.py:444 +#: nova/compute/manager.py:446 #, python-format msgid "" "Deleting instance as its host (%(instance_host)s) is not equal to our " "host (%(our_host)s)." msgstr "" -#: nova/compute/manager.py:459 +#: nova/compute/manager.py:461 msgid "Instance has been marked deleted already, removing it from the hypervisor." msgstr "" -#: nova/compute/manager.py:480 +#: nova/compute/manager.py:482 msgid "" "Hypervisor driver does not support instance shared storage check, " "assuming it's not on shared storage" msgstr "" -#: nova/compute/manager.py:486 +#: nova/compute/manager.py:488 msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:529 +#: nova/compute/manager.py:531 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:532 +#: nova/compute/manager.py:534 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:543 +#: nova/compute/manager.py:545 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:548 +#: nova/compute/manager.py:550 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:562 +#: nova/compute/manager.py:564 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:567 +#: nova/compute/manager.py:569 msgid "Failed to resume instance" msgstr "" -#: nova/compute/manager.py:577 +#: nova/compute/manager.py:579 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:581 +#: nova/compute/manager.py:583 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:597 +#: nova/compute/manager.py:599 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:609 +#: nova/compute/manager.py:611 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:647 +#: nova/compute/manager.py:649 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:745 +#: nova/compute/manager.py:747 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:762 +#: nova/compute/manager.py:764 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:862 +#: nova/compute/manager.py:864 msgid "Success" msgstr "" -#: nova/compute/manager.py:885 +#: nova/compute/manager.py:887 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:906 nova/compute/manager.py:2377 +#: nova/compute/manager.py:908 nova/compute/manager.py:2379 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:948 +#: nova/compute/manager.py:950 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:954 +#: nova/compute/manager.py:956 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:982 +#: nova/compute/manager.py:984 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:999 +#: nova/compute/manager.py:1001 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1024 nova/compute/manager.py:2431 +#: nova/compute/manager.py:1026 nova/compute/manager.py:2433 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1037 +#: nova/compute/manager.py:1039 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1042 +#: nova/compute/manager.py:1044 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1048 +#: nova/compute/manager.py:1050 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1077 +#: nova/compute/manager.py:1079 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1125 +#: nova/compute/manager.py:1127 #, python-format msgid "" "image_id=%(image_id)s, image_size_bytes=%(size_bytes)d, " "allowed_size_bytes=%(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1131 +#: nova/compute/manager.py:1133 #, python-format msgid "" "Image '%(image_id)s' size %(size_bytes)d exceeded instance_type allowed " "size %(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1141 +#: nova/compute/manager.py:1143 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1167 +#: nova/compute/manager.py:1169 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1170 +#: nova/compute/manager.py:1172 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1181 +#: nova/compute/manager.py:1183 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1200 +#: nova/compute/manager.py:1202 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1251 +#: nova/compute/manager.py:1253 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1324 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1338 +#: nova/compute/manager.py:1340 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1358 +#: nova/compute/manager.py:1360 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1361 +#: nova/compute/manager.py:1363 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1368 +#: nova/compute/manager.py:1370 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1415 +#: nova/compute/manager.py:1417 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1468 nova/compute/manager.py:2606 -#: nova/compute/manager.py:4118 +#: nova/compute/manager.py:1470 nova/compute/manager.py:2608 +#: nova/compute/manager.py:4137 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1620 +#: nova/compute/manager.py:1622 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1633 +#: nova/compute/manager.py:1635 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1637 +#: nova/compute/manager.py:1639 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1641 +#: nova/compute/manager.py:1643 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1724 +#: nova/compute/manager.py:1726 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1756 +#: nova/compute/manager.py:1758 #, python-format msgid "Detaching from volume api: %s" msgstr "" -#: nova/compute/manager.py:1774 +#: nova/compute/manager.py:1776 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1799 +#: nova/compute/manager.py:1801 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1817 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "" -#: nova/compute/manager.py:1828 +#: nova/compute/manager.py:1830 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1855 +#: nova/compute/manager.py:1857 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1861 +#: nova/compute/manager.py:1863 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1922 +#: nova/compute/manager.py:1924 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1929 +#: nova/compute/manager.py:1931 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1934 +#: nova/compute/manager.py:1936 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1962 +#: nova/compute/manager.py:1964 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1969 +#: nova/compute/manager.py:1971 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1976 +#: nova/compute/manager.py:1978 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1991 +#: nova/compute/manager.py:1993 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1998 +#: nova/compute/manager.py:2000 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:2011 +#: nova/compute/manager.py:2013 #, python-format msgid "" "trying to inject a file into a non-running (state: " "%(current_power_state)s expected: %(expected_state)s)" msgstr "" -#: nova/compute/manager.py:2015 +#: nova/compute/manager.py:2017 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:2035 +#: nova/compute/manager.py:2037 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2048 +#: nova/compute/manager.py:2050 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2067 +#: nova/compute/manager.py:2069 msgid "Error trying to Rescue Instance" msgstr "" -#: nova/compute/manager.py:2071 +#: nova/compute/manager.py:2073 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2089 +#: nova/compute/manager.py:2091 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2110 +#: nova/compute/manager.py:2112 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2335 +#: nova/compute/manager.py:2337 msgid "Instance has no source host" msgstr "" -#: nova/compute/manager.py:2341 +#: nova/compute/manager.py:2343 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2358 +#: nova/compute/manager.py:2360 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2603 +#: nova/compute/manager.py:2605 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2666 +#: nova/compute/manager.py:2668 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2684 +#: nova/compute/manager.py:2686 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2722 +#: nova/compute/manager.py:2724 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2753 +#: nova/compute/manager.py:2755 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2773 +#: nova/compute/manager.py:2775 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2778 +#: nova/compute/manager.py:2780 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2781 +#: nova/compute/manager.py:2783 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2798 +#: nova/compute/manager.py:2800 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2825 +#: nova/compute/manager.py:2827 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2860 +#: nova/compute/manager.py:2862 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2907 +#: nova/compute/manager.py:2909 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2957 +#: nova/compute/manager.py:2959 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2966 +#: nova/compute/manager.py:2968 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2981 +#: nova/compute/manager.py:2983 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:3011 +#: nova/compute/manager.py:3013 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:3021 +#: nova/compute/manager.py:3023 msgid "Detaching volume from unknown instance" msgstr "" -#: nova/compute/manager.py:3028 +#: nova/compute/manager.py:3030 #, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "" -#: nova/compute/manager.py:3051 +#: nova/compute/manager.py:3053 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3087 +#: nova/compute/manager.py:3089 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3107 +#: nova/compute/manager.py:3109 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3121 +#: nova/compute/manager.py:3123 #, python-format msgid "Host %(host)s not found" msgstr "" -#: nova/compute/manager.py:3265 +#: nova/compute/manager.py:3276 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3293 +#: nova/compute/manager.py:3304 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3348 +#: nova/compute/manager.py:3359 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3350 +#: nova/compute/manager.py:3361 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:3364 +#: nova/compute/manager.py:3376 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3393 +#: nova/compute/manager.py:3408 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3512 +#: nova/compute/manager.py:3537 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3557 +#: nova/compute/manager.py:3587 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3563 +#: nova/compute/manager.py:3593 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3602 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3579 +#: nova/compute/manager.py:3609 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3583 +#: nova/compute/manager.py:3613 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3590 +#: nova/compute/manager.py:3620 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3599 +#: nova/compute/manager.py:3629 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3616 +#: nova/compute/manager.py:3646 #, 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:3635 +#: nova/compute/manager.py:3665 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3659 +#: nova/compute/manager.py:3689 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3776 +#: nova/compute/manager.py:3806 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3793 +#: nova/compute/manager.py:3823 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3820 +#: nova/compute/manager.py:3850 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3825 nova/compute/manager.py:3875 +#: nova/compute/manager.py:3855 nova/compute/manager.py:3905 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3862 +#: nova/compute/manager.py:3892 #, 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:3900 +#: nova/compute/manager.py:3930 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3912 nova/compute/manager.py:3921 -#: nova/compute/manager.py:3951 +#: nova/compute/manager.py:3942 nova/compute/manager.py:3951 +#: nova/compute/manager.py:3981 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3916 +#: nova/compute/manager.py:3946 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3932 +#: nova/compute/manager.py:3962 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3938 +#: nova/compute/manager.py:3968 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3944 +#: nova/compute/manager.py:3974 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3960 +#: nova/compute/manager.py:3990 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3968 +#: nova/compute/manager.py:3998 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3988 +#: nova/compute/manager.py:4010 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:4015 +#: nova/compute/manager.py:4037 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:4025 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4047 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4088 #, python-format msgid "" "Detected instance with name label '%(name)s' which is marked as DELETED " "but still present on host." msgstr "" -#: nova/compute/manager.py:4073 +#: nova/compute/manager.py:4095 #, python-format msgid "" "Destroying instance with name label '%(name)s' which is marked as DELETED" " but still present on host." msgstr "" -#: nova/compute/manager.py:4080 +#: nova/compute/manager.py:4102 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4110 +#: nova/compute/manager.py:4129 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4857,7 +4795,7 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:380 +#: nova/conductor/api.py:373 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" @@ -4868,7 +4806,7 @@ msgstr "" msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:262 +#: nova/conductor/manager.py:263 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -4946,54 +4884,50 @@ msgstr "" msgid "Failed to notify cells of instance destroy" msgstr "" -#: nova/db/api.py:673 nova/db/api.py:694 +#: nova/db/api.py:674 nova/db/api.py:695 msgid "Failed to notify cells of instance update" msgstr "" -#: nova/db/api.py:734 -msgid "Failed to notify cells of instance info cache update" -msgstr "" - -#: nova/db/api.py:1456 +#: nova/db/api.py:1453 msgid "Failed to notify cells of bw_usage update" msgstr "" -#: nova/db/api.py:1591 +#: nova/db/api.py:1588 msgid "Failed to notify cells of instance fault" msgstr "" -#: nova/db/sqlalchemy/api.py:157 +#: nova/db/sqlalchemy/api.py:160 #, python-format msgid "Deadlock detected when running '%(func_name)s': Retrying..." msgstr "" -#: nova/db/sqlalchemy/api.py:192 +#: nova/db/sqlalchemy/api.py:195 msgid "model or base_model parameter should be subclass of NovaBase" msgstr "" -#: nova/db/sqlalchemy/api.py:205 nova/virt/baremetal/db/sqlalchemy/api.py:61 +#: nova/db/sqlalchemy/api.py:208 nova/virt/baremetal/db/sqlalchemy/api.py:61 #, python-format msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1408 +#: nova/db/sqlalchemy/api.py:1411 #, python-format msgid "" "Unknown osapi_compute_unique_server_name_scope value: %s Flag must be " "empty, \"global\" or \"project\"" msgstr "" -#: nova/db/sqlalchemy/api.py:1546 +#: nova/db/sqlalchemy/api.py:1549 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2853 +#: nova/db/sqlalchemy/api.py:2908 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4361 +#: nova/db/sqlalchemy/api.py:4416 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5139,15 +5073,19 @@ msgstr "" msgid "Bad project_id for to_global_ipv6: %s" msgstr "" -#: nova/network/api.py:55 +#: nova/network/api.py:56 msgid "instance is a required argument to use @refresh_cache" msgstr "" -#: nova/network/api.py:80 +#: nova/network/api.py:90 +msgid "Failed to notify cells of instance info cache update" +msgstr "" + +#: nova/network/api.py:93 msgid "Failed storing info cache" msgstr "" -#: nova/network/api.py:235 +#: nova/network/api.py:248 #, python-format msgid "re-assign floating IP %(address)s from instance %(instance_id)s" msgstr "" @@ -5705,17 +5643,17 @@ msgstr "" msgid "Deprecated: %s" msgstr "" -#: nova/openstack/common/log.py:347 +#: nova/openstack/common/log.py:336 #, python-format msgid "Error loading logging config %(log_config)s: %(err_msg)s" msgstr "" -#: nova/openstack/common/log.py:397 +#: nova/openstack/common/log.py:386 #, python-format msgid "syslog facility must be one of: %s" msgstr "" -#: nova/openstack/common/log.py:563 +#: nova/openstack/common/log.py:555 #, python-format msgid "Fatal call to deprecated config: %(msg)s" msgstr "" @@ -5812,6 +5750,62 @@ msgstr "" msgid "process_input not supported over SSH" msgstr "" +#: nova/openstack/common/service.py:113 nova/openstack/common/service.py:276 +msgid "Full set of CONF:" +msgstr "" + +#: nova/openstack/common/service.py:122 nova/openstack/common/service.py:219 +#, python-format +msgid "Caught %s, exiting" +msgstr "" + +#: nova/openstack/common/service.py:165 +msgid "Parent process has died unexpectedly, exiting" +msgstr "" + +#: nova/openstack/common/service.py:201 +msgid "Forking too fast, sleeping" +msgstr "" + +#: nova/openstack/common/service.py:224 +msgid "Unhandled exception" +msgstr "" + +#: nova/openstack/common/service.py:231 +#, python-format +msgid "Started child %d" +msgstr "" + +#: nova/openstack/common/service.py:241 +#, python-format +msgid "Starting %d workers" +msgstr "" + +#: nova/openstack/common/service.py:258 +#, python-format +msgid "Child %(pid)d killed by signal %(sig)d" +msgstr "" + +#: nova/openstack/common/service.py:262 +#, python-format +msgid "Child %(pid)s exited with status %(code)d" +msgstr "" + +#: nova/openstack/common/service.py:266 +#, python-format +msgid "pid %d not in child list" +msgstr "" + +#: nova/openstack/common/service.py:294 +#, python-format +msgid "Caught %s, stopping children" +msgstr "" + +#: nova/openstack/common/service.py:305 +#, python-format +msgid "Waiting on %d children to exit" +msgstr "" + #: nova/openstack/common/strutils.py:72 #, python-format msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" @@ -6000,12 +5994,17 @@ msgid "" "endpoint." msgstr "" -#: nova/openstack/common/rpc/common.py:281 +#: nova/openstack/common/rpc/common.py:162 +#, python-format +msgid "Specified RPC version cap, %(version_cap)s, is too low" +msgstr "" + +#: nova/openstack/common/rpc/common.py:285 #, python-format msgid "Failed to sanitize %(item)s. Key error %(err)s" msgstr "" -#: nova/openstack/common/rpc/common.py:303 +#: nova/openstack/common/rpc/common.py:307 #, python-format msgid "Returning exception %s to caller" msgstr "" @@ -6338,38 +6337,38 @@ msgstr "" msgid "Request Spec: %s" msgstr "" -#: nova/scheduler/filter_scheduler.py:92 +#: nova/scheduler/filter_scheduler.py:97 #, python-format msgid "Choosing host %(weighed_host)s for instance %(instance_uuid)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:234 +#: nova/scheduler/filter_scheduler.py:239 msgid "Invalid value for 'scheduler_max_attempts', must be >= 1" msgstr "" -#: nova/scheduler/filter_scheduler.py:251 +#: nova/scheduler/filter_scheduler.py:256 #, python-format msgid "Error from last host: %(last_host)s (node %(last_node)s): %(exc)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:283 +#: nova/scheduler/filter_scheduler.py:288 #, python-format msgid "" "Exceeded max scheduling attempts %(max_attempts)d for instance " "%(instance_uuid)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:351 +#: nova/scheduler/filter_scheduler.py:356 #, python-format msgid "Filtered %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:356 +#: nova/scheduler/filter_scheduler.py:361 #, python-format msgid "Weighed %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:398 +#: nova/scheduler/filter_scheduler.py:403 #, python-format msgid "Unable to migrate %(instance_uuid)s to %(dest)s: Lack of memory" msgstr "" @@ -6564,46 +6563,46 @@ msgstr "" msgid "Returns one member of the [%s] group" msgstr "" -#: nova/servicegroup/drivers/db.py:42 +#: nova/servicegroup/drivers/db.py:41 #, python-format msgid "" "DB_Driver: join new ServiceGroup member %(member_id)s to the %(group_id)s" " group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/db.py:46 +#: nova/servicegroup/drivers/db.py:45 msgid "service is a mandatory argument for DB based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/db.py:76 +#: nova/servicegroup/drivers/db.py:72 #, python-format msgid "DB_Driver: get_all members of the %s group" msgstr "" -#: nova/servicegroup/drivers/db.py:99 nova/servicegroup/drivers/mc.py:103 +#: nova/servicegroup/drivers/db.py:95 nova/servicegroup/drivers/mc.py:99 msgid "Recovered model server connection!" msgstr "" -#: nova/servicegroup/drivers/db.py:105 nova/servicegroup/drivers/mc.py:109 +#: nova/servicegroup/drivers/db.py:101 nova/servicegroup/drivers/mc.py:105 msgid "model server went away" msgstr "" -#: nova/servicegroup/drivers/mc.py:44 +#: nova/servicegroup/drivers/mc.py:43 msgid "memcached_servers not defined" msgstr "" -#: nova/servicegroup/drivers/mc.py:52 +#: nova/servicegroup/drivers/mc.py:51 #, python-format msgid "" "Memcached_Driver: join new ServiceGroup member %(member_id)s to the " "%(group_id)s group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/mc.py:57 +#: nova/servicegroup/drivers/mc.py:56 msgid "service is a mandatory argument for Memcached based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/mc.py:78 +#: nova/servicegroup/drivers/mc.py:74 #, python-format msgid "Memcached_Driver: get_all members of the %s group" msgstr "" @@ -6692,22 +6691,6 @@ msgstr "" msgid "already detached" msgstr "" -#: nova/tests/fakelibvirt.py:892 -msgid "Please extend mock libvirt module to support flags" -msgstr "" - -#: nova/tests/fakelibvirt.py:896 -msgid "Expected a list for 'auth' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:900 -msgid "Expected a function in 'auth[0]' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:904 -msgid "Expected a function in 'auth[1]' parameter" -msgstr "" - #: nova/tests/test_hypervapi.py:433 msgid "fake vswitch not found" msgstr "" @@ -6741,17 +6724,17 @@ msgstr "" msgid "unexpected role header" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3340 +#: nova/tests/api/openstack/compute/test_servers.py:3365 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3345 +#: nova/tests/api/openstack/compute/test_servers.py:3370 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3350 +#: nova/tests/api/openstack/compute/test_servers.py:3375 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" @@ -6760,7 +6743,7 @@ msgstr "" #: nova/tests/compute/test_compute.py:1168 #: nova/tests/compute/test_compute.py:1195 #: nova/tests/compute/test_compute.py:1241 -#: nova/tests/compute/test_compute.py:3762 +#: nova/tests/compute/test_compute.py:3804 #, python-format msgid "Running instances: %s" msgstr "" @@ -6777,16 +6760,16 @@ msgstr "" msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:3815 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4275 +#: nova/tests/compute/test_compute.py:4315 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8748 +#: nova/tests/compute/test_compute.py:8904 msgid "spawn error" msgstr "" @@ -6882,6 +6865,22 @@ msgstr "" msgid "Decoding JSON: %s" msgstr "" +#: nova/tests/virt/libvirt/fakelibvirt.py:892 +msgid "Please extend mock libvirt module to support flags" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:896 +msgid "Expected a list for 'auth' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:900 +msgid "Expected a function in 'auth[0]' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:904 +msgid "Expected a function in 'auth[1]' parameter" +msgstr "" + #: nova/virt/configdrive.py:97 #, python-format msgid "Added %(filepath)s to config drive" @@ -10965,67 +10964,15 @@ msgstr "" msgid "status must be 'available'" msgstr "" -#~ msgid "EC2APIError raised: %s" -#~ msgstr "" - -#~ msgid "Instance is in an invalid state for '%(action)s'" -#~ msgstr "" - -#~ msgid "Failed to load extension %(ext_name)s: %(exc)s" -#~ msgstr "" - -#~ msgid "Removing options '%(unk_opt_str)s' from query" -#~ msgstr "" - -#~ msgid "Live migration of instance %(id)s to another host failed" -#~ msgstr "" - -#~ msgid "Cannot show aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Cannot update aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Cannot delete aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Total %(type_)s: %(total)d %(unit)s, used: %(used)d %(unit)s" -#~ msgstr "" - -#~ msgid "%(type_)s limit not specified, defaulting to unlimited" -#~ msgstr "" - -#~ msgid "%(type_)s limit: %(limit)d %(unit)s, free: %(free)d %(unit)s" -#~ msgstr "" - -#~ msgid "" -#~ "Unable to claim resources. Free " -#~ "%(type_)s %(free)d %(unit)s < requested " -#~ "%(requested)d %(unit)s" -#~ msgstr "" - -#~ msgid "'%s' argument must be a positive integer" -#~ msgstr "" - -#~ msgid "Attempting to build %(num_instances)d instance(s)" -#~ msgstr "" - -#~ msgid "Choosing host %(chosen_host)s" -#~ msgstr "" - -#~ msgid "Unable to load the virtualization driver: %s" +#~ msgid "%(flag)s : FLAG SET " #~ msgstr "" -#~ msgid "" -#~ "Inject data image=%(image)s key=%(key)s " -#~ "net=%(net)s metadata=%(metadata)s admin_password=ha-" -#~ "ha-not-telling-you files=%(files)s " -#~ "partition=%(partition)s use_cow=%(use_cow)s" +#~ msgid "Child %(pid)d exited with status %(code)d" #~ msgstr "" -#~ msgid "Inject admin password fs=%(fs)s admin_passwd=ha-ha-not-telling-you" +#~ msgid "Got update for instance %(instance_uuid)s: %(instance)s" #~ msgstr "" -#~ msgid "Resizing down VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" +#~ msgid "Got update to delete instance %(instance_uuid)s" #~ msgstr "" diff --git a/nova/locale/zh_CN/LC_MESSAGES/nova.po b/nova/locale/zh_CN/LC_MESSAGES/nova.po index 816f29d11..ca2edca6f 100644 --- a/nova/locale/zh_CN/LC_MESSAGES/nova.po +++ b/nova/locale/zh_CN/LC_MESSAGES/nova.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: nova\n" "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" -"POT-Creation-Date: 2013-05-18 19:37+0000\n" +"POT-Creation-Date: 2013-05-22 19:37+0000\n" "PO-Revision-Date: 2012-05-07 06:51+0000\n" "Last-Translator: Edward <Unknown>\n" "Language-Team: Chinese (Simplified) <zh_CN@li.org>\n" @@ -171,7 +171,7 @@ msgid "" msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 -#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2778 +#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2767 msgid "Keypair data is invalid" msgstr "密钥对数据无效" @@ -187,7 +187,7 @@ msgstr "收到无效的输入" msgid "Invalid volume" msgstr "无效的卷" -#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1334 +#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1332 #: nova/api/openstack/compute/contrib/admin_actions.py:242 msgid "Invalid metadata" msgstr "无效的元数据" @@ -1323,7 +1323,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:166 +#: nova/manager.py:170 msgid "Notifying Schedulers of capabilities ..." msgstr "向调度器通报能力。" @@ -1344,118 +1344,56 @@ msgstr "JSON文件表示策略。" msgid "Rule checked when requested rule is not found" msgstr "请求的规则找不到时的检查缺省规则。" -#: nova/quota.py:966 +#: nova/quota.py:972 #, python-format msgid "Created reservations %(reservations)s" msgstr "" -#: nova/quota.py:988 +#: nova/quota.py:994 #, python-format msgid "Failed to commit reservations %(reservations)s" msgstr "" -#: nova/quota.py:990 +#: nova/quota.py:996 #, python-format msgid "Committed reservations %(reservations)s" msgstr "" -#: nova/quota.py:1010 +#: nova/quota.py:1016 #, python-format msgid "Failed to roll back reservations %(reservations)s" msgstr "" -#: nova/quota.py:1012 +#: nova/quota.py:1018 #, python-format msgid "Rolled back reservations %(reservations)s" msgstr "" -#: nova/service.py:197 -#, fuzzy -msgid "Full set of CONF:" -msgstr "标记全集:" - -#: nova/service.py:204 -#, python-format -msgid "%(flag)s : FLAG SET " -msgstr "%(flag)s:标记集合 " - -#: nova/service.py:214 nova/service.py:312 -#, fuzzy, python-format -msgid "Caught %s, exiting" -msgstr "快照 %s:正在删除" - -#: nova/service.py:258 -msgid "Parent process has died unexpectedly, exiting" -msgstr "" - -#: nova/service.py:294 -msgid "Forking too fast, sleeping" -msgstr "" - -#: nova/service.py:317 -msgid "Unhandled exception" -msgstr "" - -#: nova/service.py:324 -#, python-format -msgid "Started child %d" -msgstr "" - -#: nova/service.py:334 -#, fuzzy, python-format -msgid "Starting %d workers" -msgstr "起始地址" - -#: nova/service.py:348 -#, python-format -msgid "Child %(pid)d killed by signal %(sig)d" -msgstr "" - -#: nova/service.py:351 -#, python-format -msgid "Child %(pid)d exited with status %(code)d" -msgstr "" - -#: nova/service.py:354 -#, python-format -msgid "pid %d not in child list" -msgstr "" - -#: nova/service.py:374 -#, python-format -msgid "Caught %s, stopping children" -msgstr "" - -#: nova/service.py:385 -#, python-format -msgid "Waiting on %d children to exit" -msgstr "" - -#: nova/service.py:427 +#: nova/service.py:153 #, fuzzy, python-format msgid "Starting %(topic)s node (version %(version)s)" msgstr "启动 %(topic)s 节点 (版本 %(vcs_string)s)" -#: nova/service.py:444 nova/openstack/common/rpc/service.py:47 +#: nova/service.py:170 nova/openstack/common/rpc/service.py:47 #, python-format msgid "Creating Consumer connection for Service %s" msgstr "为服务 %s 创建消费者" -#: nova/service.py:464 +#: nova/service.py:190 #, python-format msgid "Join ServiceGroup membership for this service %s" msgstr "" -#: nova/service.py:546 +#: nova/service.py:270 msgid "Service killed that has no database entry" msgstr "因无数据库记录,服务已被中止" -#: nova/service.py:581 +#: nova/service.py:292 #, python-format msgid "Temporary directory is invalid: %s" msgstr "" -#: nova/service.py:679 +#: nova/service.py:394 msgid "serve() can only be called once" msgstr "" @@ -1728,7 +1666,7 @@ msgstr "Environment: %s" msgid "An unknown error has occurred. Please try your request again." msgstr "发生了一个未知的错误. 请重试你的请求." -#: nova/api/ec2/apirequest.py:60 +#: nova/api/ec2/apirequest.py:61 #, python-format msgid "Unsupported API request: controller = %(controller)s, action = %(action)s" msgstr "不支持的API请求:controller = %(controller)s,action = %(action)s" @@ -2560,7 +2498,7 @@ msgid "No adminPass was specified" msgstr "没有确定adminPass" #: nova/api/openstack/compute/servers.py:1173 -#: nova/api/openstack/compute/servers.py:1384 +#: nova/api/openstack/compute/servers.py:1382 msgid "Invalid adminPass" msgstr "无效的adminPass" @@ -2592,15 +2530,15 @@ msgstr "无效的请求主体" msgid "Could not parse imageRef from request." msgstr "无法解析请求中的imageRef。" -#: nova/api/openstack/compute/servers.py:1292 +#: nova/api/openstack/compute/servers.py:1289 msgid "Cannot find image for rebuild" msgstr "无法找到用来重新创建的镜像" -#: nova/api/openstack/compute/servers.py:1325 +#: nova/api/openstack/compute/servers.py:1323 msgid "createImage entity requires name attribute" msgstr "实体createImage需要属性name" -#: nova/api/openstack/compute/servers.py:1410 +#: nova/api/openstack/compute/servers.py:1408 #, fuzzy, python-format msgid "Removing options '%s' from query" msgstr "正在从查询语句中移除选项 '%(unk_opt_str)s'" @@ -3344,89 +3282,89 @@ msgstr "" msgid "Error processing message locally: %(exc)s" msgstr "" -#: nova/cells/messaging.py:358 nova/cells/messaging.py:364 +#: nova/cells/messaging.py:360 nova/cells/messaging.py:368 #, python-format msgid "destination is %(target_cell)s but routing_path is %(routing_path)s" msgstr "" -#: nova/cells/messaging.py:374 +#: nova/cells/messaging.py:380 #, python-format msgid "Unknown %(cell_type)s when routing to %(target_cell)s" msgstr "" -#: nova/cells/messaging.py:398 +#: nova/cells/messaging.py:404 #, fuzzy, python-format msgid "Error locating next hop for message: %(exc)s" msgstr "没有适用于消息的方法:%s" -#: nova/cells/messaging.py:425 +#: nova/cells/messaging.py:431 #, fuzzy, python-format msgid "Failed to send message to cell: %(next_hop)s: %(exc)s" msgstr "加载扩展 %(ext_factory)s 失败:%(exc)s" -#: nova/cells/messaging.py:504 +#: nova/cells/messaging.py:510 #, fuzzy, python-format msgid "Error locating next hops for message: %(exc)s" msgstr "没有适用于消息的方法:%s" -#: nova/cells/messaging.py:524 +#: nova/cells/messaging.py:530 #, fuzzy, python-format msgid "Error sending message to next hops: %(exc)s" msgstr "正在删除基文件:%s" -#: nova/cells/messaging.py:542 +#: nova/cells/messaging.py:548 #, python-format msgid "Error waiting for responses from neighbor cells: %(exc)s" msgstr "" -#: nova/cells/messaging.py:653 +#: nova/cells/messaging.py:659 #, fuzzy, python-format msgid "Unknown method '%(method)s' in compute API" msgstr "把“%(method)s”投放在主机 \"%(host)s\"" -#: nova/cells/messaging.py:676 +#: nova/cells/messaging.py:682 #, python-format msgid "Received capabilities from child cell %(cell_name)s: %(capabilities)s" msgstr "" -#: nova/cells/messaging.py:685 +#: nova/cells/messaging.py:692 #, python-format msgid "Received capacities from child cell %(cell_name)s: %(capacities)s" msgstr "" -#: nova/cells/messaging.py:811 +#: nova/cells/messaging.py:819 #, fuzzy, python-format -msgid "Got update for instance %(instance_uuid)s: %(instance)s" -msgstr "没有为实例 %(instance_id)s 找到迁移其状态为 %(status)s 。" +msgid "Got update for instance: %(instance)s" +msgstr "没有为实例 %(instance_id)s 找到卷。" -#: nova/cells/messaging.py:854 +#: nova/cells/messaging.py:862 #, fuzzy, python-format -msgid "Got update to delete instance %(instance_uuid)s" +msgid "Got update to delete instance" msgstr "没有为实例 %(instance_id)s 找到卷。" -#: nova/cells/messaging.py:869 +#: nova/cells/messaging.py:877 #, python-format msgid "Got broadcast to %(delete_type)s delete instance" msgstr "" -#: nova/cells/messaging.py:883 +#: nova/cells/messaging.py:891 #, python-format msgid "Got message to create instance fault: %(instance_fault)s" msgstr "" -#: nova/cells/messaging.py:904 +#: nova/cells/messaging.py:912 #, python-format msgid "" "Forcing a sync of instances, project_id=%(projid_str)s, " "updated_since=%(since_str)s" msgstr "" -#: nova/cells/messaging.py:1088 +#: nova/cells/messaging.py:1097 #, python-format msgid "Updating parents with our capabilities: %(capabs)s" msgstr "" -#: nova/cells/messaging.py:1108 +#: nova/cells/messaging.py:1117 #, python-format msgid "Updating parents with our capacities: %(capacities)s" msgstr "" @@ -3443,7 +3381,7 @@ msgid "" "second(s)" msgstr "" -#: nova/cells/scheduler.py:139 +#: nova/cells/scheduler.py:140 #, fuzzy, python-format msgid "Error scheduling instances %(instance_uuids)s" msgstr "没有为实例 %(instance_id)s 找到卷。" @@ -3457,7 +3395,7 @@ msgstr "" msgid "Unknown cell '%(cell_name)s' when trying to update capabilities" msgstr "" -#: nova/cells/state.py:330 +#: nova/cells/state.py:331 #, python-format msgid "Unknown cell '%(cell_name)s' when trying to update capacities" msgstr "" @@ -3975,138 +3913,138 @@ msgstr "搜索条件: %s" msgid "snapshot for %s" msgstr "开始为虚拟机 %s 快照" -#: nova/compute/api.py:1997 +#: nova/compute/api.py:1988 msgid "flavor_id is None. Assuming migration." msgstr "flavor_id为空。假定在迁移。" -#: nova/compute/api.py:2006 +#: nova/compute/api.py:1997 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "旧的实例类型 %(current_instance_type_name)s,新的实例类型 %(new_instance_type_name)s" -#: nova/compute/api.py:2048 +#: nova/compute/api.py:2043 #, fuzzy, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "%(pid)s 已经超过配额,试图运行 %(min_count)s 个实例" -#: nova/compute/api.py:2188 +#: nova/compute/api.py:2179 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2295 +#: nova/compute/api.py:2284 msgid "Locking" msgstr "" -#: nova/compute/api.py:2303 +#: nova/compute/api.py:2292 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2375 +#: nova/compute/api.py:2364 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2488 +#: nova/compute/api.py:2477 #, fuzzy, python-format msgid "Going to try to live migrate instance to %s" msgstr "准备尝试终止实例 %s" -#: nova/compute/api.py:2507 +#: nova/compute/api.py:2496 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2511 +#: nova/compute/api.py:2500 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2758 +#: nova/compute/api.py:2747 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2762 +#: nova/compute/api.py:2751 msgid "Keypair name must be between 1 and 255 characters long" msgstr "密钥对名称长度必须在1到255个字符之间" -#: nova/compute/api.py:2858 +#: nova/compute/api.py:2847 #, python-format msgid "Security group %s is not a string or unicode" msgstr "安全组 %s 既不是字符串也不是unicode" -#: nova/compute/api.py:2861 +#: nova/compute/api.py:2850 #, python-format msgid "Security group %s cannot be empty." msgstr "安全组 %s 不能为空。" -#: nova/compute/api.py:2869 +#: nova/compute/api.py:2858 #, fuzzy, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "参数GroupName的值 (%s) 无效。长度超过了上限255。" -#: nova/compute/api.py:2875 +#: nova/compute/api.py:2864 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "安全组 %s 不能比255个字符更长。" -#: nova/compute/api.py:2893 +#: nova/compute/api.py:2882 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2896 +#: nova/compute/api.py:2885 #, python-format msgid "Create Security Group %s" msgstr "创建安全组 %s" -#: nova/compute/api.py:2903 +#: nova/compute/api.py:2892 #, python-format msgid "Security group %s already exists" msgstr "安全组 %s 已经存在" -#: nova/compute/api.py:2967 +#: nova/compute/api.py:2956 #, fuzzy, python-format msgid "Unable to delete system group '%s'" msgstr "无法销毁VBD %s" -#: nova/compute/api.py:2972 +#: nova/compute/api.py:2961 #, fuzzy msgid "Security group is still in use" msgstr "安全组id应该是整数" -#: nova/compute/api.py:2980 +#: nova/compute/api.py:2969 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:2983 +#: nova/compute/api.py:2972 #, python-format msgid "Delete security group %s" msgstr "删除安全组 %s" -#: nova/compute/api.py:3060 nova/compute/api.py:3134 +#: nova/compute/api.py:3049 nova/compute/api.py:3123 #, python-format msgid "Rule (%s) not found" msgstr "没有找到规则 (%s)" -#: nova/compute/api.py:3076 +#: nova/compute/api.py:3065 #, fuzzy msgid "Quota exceeded, too many security group rules." msgstr "添加安全组规则:%r" -#: nova/compute/api.py:3079 +#: nova/compute/api.py:3068 #, python-format msgid "Authorize security group ingress %s" msgstr "授权 %s 安全组入口权限" -#: nova/compute/api.py:3088 +#: nova/compute/api.py:3077 #, python-format msgid "Revoke security group ingress %s" msgstr "撤销 %s 安全组入口权限" -#: nova/compute/api.py:3141 +#: nova/compute/api.py:3130 msgid "Security group id should be integer" msgstr "安全组id应该是整数" @@ -4211,154 +4149,154 @@ msgstr "" msgid "Instance has been destroyed from under us while trying to set it to ERROR" msgstr "" -#: nova/compute/manager.py:407 +#: nova/compute/manager.py:409 #, python-format msgid "Instance %(uuid)s found in the hypervisor, but not in the database" msgstr "" -#: nova/compute/manager.py:423 +#: nova/compute/manager.py:425 #, python-format msgid "" "Instance %(driver_instance)s found in the hypervisor, but not in the " "database" msgstr "" -#: nova/compute/manager.py:444 +#: nova/compute/manager.py:446 #, fuzzy, python-format msgid "" "Deleting instance as its host (%(instance_host)s) is not equal to our " "host (%(our_host)s)." msgstr "无法把实例 (%(instance_id)s) 迁移到当前主机 (%(host)s)。" -#: nova/compute/manager.py:459 +#: nova/compute/manager.py:461 msgid "Instance has been marked deleted already, removing it from the hypervisor." msgstr "" -#: nova/compute/manager.py:480 +#: nova/compute/manager.py:482 msgid "" "Hypervisor driver does not support instance shared storage check, " "assuming it's not on shared storage" msgstr "" -#: nova/compute/manager.py:486 +#: nova/compute/manager.py:488 #, fuzzy msgid "Failed to check if instance shared" msgstr "重新启动实例失败" -#: nova/compute/manager.py:529 +#: nova/compute/manager.py:531 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:532 +#: nova/compute/manager.py:534 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:543 +#: nova/compute/manager.py:545 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "当前状态是 %(drv_state)s,数据库状态是 %(db_state)s。" -#: nova/compute/manager.py:548 +#: nova/compute/manager.py:550 msgid "Rebooting instance after nova-compute restart." msgstr "nova-compute重启后,实例正在重启。" -#: nova/compute/manager.py:562 +#: nova/compute/manager.py:564 #, fuzzy msgid "Hypervisor driver does not support resume guests" msgstr "虚拟机管理程序驱动不支持防火墙规则" -#: nova/compute/manager.py:567 +#: nova/compute/manager.py:569 #, fuzzy msgid "Failed to resume instance" msgstr "挂起实例失败" -#: nova/compute/manager.py:577 +#: nova/compute/manager.py:579 msgid "Hypervisor driver does not support firewall rules" msgstr "虚拟机管理程序驱动不支持防火墙规则" -#: nova/compute/manager.py:581 +#: nova/compute/manager.py:583 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:597 +#: nova/compute/manager.py:599 #, fuzzy, python-format msgid "Unexpected power state %d" msgstr "意外的状态码" -#: nova/compute/manager.py:609 +#: nova/compute/manager.py:611 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:647 +#: nova/compute/manager.py:649 msgid "Checking state" msgstr "正在检查状态" -#: nova/compute/manager.py:745 +#: nova/compute/manager.py:747 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:762 +#: nova/compute/manager.py:764 #, python-format msgid "Setting up bdm %s" msgstr "正在设置 bdm %s" -#: nova/compute/manager.py:862 +#: nova/compute/manager.py:864 msgid "Success" msgstr "" -#: nova/compute/manager.py:885 +#: nova/compute/manager.py:887 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:906 nova/compute/manager.py:2377 +#: nova/compute/manager.py:908 nova/compute/manager.py:2379 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:948 +#: nova/compute/manager.py:950 #, fuzzy msgid "Failed to dealloc network for deleted instance" msgstr "释放实例的网络" -#: nova/compute/manager.py:954 +#: nova/compute/manager.py:956 #, fuzzy msgid "Instance was deleted during spawn." msgstr "实例生产失败" -#: nova/compute/manager.py:982 +#: nova/compute/manager.py:984 #, fuzzy, python-format msgid "Error: %s" msgstr "数据库错误:%s" -#: nova/compute/manager.py:999 +#: nova/compute/manager.py:1001 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1024 nova/compute/manager.py:2431 +#: nova/compute/manager.py:1026 nova/compute/manager.py:2433 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1037 +#: nova/compute/manager.py:1039 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1042 +#: nova/compute/manager.py:1044 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1048 +#: nova/compute/manager.py:1050 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1077 +#: nova/compute/manager.py:1079 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1125 +#: nova/compute/manager.py:1127 #, python-format msgid "" "image_id=%(image_id)s, image_size_bytes=%(size_bytes)d, " @@ -4367,7 +4305,7 @@ msgstr "" "image_id=%(image_id)s, image_size_bytes=%(size_bytes)d, " "allowed_size_bytes=%(allowed_size_bytes)d" -#: nova/compute/manager.py:1131 +#: nova/compute/manager.py:1133 #, python-format msgid "" "Image '%(image_id)s' size %(size_bytes)d exceeded instance_type allowed " @@ -4376,170 +4314,170 @@ msgstr "" "镜像 '%(image_id)s' 的大小为 %(size_bytes)d ,超过实例类型 instance_type 所允许的大小 " "%(allowed_size_bytes)d" -#: nova/compute/manager.py:1141 +#: nova/compute/manager.py:1143 msgid "Starting instance..." msgstr "正在启动虚拟机" -#: nova/compute/manager.py:1167 +#: nova/compute/manager.py:1169 msgid "Instance failed network setup" msgstr "实例网络设置失败" -#: nova/compute/manager.py:1170 +#: nova/compute/manager.py:1172 #, python-format msgid "Instance network_info: |%s|" msgstr "实例的network_info:|%s|" -#: nova/compute/manager.py:1181 +#: nova/compute/manager.py:1183 msgid "Instance failed block device setup" msgstr "实例块设备设置失败" -#: nova/compute/manager.py:1200 +#: nova/compute/manager.py:1202 msgid "Instance failed to spawn" msgstr "实例生产失败" -#: nova/compute/manager.py:1251 +#: nova/compute/manager.py:1253 msgid "Deallocating network for instance" msgstr "释放实例的网络" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1324 #, python-format msgid "%(action_str)s instance" msgstr "%(action_str)s 实例" -#: nova/compute/manager.py:1338 +#: nova/compute/manager.py:1340 #, fuzzy msgid "Failed to deallocate network for instance." msgstr "释放实例的网络" -#: nova/compute/manager.py:1358 +#: nova/compute/manager.py:1360 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "忽略异常 DiskNotFound: %s" -#: nova/compute/manager.py:1361 +#: nova/compute/manager.py:1363 #, fuzzy, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "忽略异常 DiskNotFound: %s" -#: nova/compute/manager.py:1368 +#: nova/compute/manager.py:1370 #, python-format msgid "terminating bdm %s" msgstr "终止bdm %s" -#: nova/compute/manager.py:1415 +#: nova/compute/manager.py:1417 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1468 nova/compute/manager.py:2606 -#: nova/compute/manager.py:4118 +#: nova/compute/manager.py:1470 nova/compute/manager.py:2608 +#: nova/compute/manager.py:4137 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "%s。把实例的 vm_state设置为ERROR" -#: nova/compute/manager.py:1620 +#: nova/compute/manager.py:1622 #, fuzzy msgid "Rebuilding instance" msgstr "正在重新创建实例 %s" -#: nova/compute/manager.py:1633 +#: nova/compute/manager.py:1635 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1637 +#: nova/compute/manager.py:1639 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1641 +#: nova/compute/manager.py:1643 #, fuzzy, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "%(path)s 在共享存储上:%(reason)s" -#: nova/compute/manager.py:1724 +#: nova/compute/manager.py:1726 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1756 +#: nova/compute/manager.py:1758 #, fuzzy, python-format msgid "Detaching from volume api: %s" msgstr "为卷 %s 创建快照" -#: nova/compute/manager.py:1774 +#: nova/compute/manager.py:1776 #, fuzzy msgid "Rebooting instance" msgstr "正在重启虚拟机 %s" -#: nova/compute/manager.py:1799 +#: nova/compute/manager.py:1801 #, fuzzy, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "试图重启一个没有运行的实例:%(instance_uuid)s (状态:%(state)s 预计:%(running)s)" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1817 #, fuzzy, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "无法重新创建实例 [%(instance_uuid)s]: %(exc)s" -#: nova/compute/manager.py:1828 +#: nova/compute/manager.py:1830 #, fuzzy msgid "Instance disappeared during reboot" msgstr "实例 %s:重启" -#: nova/compute/manager.py:1855 +#: nova/compute/manager.py:1857 #, fuzzy msgid "instance snapshotting" msgstr "实例 %s: 快照中" -#: nova/compute/manager.py:1861 +#: nova/compute/manager.py:1863 #, fuzzy, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "试图为一个没有运行的实例快照:%(instance_uuid)s (状态:%(state)s 预计:%(running)s)" -#: nova/compute/manager.py:1922 +#: nova/compute/manager.py:1924 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "找到 %(num_images)d 个镜像 (rotation: %(rotation)d)" -#: nova/compute/manager.py:1929 +#: nova/compute/manager.py:1931 #, python-format msgid "Rotating out %d backups" msgstr "轮换出%d个备份" -#: nova/compute/manager.py:1934 +#: nova/compute/manager.py:1936 #, python-format msgid "Deleting image %s" msgstr "正在删除镜像 %s" -#: nova/compute/manager.py:1962 +#: nova/compute/manager.py:1964 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "设置管理员密码失败。实例 %s 没有运行" -#: nova/compute/manager.py:1969 +#: nova/compute/manager.py:1971 #, fuzzy msgid "Root password set" msgstr "实例 %s:Root密码已设置" -#: nova/compute/manager.py:1976 +#: nova/compute/manager.py:1978 #, fuzzy msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "该驱动不能执行set_admin_password。" -#: nova/compute/manager.py:1991 +#: nova/compute/manager.py:1993 #, fuzzy, python-format msgid "set_admin_password failed: %s" msgstr "该驱动不能执行set_admin_password。" -#: nova/compute/manager.py:1998 +#: nova/compute/manager.py:2000 #, fuzzy msgid "error setting admin password" msgstr "设置管理员密码出错" -#: nova/compute/manager.py:2011 +#: nova/compute/manager.py:2013 #, fuzzy, python-format msgid "" "trying to inject a file into a non-running (state: " @@ -4548,179 +4486,179 @@ msgstr "" "试图把一个文件注入到没有运行的实例:%(instance_uuid)s (状态: %(current_power_state)s 预计: " "%(expected_state)s)" -#: nova/compute/manager.py:2015 +#: nova/compute/manager.py:2017 #, fuzzy, python-format msgid "injecting file to %(path)s" msgstr "注入文件路径:'%s'" -#: nova/compute/manager.py:2035 +#: nova/compute/manager.py:2037 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2048 +#: nova/compute/manager.py:2050 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2067 +#: nova/compute/manager.py:2069 #, fuzzy msgid "Error trying to Rescue Instance" msgstr "挂起实例失败" -#: nova/compute/manager.py:2071 +#: nova/compute/manager.py:2073 #, fuzzy, python-format msgid "Driver Error: %s" msgstr "数据库错误:%s" -#: nova/compute/manager.py:2089 +#: nova/compute/manager.py:2091 #, fuzzy msgid "Unrescuing" msgstr "实例 %s:取消救援" -#: nova/compute/manager.py:2110 +#: nova/compute/manager.py:2112 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2335 +#: nova/compute/manager.py:2337 #, fuzzy msgid "Instance has no source host" msgstr "实例没有卷。" -#: nova/compute/manager.py:2341 +#: nova/compute/manager.py:2343 msgid "destination same as source!" msgstr "目标与来源一样。" -#: nova/compute/manager.py:2358 +#: nova/compute/manager.py:2360 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2603 +#: nova/compute/manager.py:2605 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2666 +#: nova/compute/manager.py:2668 #, fuzzy msgid "Pausing" msgstr "正在更新。" -#: nova/compute/manager.py:2684 +#: nova/compute/manager.py:2686 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2722 +#: nova/compute/manager.py:2724 #, fuzzy msgid "Retrieving diagnostics" msgstr "实例 %s :获取诊断" -#: nova/compute/manager.py:2753 +#: nova/compute/manager.py:2755 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2773 +#: nova/compute/manager.py:2775 #, fuzzy msgid "Reset network" msgstr "重置网络" -#: nova/compute/manager.py:2778 +#: nova/compute/manager.py:2780 #, fuzzy msgid "Inject network info" msgstr "实例 %s:注入网络信息" -#: nova/compute/manager.py:2781 +#: nova/compute/manager.py:2783 #, python-format msgid "network_info to inject: |%s|" msgstr "将注入的network_info:|%s|" -#: nova/compute/manager.py:2798 +#: nova/compute/manager.py:2800 #, fuzzy msgid "Get console output" msgstr "获取实例 %s 控制台输出" -#: nova/compute/manager.py:2825 +#: nova/compute/manager.py:2827 #, fuzzy msgid "Getting vnc console" msgstr "实例 %s:正在获得VNC控制台" -#: nova/compute/manager.py:2860 +#: nova/compute/manager.py:2862 #, fuzzy msgid "Getting spice console" msgstr "实例 %s:正在获得VNC控制台" -#: nova/compute/manager.py:2907 +#: nova/compute/manager.py:2909 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "卷 %(volume_id)s 正在 %(mountpoint)s 上启动" -#: nova/compute/manager.py:2957 +#: nova/compute/manager.py:2959 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "正在把卷 %(volume_id)s 附加到 %(mountpoint)s" -#: nova/compute/manager.py:2966 +#: nova/compute/manager.py:2968 #, fuzzy, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "卷 %(volume_id)s 正在 %(mountpoint)s 上启动" -#: nova/compute/manager.py:2981 +#: nova/compute/manager.py:2983 #, fuzzy, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "正在把卷 %(volume_id)s 附加到 %(mountpoint)s" -#: nova/compute/manager.py:3011 +#: nova/compute/manager.py:3013 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "卷 %(volume_id)s 从挂载点 %(mp)s 分离" -#: nova/compute/manager.py:3021 +#: nova/compute/manager.py:3023 #, fuzzy msgid "Detaching volume from unknown instance" msgstr "从未知实例%s中分离卷" -#: nova/compute/manager.py:3028 +#: nova/compute/manager.py:3030 #, fuzzy, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "正在把卷 %(volume_id)s 附加到 %(mountpoint)s" -#: nova/compute/manager.py:3051 +#: nova/compute/manager.py:3053 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3087 +#: nova/compute/manager.py:3089 #, fuzzy, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "实例 %s 的网络分配" -#: nova/compute/manager.py:3107 +#: nova/compute/manager.py:3109 #, fuzzy, python-format msgid "Port %(port_id)s is not attached" msgstr "网络 %(network_id)s 没有找到。" -#: nova/compute/manager.py:3121 +#: nova/compute/manager.py:3123 #, fuzzy, python-format msgid "Host %(host)s not found" msgstr "主机 %(host)s 没有找到。" -#: nova/compute/manager.py:3265 +#: nova/compute/manager.py:3276 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "预在线迁移在%(dest)s失败" -#: nova/compute/manager.py:3293 +#: nova/compute/manager.py:3304 #, fuzzy msgid "_post_live_migration() is started.." msgstr "post_live_migration()已经启动。" -#: nova/compute/manager.py:3348 +#: nova/compute/manager.py:3359 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "把实例迁移到 %(dest)s 成功完成。" -#: nova/compute/manager.py:3350 +#: nova/compute/manager.py:3361 msgid "" "You may see the error \"libvirt: QEMU error: Domain not found: no domain " "with matching name.\" This error can be safely ignored." @@ -4728,171 +4666,171 @@ msgstr "" "你会看到错误“libvirt: QEMU error: Domain not found: no domain with matching " "name。”这个错误可以放心的忽略。" -#: nova/compute/manager.py:3364 +#: nova/compute/manager.py:3376 #, fuzzy msgid "Post operation of migration started" msgstr "迁移后操作启动" -#: nova/compute/manager.py:3393 +#: nova/compute/manager.py:3408 #, fuzzy, python-format msgid "Failed to get compute_info for %s" msgstr "为ip: %s获取元数据失败" -#: nova/compute/manager.py:3512 +#: nova/compute/manager.py:3537 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3557 +#: nova/compute/manager.py:3587 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "发现 %(migration_count)d 个超过 %(confirm_window)d 秒未经确认的迁移" -#: nova/compute/manager.py:3563 +#: nova/compute/manager.py:3593 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3602 #, fuzzy, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "为实例 %(instance_uuid)s 关闭虚拟机" -#: nova/compute/manager.py:3579 +#: nova/compute/manager.py:3609 #, fuzzy, python-format msgid "Instance %(instance_uuid)s not found" msgstr "没有找到实例 %(instance_id)s" -#: nova/compute/manager.py:3583 +#: nova/compute/manager.py:3613 #, fuzzy msgid "In ERROR state" msgstr "节点处于未知的错误状态。" -#: nova/compute/manager.py:3590 +#: nova/compute/manager.py:3620 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3599 +#: nova/compute/manager.py:3629 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3616 +#: nova/compute/manager.py:3646 #, 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:3635 +#: nova/compute/manager.py:3665 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3659 +#: nova/compute/manager.py:3689 msgid "Updating bandwidth usage cache" msgstr "更新带宽使用缓存" -#: nova/compute/manager.py:3776 +#: nova/compute/manager.py:3806 #, fuzzy msgid "Updating volume usage cache" msgstr "更新带宽使用缓存" -#: nova/compute/manager.py:3793 +#: nova/compute/manager.py:3823 msgid "Updating host status" msgstr "更新主机状态" -#: nova/compute/manager.py:3820 +#: nova/compute/manager.py:3850 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "在数据库中找到 %(num_db_instances)s个实例,在虚拟机管理程序找到 %(num_vm_instances)s 个实例。" -#: nova/compute/manager.py:3825 nova/compute/manager.py:3875 +#: nova/compute/manager.py:3855 nova/compute/manager.py:3905 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3862 +#: nova/compute/manager.py:3892 #, 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:3900 +#: nova/compute/manager.py:3930 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3912 nova/compute/manager.py:3921 -#: nova/compute/manager.py:3951 +#: nova/compute/manager.py:3942 nova/compute/manager.py:3951 +#: nova/compute/manager.py:3981 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3916 +#: nova/compute/manager.py:3946 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3932 +#: nova/compute/manager.py:3962 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3938 +#: nova/compute/manager.py:3968 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3944 +#: nova/compute/manager.py:3974 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3960 +#: nova/compute/manager.py:3990 #, fuzzy msgid "Instance is not (soft-)deleted." msgstr "实例未启动" -#: nova/compute/manager.py:3968 +#: nova/compute/manager.py:3998 #, fuzzy msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "FLAGS.reclaim_instance_interval <= 0,跳过..." -#: nova/compute/manager.py:3988 +#: nova/compute/manager.py:4010 msgid "Reclaiming deleted instance" msgstr "回收删除的实例" -#: nova/compute/manager.py:4015 +#: nova/compute/manager.py:4037 #, fuzzy, python-format msgid "Deleting orphan compute node %s" msgstr "LoggingVolumeDriver: %s" -#: nova/compute/manager.py:4025 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4047 nova/compute/resource_tracker.py:321 #, fuzzy, python-format msgid "No service record for host %s" msgstr "计算节点 %s 没有服务" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4088 #, fuzzy, python-format msgid "" "Detected instance with name label '%(name)s' which is marked as DELETED " "but still present on host." msgstr "检测标签名为 '%(name_label)s' 的实例,这些实例被标识为DELETED却仍然存在于主机上。" -#: nova/compute/manager.py:4073 +#: nova/compute/manager.py:4095 #, fuzzy, python-format msgid "" "Destroying instance with name label '%(name)s' which is marked as DELETED" " but still present on host." msgstr "销毁标签名为 '%(name_label)s' 的实例,这些实例被标识为DELETED却仍然存在于主机上。" -#: nova/compute/manager.py:4080 +#: nova/compute/manager.py:4102 #, fuzzy, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "无法识别的FLAGS.running_deleted_instance_action的取值 '%(action)s'" -#: nova/compute/manager.py:4110 +#: nova/compute/manager.py:4129 #, fuzzy, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "设置实例 %(instance_uuid)s 至 ERROR 状态" @@ -5008,7 +4946,7 @@ msgstr "无法找到实例 %s 的宿主机" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:380 +#: nova/conductor/api.py:373 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" @@ -5019,7 +4957,7 @@ msgstr "" msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:262 +#: nova/conductor/manager.py:263 #, fuzzy msgid "Invalid block_device_mapping_destroy invocation" msgstr "block_device_mapping %s" @@ -5100,56 +5038,52 @@ msgstr "检查令牌:%(token)s, %(token_valid)s)" msgid "Failed to notify cells of instance destroy" msgstr "" -#: nova/db/api.py:673 nova/db/api.py:694 +#: nova/db/api.py:674 nova/db/api.py:695 #, fuzzy msgid "Failed to notify cells of instance update" msgstr "重新启动实例失败" -#: nova/db/api.py:734 -msgid "Failed to notify cells of instance info cache update" -msgstr "" - -#: nova/db/api.py:1456 +#: nova/db/api.py:1453 msgid "Failed to notify cells of bw_usage update" msgstr "" -#: nova/db/api.py:1591 +#: nova/db/api.py:1588 #, fuzzy msgid "Failed to notify cells of instance fault" msgstr "重新启动实例失败" -#: nova/db/sqlalchemy/api.py:157 +#: nova/db/sqlalchemy/api.py:160 #, python-format msgid "Deadlock detected when running '%(func_name)s': Retrying..." msgstr "" -#: nova/db/sqlalchemy/api.py:192 +#: nova/db/sqlalchemy/api.py:195 msgid "model or base_model parameter should be subclass of NovaBase" msgstr "" -#: nova/db/sqlalchemy/api.py:205 nova/virt/baremetal/db/sqlalchemy/api.py:61 +#: nova/db/sqlalchemy/api.py:208 nova/virt/baremetal/db/sqlalchemy/api.py:61 #, python-format msgid "Unrecognized read_deleted value '%s'" msgstr "无法识别的 read_deleted 取值”%s“" -#: nova/db/sqlalchemy/api.py:1408 +#: nova/db/sqlalchemy/api.py:1411 #, python-format msgid "" "Unknown osapi_compute_unique_server_name_scope value: %s Flag must be " "empty, \"global\" or \"project\"" msgstr "" -#: nova/db/sqlalchemy/api.py:1546 +#: nova/db/sqlalchemy/api.py:1549 #, fuzzy, python-format msgid "Invalid instance id %s in request" msgstr "实例 %s:已救援" -#: nova/db/sqlalchemy/api.py:2853 +#: nova/db/sqlalchemy/api.py:2908 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4361 +#: nova/db/sqlalchemy/api.py:4416 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5296,16 +5230,20 @@ msgstr "错误的to_global_ipv6前缀:%s" msgid "Bad project_id for to_global_ipv6: %s" msgstr "错误的to_global_ipv6 oject_id;%s" -#: nova/network/api.py:55 +#: nova/network/api.py:56 msgid "instance is a required argument to use @refresh_cache" msgstr "" -#: nova/network/api.py:80 +#: nova/network/api.py:90 +msgid "Failed to notify cells of instance info cache update" +msgstr "" + +#: nova/network/api.py:93 #, fuzzy msgid "Failed storing info cache" msgstr "重新启动实例失败" -#: nova/network/api.py:235 +#: nova/network/api.py:248 #, fuzzy, python-format msgid "re-assign floating IP %(address)s from instance %(instance_id)s" msgstr "把地址 %(public_ip)s 关联到实例 %(instance_id)s" @@ -5874,17 +5812,17 @@ msgstr "获得文件锁 \"%(lock)s\" 为方法 \"%(method)s\"...锁" msgid "Deprecated: %s" msgstr "意外错误:%s" -#: nova/openstack/common/log.py:347 +#: nova/openstack/common/log.py:336 #, python-format msgid "Error loading logging config %(log_config)s: %(err_msg)s" msgstr "" -#: nova/openstack/common/log.py:397 +#: nova/openstack/common/log.py:386 #, python-format msgid "syslog facility must be one of: %s" msgstr "syslog设备必须作为一个 %s 。" -#: nova/openstack/common/log.py:563 +#: nova/openstack/common/log.py:555 #, fuzzy, python-format msgid "Fatal call to deprecated config: %(msg)s" msgstr "类 %(fullname)s 是不推荐的:%(msg)s" @@ -5983,6 +5921,63 @@ msgstr "SSH上不支持环境变量" msgid "process_input not supported over SSH" msgstr "SSH上不支持的进程输入参数。" +#: nova/openstack/common/service.py:113 nova/openstack/common/service.py:276 +#, fuzzy +msgid "Full set of CONF:" +msgstr "标记全集:" + +#: nova/openstack/common/service.py:122 nova/openstack/common/service.py:219 +#, fuzzy, python-format +msgid "Caught %s, exiting" +msgstr "快照 %s:正在删除" + +#: nova/openstack/common/service.py:165 +msgid "Parent process has died unexpectedly, exiting" +msgstr "" + +#: nova/openstack/common/service.py:201 +msgid "Forking too fast, sleeping" +msgstr "" + +#: nova/openstack/common/service.py:224 +msgid "Unhandled exception" +msgstr "" + +#: nova/openstack/common/service.py:231 +#, python-format +msgid "Started child %d" +msgstr "" + +#: nova/openstack/common/service.py:241 +#, fuzzy, python-format +msgid "Starting %d workers" +msgstr "起始地址" + +#: nova/openstack/common/service.py:258 +#, python-format +msgid "Child %(pid)d killed by signal %(sig)d" +msgstr "" + +#: nova/openstack/common/service.py:262 +#, python-format +msgid "Child %(pid)s exited with status %(code)d" +msgstr "" + +#: nova/openstack/common/service.py:266 +#, python-format +msgid "pid %d not in child list" +msgstr "" + +#: nova/openstack/common/service.py:294 +#, python-format +msgid "Caught %s, stopping children" +msgstr "" + +#: nova/openstack/common/service.py:305 +#, python-format +msgid "Waiting on %d children to exit" +msgstr "" + #: nova/openstack/common/strutils.py:72 #, python-format msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" @@ -6174,12 +6169,17 @@ msgid "" "endpoint." msgstr "" -#: nova/openstack/common/rpc/common.py:281 +#: nova/openstack/common/rpc/common.py:162 +#, python-format +msgid "Specified RPC version cap, %(version_cap)s, is too low" +msgstr "" + +#: nova/openstack/common/rpc/common.py:285 #, fuzzy, python-format msgid "Failed to sanitize %(item)s. Key error %(err)s" msgstr "删除 %(base_file)s 失败,错误是 %(error)s" -#: nova/openstack/common/rpc/common.py:303 +#: nova/openstack/common/rpc/common.py:307 #, python-format msgid "Returning exception %s to caller" msgstr "返回 %s 异常给调用者" @@ -6522,38 +6522,38 @@ msgstr "尝试创建 %(num_instances)d 个实例" msgid "Request Spec: %s" msgstr "请求:%s" -#: nova/scheduler/filter_scheduler.py:92 +#: nova/scheduler/filter_scheduler.py:97 #, fuzzy, python-format msgid "Choosing host %(weighed_host)s for instance %(instance_uuid)s" msgstr "没有为实例 %(instance_id)s 找到卷。" -#: nova/scheduler/filter_scheduler.py:234 +#: nova/scheduler/filter_scheduler.py:239 msgid "Invalid value for 'scheduler_max_attempts', must be >= 1" msgstr "" -#: nova/scheduler/filter_scheduler.py:251 +#: nova/scheduler/filter_scheduler.py:256 #, python-format msgid "Error from last host: %(last_host)s (node %(last_node)s): %(exc)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:283 +#: nova/scheduler/filter_scheduler.py:288 #, python-format msgid "" "Exceeded max scheduling attempts %(max_attempts)d for instance " "%(instance_uuid)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:351 +#: nova/scheduler/filter_scheduler.py:356 #, python-format msgid "Filtered %(hosts)s" msgstr "过滤掉的主机 %(hosts)s" -#: nova/scheduler/filter_scheduler.py:356 +#: nova/scheduler/filter_scheduler.py:361 #, fuzzy, python-format msgid "Weighed %(hosts)s" msgstr "过滤掉的主机 %(hosts)s" -#: nova/scheduler/filter_scheduler.py:398 +#: nova/scheduler/filter_scheduler.py:403 #, fuzzy, python-format msgid "Unable to migrate %(instance_uuid)s to %(dest)s: Lack of memory" msgstr "无法迁移 %(instance_id)s 到 %(dest)s 上:缺少内存(主机:%(avail)s <= 实例:%(mem_inst)s)" @@ -6748,47 +6748,47 @@ msgstr "" msgid "Returns one member of the [%s] group" msgstr "" -#: nova/servicegroup/drivers/db.py:42 +#: nova/servicegroup/drivers/db.py:41 #, python-format msgid "" "DB_Driver: join new ServiceGroup member %(member_id)s to the %(group_id)s" " group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/db.py:46 +#: nova/servicegroup/drivers/db.py:45 msgid "service is a mandatory argument for DB based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/db.py:76 +#: nova/servicegroup/drivers/db.py:72 #, python-format msgid "DB_Driver: get_all members of the %s group" msgstr "" -#: nova/servicegroup/drivers/db.py:99 nova/servicegroup/drivers/mc.py:103 +#: nova/servicegroup/drivers/db.py:95 nova/servicegroup/drivers/mc.py:99 msgid "Recovered model server connection!" msgstr "与模型服务器(model server)的连接已恢复!" -#: nova/servicegroup/drivers/db.py:105 nova/servicegroup/drivers/mc.py:109 +#: nova/servicegroup/drivers/db.py:101 nova/servicegroup/drivers/mc.py:105 msgid "model server went away" msgstr "失去与模型服务器的连接" -#: nova/servicegroup/drivers/mc.py:44 +#: nova/servicegroup/drivers/mc.py:43 #, fuzzy msgid "memcached_servers not defined" msgstr "服务器名称未定义" -#: nova/servicegroup/drivers/mc.py:52 +#: nova/servicegroup/drivers/mc.py:51 #, python-format msgid "" "Memcached_Driver: join new ServiceGroup member %(member_id)s to the " "%(group_id)s group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/mc.py:57 +#: nova/servicegroup/drivers/mc.py:56 msgid "service is a mandatory argument for Memcached based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/mc.py:78 +#: nova/servicegroup/drivers/mc.py:74 #, python-format msgid "Memcached_Driver: get_all members of the %s group" msgstr "" @@ -6877,22 +6877,6 @@ msgstr "" msgid "already detached" msgstr "已经分离" -#: nova/tests/fakelibvirt.py:892 -msgid "Please extend mock libvirt module to support flags" -msgstr "请扩展模拟的 libvirt 模块来支持标记" - -#: nova/tests/fakelibvirt.py:896 -msgid "Expected a list for 'auth' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:900 -msgid "Expected a function in 'auth[0]' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:904 -msgid "Expected a function in 'auth[1]' parameter" -msgstr "" - #: nova/tests/test_hypervapi.py:433 #, fuzzy msgid "fake vswitch not found" @@ -6929,18 +6913,18 @@ msgstr "" msgid "unexpected role header" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3340 +#: nova/tests/api/openstack/compute/test_servers.py:3365 #, fuzzy msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "%(pid)s 已经超过配额,试图运行 %(min_count)s 个实例" -#: nova/tests/api/openstack/compute/test_servers.py:3345 +#: nova/tests/api/openstack/compute/test_servers.py:3370 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3350 +#: nova/tests/api/openstack/compute/test_servers.py:3375 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" @@ -6949,7 +6933,7 @@ msgstr "" #: nova/tests/compute/test_compute.py:1168 #: nova/tests/compute/test_compute.py:1195 #: nova/tests/compute/test_compute.py:1241 -#: nova/tests/compute/test_compute.py:3762 +#: nova/tests/compute/test_compute.py:3804 #, python-format msgid "Running instances: %s" msgstr "正在运行的实例:%s" @@ -6966,16 +6950,16 @@ msgstr "终止实例之后:%s" msgid "Internal error" msgstr "内部错误" -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:3815 #, python-format msgid "After force-killing instances: %s" msgstr "强制杀死实例后:%s" -#: nova/tests/compute/test_compute.py:4275 +#: nova/tests/compute/test_compute.py:4315 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8748 +#: nova/tests/compute/test_compute.py:8904 #, fuzzy msgid "spawn error" msgstr "未知的guestmount错误" @@ -7075,6 +7059,22 @@ msgstr "意外的状态码" msgid "Decoding JSON: %s" msgstr "解码JSON:%s" +#: nova/tests/virt/libvirt/fakelibvirt.py:892 +msgid "Please extend mock libvirt module to support flags" +msgstr "请扩展模拟的 libvirt 模块来支持标记" + +#: nova/tests/virt/libvirt/fakelibvirt.py:896 +msgid "Expected a list for 'auth' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:900 +msgid "Expected a function in 'auth[0]' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:904 +msgid "Expected a function in 'auth[1]' parameter" +msgstr "" + #: nova/virt/configdrive.py:97 #, python-format msgid "Added %(filepath)s to config drive" @@ -7099,7 +7099,7 @@ msgid "Loading compute driver '%s'" msgstr "LoggingVolumeDriver: %s" #: nova/virt/driver.py:962 -#, fuzzy, python-format +#, fuzzy msgid "Unable to load the virtualization driver" msgstr "无法加载虚拟驱动:%s" @@ -11313,46 +11313,12 @@ msgstr "状态必须可用" msgid "status must be 'available'" msgstr "状态必须可用" -#~ msgid "EC2APIError raised: %s" -#~ msgstr "引起异常 EC2APIError: %s" - -#~ msgid "Cannot show aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Cannot delete aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Total %(type_)s: %(total)d %(unit)s, used: %(used)d %(unit)s" -#~ msgstr "" - -#~ msgid "%(type_)s limit not specified, defaulting to unlimited" -#~ msgstr "" - -#~ msgid "%(type_)s limit: %(limit)d %(unit)s, free: %(free)d %(unit)s" -#~ msgstr "" - -#~ msgid "" -#~ "Unable to claim resources. Free " -#~ "%(type_)s %(free)d %(unit)s < requested " -#~ "%(requested)d %(unit)s" -#~ msgstr "" - -#~ msgid "'%s' argument must be a positive integer" -#~ msgstr "创建参数必须是正整数" - -#~ msgid "Choosing host %(chosen_host)s" -#~ msgstr "" - -#~ msgid "" -#~ "Inject data image=%(image)s key=%(key)s " -#~ "net=%(net)s metadata=%(metadata)s admin_password=ha-" -#~ "ha-not-telling-you files=%(files)s " -#~ "partition=%(partition)s use_cow=%(use_cow)s" -#~ msgstr "" +#~ msgid "%(flag)s : FLAG SET " +#~ msgstr "%(flag)s:标记集合 " -#~ msgid "Inject admin password fs=%(fs)s admin_passwd=ha-ha-not-telling-you" +#~ msgid "Child %(pid)d exited with status %(code)d" #~ msgstr "" -#~ msgid "Resizing down VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" -#~ msgstr "将 VDI %(cow_uuid)s 由 %(old_gb)dGB 调小到 %(new_gb)dGB" +#~ msgid "Got update for instance %(instance_uuid)s: %(instance)s" +#~ msgstr "没有为实例 %(instance_id)s 找到迁移其状态为 %(status)s 。" diff --git a/nova/locale/zh_TW/LC_MESSAGES/nova.po b/nova/locale/zh_TW/LC_MESSAGES/nova.po index 537527494..b4b54586f 100644 --- a/nova/locale/zh_TW/LC_MESSAGES/nova.po +++ b/nova/locale/zh_TW/LC_MESSAGES/nova.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: nova\n" "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" -"POT-Creation-Date: 2013-05-18 19:37+0000\n" +"POT-Creation-Date: 2013-05-22 19:37+0000\n" "PO-Revision-Date: 2012-03-07 02:00+0000\n" "Last-Translator: Charles Hsu <charles0126+openstack@gmail.com>\n" "Language-Team: Chinese (Traditional) <zh_TW@li.org>\n" @@ -168,7 +168,7 @@ msgid "" msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 -#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2778 +#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2767 msgid "Keypair data is invalid" msgstr "無效的Keypair" @@ -184,7 +184,7 @@ msgstr "" msgid "Invalid volume" msgstr "" -#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1334 +#: nova/exception.py:251 nova/api/openstack/compute/servers.py:1332 #: nova/api/openstack/compute/contrib/admin_actions.py:242 msgid "Invalid metadata" msgstr "" @@ -1306,7 +1306,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:166 +#: nova/manager.py:170 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1326,117 +1326,56 @@ msgstr "" msgid "Rule checked when requested rule is not found" msgstr "" -#: nova/quota.py:966 +#: nova/quota.py:972 #, python-format msgid "Created reservations %(reservations)s" msgstr "" -#: nova/quota.py:988 +#: nova/quota.py:994 #, python-format msgid "Failed to commit reservations %(reservations)s" msgstr "" -#: nova/quota.py:990 +#: nova/quota.py:996 #, python-format msgid "Committed reservations %(reservations)s" msgstr "" -#: nova/quota.py:1010 +#: nova/quota.py:1016 #, python-format msgid "Failed to roll back reservations %(reservations)s" msgstr "" -#: nova/quota.py:1012 +#: nova/quota.py:1018 #, python-format msgid "Rolled back reservations %(reservations)s" msgstr "" -#: nova/service.py:197 -msgid "Full set of CONF:" -msgstr "" - -#: nova/service.py:204 -#, python-format -msgid "%(flag)s : FLAG SET " -msgstr "" - -#: nova/service.py:214 nova/service.py:312 -#, python-format -msgid "Caught %s, exiting" -msgstr "" - -#: nova/service.py:258 -msgid "Parent process has died unexpectedly, exiting" -msgstr "" - -#: nova/service.py:294 -msgid "Forking too fast, sleeping" -msgstr "" - -#: nova/service.py:317 -msgid "Unhandled exception" -msgstr "" - -#: nova/service.py:324 -#, python-format -msgid "Started child %d" -msgstr "" - -#: nova/service.py:334 -#, python-format -msgid "Starting %d workers" -msgstr "" - -#: nova/service.py:348 -#, python-format -msgid "Child %(pid)d killed by signal %(sig)d" -msgstr "" - -#: nova/service.py:351 -#, python-format -msgid "Child %(pid)d exited with status %(code)d" -msgstr "" - -#: nova/service.py:354 -#, python-format -msgid "pid %d not in child list" -msgstr "" - -#: nova/service.py:374 -#, python-format -msgid "Caught %s, stopping children" -msgstr "" - -#: nova/service.py:385 -#, python-format -msgid "Waiting on %d children to exit" -msgstr "" - -#: nova/service.py:427 +#: nova/service.py:153 #, python-format msgid "Starting %(topic)s node (version %(version)s)" msgstr "" -#: nova/service.py:444 nova/openstack/common/rpc/service.py:47 +#: nova/service.py:170 nova/openstack/common/rpc/service.py:47 #, python-format msgid "Creating Consumer connection for Service %s" msgstr "" -#: nova/service.py:464 +#: nova/service.py:190 #, python-format msgid "Join ServiceGroup membership for this service %s" msgstr "" -#: nova/service.py:546 +#: nova/service.py:270 msgid "Service killed that has no database entry" msgstr "" -#: nova/service.py:581 +#: nova/service.py:292 #, python-format msgid "Temporary directory is invalid: %s" msgstr "" -#: nova/service.py:679 +#: nova/service.py:394 msgid "serve() can only be called once" msgstr "" @@ -1708,7 +1647,7 @@ msgstr "" msgid "An unknown error has occurred. Please try your request again." msgstr "" -#: nova/api/ec2/apirequest.py:60 +#: nova/api/ec2/apirequest.py:61 #, python-format msgid "Unsupported API request: controller = %(controller)s, action = %(action)s" msgstr "" @@ -2515,7 +2454,7 @@ msgid "No adminPass was specified" msgstr "" #: nova/api/openstack/compute/servers.py:1173 -#: nova/api/openstack/compute/servers.py:1384 +#: nova/api/openstack/compute/servers.py:1382 msgid "Invalid adminPass" msgstr "" @@ -2546,15 +2485,15 @@ msgstr "" msgid "Could not parse imageRef from request." msgstr "" -#: nova/api/openstack/compute/servers.py:1292 +#: nova/api/openstack/compute/servers.py:1289 msgid "Cannot find image for rebuild" msgstr "" -#: nova/api/openstack/compute/servers.py:1325 +#: nova/api/openstack/compute/servers.py:1323 msgid "createImage entity requires name attribute" msgstr "" -#: nova/api/openstack/compute/servers.py:1410 +#: nova/api/openstack/compute/servers.py:1408 #, python-format msgid "Removing options '%s' from query" msgstr "" @@ -3269,89 +3208,89 @@ msgstr "" msgid "Error processing message locally: %(exc)s" msgstr "" -#: nova/cells/messaging.py:358 nova/cells/messaging.py:364 +#: nova/cells/messaging.py:360 nova/cells/messaging.py:368 #, python-format msgid "destination is %(target_cell)s but routing_path is %(routing_path)s" msgstr "" -#: nova/cells/messaging.py:374 +#: nova/cells/messaging.py:380 #, python-format msgid "Unknown %(cell_type)s when routing to %(target_cell)s" msgstr "" -#: nova/cells/messaging.py:398 +#: nova/cells/messaging.py:404 #, python-format msgid "Error locating next hop for message: %(exc)s" msgstr "" -#: nova/cells/messaging.py:425 +#: nova/cells/messaging.py:431 #, python-format msgid "Failed to send message to cell: %(next_hop)s: %(exc)s" msgstr "" -#: nova/cells/messaging.py:504 +#: nova/cells/messaging.py:510 #, python-format msgid "Error locating next hops for message: %(exc)s" msgstr "" -#: nova/cells/messaging.py:524 +#: nova/cells/messaging.py:530 #, python-format msgid "Error sending message to next hops: %(exc)s" msgstr "" -#: nova/cells/messaging.py:542 +#: nova/cells/messaging.py:548 #, python-format msgid "Error waiting for responses from neighbor cells: %(exc)s" msgstr "" -#: nova/cells/messaging.py:653 +#: nova/cells/messaging.py:659 #, python-format msgid "Unknown method '%(method)s' in compute API" msgstr "" -#: nova/cells/messaging.py:676 +#: nova/cells/messaging.py:682 #, python-format msgid "Received capabilities from child cell %(cell_name)s: %(capabilities)s" msgstr "" -#: nova/cells/messaging.py:685 +#: nova/cells/messaging.py:692 #, python-format msgid "Received capacities from child cell %(cell_name)s: %(capacities)s" msgstr "" -#: nova/cells/messaging.py:811 +#: nova/cells/messaging.py:819 #, fuzzy, python-format -msgid "Got update for instance %(instance_uuid)s: %(instance)s" +msgid "Got update for instance: %(instance)s" msgstr "掛載點 %(mountpoint)s 掛載到虛擬機器 %(instance_name)s" -#: nova/cells/messaging.py:854 +#: nova/cells/messaging.py:862 #, fuzzy, python-format -msgid "Got update to delete instance %(instance_uuid)s" +msgid "Got update to delete instance" msgstr "掛載點 %(mountpoint)s 掛載到虛擬機器 %(instance_name)s" -#: nova/cells/messaging.py:869 +#: nova/cells/messaging.py:877 #, python-format msgid "Got broadcast to %(delete_type)s delete instance" msgstr "" -#: nova/cells/messaging.py:883 +#: nova/cells/messaging.py:891 #, python-format msgid "Got message to create instance fault: %(instance_fault)s" msgstr "" -#: nova/cells/messaging.py:904 +#: nova/cells/messaging.py:912 #, python-format msgid "" "Forcing a sync of instances, project_id=%(projid_str)s, " "updated_since=%(since_str)s" msgstr "" -#: nova/cells/messaging.py:1088 +#: nova/cells/messaging.py:1097 #, python-format msgid "Updating parents with our capabilities: %(capabs)s" msgstr "" -#: nova/cells/messaging.py:1108 +#: nova/cells/messaging.py:1117 #, python-format msgid "Updating parents with our capacities: %(capacities)s" msgstr "" @@ -3368,7 +3307,7 @@ msgid "" "second(s)" msgstr "" -#: nova/cells/scheduler.py:139 +#: nova/cells/scheduler.py:140 #, python-format msgid "Error scheduling instances %(instance_uuids)s" msgstr "" @@ -3382,7 +3321,7 @@ msgstr "" msgid "Unknown cell '%(cell_name)s' when trying to update capabilities" msgstr "" -#: nova/cells/state.py:330 +#: nova/cells/state.py:331 #, python-format msgid "Unknown cell '%(cell_name)s' when trying to update capacities" msgstr "" @@ -3875,136 +3814,136 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:1997 +#: nova/compute/api.py:1988 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2006 +#: nova/compute/api.py:1997 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2048 +#: nova/compute/api.py:2043 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2188 +#: nova/compute/api.py:2179 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2295 +#: nova/compute/api.py:2284 msgid "Locking" msgstr "" -#: nova/compute/api.py:2303 +#: nova/compute/api.py:2292 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2375 +#: nova/compute/api.py:2364 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2488 +#: nova/compute/api.py:2477 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2507 +#: nova/compute/api.py:2496 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2511 +#: nova/compute/api.py:2500 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2758 +#: nova/compute/api.py:2747 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2762 +#: nova/compute/api.py:2751 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2858 +#: nova/compute/api.py:2847 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2861 +#: nova/compute/api.py:2850 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2869 +#: nova/compute/api.py:2858 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2875 +#: nova/compute/api.py:2864 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2893 +#: nova/compute/api.py:2882 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2896 +#: nova/compute/api.py:2885 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2903 +#: nova/compute/api.py:2892 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2967 +#: nova/compute/api.py:2956 #, fuzzy, python-format msgid "Unable to delete system group '%s'" msgstr "找不到Volume %s" -#: nova/compute/api.py:2972 +#: nova/compute/api.py:2961 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:2980 +#: nova/compute/api.py:2969 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:2983 +#: nova/compute/api.py:2972 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3060 nova/compute/api.py:3134 +#: nova/compute/api.py:3049 nova/compute/api.py:3123 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3076 +#: nova/compute/api.py:3065 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3079 +#: nova/compute/api.py:3068 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3088 +#: nova/compute/api.py:3077 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3141 +#: nova/compute/api.py:3130 msgid "Security group id should be integer" msgstr "" @@ -4107,653 +4046,653 @@ msgstr "" msgid "Instance has been destroyed from under us while trying to set it to ERROR" msgstr "" -#: nova/compute/manager.py:407 +#: nova/compute/manager.py:409 #, python-format msgid "Instance %(uuid)s found in the hypervisor, but not in the database" msgstr "" -#: nova/compute/manager.py:423 +#: nova/compute/manager.py:425 #, python-format msgid "" "Instance %(driver_instance)s found in the hypervisor, but not in the " "database" msgstr "" -#: nova/compute/manager.py:444 +#: nova/compute/manager.py:446 #, python-format msgid "" "Deleting instance as its host (%(instance_host)s) is not equal to our " "host (%(our_host)s)." msgstr "" -#: nova/compute/manager.py:459 +#: nova/compute/manager.py:461 msgid "Instance has been marked deleted already, removing it from the hypervisor." msgstr "" -#: nova/compute/manager.py:480 +#: nova/compute/manager.py:482 msgid "" "Hypervisor driver does not support instance shared storage check, " "assuming it's not on shared storage" msgstr "" -#: nova/compute/manager.py:486 +#: nova/compute/manager.py:488 msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:529 +#: nova/compute/manager.py:531 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:532 +#: nova/compute/manager.py:534 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:543 +#: nova/compute/manager.py:545 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:548 +#: nova/compute/manager.py:550 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:562 +#: nova/compute/manager.py:564 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:567 +#: nova/compute/manager.py:569 #, fuzzy msgid "Failed to resume instance" msgstr "無法掛載Volume 到虛擬機器 %s" -#: nova/compute/manager.py:577 +#: nova/compute/manager.py:579 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:581 +#: nova/compute/manager.py:583 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:597 +#: nova/compute/manager.py:599 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:609 +#: nova/compute/manager.py:611 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:647 +#: nova/compute/manager.py:649 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:745 +#: nova/compute/manager.py:747 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:762 +#: nova/compute/manager.py:764 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:862 +#: nova/compute/manager.py:864 msgid "Success" msgstr "" -#: nova/compute/manager.py:885 +#: nova/compute/manager.py:887 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:906 nova/compute/manager.py:2377 +#: nova/compute/manager.py:908 nova/compute/manager.py:2379 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:948 +#: nova/compute/manager.py:950 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:954 +#: nova/compute/manager.py:956 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:982 +#: nova/compute/manager.py:984 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:999 +#: nova/compute/manager.py:1001 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1024 nova/compute/manager.py:2431 +#: nova/compute/manager.py:1026 nova/compute/manager.py:2433 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1037 +#: nova/compute/manager.py:1039 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1042 +#: nova/compute/manager.py:1044 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1048 +#: nova/compute/manager.py:1050 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1077 +#: nova/compute/manager.py:1079 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1125 +#: nova/compute/manager.py:1127 #, python-format msgid "" "image_id=%(image_id)s, image_size_bytes=%(size_bytes)d, " "allowed_size_bytes=%(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1131 +#: nova/compute/manager.py:1133 #, python-format msgid "" "Image '%(image_id)s' size %(size_bytes)d exceeded instance_type allowed " "size %(allowed_size_bytes)d" msgstr "" -#: nova/compute/manager.py:1141 +#: nova/compute/manager.py:1143 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1167 +#: nova/compute/manager.py:1169 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1170 +#: nova/compute/manager.py:1172 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1181 +#: nova/compute/manager.py:1183 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1200 +#: nova/compute/manager.py:1202 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1251 +#: nova/compute/manager.py:1253 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1324 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1338 +#: nova/compute/manager.py:1340 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1358 +#: nova/compute/manager.py:1360 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1361 +#: nova/compute/manager.py:1363 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1368 +#: nova/compute/manager.py:1370 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1415 +#: nova/compute/manager.py:1417 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1468 nova/compute/manager.py:2606 -#: nova/compute/manager.py:4118 +#: nova/compute/manager.py:1470 nova/compute/manager.py:2608 +#: nova/compute/manager.py:4137 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1620 +#: nova/compute/manager.py:1622 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1633 +#: nova/compute/manager.py:1635 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1637 +#: nova/compute/manager.py:1639 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1641 +#: nova/compute/manager.py:1643 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1724 +#: nova/compute/manager.py:1726 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1756 +#: nova/compute/manager.py:1758 #, fuzzy, python-format msgid "Detaching from volume api: %s" msgstr "無法卸載 Volume %s" -#: nova/compute/manager.py:1774 +#: nova/compute/manager.py:1776 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1799 +#: nova/compute/manager.py:1801 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1817 #, fuzzy, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "無法掛載Volume 到虛擬機器 %s" -#: nova/compute/manager.py:1828 +#: nova/compute/manager.py:1830 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1855 +#: nova/compute/manager.py:1857 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1861 +#: nova/compute/manager.py:1863 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1922 +#: nova/compute/manager.py:1924 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1929 +#: nova/compute/manager.py:1931 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1934 +#: nova/compute/manager.py:1936 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1962 +#: nova/compute/manager.py:1964 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1969 +#: nova/compute/manager.py:1971 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1976 +#: nova/compute/manager.py:1978 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1991 +#: nova/compute/manager.py:1993 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1998 +#: nova/compute/manager.py:2000 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:2011 +#: nova/compute/manager.py:2013 #, python-format msgid "" "trying to inject a file into a non-running (state: " "%(current_power_state)s expected: %(expected_state)s)" msgstr "" -#: nova/compute/manager.py:2015 +#: nova/compute/manager.py:2017 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:2035 +#: nova/compute/manager.py:2037 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2048 +#: nova/compute/manager.py:2050 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2067 +#: nova/compute/manager.py:2069 #, fuzzy msgid "Error trying to Rescue Instance" msgstr "無法掛載Volume 到虛擬機器 %s" -#: nova/compute/manager.py:2071 +#: nova/compute/manager.py:2073 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2089 +#: nova/compute/manager.py:2091 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2110 +#: nova/compute/manager.py:2112 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2335 +#: nova/compute/manager.py:2337 msgid "Instance has no source host" msgstr "" -#: nova/compute/manager.py:2341 +#: nova/compute/manager.py:2343 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2358 +#: nova/compute/manager.py:2360 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2603 +#: nova/compute/manager.py:2605 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2666 +#: nova/compute/manager.py:2668 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2684 +#: nova/compute/manager.py:2686 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2722 +#: nova/compute/manager.py:2724 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2753 +#: nova/compute/manager.py:2755 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2773 +#: nova/compute/manager.py:2775 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2778 +#: nova/compute/manager.py:2780 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2781 +#: nova/compute/manager.py:2783 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2798 +#: nova/compute/manager.py:2800 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2825 +#: nova/compute/manager.py:2827 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2860 +#: nova/compute/manager.py:2862 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2907 +#: nova/compute/manager.py:2909 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2957 +#: nova/compute/manager.py:2959 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2966 +#: nova/compute/manager.py:2968 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2981 +#: nova/compute/manager.py:2983 #, fuzzy, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "卸載_Volume: %(instance_name)s, %(mountpoint)s" -#: nova/compute/manager.py:3011 +#: nova/compute/manager.py:3013 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:3021 +#: nova/compute/manager.py:3023 #, fuzzy msgid "Detaching volume from unknown instance" msgstr "無法掛載Volume 到虛擬機器 %s" -#: nova/compute/manager.py:3028 +#: nova/compute/manager.py:3030 #, fuzzy, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "卸載_Volume: %(instance_name)s, %(mountpoint)s" -#: nova/compute/manager.py:3051 +#: nova/compute/manager.py:3053 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3087 +#: nova/compute/manager.py:3089 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3107 +#: nova/compute/manager.py:3109 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3121 +#: nova/compute/manager.py:3123 #, python-format msgid "Host %(host)s not found" msgstr "" -#: nova/compute/manager.py:3265 +#: nova/compute/manager.py:3276 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3293 +#: nova/compute/manager.py:3304 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3348 +#: nova/compute/manager.py:3359 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3350 +#: nova/compute/manager.py:3361 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:3364 +#: nova/compute/manager.py:3376 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3393 +#: nova/compute/manager.py:3408 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3512 +#: nova/compute/manager.py:3537 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3557 +#: nova/compute/manager.py:3587 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3563 +#: nova/compute/manager.py:3593 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3602 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3579 +#: nova/compute/manager.py:3609 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3583 +#: nova/compute/manager.py:3613 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3590 +#: nova/compute/manager.py:3620 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3599 +#: nova/compute/manager.py:3629 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3616 +#: nova/compute/manager.py:3646 #, 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:3635 +#: nova/compute/manager.py:3665 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3659 +#: nova/compute/manager.py:3689 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3776 +#: nova/compute/manager.py:3806 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3793 +#: nova/compute/manager.py:3823 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3820 +#: nova/compute/manager.py:3850 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3825 nova/compute/manager.py:3875 +#: nova/compute/manager.py:3855 nova/compute/manager.py:3905 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3862 +#: nova/compute/manager.py:3892 #, 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:3900 +#: nova/compute/manager.py:3930 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3912 nova/compute/manager.py:3921 -#: nova/compute/manager.py:3951 +#: nova/compute/manager.py:3942 nova/compute/manager.py:3951 +#: nova/compute/manager.py:3981 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3916 +#: nova/compute/manager.py:3946 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3932 +#: nova/compute/manager.py:3962 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3938 +#: nova/compute/manager.py:3968 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3944 +#: nova/compute/manager.py:3974 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3960 +#: nova/compute/manager.py:3990 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3968 +#: nova/compute/manager.py:3998 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3988 +#: nova/compute/manager.py:4010 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:4015 +#: nova/compute/manager.py:4037 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:4025 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4047 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4088 #, python-format msgid "" "Detected instance with name label '%(name)s' which is marked as DELETED " "but still present on host." msgstr "" -#: nova/compute/manager.py:4073 +#: nova/compute/manager.py:4095 #, python-format msgid "" "Destroying instance with name label '%(name)s' which is marked as DELETED" " but still present on host." msgstr "" -#: nova/compute/manager.py:4080 +#: nova/compute/manager.py:4102 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4110 +#: nova/compute/manager.py:4129 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4867,7 +4806,7 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:380 +#: nova/conductor/api.py:373 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" @@ -4878,7 +4817,7 @@ msgstr "" msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:262 +#: nova/conductor/manager.py:263 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -4956,54 +4895,50 @@ msgstr "" msgid "Failed to notify cells of instance destroy" msgstr "" -#: nova/db/api.py:673 nova/db/api.py:694 +#: nova/db/api.py:674 nova/db/api.py:695 msgid "Failed to notify cells of instance update" msgstr "" -#: nova/db/api.py:734 -msgid "Failed to notify cells of instance info cache update" -msgstr "" - -#: nova/db/api.py:1456 +#: nova/db/api.py:1453 msgid "Failed to notify cells of bw_usage update" msgstr "" -#: nova/db/api.py:1591 +#: nova/db/api.py:1588 msgid "Failed to notify cells of instance fault" msgstr "" -#: nova/db/sqlalchemy/api.py:157 +#: nova/db/sqlalchemy/api.py:160 #, python-format msgid "Deadlock detected when running '%(func_name)s': Retrying..." msgstr "" -#: nova/db/sqlalchemy/api.py:192 +#: nova/db/sqlalchemy/api.py:195 msgid "model or base_model parameter should be subclass of NovaBase" msgstr "" -#: nova/db/sqlalchemy/api.py:205 nova/virt/baremetal/db/sqlalchemy/api.py:61 +#: nova/db/sqlalchemy/api.py:208 nova/virt/baremetal/db/sqlalchemy/api.py:61 #, python-format msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1408 +#: nova/db/sqlalchemy/api.py:1411 #, python-format msgid "" "Unknown osapi_compute_unique_server_name_scope value: %s Flag must be " "empty, \"global\" or \"project\"" msgstr "" -#: nova/db/sqlalchemy/api.py:1546 +#: nova/db/sqlalchemy/api.py:1549 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2853 +#: nova/db/sqlalchemy/api.py:2908 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4361 +#: nova/db/sqlalchemy/api.py:4416 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5149,15 +5084,19 @@ msgstr "" msgid "Bad project_id for to_global_ipv6: %s" msgstr "" -#: nova/network/api.py:55 +#: nova/network/api.py:56 msgid "instance is a required argument to use @refresh_cache" msgstr "" -#: nova/network/api.py:80 +#: nova/network/api.py:90 +msgid "Failed to notify cells of instance info cache update" +msgstr "" + +#: nova/network/api.py:93 msgid "Failed storing info cache" msgstr "" -#: nova/network/api.py:235 +#: nova/network/api.py:248 #, python-format msgid "re-assign floating IP %(address)s from instance %(instance_id)s" msgstr "" @@ -5716,17 +5655,17 @@ msgstr "" msgid "Deprecated: %s" msgstr "" -#: nova/openstack/common/log.py:347 +#: nova/openstack/common/log.py:336 #, python-format msgid "Error loading logging config %(log_config)s: %(err_msg)s" msgstr "" -#: nova/openstack/common/log.py:397 +#: nova/openstack/common/log.py:386 #, python-format msgid "syslog facility must be one of: %s" msgstr "" -#: nova/openstack/common/log.py:563 +#: nova/openstack/common/log.py:555 #, python-format msgid "Fatal call to deprecated config: %(msg)s" msgstr "" @@ -5823,6 +5762,62 @@ msgstr "" msgid "process_input not supported over SSH" msgstr "" +#: nova/openstack/common/service.py:113 nova/openstack/common/service.py:276 +msgid "Full set of CONF:" +msgstr "" + +#: nova/openstack/common/service.py:122 nova/openstack/common/service.py:219 +#, python-format +msgid "Caught %s, exiting" +msgstr "" + +#: nova/openstack/common/service.py:165 +msgid "Parent process has died unexpectedly, exiting" +msgstr "" + +#: nova/openstack/common/service.py:201 +msgid "Forking too fast, sleeping" +msgstr "" + +#: nova/openstack/common/service.py:224 +msgid "Unhandled exception" +msgstr "" + +#: nova/openstack/common/service.py:231 +#, python-format +msgid "Started child %d" +msgstr "" + +#: nova/openstack/common/service.py:241 +#, python-format +msgid "Starting %d workers" +msgstr "" + +#: nova/openstack/common/service.py:258 +#, python-format +msgid "Child %(pid)d killed by signal %(sig)d" +msgstr "" + +#: nova/openstack/common/service.py:262 +#, python-format +msgid "Child %(pid)s exited with status %(code)d" +msgstr "" + +#: nova/openstack/common/service.py:266 +#, python-format +msgid "pid %d not in child list" +msgstr "" + +#: nova/openstack/common/service.py:294 +#, python-format +msgid "Caught %s, stopping children" +msgstr "" + +#: nova/openstack/common/service.py:305 +#, python-format +msgid "Waiting on %d children to exit" +msgstr "" + #: nova/openstack/common/strutils.py:72 #, python-format msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" @@ -6012,12 +6007,17 @@ msgid "" "endpoint." msgstr "" -#: nova/openstack/common/rpc/common.py:281 +#: nova/openstack/common/rpc/common.py:162 +#, python-format +msgid "Specified RPC version cap, %(version_cap)s, is too low" +msgstr "" + +#: nova/openstack/common/rpc/common.py:285 #, python-format msgid "Failed to sanitize %(item)s. Key error %(err)s" msgstr "" -#: nova/openstack/common/rpc/common.py:303 +#: nova/openstack/common/rpc/common.py:307 #, python-format msgid "Returning exception %s to caller" msgstr "" @@ -6351,38 +6351,38 @@ msgstr "" msgid "Request Spec: %s" msgstr "" -#: nova/scheduler/filter_scheduler.py:92 +#: nova/scheduler/filter_scheduler.py:97 #, fuzzy, python-format msgid "Choosing host %(weighed_host)s for instance %(instance_uuid)s" msgstr "掛載點 %(mountpoint)s 掛載到虛擬機器 %(instance_name)s" -#: nova/scheduler/filter_scheduler.py:234 +#: nova/scheduler/filter_scheduler.py:239 msgid "Invalid value for 'scheduler_max_attempts', must be >= 1" msgstr "" -#: nova/scheduler/filter_scheduler.py:251 +#: nova/scheduler/filter_scheduler.py:256 #, python-format msgid "Error from last host: %(last_host)s (node %(last_node)s): %(exc)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:283 +#: nova/scheduler/filter_scheduler.py:288 #, python-format msgid "" "Exceeded max scheduling attempts %(max_attempts)d for instance " "%(instance_uuid)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:351 +#: nova/scheduler/filter_scheduler.py:356 #, python-format msgid "Filtered %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:356 +#: nova/scheduler/filter_scheduler.py:361 #, python-format msgid "Weighed %(hosts)s" msgstr "" -#: nova/scheduler/filter_scheduler.py:398 +#: nova/scheduler/filter_scheduler.py:403 #, python-format msgid "Unable to migrate %(instance_uuid)s to %(dest)s: Lack of memory" msgstr "" @@ -6577,46 +6577,46 @@ msgstr "" msgid "Returns one member of the [%s] group" msgstr "" -#: nova/servicegroup/drivers/db.py:42 +#: nova/servicegroup/drivers/db.py:41 #, python-format msgid "" "DB_Driver: join new ServiceGroup member %(member_id)s to the %(group_id)s" " group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/db.py:46 +#: nova/servicegroup/drivers/db.py:45 msgid "service is a mandatory argument for DB based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/db.py:76 +#: nova/servicegroup/drivers/db.py:72 #, python-format msgid "DB_Driver: get_all members of the %s group" msgstr "" -#: nova/servicegroup/drivers/db.py:99 nova/servicegroup/drivers/mc.py:103 +#: nova/servicegroup/drivers/db.py:95 nova/servicegroup/drivers/mc.py:99 msgid "Recovered model server connection!" msgstr "" -#: nova/servicegroup/drivers/db.py:105 nova/servicegroup/drivers/mc.py:109 +#: nova/servicegroup/drivers/db.py:101 nova/servicegroup/drivers/mc.py:105 msgid "model server went away" msgstr "" -#: nova/servicegroup/drivers/mc.py:44 +#: nova/servicegroup/drivers/mc.py:43 msgid "memcached_servers not defined" msgstr "" -#: nova/servicegroup/drivers/mc.py:52 +#: nova/servicegroup/drivers/mc.py:51 #, python-format msgid "" "Memcached_Driver: join new ServiceGroup member %(member_id)s to the " "%(group_id)s group, service = %(service)s" msgstr "" -#: nova/servicegroup/drivers/mc.py:57 +#: nova/servicegroup/drivers/mc.py:56 msgid "service is a mandatory argument for Memcached based ServiceGroup driver" msgstr "" -#: nova/servicegroup/drivers/mc.py:78 +#: nova/servicegroup/drivers/mc.py:74 #, python-format msgid "Memcached_Driver: get_all members of the %s group" msgstr "" @@ -6705,22 +6705,6 @@ msgstr "" msgid "already detached" msgstr "" -#: nova/tests/fakelibvirt.py:892 -msgid "Please extend mock libvirt module to support flags" -msgstr "" - -#: nova/tests/fakelibvirt.py:896 -msgid "Expected a list for 'auth' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:900 -msgid "Expected a function in 'auth[0]' parameter" -msgstr "" - -#: nova/tests/fakelibvirt.py:904 -msgid "Expected a function in 'auth[1]' parameter" -msgstr "" - #: nova/tests/test_hypervapi.py:433 msgid "fake vswitch not found" msgstr "" @@ -6754,17 +6738,17 @@ msgstr "" msgid "unexpected role header" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3340 +#: nova/tests/api/openstack/compute/test_servers.py:3365 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3345 +#: nova/tests/api/openstack/compute/test_servers.py:3370 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" -#: nova/tests/api/openstack/compute/test_servers.py:3350 +#: nova/tests/api/openstack/compute/test_servers.py:3375 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" @@ -6773,7 +6757,7 @@ msgstr "" #: nova/tests/compute/test_compute.py:1168 #: nova/tests/compute/test_compute.py:1195 #: nova/tests/compute/test_compute.py:1241 -#: nova/tests/compute/test_compute.py:3762 +#: nova/tests/compute/test_compute.py:3804 #, python-format msgid "Running instances: %s" msgstr "" @@ -6790,16 +6774,16 @@ msgstr "" msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:3815 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4275 +#: nova/tests/compute/test_compute.py:4315 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8748 +#: nova/tests/compute/test_compute.py:8904 msgid "spawn error" msgstr "" @@ -6895,6 +6879,22 @@ msgstr "" msgid "Decoding JSON: %s" msgstr "" +#: nova/tests/virt/libvirt/fakelibvirt.py:892 +msgid "Please extend mock libvirt module to support flags" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:896 +msgid "Expected a list for 'auth' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:900 +msgid "Expected a function in 'auth[0]' parameter" +msgstr "" + +#: nova/tests/virt/libvirt/fakelibvirt.py:904 +msgid "Expected a function in 'auth[1]' parameter" +msgstr "" + #: nova/virt/configdrive.py:97 #, python-format msgid "Added %(filepath)s to config drive" @@ -10991,67 +10991,12 @@ msgstr "" msgid "status must be 'available'" msgstr "" -#~ msgid "EC2APIError raised: %s" +#~ msgid "%(flag)s : FLAG SET " #~ msgstr "" -#~ msgid "Instance is in an invalid state for '%(action)s'" +#~ msgid "Child %(pid)d exited with status %(code)d" #~ msgstr "" -#~ msgid "Failed to load extension %(ext_name)s: %(exc)s" -#~ msgstr "" - -#~ msgid "Removing options '%(unk_opt_str)s' from query" -#~ msgstr "" - -#~ msgid "Live migration of instance %(id)s to another host failed" -#~ msgstr "" - -#~ msgid "Cannot show aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Cannot update aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Cannot delete aggregate: %(id)s" -#~ msgstr "" - -#~ msgid "Total %(type_)s: %(total)d %(unit)s, used: %(used)d %(unit)s" -#~ msgstr "" - -#~ msgid "%(type_)s limit not specified, defaulting to unlimited" -#~ msgstr "" - -#~ msgid "%(type_)s limit: %(limit)d %(unit)s, free: %(free)d %(unit)s" -#~ msgstr "" - -#~ msgid "" -#~ "Unable to claim resources. Free " -#~ "%(type_)s %(free)d %(unit)s < requested " -#~ "%(requested)d %(unit)s" -#~ msgstr "" - -#~ msgid "'%s' argument must be a positive integer" -#~ msgstr "" - -#~ msgid "Attempting to build %(num_instances)d instance(s)" -#~ msgstr "" - -#~ msgid "Choosing host %(chosen_host)s" -#~ msgstr "" - -#~ msgid "Unable to load the virtualization driver: %s" -#~ msgstr "" - -#~ msgid "" -#~ "Inject data image=%(image)s key=%(key)s " -#~ "net=%(net)s metadata=%(metadata)s admin_password=ha-" -#~ "ha-not-telling-you files=%(files)s " -#~ "partition=%(partition)s use_cow=%(use_cow)s" -#~ msgstr "" - -#~ msgid "Inject admin password fs=%(fs)s admin_passwd=ha-ha-not-telling-you" -#~ msgstr "" - -#~ msgid "Resizing down VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" -#~ msgstr "" +#~ msgid "Got update for instance %(instance_uuid)s: %(instance)s" +#~ msgstr "掛載點 %(mountpoint)s 掛載到虛擬機器 %(instance_name)s" |
