diff options
| author | OpenStack Jenkins <jenkins@openstack.org> | 2013-06-02 19:38:23 +0000 |
|---|---|---|
| committer | OpenStack Jenkins <jenkins@openstack.org> | 2013-06-02 19:38:23 +0000 |
| commit | fe3d392fac3f6f280223930d2f598a1e664ba876 (patch) | |
| tree | 703d9b799f04012efc0fb7a571b47e49f09f5689 | |
| parent | 5a510518d9e3097730466cfbf4ff25495c4a0302 (diff) | |
| download | nova-fe3d392fac3f6f280223930d2f598a1e664ba876.tar.gz nova-fe3d392fac3f6f280223930d2f598a1e664ba876.tar.xz nova-fe3d392fac3f6f280223930d2f598a1e664ba876.zip | |
Imported Translations from Transifex
Change-Id: I0f6918b35da30acadce3d05d36d7dc4084be6aca
38 files changed, 15099 insertions, 13344 deletions
diff --git a/nova/locale/bg_BG/LC_MESSAGES/nova.po b/nova/locale/bg_BG/LC_MESSAGES/nova.po index 90688b89f..65f693fa3 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-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 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) " @@ -171,7 +171,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "" @@ -1300,6 +1300,21 @@ msgstr "" msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1310,7 +1325,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1959,43 +1974,43 @@ msgstr "" msgid "Failed to get metadata for instance id: %s" msgstr "" -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2276,10 +2291,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "" @@ -3859,46 +3876,46 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 msgid "Cannot run any more instances of this type." msgstr "" -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, python-format msgid "Can only run %s more instances of this type." msgstr "" -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" msgstr "" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " "properties" msgstr "" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 msgid "Metadata property key greater than 255 characters" msgstr "" -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 msgid "Metadata property value greater than 255 characters" msgstr "" -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 msgid "Cannot attach one or more volumes to multiple instances" msgstr "" @@ -3961,141 +3978,141 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2067 +#: nova/compute/api.py:2065 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2871 +#: nova/compute/api.py:2872 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2888 +#: nova/compute/api.py:2889 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, python-format msgid "Unable to update system group '%s'" msgstr "" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, python-format msgid "Unable to delete system group '%s'" msgstr "" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "" @@ -4231,603 +4248,608 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 msgid "Failed to resume instance" msgstr "" -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, python-format msgid "Detaching from volume api: %s" msgstr "" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1769 +#: nova/compute/manager.py:1778 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1876 +#: nova/compute/manager.py:1885 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1923 +#: nova/compute/manager.py:1932 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1945 +#: nova/compute/manager.py:1954 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, 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:1969 +#: nova/compute/manager.py:1978 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 msgid "Error trying to Rescue Instance" msgstr "" -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, python-format +msgid "Updating instance to original state: '%s'" +msgstr "" + +#: nova/compute/manager.py:2330 msgid "Instance has no source host" msgstr "" -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2620 +#: nova/compute/manager.py:2673 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2911 +#: nova/compute/manager.py:2964 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2920 +#: nova/compute/manager.py:2973 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2935 +#: nova/compute/manager.py:2988 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2965 +#: nova/compute/manager.py:3018 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:2975 +#: nova/compute/manager.py:3028 msgid "Detaching volume from unknown instance" msgstr "" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "" -#: nova/compute/manager.py:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3061 +#: nova/compute/manager.py:3114 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3075 +#: nova/compute/manager.py:3128 #, python-format msgid "Host %(host)s not found" msgstr "" -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3256 +#: nova/compute/manager.py:3309 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3313 +#: nova/compute/manager.py:3366 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:3328 +#: nova/compute/manager.py:3381 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3545 +#: nova/compute/manager.py:3598 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3554 +#: nova/compute/manager.py:3607 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3561 +#: nova/compute/manager.py:3614 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3565 +#: nova/compute/manager.py:3618 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3581 +#: nova/compute/manager.py:3634 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3598 +#: nova/compute/manager.py:3651 #, 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:3617 +#: nova/compute/manager.py:3670 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3829 +#: nova/compute/manager.py:3882 #, 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:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3899 +#: nova/compute/manager.py:3952 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4025 +#: nova/compute/manager.py:4078 #, 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:4032 +#: nova/compute/manager.py:4085 #, 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:4039 +#: nova/compute/manager.py:4092 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4119 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4941,18 +4963,18 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5056,24 +5078,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5610,75 +5632,74 @@ msgstr "" msgid "v4 subnets are required for legacy nw_info" msgstr "" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" +#: nova/network/quantumv2/__init__.py:67 +msgid "quantum authentication failed" msgstr "" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, python-format msgid "allocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, python-format msgid "empty project id for instance %s" msgstr "" -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 msgid "Port not found" msgstr "" -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, python-format msgid "deallocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "" -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "" -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, python-format msgid "get_instance_nw_info() for %s" msgstr "" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, python-format msgid "validate_networks() for %s" msgstr "" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "" @@ -5763,6 +5784,25 @@ msgstr "" msgid "This rule already exists in group %s" msgstr "" +#: nova/objects/base.py:52 +#, python-format +msgid "Error setting %(attr)s" +msgstr "" + +#: nova/objects/base.py:136 +msgid "Invalid version string" +msgstr "" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, python-format msgid "Original exception being dropped: %s" @@ -6866,51 +6906,54 @@ msgid "unexpected role header" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 msgid "spawn error" msgstr "" @@ -7041,25 +7084,25 @@ msgstr "" msgid "Added %(filepath)s to config drive" msgstr "" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, python-format msgid "Loading compute driver '%s'" msgstr "" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 msgid "Unable to load the virtualization driver" msgstr "" @@ -7853,7 +7896,7 @@ msgstr "" msgid "get_available_resource called" msgstr "" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "" @@ -8025,50 +8068,50 @@ msgstr "" msgid "finish_revert_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, python-format msgid "Getting info for disk: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 msgid "finish_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, python-format msgid "Cannot find boot VHD file: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8650,61 +8693,61 @@ msgid "" "%(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, python-format msgid "Invalid exclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, python-format msgid "Invalid inclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 msgid "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. " msgstr "" -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, python-format msgid "Trying to get stats for the volume %s" msgstr "" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -8712,50 +8755,50 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " "is on the same shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 msgid "Live migration can not be used without shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" msgstr "" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" "%s" msgstr "" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -8765,67 +8808,67 @@ msgid "" "Refer to %(u)s" msgstr "" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " "mount the same storage." msgstr "" -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, python-format msgid "Live Migration failure: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "" -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" " Code %(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 msgid "Starting migrate_disk_and_power_off" msgstr "" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 msgid "Instance running successfully." msgstr "" -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 msgid "Starting finish_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 msgid "Starting finish_revert_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "" @@ -9134,70 +9177,70 @@ msgstr "" msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, python-format msgid "%s is already mounted" msgstr "" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, python-format msgid "AoE device not found at %s" msgstr "" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 msgid "Fibre Channel device not found." msgstr "" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " "Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9269,12 +9312,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9320,7 +9363,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9471,27 +9514,27 @@ msgstr "" msgid "VMware Cluster %s is not found" msgstr "" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "" @@ -9901,54 +9944,54 @@ msgstr "" msgid "Renamed the VM from %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, python-format msgid "Automatically hard rebooting %d" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 msgid "Reconfiguring VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 msgid "Reconfigured VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "" @@ -10069,19 +10112,19 @@ msgstr "" msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" msgstr "" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " "args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "" @@ -10189,24 +10232,24 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, python-format msgid "Could not determine key: %s" msgstr "" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "" -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "" @@ -10766,7 +10809,7 @@ msgstr "" msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, python-format msgid "Updating progress to %(progress)d" msgstr "" @@ -10780,202 +10823,202 @@ msgstr "" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 msgid "Starting instance" msgstr "" -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, python-format msgid "Block device information present: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 msgid "Failed to spawn, rolling back" msgstr "" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 msgid "Auto configuring disk, attempting to resize partition..." msgstr "" -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 msgid "Starting VM" msgstr "" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" msgstr "" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, python-format msgid "Could not find VM with name %s" msgstr "" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 msgid "Finished snapshot and upload for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 msgid "Unable to terminate instance." msgstr "" -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 msgid "Resize complete" msgstr "" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 msgid "Unable to find root VBD/VDI for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 msgid "Destroying VDIs" msgstr "" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 msgid "Destroying VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "" -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 msgid "VM is not present, skipping soft delete..." msgstr "" -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 msgid "Automatically hard rebooting" msgstr "" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 msgid "Injecting network info to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 msgid "Creating vifs" msgstr "" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 msgid "Injecting hostname to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" msgstr "" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 msgid "No suitable network for migrate" msgstr "" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 msgid "VM.assert_can_migrate failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 msgid "Migrate Send failed" msgstr "" @@ -11116,3 +11159,6 @@ msgstr "" msgid "status must be 'available'" msgstr "" +#~ msgid "Quantum client authentication failed: %s" +#~ msgstr "" + diff --git a/nova/locale/bs/LC_MESSAGES/nova.po b/nova/locale/bs/LC_MESSAGES/nova.po index 4c9f3ac49..e4ec81563 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-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 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" @@ -170,7 +170,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "" @@ -1299,6 +1299,21 @@ msgstr "" msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1309,7 +1324,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1958,43 +1973,43 @@ msgstr "" msgid "Failed to get metadata for instance id: %s" msgstr "" -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2275,10 +2290,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "" @@ -3858,46 +3875,46 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 msgid "Cannot run any more instances of this type." msgstr "" -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, python-format msgid "Can only run %s more instances of this type." msgstr "" -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" msgstr "" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " "properties" msgstr "" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 msgid "Metadata property key greater than 255 characters" msgstr "" -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 msgid "Metadata property value greater than 255 characters" msgstr "" -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 msgid "Cannot attach one or more volumes to multiple instances" msgstr "" @@ -3960,141 +3977,141 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2067 +#: nova/compute/api.py:2065 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2871 +#: nova/compute/api.py:2872 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2888 +#: nova/compute/api.py:2889 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, python-format msgid "Unable to update system group '%s'" msgstr "" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, python-format msgid "Unable to delete system group '%s'" msgstr "" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "" @@ -4230,603 +4247,608 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 msgid "Failed to resume instance" msgstr "" -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, python-format msgid "Detaching from volume api: %s" msgstr "" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1769 +#: nova/compute/manager.py:1778 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1876 +#: nova/compute/manager.py:1885 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1923 +#: nova/compute/manager.py:1932 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1945 +#: nova/compute/manager.py:1954 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, 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:1969 +#: nova/compute/manager.py:1978 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 msgid "Error trying to Rescue Instance" msgstr "" -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, python-format +msgid "Updating instance to original state: '%s'" +msgstr "" + +#: nova/compute/manager.py:2330 msgid "Instance has no source host" msgstr "" -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2620 +#: nova/compute/manager.py:2673 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2911 +#: nova/compute/manager.py:2964 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2920 +#: nova/compute/manager.py:2973 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2935 +#: nova/compute/manager.py:2988 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2965 +#: nova/compute/manager.py:3018 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:2975 +#: nova/compute/manager.py:3028 msgid "Detaching volume from unknown instance" msgstr "" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "" -#: nova/compute/manager.py:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3061 +#: nova/compute/manager.py:3114 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3075 +#: nova/compute/manager.py:3128 #, python-format msgid "Host %(host)s not found" msgstr "" -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3256 +#: nova/compute/manager.py:3309 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3313 +#: nova/compute/manager.py:3366 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:3328 +#: nova/compute/manager.py:3381 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3545 +#: nova/compute/manager.py:3598 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3554 +#: nova/compute/manager.py:3607 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3561 +#: nova/compute/manager.py:3614 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3565 +#: nova/compute/manager.py:3618 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3581 +#: nova/compute/manager.py:3634 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3598 +#: nova/compute/manager.py:3651 #, 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:3617 +#: nova/compute/manager.py:3670 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3829 +#: nova/compute/manager.py:3882 #, 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:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3899 +#: nova/compute/manager.py:3952 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4025 +#: nova/compute/manager.py:4078 #, 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:4032 +#: nova/compute/manager.py:4085 #, 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:4039 +#: nova/compute/manager.py:4092 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4119 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4940,18 +4962,18 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5055,24 +5077,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5609,75 +5631,74 @@ msgstr "" msgid "v4 subnets are required for legacy nw_info" msgstr "" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" +#: nova/network/quantumv2/__init__.py:67 +msgid "quantum authentication failed" msgstr "" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, python-format msgid "allocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, python-format msgid "empty project id for instance %s" msgstr "" -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 msgid "Port not found" msgstr "" -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, python-format msgid "deallocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "" -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "" -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, python-format msgid "get_instance_nw_info() for %s" msgstr "" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, python-format msgid "validate_networks() for %s" msgstr "" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "" @@ -5762,6 +5783,25 @@ msgstr "" msgid "This rule already exists in group %s" msgstr "" +#: nova/objects/base.py:52 +#, python-format +msgid "Error setting %(attr)s" +msgstr "" + +#: nova/objects/base.py:136 +msgid "Invalid version string" +msgstr "" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, python-format msgid "Original exception being dropped: %s" @@ -6865,51 +6905,54 @@ msgid "unexpected role header" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 msgid "spawn error" msgstr "" @@ -7040,25 +7083,25 @@ msgstr "" msgid "Added %(filepath)s to config drive" msgstr "" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, python-format msgid "Loading compute driver '%s'" msgstr "" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 msgid "Unable to load the virtualization driver" msgstr "" @@ -7852,7 +7895,7 @@ msgstr "" msgid "get_available_resource called" msgstr "" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "" @@ -8024,50 +8067,50 @@ msgstr "" msgid "finish_revert_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, python-format msgid "Getting info for disk: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 msgid "finish_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, python-format msgid "Cannot find boot VHD file: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8649,61 +8692,61 @@ msgid "" "%(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, python-format msgid "Invalid exclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, python-format msgid "Invalid inclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 msgid "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. " msgstr "" -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, python-format msgid "Trying to get stats for the volume %s" msgstr "" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -8711,50 +8754,50 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " "is on the same shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 msgid "Live migration can not be used without shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" msgstr "" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" "%s" msgstr "" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -8764,67 +8807,67 @@ msgid "" "Refer to %(u)s" msgstr "" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " "mount the same storage." msgstr "" -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, python-format msgid "Live Migration failure: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "" -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" " Code %(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 msgid "Starting migrate_disk_and_power_off" msgstr "" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 msgid "Instance running successfully." msgstr "" -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 msgid "Starting finish_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 msgid "Starting finish_revert_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "" @@ -9133,70 +9176,70 @@ msgstr "" msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, python-format msgid "%s is already mounted" msgstr "" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, python-format msgid "AoE device not found at %s" msgstr "" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 msgid "Fibre Channel device not found." msgstr "" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " "Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9268,12 +9311,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9319,7 +9362,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9470,27 +9513,27 @@ msgstr "" msgid "VMware Cluster %s is not found" msgstr "" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "" @@ -9900,54 +9943,54 @@ msgstr "" msgid "Renamed the VM from %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, python-format msgid "Automatically hard rebooting %d" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 msgid "Reconfiguring VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 msgid "Reconfigured VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "" @@ -10068,19 +10111,19 @@ msgstr "" msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" msgstr "" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " "args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "" @@ -10188,24 +10231,24 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, python-format msgid "Could not determine key: %s" msgstr "" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "" -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "" @@ -10765,7 +10808,7 @@ msgstr "" msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, python-format msgid "Updating progress to %(progress)d" msgstr "" @@ -10779,202 +10822,202 @@ msgstr "" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 msgid "Starting instance" msgstr "" -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, python-format msgid "Block device information present: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 msgid "Failed to spawn, rolling back" msgstr "" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 msgid "Auto configuring disk, attempting to resize partition..." msgstr "" -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 msgid "Starting VM" msgstr "" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" msgstr "" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, python-format msgid "Could not find VM with name %s" msgstr "" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 msgid "Finished snapshot and upload for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 msgid "Unable to terminate instance." msgstr "" -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 msgid "Resize complete" msgstr "" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 msgid "Unable to find root VBD/VDI for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 msgid "Destroying VDIs" msgstr "" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 msgid "Destroying VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "" -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 msgid "VM is not present, skipping soft delete..." msgstr "" -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 msgid "Automatically hard rebooting" msgstr "" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 msgid "Injecting network info to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 msgid "Creating vifs" msgstr "" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 msgid "Injecting hostname to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" msgstr "" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 msgid "No suitable network for migrate" msgstr "" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 msgid "VM.assert_can_migrate failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 msgid "Migrate Send failed" msgstr "" @@ -11115,3 +11158,6 @@ msgstr "" msgid "status must be 'available'" msgstr "" +#~ msgid "Quantum client authentication failed: %s" +#~ msgstr "" + diff --git a/nova/locale/ca/LC_MESSAGES/nova.po b/nova/locale/ca/LC_MESSAGES/nova.po index 4a5ca982f..9100df042 100644 --- a/nova/locale/ca/LC_MESSAGES/nova.po +++ b/nova/locale/ca/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-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 19:37+0000\n" "PO-Revision-Date: 2013-05-28 17:08+0000\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Language-Team: Catalan " @@ -171,7 +171,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "" @@ -1300,6 +1300,21 @@ msgstr "" msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1310,7 +1325,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1959,43 +1974,43 @@ msgstr "" msgid "Failed to get metadata for instance id: %s" msgstr "" -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2276,10 +2291,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "" @@ -3859,46 +3876,46 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 msgid "Cannot run any more instances of this type." msgstr "" -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, python-format msgid "Can only run %s more instances of this type." msgstr "" -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" msgstr "" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " "properties" msgstr "" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 msgid "Metadata property key greater than 255 characters" msgstr "" -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 msgid "Metadata property value greater than 255 characters" msgstr "" -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 msgid "Cannot attach one or more volumes to multiple instances" msgstr "" @@ -3961,141 +3978,141 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2067 +#: nova/compute/api.py:2065 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2871 +#: nova/compute/api.py:2872 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2888 +#: nova/compute/api.py:2889 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, python-format msgid "Unable to update system group '%s'" msgstr "" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, python-format msgid "Unable to delete system group '%s'" msgstr "" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "" @@ -4231,603 +4248,608 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 msgid "Failed to resume instance" msgstr "" -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, python-format msgid "Detaching from volume api: %s" msgstr "" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1769 +#: nova/compute/manager.py:1778 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1876 +#: nova/compute/manager.py:1885 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1923 +#: nova/compute/manager.py:1932 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1945 +#: nova/compute/manager.py:1954 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, 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:1969 +#: nova/compute/manager.py:1978 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 msgid "Error trying to Rescue Instance" msgstr "" -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, python-format +msgid "Updating instance to original state: '%s'" +msgstr "" + +#: nova/compute/manager.py:2330 msgid "Instance has no source host" msgstr "" -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2620 +#: nova/compute/manager.py:2673 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2911 +#: nova/compute/manager.py:2964 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2920 +#: nova/compute/manager.py:2973 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2935 +#: nova/compute/manager.py:2988 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2965 +#: nova/compute/manager.py:3018 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:2975 +#: nova/compute/manager.py:3028 msgid "Detaching volume from unknown instance" msgstr "" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "" -#: nova/compute/manager.py:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3061 +#: nova/compute/manager.py:3114 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3075 +#: nova/compute/manager.py:3128 #, python-format msgid "Host %(host)s not found" msgstr "" -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3256 +#: nova/compute/manager.py:3309 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3313 +#: nova/compute/manager.py:3366 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:3328 +#: nova/compute/manager.py:3381 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3545 +#: nova/compute/manager.py:3598 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3554 +#: nova/compute/manager.py:3607 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3561 +#: nova/compute/manager.py:3614 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3565 +#: nova/compute/manager.py:3618 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3581 +#: nova/compute/manager.py:3634 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3598 +#: nova/compute/manager.py:3651 #, 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:3617 +#: nova/compute/manager.py:3670 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3829 +#: nova/compute/manager.py:3882 #, 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:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3899 +#: nova/compute/manager.py:3952 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4025 +#: nova/compute/manager.py:4078 #, 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:4032 +#: nova/compute/manager.py:4085 #, 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:4039 +#: nova/compute/manager.py:4092 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4119 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4941,18 +4963,18 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5056,24 +5078,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5610,75 +5632,74 @@ msgstr "" msgid "v4 subnets are required for legacy nw_info" msgstr "" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" +#: nova/network/quantumv2/__init__.py:67 +msgid "quantum authentication failed" msgstr "" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, python-format msgid "allocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, python-format msgid "empty project id for instance %s" msgstr "" -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 msgid "Port not found" msgstr "" -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, python-format msgid "deallocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "" -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "" -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, python-format msgid "get_instance_nw_info() for %s" msgstr "" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, python-format msgid "validate_networks() for %s" msgstr "" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "" @@ -5763,6 +5784,25 @@ msgstr "" msgid "This rule already exists in group %s" msgstr "" +#: nova/objects/base.py:52 +#, python-format +msgid "Error setting %(attr)s" +msgstr "" + +#: nova/objects/base.py:136 +msgid "Invalid version string" +msgstr "" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, python-format msgid "Original exception being dropped: %s" @@ -6866,51 +6906,54 @@ msgid "unexpected role header" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 msgid "spawn error" msgstr "" @@ -7041,25 +7084,25 @@ msgstr "" msgid "Added %(filepath)s to config drive" msgstr "" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, python-format msgid "Loading compute driver '%s'" msgstr "" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 msgid "Unable to load the virtualization driver" msgstr "" @@ -7853,7 +7896,7 @@ msgstr "" msgid "get_available_resource called" msgstr "" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "" @@ -8025,50 +8068,50 @@ msgstr "" msgid "finish_revert_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, python-format msgid "Getting info for disk: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 msgid "finish_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, python-format msgid "Cannot find boot VHD file: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8650,61 +8693,61 @@ msgid "" "%(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, python-format msgid "Invalid exclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, python-format msgid "Invalid inclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 msgid "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. " msgstr "" -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, python-format msgid "Trying to get stats for the volume %s" msgstr "" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -8712,50 +8755,50 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " "is on the same shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 msgid "Live migration can not be used without shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" msgstr "" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" "%s" msgstr "" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -8765,67 +8808,67 @@ msgid "" "Refer to %(u)s" msgstr "" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " "mount the same storage." msgstr "" -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, python-format msgid "Live Migration failure: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "" -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" " Code %(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 msgid "Starting migrate_disk_and_power_off" msgstr "" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 msgid "Instance running successfully." msgstr "" -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 msgid "Starting finish_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 msgid "Starting finish_revert_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "" @@ -9134,70 +9177,70 @@ msgstr "" msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, python-format msgid "%s is already mounted" msgstr "" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, python-format msgid "AoE device not found at %s" msgstr "" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 msgid "Fibre Channel device not found." msgstr "" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " "Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9269,12 +9312,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9320,7 +9363,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9471,27 +9514,27 @@ msgstr "" msgid "VMware Cluster %s is not found" msgstr "" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "" @@ -9901,54 +9944,54 @@ msgstr "" msgid "Renamed the VM from %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, python-format msgid "Automatically hard rebooting %d" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 msgid "Reconfiguring VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 msgid "Reconfigured VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "" @@ -10069,19 +10112,19 @@ msgstr "" msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" msgstr "" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " "args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "" @@ -10189,24 +10232,24 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, python-format msgid "Could not determine key: %s" msgstr "" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "" -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "" @@ -10766,7 +10809,7 @@ msgstr "" msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, python-format msgid "Updating progress to %(progress)d" msgstr "" @@ -10780,202 +10823,202 @@ msgstr "" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 msgid "Starting instance" msgstr "" -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, python-format msgid "Block device information present: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 msgid "Failed to spawn, rolling back" msgstr "" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 msgid "Auto configuring disk, attempting to resize partition..." msgstr "" -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 msgid "Starting VM" msgstr "" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" msgstr "" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, python-format msgid "Could not find VM with name %s" msgstr "" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 msgid "Finished snapshot and upload for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 msgid "Unable to terminate instance." msgstr "" -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 msgid "Resize complete" msgstr "" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 msgid "Unable to find root VBD/VDI for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 msgid "Destroying VDIs" msgstr "" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 msgid "Destroying VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "" -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 msgid "VM is not present, skipping soft delete..." msgstr "" -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 msgid "Automatically hard rebooting" msgstr "" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 msgid "Injecting network info to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 msgid "Creating vifs" msgstr "" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 msgid "Injecting hostname to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" msgstr "" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 msgid "No suitable network for migrate" msgstr "" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 msgid "VM.assert_can_migrate failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 msgid "Migrate Send failed" msgstr "" @@ -11116,3 +11159,6 @@ msgstr "" msgid "status must be 'available'" msgstr "" +#~ msgid "Quantum client authentication failed: %s" +#~ msgstr "" + diff --git a/nova/locale/cs/LC_MESSAGES/nova.po b/nova/locale/cs/LC_MESSAGES/nova.po index 2933c5e41..b60cfb051 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-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 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" @@ -176,7 +176,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "Data páru klíčů jsou neplatná" @@ -1343,6 +1343,21 @@ msgstr "Instance typu %(name)s již existuje." msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, fuzzy, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "Očekáván objekt typu: %s" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1353,7 +1368,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "Oznamování schopností plánovačům ..." @@ -2024,43 +2039,43 @@ msgstr "Neplatný požadavek: %s" msgid "Failed to get metadata for instance id: %s" msgstr "Nelze získat metadata pro ip: %s" -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "Zachycena chyba: %s" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "%(url)s vrácena s HTTP %(status)d" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "Musí být určena třída ExtensionManager" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "Rozšířený zdroj: %s" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "Rozšíření %(ext_name)s: nelze rozšířit %(collection)s: Žádný takový zdroj" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "Rozšíření %(ext_name)s: rozšiřování zdroje %(collection)s" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2344,10 +2359,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "Instance neexistuje" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "Instance není členem zadané sítě" @@ -3994,26 +4011,26 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 #, fuzzy msgid "Cannot run any more instances of this type." msgstr "Překročena kvóta instancí. Nemůžete spustit další instance tohoto typu." -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, fuzzy, python-format msgid "Can only run %s more instances of this type." msgstr "" "Překročena kvóta instancí. Můžete spustit pouze %s dalších instancí " "tohoto typu." -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, fuzzy, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" msgstr "Překročena kvóta pro %(pid)s, pokus o spuštění %(min_count)s instancí" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " @@ -4022,25 +4039,25 @@ msgstr "" "Překročena kvóta pro %(pid)s, pokus o nastavení %(num_metadata)s " "vlastností metadat" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 #, fuzzy msgid "Metadata property key greater than 255 characters" msgstr "Bezpečnostní skupina %s by neměla být větší než 255 znaků." -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 #, fuzzy msgid "Metadata property value greater than 255 characters" msgstr "Bezpečnostní skupina %s by neměla být větší než 255 znaků." -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 #, fuzzy msgid "Cannot attach one or more volumes to multiple instances" msgstr "Nelze připojit svazek k instanci %s" @@ -4110,11 +4127,11 @@ msgstr "Hledání podle: %s" msgid "snapshot for %s" msgstr "Spouštění snímku ve VM %s" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "flavor_id je None. Předpokládán přesun." -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " @@ -4123,62 +4140,62 @@ msgstr "" "Stará instance typu %(current_instance_type_name)s, nová instance typu " "%(new_instance_type_name)s" -#: nova/compute/api.py:2067 +#: nova/compute/api.py:2065 #, 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:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, fuzzy, python-format msgid "Going to try to live migrate instance to %s" msgstr "Pokus o ukončení %s" -#: nova/compute/api.py:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 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:2871 +#: nova/compute/api.py:2872 #, 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:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "Bezpečnostní skupina %s nemůže být prázdná." -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, fuzzy, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " @@ -4187,70 +4204,70 @@ msgstr "" "Hodnota (%s) parametru GroupName je neplatná. Délka překračuje maximum " "255 znaků." -#: nova/compute/api.py:2888 +#: nova/compute/api.py:2889 #, 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:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "Vytvořit bezpečnostní skupinu %s" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "Bezpečnostní skupina %s již existuje" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, fuzzy, python-format msgid "Unable to update system group '%s'" msgstr "Nelze zničit vbd %s" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, fuzzy, python-format msgid "Unable to delete system group '%s'" msgstr "Nelze zničit vbd %s" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 #, fuzzy msgid "Security group is still in use" msgstr "Id bezpečnostní skupiny by mělo být celé číslo" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "Smazat bezpečnostní skupinu %s" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "Pravidlo (%s) nenalezeno" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 #, fuzzy msgid "Quota exceeded, too many security group rules." msgstr "Přidávání pravidla bezpečnostní skupiny: %r" -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "Povolit přístup bezpečnostní skupiny %s" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "Zrušit přístup bezpečnostní skupiny %s" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "Id bezpečnostní skupiny by mělo být celé číslo" @@ -4391,214 +4408,214 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "Nelze restartovat instanci" -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, 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:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "Restartování instance po restartu nova-compute." -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 #, fuzzy msgid "Hypervisor driver does not support resume guests" msgstr "Ovladač hypervizoru nepodporuje pravidla firewallu" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 #, fuzzy msgid "Failed to resume instance" msgstr "Nelze pozastavit instanci" -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 msgid "Hypervisor driver does not support firewall rules" msgstr "Ovladač hypervizoru nepodporuje pravidla firewallu" -#: nova/compute/manager.py:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, fuzzy, python-format msgid "Unexpected power state %d" msgstr "Neočekávaný kód stavu" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "Kontrola stavu" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "Nastavování bdm %s" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 #, fuzzy msgid "Failed to dealloc network for deleted instance" msgstr "Navrácení sítě pro instnac" -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 #, fuzzy msgid "Instance was deleted during spawn." msgstr "Instance nemohla být spuštěna" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, fuzzy, python-format msgid "Error: %s" msgstr "Chyba DB: %s" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "Spouštění instance..." -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "Instance selhala v nastavení sítě" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "Informace o síti instance: |%s|" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "Instance selhala nastavení blokového zařízení" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "Instance nemohla být spuštěna" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "Navrácení sítě pro instnac" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "%(action_str)s nstance" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 #, fuzzy msgid "Failed to deallocate network for instance." msgstr "Navrácení sítě pro instnac" -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "Ignorování DiskNenalezen: %s" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, fuzzy, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "Ignorování DiskNenalezen: %s" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "ukončování bdm %s" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "%s. Nastavování stavu vm instance na ERROR" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 #, fuzzy msgid "Rebuilding instance" msgstr "Znovu sestavování instance %s" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, 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:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, fuzzy, python-format msgid "Detaching from volume api: %s" msgstr "Vytvořit snímek ze svazku %s" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 #, fuzzy msgid "Rebooting instance" msgstr "Restartování instance %s" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, fuzzy, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " @@ -4607,22 +4624,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:1769 +#: nova/compute/manager.py:1778 #, fuzzy, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "Nelze znovu sestavit instanci [%(instance_uuid)s]: %(exc)s" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 #, fuzzy msgid "Instance disappeared during reboot" msgstr "instance %s: znovu zavedena" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 #, fuzzy msgid "instance snapshotting" msgstr "instance %s: pořizování snímku" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, fuzzy, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " @@ -4631,47 +4648,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:1876 +#: nova/compute/manager.py:1885 #, 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:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "Střídání %d záloh" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "Mazání obrazu %s" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, 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:1923 +#: nova/compute/manager.py:1932 #, fuzzy msgid "Root password set" msgstr "Instance %s: Nastavení hesla root" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 #, 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:1945 +#: nova/compute/manager.py:1954 #, fuzzy, python-format msgid "set_admin_password failed: %s" msgstr "set_admin_password není tímto ovladačem zavedeno" -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 #, fuzzy msgid "error setting admin password" msgstr "Chyba při nastavování hesla správce" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, fuzzy, python-format msgid "" "trying to inject a file into a non-running (state: " @@ -4680,179 +4697,184 @@ 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:1969 +#: nova/compute/manager.py:1978 #, fuzzy, python-format msgid "injecting file to %(path)s" msgstr "Vkládání cesty souboru: '%s'" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 #, fuzzy msgid "Error trying to Rescue Instance" msgstr "Nelze pozastavit instanci" -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, fuzzy, python-format msgid "Driver Error: %s" msgstr "Chyba DB: %s" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 #, fuzzy msgid "Unrescuing" msgstr "instance %s: rušení záchrany" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, fuzzy, python-format +msgid "Updating instance to original state: '%s'" +msgstr "Nastavování instance %(instance_uuid)s do stavu ERROR" + +#: nova/compute/manager.py:2330 #, fuzzy msgid "Instance has no source host" msgstr "Instance nemá svazek." -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "cíl stejný jako zdroj!" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2620 +#: nova/compute/manager.py:2673 #, fuzzy msgid "Pausing" msgstr "Aktualizování!" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 #, fuzzy msgid "Retrieving diagnostics" msgstr "instance %s: získávání diagnostik" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 #, fuzzy msgid "Reset network" msgstr "Reset sítě" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 #, fuzzy msgid "Inject network info" msgstr "instance %s: vkládání informací o síti" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "network_info vkládá: |%s|" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 #, fuzzy msgid "Get console output" msgstr "Získat výstup konzole pro instanci %s" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 #, fuzzy msgid "Getting vnc console" msgstr "instance %s: získávání konzole vnc" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 #, fuzzy msgid "Getting spice console" msgstr "instance %s: získávání konzole vnc" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, 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:2911 +#: nova/compute/manager.py:2964 #, 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:2920 +#: nova/compute/manager.py:2973 #, 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:2935 +#: nova/compute/manager.py:2988 #, 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:2965 +#: nova/compute/manager.py:3018 #, 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:2975 +#: nova/compute/manager.py:3028 #, fuzzy msgid "Detaching volume from unknown instance" msgstr "Odpojování svazku z neznámé instance %s" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, 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:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, 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:3061 +#: nova/compute/manager.py:3114 #, fuzzy, python-format msgid "Port %(port_id)s is not attached" msgstr "Síť %(network_id)s nemohla být nalezena." -#: nova/compute/manager.py:3075 +#: nova/compute/manager.py:3128 #, fuzzy, python-format msgid "Host %(host)s not found" msgstr "Hostitel %(host)s nemohl být nalezen." -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, 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:3256 +#: nova/compute/manager.py:3309 #, fuzzy msgid "_post_live_migration() is started.." msgstr "zahájen přesun po spuštění." -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, 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:3313 +#: nova/compute/manager.py:3366 msgid "" "You may see the error \"libvirt: QEMU error: Domain not found: no domain " "with matching name.\" This error can be safely ignored." @@ -4860,21 +4882,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:3328 +#: nova/compute/manager.py:3381 #, fuzzy msgid "Post operation of migration started" msgstr "Spuštěna operace po migraci" -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, fuzzy, python-format msgid "Failed to get compute_info for %s" msgstr "Nelze získat metadata pro ip: %s" -#: nova/compute/manager.py:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " @@ -4883,64 +4905,64 @@ msgstr "" "Nalezeno %(migration_count)d nepotvrzených přesunů starších než " "%(confirm_window)d vteřin" -#: nova/compute/manager.py:3545 +#: nova/compute/manager.py:3598 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3554 +#: nova/compute/manager.py:3607 #, 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:3561 +#: nova/compute/manager.py:3614 #, fuzzy, python-format msgid "Instance %(instance_uuid)s not found" msgstr "Instance %(instance_id)s nenalezena" -#: nova/compute/manager.py:3565 +#: nova/compute/manager.py:3618 #, fuzzy msgid "In ERROR state" msgstr "Uzel je v neznámém chybovém stavu." -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3581 +#: nova/compute/manager.py:3634 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3598 +#: nova/compute/manager.py:3651 #, 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:3617 +#: nova/compute/manager.py:3670 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "Aktualizace mezipaměti využití šířky pásma" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 #, fuzzy msgid "Updating volume usage cache" msgstr "Aktualizace mezipaměti využití šířky pásma" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "Aktualizace stavu hostitele" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " @@ -4949,67 +4971,67 @@ msgstr "" "Nalezeno %(num_db_instances)s v databázi a %(num_vm_instances)s na " "hypervizoru." -#: nova/compute/manager.py:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3829 +#: nova/compute/manager.py:3882 #, 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:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3899 +#: nova/compute/manager.py:3952 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 #, fuzzy msgid "Instance is not (soft-)deleted." msgstr "Instance není zapnuta" -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 #, fuzzy msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "FLAGS.reclaim_instance_interval <= 0, překskování..." -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "Znovu získávání smazané instance" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, fuzzy, python-format msgid "Deleting orphan compute node %s" msgstr "Zaznamování ovladače svazku: %s" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 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:4025 +#: nova/compute/manager.py:4078 #, fuzzy, python-format msgid "" "Detected instance with name label '%(name)s' which is marked as DELETED " @@ -5018,7 +5040,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:4032 +#: nova/compute/manager.py:4085 #, fuzzy, python-format msgid "" "Destroying instance with name label '%(name)s' which is marked as DELETED" @@ -5027,14 +5049,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:4039 +#: nova/compute/manager.py:4092 #, 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:4066 +#: nova/compute/manager.py:4119 #, fuzzy, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "Nastavování instance %(instance_uuid)s do stavu ERROR" @@ -5150,18 +5172,18 @@ msgstr "Nelze najít hostitele pro instanci %s" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 #, fuzzy msgid "Invalid block_device_mapping_destroy invocation" msgstr "block_device_mapping %s" @@ -5270,24 +5292,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "Nerozpoznaná hodnota read_deleted '%s'" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, fuzzy, python-format msgid "Invalid instance id %s in request" msgstr "instance %s: zachráněna" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5845,76 +5867,76 @@ msgstr "" msgid "v4 subnets are required for legacy nw_info" msgstr "podsítě v4 jsou vyžadovány pro zastaralé nw_info" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" -msgstr "" +#: nova/network/quantumv2/__init__.py:67 +#, fuzzy +msgid "quantum authentication failed" +msgstr "Chyba ověření" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, fuzzy, python-format msgid "allocate_for_instance() for %s" msgstr "přidělování sítě pro instanci %s" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, fuzzy, python-format msgid "empty project id for instance %s" msgstr "přidělování sítě pro instanci %s" -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 #, fuzzy msgid "Port not found" msgstr "Hostitel nenalezen" -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, fuzzy, python-format msgid "deallocate_for_instance() for %s" msgstr "oddělení sítě pro instanci |%s|" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, fuzzy, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "Nelze smazat svazek v db" -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, fuzzy, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "Nelze smazat svazek v db" -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, fuzzy, python-format msgid "get_instance_nw_info() for %s" msgstr "Informace o síti instance: |%s|" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, fuzzy, python-format msgid "validate_networks() for %s" msgstr "Špatný formát sítě" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, fuzzy, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "Plovoucí ip není nalezena pro id %(id)s." @@ -6006,6 +6028,26 @@ msgstr "" msgid "This rule already exists in group %s" msgstr "Toto pravidlo již existuje ve skupině %s" +#: nova/objects/base.py:52 +#, fuzzy, python-format +msgid "Error setting %(attr)s" +msgstr "Chyba při nastavování hesla správce" + +#: nova/objects/base.py:136 +#, fuzzy, python-format +msgid "Invalid version string" +msgstr "Neplatný server_string: %s" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, fuzzy, python-format msgid "Original exception being dropped: %s" @@ -7134,6 +7176,7 @@ msgid "unexpected role header" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 #, fuzzy msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " @@ -7141,45 +7184,47 @@ msgid "" 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:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "Spouštění instancí: %s" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "Po ukončení instancí: %s" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "Vnitřní chyba" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "Po vynuceném ukončení instancí: %s" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 #, fuzzy msgid "spawn error" msgstr "neznámá chyby připojení hosta" @@ -7315,25 +7360,25 @@ msgstr "Odstraňování souborů simulovaného agenta hosta v %s" msgid "Added %(filepath)s to config drive" msgstr "" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, fuzzy, python-format msgid "Loading compute driver '%s'" msgstr "Zaznamování ovladače svazku: %s" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 #, fuzzy msgid "Unable to load the virtualization driver" msgstr "Nelze načíst ovladač virtualizace: %s" @@ -8141,7 +8186,7 @@ msgstr "Verze agenta instance: %s" msgid "get_available_resource called" msgstr "" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "Aktualizace statistik hostitele" @@ -8323,51 +8368,51 @@ msgstr "" msgid "finish_revert_migration called" msgstr "Instance %s: Spuštění dokočení vrácení přesunu" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, fuzzy, python-format msgid "Getting info for disk: %s" msgstr "Plovoucí ip není nalezena pro id %(id)s." -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 #, fuzzy msgid "finish_migration called" msgstr "Instance %s: Spouštění dokončení přesunu" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, fuzzy, python-format msgid "Cannot find boot VHD file: %s" msgstr "Neznámý základní soubor: %s" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8974,27 +9019,27 @@ msgstr "" "Chyba od libvirt při hledání %(instance_name)s: [Kód chyby " "%(error_code)s] %(ex)s" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, python-format msgid "Invalid exclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, python-format msgid "Invalid inclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 #, fuzzy msgid "" "Cannot get the number of cpu, because this function is not implemented " @@ -9003,35 +9048,35 @@ msgstr "" "Nelze získat počet cpu, protože tato funkce není na této platformě " "zavedena. Tuto chybu lze prozatím bezpečně ignorovat." -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "verze libvirt je příliš stará (nepodporuje getVersion)" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, fuzzy, python-format msgid "Trying to get stats for the volume %s" msgstr "Získávání velikosto brazu %s" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -9039,21 +9084,21 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, fuzzy, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " @@ -9062,16 +9107,16 @@ msgstr "" "Vytváření dočasného souboru %s pro informování ostatních počítačových " "uzlů, že by se měli připojit ke stejnému úložišti." -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "Přesunutí bloku nemůže být použito ve sdíleném úložišti." -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 #, fuzzy msgid "Live migration can not be used without shared storage." msgstr "Přesunutí bloku nemůže být použito ve sdíleném úložišti." -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, fuzzy, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " @@ -9080,7 +9125,7 @@ msgstr "" "Nelze přesunout %(instance_id)s do %(dest)s: Nedostatek disku " "(hostitel:%(available)s <= instance:%(necessary)s)" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" @@ -9089,7 +9134,7 @@ msgstr "" "Spuštěná instance má info o CPU:\n" "%s" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -9104,7 +9149,7 @@ msgstr "" "\n" "Prohlédněte si %(u)s" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " @@ -9113,24 +9158,24 @@ msgstr "" "Vytváření dočasného souboru %s pro informování ostatních počítačových " "uzlů, že by se měli připojit ke stejnému úložišti." -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, fuzzy, python-format msgid "Live Migration failure: %(e)s" msgstr "Přesun před spuštěním selhal na %(dest)s" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, fuzzy, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "" "plug_vifs() selhalo %(cnt)d.opakování až na %(max_retry)d pro " "%(hostname)s." -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, fuzzy, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" @@ -9139,42 +9184,42 @@ msgstr "" "Chyba od libvirt při hledání %(instance_name)s: [Kód chyby " "%(error_code)s] %(ex)s" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "přeskakování %(path)s protože vypadá jako svazek" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 #, fuzzy msgid "Starting migrate_disk_and_power_off" msgstr "Instance %s: Spouštění přesunu disku a vypnutí" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 #, fuzzy msgid "Instance running successfully." msgstr "Instance %s úspěšně běží." -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 #, fuzzy msgid "Starting finish_migration" msgstr "Instance %s: Spouštění dokončení přesunu" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 #, fuzzy msgid "Starting finish_revert_migration" msgstr "Instance %s: Spuštění dokočení vrácení přesunu" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, fuzzy, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "Mazání souborů instance %(target)s" @@ -9496,43 +9541,43 @@ msgstr "" msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "Nalezen uzel iSCSI %(mount_device)s (po %(tries)s pokusech)" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, fuzzy, python-format msgid "%s is already mounted" msgstr "obraz již je připojen" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, fuzzy, python-format msgid "AoE device not found at %s" msgstr "iSCSI zařízení v %s nenalezeno" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, fuzzy, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "" "ISCSI svazek zatím v %(mount_device)s nenalezen:. Bude znovu provedeno " "hledání a další pokus. Číslo pokusu: %(tries)s" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, fuzzy, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "Nalezen uzel iSCSI %(mount_device)s (po %(tries)s pokusech)" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 #, fuzzy msgid "Fibre Channel device not found." msgstr "iSCSI zařízení v %s nenalezeno" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, fuzzy, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " @@ -9541,30 +9586,30 @@ msgstr "" "ISCSI svazek zatím v %(mount_device)s nenalezen:. Bude znovu provedeno " "hledání a další pokus. Číslo pokusu: %(tries)s" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, fuzzy, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "Nalezen uzel iSCSI %(mount_device)s (po %(tries)s pokusech)" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9638,12 +9683,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9691,7 +9736,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9846,27 +9891,27 @@ msgstr "" msgid "VMware Cluster %s is not found" msgstr "značka [%s] nenalezena" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "In vmwareapi:_create_session, obdržena tato výjimka: %s" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "In vmwareapi:_call_method, obdržena tato výjimka: %s" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "Úkol [%(task_name)s] %(task_ref)s stav: úspěch" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "Úkol [%(task_name)s] %(task_ref)s stav: chyba %(error_info)s" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "In vmwareapi:_poll_task, Obdržena tato chyba %s" @@ -10331,62 +10376,62 @@ msgstr "Mazání svazku s ID: %s " msgid "Renamed the VM from %s" msgstr "Vytvořit svazek ze snímku %s" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" "Nalezeno %(instance_count)d zaseknutých restartování starších než " "%(timeout)d vteřin" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, fuzzy, python-format msgid "Automatically hard rebooting %d" msgstr "Automatický tvrdý restart %d" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "get_diagnostics není zavedeno pro vmwareapi" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 #, fuzzy msgid "Reconfiguring VM instance to set the machine id" msgstr "Znovu nastavování instance VM %s pro připojení obrazu disku" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 #, fuzzy msgid "Reconfigured VM instance to set the machine id" msgstr "Instance VM %s znovu nastavena pro připojení obrazu disku" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, fuzzy, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "" "Znovu nastavování instance VM %(name)s pro úpravu id stroje s ip - " "%(ip_addr)s" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, fuzzy, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "" "Instance VM %(name)s znovu nastavena pro úpravu id stroje s ip - " "%(ip_addr)s" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "Vytváření adresáře s cestou %s" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "Vytvořen adresář s cestou %s" @@ -10509,14 +10554,14 @@ msgstr "Nelze najít svazek v db" msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" msgstr "Bod připojení %(mountpoint)s odpojen od instance %(instance_name)s" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, fuzzy, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "" "ČASOVÝ LIMIT: Vypršel čas volání %(method)s. VM id=%(instance_uuid)s; " "arg=%(args)r" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, fuzzy, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " @@ -10525,7 +10570,7 @@ msgstr "" "NEZAVEDENO: Volání %(method)s není agentem podporováno. VM " "id=%(instance_uuid)s; arg=%(args)r" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, fuzzy, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "Volání %(method)s vrátilo chybu: %(e)s." @@ -10642,24 +10687,24 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, fuzzy, python-format msgid "Could not determine key: %s" msgstr "Nelze dešifrovat soukromý klíč: %s" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "Spuštění hostitele na XenServer není podporováno." -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "Nelze se přihlásit do XenAPI (je disk Dom0 plný?)" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "Obdržena výjimka: %s" @@ -11243,7 +11288,7 @@ msgstr "Nelze připojit souborový systém (očekáváno v nelinuxových instanc msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, fuzzy, python-format msgid "Updating progress to %(progress)d" msgstr "Aktualizace postupu instance '%(instance_uuid)s' na %(progress)d" @@ -11257,223 +11302,223 @@ msgstr "Odstraňování základního souboru: %s" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 #, fuzzy msgid "Starting instance" msgstr "Spouštění instance..." -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "Odstraňování souborů kernel/ramdisku z dom0" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, fuzzy, python-format msgid "Block device information present: %s" msgstr "block_device_mapping %s" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 #, fuzzy msgid "Failed to spawn, rolling back" msgstr "Nelze aktualizovat svazek v db" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 #, fuzzy msgid "Auto configuring disk, attempting to resize partition..." msgstr "" "Automatické nastavení disku pro instanci %(instance_uuid)s, pokus o změnu" " velikosti oddílu..." -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 #, fuzzy msgid "Starting VM" msgstr "Restartování xvp" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" msgstr "Psled v agenta pro %(hypervisor)s/%(os)s/%(architecture)s je %(version)s" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "Nenalezena žádná verze agenta pro %(hypervisor)s/%(os)s/%(architecture)s" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "Verze agenta instance: %s" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "Nastavování váhy VCPU" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, fuzzy, python-format msgid "Could not find VM with name %s" msgstr "Nelze najít odkaz na VDI" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 #, fuzzy msgid "Finished snapshot and upload for VM" msgstr "Dokončen snímek a nahrání na VM %s" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "Nelze převést vhd na nového hostitele" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 #, fuzzy msgid "Unable to terminate instance." msgstr "Nelze restartovat instanci" -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "Zvětšení velikosti VDI %(vdi_uuid)s z%(old_gb)d GB na %(new_gb)d GB" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 #, fuzzy msgid "Resize complete" msgstr "Změna velikosti %s je hotova" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 #, fuzzy msgid "Unable to find root VBD/VDI for VM" msgstr "Neůze najít vbd pro vdi %s" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 #, fuzzy msgid "Destroying VDIs" msgstr "Restartování xvp" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 #, fuzzy msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "" "Instance %(instance_uuid)s pomocí RAW nebo VHD, přeskakování mazání " "kernelu a ramdisku" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "Instance mí kernel nebo ramdisk, ale ne oba" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "soubory kernel/ramdisk odstraněny" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 #, fuzzy msgid "Destroying VM" msgstr "Restartování xvp" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "VM není přítomno, přeskakování ničení..." -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "Instance již je v záchranném režimu: %s" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 #, fuzzy msgid "VM is not present, skipping soft delete..." msgstr "VM není přítomno, přeskakování ničení..." -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 #, fuzzy msgid "Automatically hard rebooting" msgstr "Automatický tvrdý restart %d" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 #, fuzzy msgid "Injecting network info to xenstore" msgstr "Vkládání informací o síti do xs pro vm: |%s|" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 #, fuzzy msgid "Creating vifs" msgstr "Vytváření obrazu" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, fuzzy, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "vytváření VIF pro VM %(vm_ref)s, síť %(network_ref)s." -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, fuzzy, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "vytváření VIF pro VM %(vm_ref)s, síť %(network_ref)s." -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 #, fuzzy msgid "Injecting hostname to xenstore" msgstr "Vkládání názvu hostitele do xs pro vm: |%s|" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" msgstr "" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 #, fuzzy msgid "No suitable network for migrate" msgstr "Špatný formát sítě" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 msgid "VM.assert_can_migrate failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 #, fuzzy msgid "Migrate Send failed" msgstr "Vytvoření selhalo" @@ -11619,3 +11664,6 @@ msgstr "stav musí být dostupný" msgid "status must be 'available'" msgstr "stav musí být dostupný" +#~ msgid "Quantum client authentication failed: %s" +#~ msgstr "" + diff --git a/nova/locale/da/LC_MESSAGES/nova.po b/nova/locale/da/LC_MESSAGES/nova.po index 70783dbbb..9bc5d975e 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-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 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" @@ -170,7 +170,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "" @@ -1299,6 +1299,21 @@ msgstr "" msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1309,7 +1324,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1958,43 +1973,43 @@ msgstr "" msgid "Failed to get metadata for instance id: %s" msgstr "" -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2275,10 +2290,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "" @@ -3858,46 +3875,46 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 msgid "Cannot run any more instances of this type." msgstr "" -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, python-format msgid "Can only run %s more instances of this type." msgstr "" -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" msgstr "" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " "properties" msgstr "" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 msgid "Metadata property key greater than 255 characters" msgstr "" -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 msgid "Metadata property value greater than 255 characters" msgstr "" -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 msgid "Cannot attach one or more volumes to multiple instances" msgstr "" @@ -3960,141 +3977,141 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2067 +#: nova/compute/api.py:2065 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2871 +#: nova/compute/api.py:2872 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2888 +#: nova/compute/api.py:2889 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, python-format msgid "Unable to update system group '%s'" msgstr "" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, python-format msgid "Unable to delete system group '%s'" msgstr "" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "" @@ -4230,603 +4247,608 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 msgid "Failed to resume instance" msgstr "" -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, python-format msgid "Detaching from volume api: %s" msgstr "" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1769 +#: nova/compute/manager.py:1778 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1876 +#: nova/compute/manager.py:1885 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1923 +#: nova/compute/manager.py:1932 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1945 +#: nova/compute/manager.py:1954 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, 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:1969 +#: nova/compute/manager.py:1978 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 msgid "Error trying to Rescue Instance" msgstr "" -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, python-format +msgid "Updating instance to original state: '%s'" +msgstr "" + +#: nova/compute/manager.py:2330 msgid "Instance has no source host" msgstr "" -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2620 +#: nova/compute/manager.py:2673 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2911 +#: nova/compute/manager.py:2964 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2920 +#: nova/compute/manager.py:2973 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2935 +#: nova/compute/manager.py:2988 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2965 +#: nova/compute/manager.py:3018 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:2975 +#: nova/compute/manager.py:3028 msgid "Detaching volume from unknown instance" msgstr "" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "" -#: nova/compute/manager.py:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3061 +#: nova/compute/manager.py:3114 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3075 +#: nova/compute/manager.py:3128 #, python-format msgid "Host %(host)s not found" msgstr "" -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3256 +#: nova/compute/manager.py:3309 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3313 +#: nova/compute/manager.py:3366 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:3328 +#: nova/compute/manager.py:3381 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3545 +#: nova/compute/manager.py:3598 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3554 +#: nova/compute/manager.py:3607 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3561 +#: nova/compute/manager.py:3614 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3565 +#: nova/compute/manager.py:3618 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3581 +#: nova/compute/manager.py:3634 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3598 +#: nova/compute/manager.py:3651 #, 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:3617 +#: nova/compute/manager.py:3670 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3829 +#: nova/compute/manager.py:3882 #, 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:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3899 +#: nova/compute/manager.py:3952 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4025 +#: nova/compute/manager.py:4078 #, 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:4032 +#: nova/compute/manager.py:4085 #, 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:4039 +#: nova/compute/manager.py:4092 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4119 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4940,18 +4962,18 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5055,24 +5077,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5609,75 +5631,74 @@ msgstr "" msgid "v4 subnets are required for legacy nw_info" msgstr "" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" +#: nova/network/quantumv2/__init__.py:67 +msgid "quantum authentication failed" msgstr "" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, python-format msgid "allocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, python-format msgid "empty project id for instance %s" msgstr "" -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 msgid "Port not found" msgstr "" -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, python-format msgid "deallocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "" -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "" -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, python-format msgid "get_instance_nw_info() for %s" msgstr "" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, python-format msgid "validate_networks() for %s" msgstr "" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "" @@ -5762,6 +5783,25 @@ msgstr "" msgid "This rule already exists in group %s" msgstr "" +#: nova/objects/base.py:52 +#, python-format +msgid "Error setting %(attr)s" +msgstr "" + +#: nova/objects/base.py:136 +msgid "Invalid version string" +msgstr "" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, python-format msgid "Original exception being dropped: %s" @@ -6865,51 +6905,54 @@ msgid "unexpected role header" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 msgid "spawn error" msgstr "" @@ -7040,25 +7083,25 @@ msgstr "" msgid "Added %(filepath)s to config drive" msgstr "" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, python-format msgid "Loading compute driver '%s'" msgstr "" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 msgid "Unable to load the virtualization driver" msgstr "" @@ -7852,7 +7895,7 @@ msgstr "" msgid "get_available_resource called" msgstr "" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "" @@ -8024,50 +8067,50 @@ msgstr "" msgid "finish_revert_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, python-format msgid "Getting info for disk: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 msgid "finish_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, python-format msgid "Cannot find boot VHD file: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8650,61 +8693,61 @@ msgid "" "%(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, python-format msgid "Invalid exclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, python-format msgid "Invalid inclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 msgid "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. " msgstr "" -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, python-format msgid "Trying to get stats for the volume %s" msgstr "" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -8712,50 +8755,50 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " "is on the same shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 msgid "Live migration can not be used without shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" msgstr "" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" "%s" msgstr "" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -8765,67 +8808,67 @@ msgid "" "Refer to %(u)s" msgstr "" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " "mount the same storage." msgstr "" -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, python-format msgid "Live Migration failure: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "" -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" " Code %(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 msgid "Starting migrate_disk_and_power_off" msgstr "" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 msgid "Instance running successfully." msgstr "" -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 msgid "Starting finish_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 msgid "Starting finish_revert_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "" @@ -9134,70 +9177,70 @@ msgstr "" msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, python-format msgid "%s is already mounted" msgstr "" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, python-format msgid "AoE device not found at %s" msgstr "" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 msgid "Fibre Channel device not found." msgstr "" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " "Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9269,12 +9312,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9320,7 +9363,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9471,27 +9514,27 @@ msgstr "" msgid "VMware Cluster %s is not found" msgstr "" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "" @@ -9901,54 +9944,54 @@ msgstr "" msgid "Renamed the VM from %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, python-format msgid "Automatically hard rebooting %d" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 msgid "Reconfiguring VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 msgid "Reconfigured VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "" @@ -10069,19 +10112,19 @@ msgstr "" msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" msgstr "" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " "args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "" @@ -10189,24 +10232,24 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, python-format msgid "Could not determine key: %s" msgstr "" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "" -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "" @@ -10766,7 +10809,7 @@ msgstr "" msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, python-format msgid "Updating progress to %(progress)d" msgstr "" @@ -10780,202 +10823,202 @@ msgstr "" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 msgid "Starting instance" msgstr "" -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, python-format msgid "Block device information present: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 msgid "Failed to spawn, rolling back" msgstr "" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 msgid "Auto configuring disk, attempting to resize partition..." msgstr "" -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 msgid "Starting VM" msgstr "" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" msgstr "" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, python-format msgid "Could not find VM with name %s" msgstr "" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 msgid "Finished snapshot and upload for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 msgid "Unable to terminate instance." msgstr "" -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 msgid "Resize complete" msgstr "" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 msgid "Unable to find root VBD/VDI for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 msgid "Destroying VDIs" msgstr "" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 msgid "Destroying VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "" -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 msgid "VM is not present, skipping soft delete..." msgstr "" -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 msgid "Automatically hard rebooting" msgstr "" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 msgid "Injecting network info to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 msgid "Creating vifs" msgstr "" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 msgid "Injecting hostname to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" msgstr "" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 msgid "No suitable network for migrate" msgstr "" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 msgid "VM.assert_can_migrate failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 msgid "Migrate Send failed" msgstr "" @@ -11116,3 +11159,6 @@ msgstr "" msgid "status must be 'available'" msgstr "" +#~ msgid "Quantum client authentication failed: %s" +#~ msgstr "" + diff --git a/nova/locale/de/LC_MESSAGES/nova.po b/nova/locale/de/LC_MESSAGES/nova.po index d83c0a897..f553daa17 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-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 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" @@ -170,7 +170,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "" @@ -1300,6 +1300,21 @@ msgstr "" msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1310,7 +1325,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1960,43 +1975,43 @@ msgstr "" msgid "Failed to get metadata for instance id: %s" msgstr "Nicht möglich Volumen zur Instanze %s hinzuzufügen" -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2277,10 +2292,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "" @@ -3866,46 +3883,46 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 msgid "Cannot run any more instances of this type." msgstr "" -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, python-format msgid "Can only run %s more instances of this type." msgstr "" -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" msgstr "" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " "properties" msgstr "" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 msgid "Metadata property key greater than 255 characters" msgstr "" -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 msgid "Metadata property value greater than 255 characters" msgstr "" -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 #, fuzzy msgid "Cannot attach one or more volumes to multiple instances" msgstr "Nicht möglich Volumen zur Instanze %s hinzuzufügen" @@ -3969,141 +3986,141 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2067 +#: nova/compute/api.py:2065 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2871 +#: nova/compute/api.py:2872 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2888 +#: nova/compute/api.py:2889 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, fuzzy, python-format msgid "Unable to update system group '%s'" msgstr "Nicht möglich volume %s zufinden" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, fuzzy, python-format msgid "Unable to delete system group '%s'" msgstr "Nicht möglich volume %s zufinden" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "" @@ -4240,609 +4257,614 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "Volume %s: erstelle Export" -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 #, fuzzy msgid "Failed to resume instance" msgstr "Nicht möglich Volumen zur Instanze %s hinzuzufügen" -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, fuzzy, python-format msgid "Detaching from volume api: %s" msgstr "Nicht möglich Volumen zur Instanze %s hinzuzufügen" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1769 +#: nova/compute/manager.py:1778 #, fuzzy, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "Nicht möglich Volumen zur Instanze %s hinzuzufügen" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 #, fuzzy msgid "instance snapshotting" msgstr "Instanz %s: Rettung" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1876 +#: nova/compute/manager.py:1885 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1923 +#: nova/compute/manager.py:1932 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1945 +#: nova/compute/manager.py:1954 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, 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:1969 +#: nova/compute/manager.py:1978 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 #, fuzzy msgid "Error trying to Rescue Instance" msgstr "Nicht möglich Volumen zur Instanze %s hinzuzufügen" -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, python-format +msgid "Updating instance to original state: '%s'" +msgstr "" + +#: nova/compute/manager.py:2330 #, fuzzy msgid "Instance has no source host" msgstr "Instanz %s: Rettung" -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2620 +#: nova/compute/manager.py:2673 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2911 +#: nova/compute/manager.py:2964 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2920 +#: nova/compute/manager.py:2973 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2935 +#: nova/compute/manager.py:2988 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2965 +#: nova/compute/manager.py:3018 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:2975 +#: nova/compute/manager.py:3028 #, fuzzy msgid "Detaching volume from unknown instance" msgstr "Nicht möglich Volumen zur Instanze %s hinzuzufügen" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, 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:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3061 +#: nova/compute/manager.py:3114 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3075 +#: nova/compute/manager.py:3128 #, fuzzy, python-format msgid "Host %(host)s not found" msgstr "Instanz %s pausiert" -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3256 +#: nova/compute/manager.py:3309 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3313 +#: nova/compute/manager.py:3366 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:3328 +#: nova/compute/manager.py:3381 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3545 +#: nova/compute/manager.py:3598 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3554 +#: nova/compute/manager.py:3607 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3561 +#: nova/compute/manager.py:3614 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3565 +#: nova/compute/manager.py:3618 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3581 +#: nova/compute/manager.py:3634 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3598 +#: nova/compute/manager.py:3651 #, 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:3617 +#: nova/compute/manager.py:3670 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3829 +#: nova/compute/manager.py:3882 #, 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:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3899 +#: nova/compute/manager.py:3952 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 #, fuzzy msgid "Instance is not (soft-)deleted." msgstr "Instanz %s: Rettung" -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4025 +#: nova/compute/manager.py:4078 #, 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:4032 +#: nova/compute/manager.py:4085 #, 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:4039 +#: nova/compute/manager.py:4092 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4119 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4956,18 +4978,18 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5071,24 +5093,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5625,76 +5647,75 @@ msgstr "" msgid "v4 subnets are required for legacy nw_info" msgstr "" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" +#: nova/network/quantumv2/__init__.py:67 +msgid "quantum authentication failed" msgstr "" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, python-format msgid "allocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, python-format msgid "empty project id for instance %s" msgstr "" -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 #, fuzzy msgid "Port not found" msgstr "Instanz %s pausiert" -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, python-format msgid "deallocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "" -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "" -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, python-format msgid "get_instance_nw_info() for %s" msgstr "" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, python-format msgid "validate_networks() for %s" msgstr "" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "" @@ -5779,6 +5800,25 @@ msgstr "" msgid "This rule already exists in group %s" msgstr "" +#: nova/objects/base.py:52 +#, python-format +msgid "Error setting %(attr)s" +msgstr "" + +#: nova/objects/base.py:136 +msgid "Invalid version string" +msgstr "" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, python-format msgid "Original exception being dropped: %s" @@ -6883,51 +6923,54 @@ msgid "unexpected role header" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 msgid "spawn error" msgstr "" @@ -7058,25 +7101,25 @@ msgstr "" msgid "Added %(filepath)s to config drive" msgstr "" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, python-format msgid "Loading compute driver '%s'" msgstr "" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 msgid "Unable to load the virtualization driver" msgstr "" @@ -7875,7 +7918,7 @@ msgstr "" msgid "get_available_resource called" msgstr "" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "" @@ -8047,50 +8090,50 @@ msgstr "" msgid "finish_revert_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, fuzzy, python-format msgid "Getting info for disk: %s" msgstr "Nicht möglich Volumen zur Instanze %s hinzuzufügen" -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 msgid "finish_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, python-format msgid "Cannot find boot VHD file: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8675,61 +8718,61 @@ msgid "" "%(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, python-format msgid "Invalid exclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, python-format msgid "Invalid inclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 msgid "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. " msgstr "" -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, python-format msgid "Trying to get stats for the volume %s" msgstr "" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -8737,50 +8780,50 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " "is on the same shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 msgid "Live migration can not be used without shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" msgstr "" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" "%s" msgstr "" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -8790,67 +8833,67 @@ msgid "" "Refer to %(u)s" msgstr "" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " "mount the same storage." msgstr "" -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, python-format msgid "Live Migration failure: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "" -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" " Code %(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 msgid "Starting migrate_disk_and_power_off" msgstr "" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 msgid "Instance running successfully." msgstr "" -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 msgid "Starting finish_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 msgid "Starting finish_revert_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "" @@ -9159,70 +9202,70 @@ msgstr "" msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, python-format msgid "%s is already mounted" msgstr "" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, python-format msgid "AoE device not found at %s" msgstr "" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 msgid "Fibre Channel device not found." msgstr "" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " "Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9294,12 +9337,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9345,7 +9388,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9496,27 +9539,27 @@ msgstr "" msgid "VMware Cluster %s is not found" msgstr "" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "" @@ -9927,54 +9970,54 @@ msgstr "" msgid "Renamed the VM from %s" msgstr "Nicht möglich volume %s zufinden" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, python-format msgid "Automatically hard rebooting %d" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 msgid "Reconfiguring VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 msgid "Reconfigured VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "" @@ -10097,19 +10140,19 @@ msgstr "Nicht möglich volume %s zufinden" msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" msgstr "" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " "args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "" @@ -10217,24 +10260,24 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, python-format msgid "Could not determine key: %s" msgstr "" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "" -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "" @@ -10794,7 +10837,7 @@ msgstr "" msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, python-format msgid "Updating progress to %(progress)d" msgstr "" @@ -10808,203 +10851,203 @@ msgstr "" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 msgid "Starting instance" msgstr "" -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, python-format msgid "Block device information present: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 msgid "Failed to spawn, rolling back" msgstr "" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 msgid "Auto configuring disk, attempting to resize partition..." msgstr "" -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 msgid "Starting VM" msgstr "" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" msgstr "" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, python-format msgid "Could not find VM with name %s" msgstr "" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 msgid "Finished snapshot and upload for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 #, fuzzy msgid "Unable to terminate instance." msgstr "Nicht möglich Volumen zur Instanze %s hinzuzufügen" -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 msgid "Resize complete" msgstr "" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 msgid "Unable to find root VBD/VDI for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 msgid "Destroying VDIs" msgstr "" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 msgid "Destroying VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "" -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 msgid "VM is not present, skipping soft delete..." msgstr "" -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 msgid "Automatically hard rebooting" msgstr "" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 msgid "Injecting network info to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 msgid "Creating vifs" msgstr "" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 msgid "Injecting hostname to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" msgstr "" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 msgid "No suitable network for migrate" msgstr "" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 msgid "VM.assert_can_migrate failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 msgid "Migrate Send failed" msgstr "" @@ -11146,3 +11189,6 @@ msgstr "" msgid "status must be 'available'" msgstr "" +#~ msgid "Quantum client authentication failed: %s" +#~ msgstr "" + diff --git a/nova/locale/en_AU/LC_MESSAGES/nova.po b/nova/locale/en_AU/LC_MESSAGES/nova.po index 0775bfd36..294f6b3d2 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-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 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" @@ -171,7 +171,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "" @@ -1305,6 +1305,21 @@ msgstr "group %s already exists" msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1315,7 +1330,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1972,43 +1987,43 @@ msgstr "" msgid "Failed to get metadata for instance id: %s" msgstr "Failed to get metadata for ip: %s" -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "Caught error: %s" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2289,10 +2304,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "" @@ -3903,47 +3920,47 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 #, fuzzy msgid "Cannot run any more instances of this type." msgstr "Instance quota exceeded. You can only run %s more instances of this type." -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, fuzzy, python-format msgid "Can only run %s more instances of this type." msgstr "Instance quota exceeded. You can only run %s more instances of this type." -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" msgstr "" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " "properties" msgstr "" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 msgid "Metadata property key greater than 255 characters" msgstr "" -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 msgid "Metadata property value greater than 255 characters" msgstr "" -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 #, fuzzy msgid "Cannot attach one or more volumes to multiple instances" msgstr "Unable to attach volume to instance %s" @@ -4013,142 +4030,142 @@ msgstr "" msgid "snapshot for %s" msgstr "Starting snapshot for VM %s" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2067 +#: nova/compute/api.py:2065 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, fuzzy, python-format msgid "Going to try to live migrate instance to %s" msgstr "Going to try to terminate %s" -#: nova/compute/api.py:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2871 +#: nova/compute/api.py:2872 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2888 +#: nova/compute/api.py:2889 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "Create Security Group %s" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, fuzzy, python-format msgid "Unable to update system group '%s'" msgstr "Unable to destroy VBD %s" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, fuzzy, python-format msgid "Unable to delete system group '%s'" msgstr "Unable to destroy VBD %s" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 #, fuzzy msgid "Security group is still in use" msgstr "Revoke security group ingress %s" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "Delete security group %s" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "Authorise security group ingress %s" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "Revoke security group ingress %s" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "" @@ -4286,622 +4303,627 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "Going to start terminating instances" -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 #, fuzzy msgid "Failed to resume instance" msgstr "Going to start terminating instances" -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, fuzzy, python-format msgid "Unexpected power state %d" msgstr "Unexpected error raised: %s" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 #, fuzzy msgid "Failed to dealloc network for deleted instance" msgstr "Going to try to terminate %s" -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, fuzzy, python-format msgid "Error: %s" msgstr "Caught error: %s" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 #, fuzzy msgid "Failed to deallocate network for instance." msgstr "Going to try to terminate %s" -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 #, fuzzy msgid "Rebuilding instance" msgstr "Rebooting instance %s" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, fuzzy, python-format msgid "Detaching from volume api: %s" msgstr "Detach volume %s" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 #, fuzzy msgid "Rebooting instance" msgstr "Rebooting instance %s" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1769 +#: nova/compute/manager.py:1778 #, fuzzy, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "Running instances: %s" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 #, fuzzy msgid "Instance disappeared during reboot" msgstr "instance %s: rebooted" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 #, fuzzy msgid "instance snapshotting" msgstr "instance %s: snapshotting" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1876 +#: nova/compute/manager.py:1885 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1923 +#: nova/compute/manager.py:1932 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1945 +#: nova/compute/manager.py:1954 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, 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:1969 +#: nova/compute/manager.py:1978 #, fuzzy, python-format msgid "injecting file to %(path)s" msgstr "Injecting file path: '%s'" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 #, fuzzy msgid "Error trying to Rescue Instance" msgstr "Going to start terminating instances" -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, fuzzy, python-format msgid "Driver Error: %s" msgstr "Caught error: %s" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 #, fuzzy msgid "Unrescuing" msgstr "instance %s: unrescuing" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, python-format +msgid "Updating instance to original state: '%s'" +msgstr "" + +#: nova/compute/manager.py:2330 #, fuzzy msgid "Instance has no source host" msgstr "instance %s: snapshotting" -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2620 +#: nova/compute/manager.py:2673 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 #, fuzzy msgid "Retrieving diagnostics" msgstr "instance %s: retrieving diagnostics" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 #, fuzzy msgid "Reset network" msgstr "setting network host" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 #, fuzzy msgid "Inject network info" msgstr "setting network host" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 #, fuzzy msgid "Get console output" msgstr "Get console output for instance %s" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 #, fuzzy msgid "Getting vnc console" msgstr "Adding console" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 #, fuzzy msgid "Getting spice console" msgstr "Adding console" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2911 +#: nova/compute/manager.py:2964 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2920 +#: nova/compute/manager.py:2973 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2935 +#: nova/compute/manager.py:2988 #, 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:2965 +#: nova/compute/manager.py:3018 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:2975 +#: nova/compute/manager.py:3028 #, fuzzy msgid "Detaching volume from unknown instance" msgstr "Detaching volume from unknown instance %s" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, 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:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3061 +#: nova/compute/manager.py:3114 #, fuzzy, python-format msgid "Port %(port_id)s is not attached" msgstr "instance %s: booted" -#: nova/compute/manager.py:3075 +#: nova/compute/manager.py:3128 #, fuzzy, python-format msgid "Host %(host)s not found" msgstr "instance %s: booted" -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3256 +#: nova/compute/manager.py:3309 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3313 +#: nova/compute/manager.py:3366 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:3328 +#: nova/compute/manager.py:3381 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, fuzzy, python-format msgid "Failed to get compute_info for %s" msgstr "Failed to get metadata for ip: %s" -#: nova/compute/manager.py:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3545 +#: nova/compute/manager.py:3598 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3554 +#: nova/compute/manager.py:3607 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3561 +#: nova/compute/manager.py:3614 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3565 +#: nova/compute/manager.py:3618 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3581 +#: nova/compute/manager.py:3634 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3598 +#: nova/compute/manager.py:3651 #, 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:3617 +#: nova/compute/manager.py:3670 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 #, fuzzy msgid "Updating volume usage cache" msgstr "Deleting user %s" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3829 +#: nova/compute/manager.py:3882 #, 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:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3899 +#: nova/compute/manager.py:3952 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 #, fuzzy msgid "Instance is not (soft-)deleted." msgstr "instance %s: booted" -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, fuzzy, python-format msgid "Deleting orphan compute node %s" msgstr "Deleting user %s" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4025 +#: nova/compute/manager.py:4078 #, 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:4032 +#: nova/compute/manager.py:4085 #, 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:4039 +#: nova/compute/manager.py:4092 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4119 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -5015,18 +5037,18 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5131,24 +5153,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, fuzzy, python-format msgid "Invalid instance id %s in request" msgstr "instance %s: rescued" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5689,76 +5711,75 @@ msgstr "" msgid "v4 subnets are required for legacy nw_info" msgstr "" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" +#: nova/network/quantumv2/__init__.py:67 +msgid "quantum authentication failed" msgstr "" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, python-format msgid "allocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, fuzzy, python-format msgid "empty project id for instance %s" msgstr "Get console output for instance %s" -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 #, fuzzy msgid "Port not found" msgstr "instance %s: booted" -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, python-format msgid "deallocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "" -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "" -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, python-format msgid "get_instance_nw_info() for %s" msgstr "" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, python-format msgid "validate_networks() for %s" msgstr "" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, fuzzy, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "setting network host" @@ -5846,6 +5867,25 @@ msgstr "" msgid "This rule already exists in group %s" msgstr "This rule already exists in group %s" +#: nova/objects/base.py:52 +#, fuzzy, python-format +msgid "Error setting %(attr)s" +msgstr "Error starting xvp: %s" + +#: nova/objects/base.py:136 +msgid "Invalid version string" +msgstr "" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, python-format msgid "Original exception being dropped: %s" @@ -6954,51 +6994,54 @@ msgid "unexpected role header" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "Running instances: %s" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "After terminating instances: %s" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 msgid "spawn error" msgstr "" @@ -7130,25 +7173,25 @@ msgstr "" msgid "Added %(filepath)s to config drive" msgstr "" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, python-format msgid "Loading compute driver '%s'" msgstr "" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 msgid "Unable to load the virtualization driver" msgstr "" @@ -7953,7 +7996,7 @@ msgstr "" msgid "get_available_resource called" msgstr "" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "" @@ -8126,50 +8169,50 @@ msgstr "" msgid "finish_revert_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, fuzzy, python-format msgid "Getting info for disk: %s" msgstr "setting network host" -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 msgid "finish_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, python-format msgid "Cannot find boot VHD file: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8766,61 +8809,61 @@ msgid "" "%(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, python-format msgid "Invalid exclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, python-format msgid "Invalid inclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 msgid "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. " msgstr "" -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, fuzzy, python-format msgid "Trying to get stats for the volume %s" msgstr "Failed to get metadata for ip: %s" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -8828,50 +8871,50 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " "is on the same shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 msgid "Live migration can not be used without shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" msgstr "" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" "%s" msgstr "" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -8881,67 +8924,67 @@ msgid "" "Refer to %(u)s" msgstr "" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " "mount the same storage." msgstr "" -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, fuzzy, python-format msgid "Live Migration failure: %(e)s" msgstr "Authentication Failure: %s" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "" -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" " Code %(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 msgid "Starting migrate_disk_and_power_off" msgstr "" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 msgid "Instance running successfully." msgstr "" -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 msgid "Starting finish_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 msgid "Starting finish_revert_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "" @@ -9250,70 +9293,70 @@ msgstr "" msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, fuzzy, python-format msgid "%s is already mounted" msgstr "group %s already exists" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, python-format msgid "AoE device not found at %s" msgstr "" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 msgid "Fibre Channel device not found." msgstr "" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " "Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9386,12 +9429,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9437,7 +9480,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9588,27 +9631,27 @@ msgstr "" msgid "VMware Cluster %s is not found" msgstr "" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "" @@ -10025,54 +10068,54 @@ msgstr "Deleting user %s" msgid "Renamed the VM from %s" msgstr "Unable to locate volume %s" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, python-format msgid "Automatically hard rebooting %d" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 msgid "Reconfiguring VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 msgid "Reconfigured VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "" @@ -10195,19 +10238,19 @@ msgstr "Unable to detach volume %s" msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" msgstr "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " "args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "" @@ -10319,24 +10362,24 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, fuzzy, python-format msgid "Could not determine key: %s" msgstr "Failed to decrypt private key: %s" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "" -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "Got exception: %s" @@ -10903,7 +10946,7 @@ msgstr "" msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, python-format msgid "Updating progress to %(progress)d" msgstr "" @@ -10917,209 +10960,209 @@ msgstr "Starting Bridge interface for %s" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 #, fuzzy msgid "Starting instance" msgstr "Creating a raw instance" -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, python-format msgid "Block device information present: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 msgid "Failed to spawn, rolling back" msgstr "" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 msgid "Auto configuring disk, attempting to resize partition..." msgstr "" -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 #, fuzzy msgid "Starting VM" msgstr "Restarting xvp" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" msgstr "" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, python-format msgid "Could not find VM with name %s" msgstr "" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 #, fuzzy msgid "Finished snapshot and upload for VM" msgstr "Finished snapshot and upload for VM %s" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 #, fuzzy msgid "Unable to terminate instance." msgstr "Going to start terminating instances" -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 msgid "Resize complete" msgstr "" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 msgid "Unable to find root VBD/VDI for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 #, fuzzy msgid "Destroying VDIs" msgstr "Restarting xvp" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "kernel/ramdisk files removed" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 #, fuzzy msgid "Destroying VM" msgstr "Restarting xvp" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "" -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 msgid "VM is not present, skipping soft delete..." msgstr "" -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 msgid "Automatically hard rebooting" msgstr "" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 #, fuzzy msgid "Injecting network info to xenstore" msgstr "setting network host" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 msgid "Creating vifs" msgstr "" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, fuzzy, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, fuzzy, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 msgid "Injecting hostname to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" msgstr "" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 msgid "No suitable network for migrate" msgstr "" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 msgid "VM.assert_can_migrate failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 msgid "Migrate Send failed" msgstr "" @@ -11261,3 +11304,6 @@ msgstr "" msgid "status must be 'available'" msgstr "" +#~ msgid "Quantum client authentication failed: %s" +#~ msgstr "" + diff --git a/nova/locale/en_GB/LC_MESSAGES/nova.po b/nova/locale/en_GB/LC_MESSAGES/nova.po index eb1753123..66291e3c6 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-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 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" @@ -170,7 +170,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "Keypair data is invalid" @@ -1305,6 +1305,21 @@ msgstr "" msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1315,7 +1330,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1967,43 +1982,43 @@ msgstr "" msgid "Failed to get metadata for instance id: %s" msgstr "Invalid instance type %(instance_type)s." -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2284,10 +2299,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "" @@ -3882,46 +3899,46 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 msgid "Cannot run any more instances of this type." msgstr "" -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, python-format msgid "Can only run %s more instances of this type." msgstr "" -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" msgstr "" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " "properties" msgstr "" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 msgid "Metadata property key greater than 255 characters" msgstr "" -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 msgid "Metadata property value greater than 255 characters" msgstr "" -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 #, fuzzy msgid "Cannot attach one or more volumes to multiple instances" msgstr "Unable to attach volume to instance %s" @@ -3986,141 +4003,141 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2067 +#: nova/compute/api.py:2065 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2871 +#: nova/compute/api.py:2872 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2888 +#: nova/compute/api.py:2889 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, fuzzy, python-format msgid "Unable to update system group '%s'" msgstr "Unable to destroy VBD %s" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, fuzzy, python-format msgid "Unable to delete system group '%s'" msgstr "Unable to destroy VBD %s" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "" @@ -4258,616 +4275,621 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "volume %s: creating export" -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 #, fuzzy msgid "Failed to resume instance" msgstr "Rebooting instance %s" -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 #, fuzzy msgid "Failed to deallocate network for instance." msgstr "Get console output for instance %s" -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 #, fuzzy msgid "Rebuilding instance" msgstr "Rebooting instance %s" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, fuzzy, python-format msgid "Detaching from volume api: %s" msgstr "Unable to detach volume %s" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 #, fuzzy msgid "Rebooting instance" msgstr "Rebooting instance %s" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1769 +#: nova/compute/manager.py:1778 #, fuzzy, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "VBD not found in instance %s" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 #, fuzzy msgid "instance snapshotting" msgstr "instance %s: snapshotting" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1876 +#: nova/compute/manager.py:1885 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1923 +#: nova/compute/manager.py:1932 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1945 +#: nova/compute/manager.py:1954 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, 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:1969 +#: nova/compute/manager.py:1978 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 #, fuzzy msgid "Error trying to Rescue Instance" msgstr "Rebooting instance %s" -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, fuzzy, python-format +msgid "Updating instance to original state: '%s'" +msgstr "Invalid instance type %(instance_type)s." + +#: nova/compute/manager.py:2330 #, fuzzy msgid "Instance has no source host" msgstr "instance %s: snapshotting" -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2620 +#: nova/compute/manager.py:2673 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 #, fuzzy msgid "Retrieving diagnostics" msgstr "instance %s: retrieving diagnostics" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 #, fuzzy msgid "Reset network" msgstr "instance %s: reset network" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 #, fuzzy msgid "Get console output" msgstr "Get console output for instance %s" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2911 +#: nova/compute/manager.py:2964 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2920 +#: nova/compute/manager.py:2973 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2935 +#: nova/compute/manager.py:2988 #, 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:2965 +#: nova/compute/manager.py:3018 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:2975 +#: nova/compute/manager.py:3028 #, fuzzy msgid "Detaching volume from unknown instance" msgstr "Detaching volume from unknown instance %s" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, 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:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3061 +#: nova/compute/manager.py:3114 #, fuzzy, python-format msgid "Port %(port_id)s is not attached" msgstr "instance %s: snapshotting" -#: nova/compute/manager.py:3075 +#: nova/compute/manager.py:3128 #, fuzzy, python-format msgid "Host %(host)s not found" msgstr "Instance %(instance_id)s is not running." -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3256 +#: nova/compute/manager.py:3309 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3313 +#: nova/compute/manager.py:3366 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:3328 +#: nova/compute/manager.py:3381 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3545 +#: nova/compute/manager.py:3598 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3554 +#: nova/compute/manager.py:3607 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3561 +#: nova/compute/manager.py:3614 #, fuzzy, python-format msgid "Instance %(instance_uuid)s not found" msgstr "Instance %(instance_id)s is not running." -#: nova/compute/manager.py:3565 +#: nova/compute/manager.py:3618 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3581 +#: nova/compute/manager.py:3634 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3598 +#: nova/compute/manager.py:3651 #, 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:3617 +#: nova/compute/manager.py:3670 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 #, fuzzy msgid "Updating volume usage cache" msgstr "Re-exporting %s volumes" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3829 +#: nova/compute/manager.py:3882 #, 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:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3899 +#: nova/compute/manager.py:3952 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 #, fuzzy msgid "Instance is not (soft-)deleted." msgstr "instance %s: snapshotting" -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, fuzzy, python-format msgid "Deleting orphan compute node %s" msgstr "Re-exporting %s volumes" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4025 +#: nova/compute/manager.py:4078 #, 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:4032 +#: nova/compute/manager.py:4085 #, 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:4039 +#: nova/compute/manager.py:4092 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4119 #, fuzzy, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "Invalid instance type %(instance_type)s." @@ -4981,18 +5003,18 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5097,24 +5119,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5652,76 +5674,75 @@ msgstr "" msgid "v4 subnets are required for legacy nw_info" msgstr "" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" +#: nova/network/quantumv2/__init__.py:67 +msgid "quantum authentication failed" msgstr "" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, python-format msgid "allocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, fuzzy, python-format msgid "empty project id for instance %s" msgstr "Invalid instance type %(instance_type)s." -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 #, fuzzy msgid "Port not found" msgstr "instance %s: suspending" -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, python-format msgid "deallocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "" -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "" -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, python-format msgid "get_instance_nw_info() for %s" msgstr "" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, python-format msgid "validate_networks() for %s" msgstr "" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "" @@ -5806,6 +5827,25 @@ msgstr "" msgid "This rule already exists in group %s" msgstr "" +#: nova/objects/base.py:52 +#, python-format +msgid "Error setting %(attr)s" +msgstr "" + +#: nova/objects/base.py:136 +msgid "Invalid version string" +msgstr "" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, python-format msgid "Original exception being dropped: %s" @@ -6916,51 +6956,54 @@ msgid "unexpected role header" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 msgid "spawn error" msgstr "" @@ -7091,25 +7134,25 @@ msgstr "" msgid "Added %(filepath)s to config drive" msgstr "" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, python-format msgid "Loading compute driver '%s'" msgstr "" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 msgid "Unable to load the virtualization driver" msgstr "" @@ -7910,7 +7953,7 @@ msgstr "" msgid "get_available_resource called" msgstr "" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "" @@ -8083,50 +8126,50 @@ msgstr "" msgid "finish_revert_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, fuzzy, python-format msgid "Getting info for disk: %s" msgstr "Get console output for instance %s" -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 msgid "finish_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, python-format msgid "Cannot find boot VHD file: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8721,61 +8764,61 @@ msgid "" "%(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, python-format msgid "Invalid exclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, python-format msgid "Invalid inclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 msgid "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. " msgstr "" -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, fuzzy, python-format msgid "Trying to get stats for the volume %s" msgstr "Unable to detach volume %s" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -8783,50 +8826,50 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " "is on the same shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 msgid "Live migration can not be used without shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" msgstr "" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" "%s" msgstr "" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -8836,67 +8879,67 @@ msgid "" "Refer to %(u)s" msgstr "" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " "mount the same storage." msgstr "" -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, python-format msgid "Live Migration failure: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "" -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" " Code %(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 msgid "Starting migrate_disk_and_power_off" msgstr "" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 msgid "Instance running successfully." msgstr "" -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 msgid "Starting finish_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 msgid "Starting finish_revert_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "" @@ -9205,70 +9248,70 @@ msgstr "" msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, python-format msgid "%s is already mounted" msgstr "" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, python-format msgid "AoE device not found at %s" msgstr "" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 msgid "Fibre Channel device not found." msgstr "" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " "Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9341,12 +9384,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9393,7 +9436,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9545,27 +9588,27 @@ msgstr "" msgid "VMware Cluster %s is not found" msgstr "" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "" @@ -9977,54 +10020,54 @@ msgstr "Re-exporting %s volumes" msgid "Renamed the VM from %s" msgstr "Unable to locate volume %s" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, python-format msgid "Automatically hard rebooting %d" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 msgid "Reconfiguring VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 msgid "Reconfigured VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "" @@ -10147,19 +10190,19 @@ msgstr "Unable to detach volume %s" msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" msgstr "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " "args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "" @@ -10267,24 +10310,24 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, python-format msgid "Could not determine key: %s" msgstr "" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "" -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "" @@ -10850,7 +10893,7 @@ msgstr "" msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, python-format msgid "Updating progress to %(progress)d" msgstr "" @@ -10864,204 +10907,204 @@ msgstr "Starting Bridge interface for %s" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 #, fuzzy msgid "Starting instance" msgstr "Rebooting instance %s" -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, python-format msgid "Block device information present: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 msgid "Failed to spawn, rolling back" msgstr "" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 msgid "Auto configuring disk, attempting to resize partition..." msgstr "" -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 msgid "Starting VM" msgstr "" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" msgstr "" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, python-format msgid "Could not find VM with name %s" msgstr "" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 msgid "Finished snapshot and upload for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 #, fuzzy msgid "Unable to terminate instance." msgstr "Rebooting instance %s" -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 msgid "Resize complete" msgstr "" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 msgid "Unable to find root VBD/VDI for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 msgid "Destroying VDIs" msgstr "" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 msgid "Destroying VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "" -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 msgid "VM is not present, skipping soft delete..." msgstr "" -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 msgid "Automatically hard rebooting" msgstr "" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 msgid "Injecting network info to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 msgid "Creating vifs" msgstr "" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, fuzzy, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, fuzzy, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 msgid "Injecting hostname to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" msgstr "" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 msgid "No suitable network for migrate" msgstr "" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 msgid "VM.assert_can_migrate failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 msgid "Migrate Send failed" msgstr "" @@ -11203,3 +11246,6 @@ msgstr "" msgid "status must be 'available'" msgstr "" +#~ msgid "Quantum client authentication failed: %s" +#~ msgstr "" + diff --git a/nova/locale/en_US/LC_MESSAGES/nova.po b/nova/locale/en_US/LC_MESSAGES/nova.po index 53763932c..09a883598 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-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 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" @@ -173,7 +173,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "Keypair data is invalid" @@ -1353,6 +1353,21 @@ msgstr "Instance Type with name %(name)s already exists." msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, fuzzy, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "Expected object of type: %s" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1363,7 +1378,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "Notifying Schedulers of capabilities ..." @@ -2025,26 +2040,26 @@ msgstr "Invalid request: %s" msgid "Failed to get metadata for instance id: %s" msgstr "Failed to get metadata for ip: %s" -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "Caught error: %s" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "%(url)s returned with HTTP %(status)d" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "Must specify an ExtensionManager class" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "Extended resource: %s" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " @@ -2053,17 +2068,17 @@ msgstr "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "Extension %(ext_name)s extending resource: %(collection)s" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2346,10 +2361,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "Instance does not exist" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "Instance is not a member of specified network" @@ -3981,16 +3998,16 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 msgid "Cannot run any more instances of this type." msgstr "Cannot run any more instances of this type." -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, python-format msgid "Can only run %s more instances of this type." msgstr "Can only run %s more instances of this type." -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " @@ -3999,7 +4016,7 @@ msgstr "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " @@ -4008,23 +4025,23 @@ msgstr "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " "properties" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "Metadata property key blank" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 msgid "Metadata property key greater than 255 characters" msgstr "Metadata property key greater than 255 characters" -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 msgid "Metadata property value greater than 255 characters" msgstr "Metadata property value greater than 255 characters" -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 #, fuzzy msgid "Cannot attach one or more volumes to multiple instances" msgstr "Unable to attach boot volume to instance %s" @@ -4090,11 +4107,11 @@ msgstr "Searching by: %s" msgid "snapshot for %s" msgstr "snapshot for %s" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "flavor_id is None. Assuming migration." -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " @@ -4103,62 +4120,62 @@ msgstr "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" -#: nova/compute/api.py:2067 +#: nova/compute/api.py:2065 #, 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:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "Locking" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "Unlocking" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "Volume must be attached in order to detach." -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, 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:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "Keypair name contains unsafe characters" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 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:2871 +#: nova/compute/api.py:2872 #, 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:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "Security group %s cannot be empty." -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " @@ -4167,68 +4184,68 @@ msgstr "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." -#: nova/compute/api.py:2888 +#: nova/compute/api.py:2889 #, 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:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "Quota exceeded, too many security groups." -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "Create Security Group %s" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "Security group %s already exists" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, fuzzy, python-format msgid "Unable to update system group '%s'" msgstr "Unable to destroy vbd %s" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, fuzzy, python-format msgid "Unable to delete system group '%s'" msgstr "Unable to destroy vbd %s" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 msgid "Security group is still in use" msgstr "Security group is still in use" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "Failed to update usages deallocating security group" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "Delete security group %s" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "Rule (%s) not found" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 msgid "Quota exceeded, too many security group rules." msgstr "Quota exceeded, too many security group rules." -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "Authorize security group ingress %s" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "Revoke security group ingress %s" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "Security group id should be integer" @@ -4371,210 +4388,210 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "Failed to terminate instance" -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, 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:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "Rebooting instance after nova-compute restart." -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 msgid "Hypervisor driver does not support resume guests" msgstr "Hypervisor driver does not support resume guests" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 #, fuzzy msgid "Failed to resume instance" msgstr "Failed to suspend instance" -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 msgid "Hypervisor driver does not support firewall rules" msgstr "Hypervisor driver does not support firewall rules" -#: nova/compute/manager.py:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, fuzzy, python-format msgid "Unexpected power state %d" msgstr "Unexpected status code" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "Checking state" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "Setting up bdm %s" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, fuzzy, python-format msgid "No node specified, defaulting to %(node)s" msgstr "Memory limit not specified, defaulting to unlimited" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 msgid "Failed to dealloc network for deleted instance" msgstr "Failed to dealloc network for deleted instance" -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 #, fuzzy msgid "Instance was deleted during spawn." msgstr "Instance failed to spawn" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, fuzzy, python-format msgid "Error: %s" msgstr "DB error: %s" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "Error trying to reschedule" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "Retry info not present, will not reschedule" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "No request spec, will not reschedule" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, fuzzy, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "Re-scheduling instance: attempt %d" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "Instance build timed out. Set to error state." -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "Starting instance..." -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "Instance failed network setup" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "Instance network_info: |%s|" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "Instance failed block device setup" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "Instance failed to spawn" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "Deallocating network for instance" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "%(action_str)s instance" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 #, fuzzy msgid "Failed to deallocate network for instance." msgstr "Failed to dealloc network for deleted instance" -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "Ignoring DiskNotFound: %s" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "Ignoring VolumeNotFound: %s" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "terminating bdm %s" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "Ignoring volume cleanup failure due to %s" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "%s. Setting instance vm_state to ERROR" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 msgid "Rebuilding instance" msgstr "Rebuilding instance" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, 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:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, fuzzy, python-format msgid "Detaching from volume api: %s" msgstr "Attach boot from volume failed: %s" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 msgid "Rebooting instance" msgstr "Rebooting instance" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " @@ -4583,21 +4600,21 @@ msgstr "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" -#: nova/compute/manager.py:1769 +#: nova/compute/manager.py:1778 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "Cannot reboot instance: %(exc)s" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 #, fuzzy msgid "Instance disappeared during reboot" msgstr "instance %s: rebooted" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 msgid "instance snapshotting" msgstr "instance snapshotting" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " @@ -4606,45 +4623,45 @@ msgstr "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" -#: nova/compute/manager.py:1876 +#: nova/compute/manager.py:1885 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "Found %(num_images)d images (rotation: %(rotation)d)" -#: nova/compute/manager.py:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "Rotating out %d backups" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "Deleting image %s" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, 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:1923 +#: nova/compute/manager.py:1932 msgid "Root password set" msgstr "Root password set" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 #, 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:1945 +#: nova/compute/manager.py:1954 #, python-format msgid "set_admin_password failed: %s" msgstr "set_admin_password failed: %s" -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 msgid "error setting admin password" msgstr "error setting admin password" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, python-format msgid "" "trying to inject a file into a non-running (state: " @@ -4653,111 +4670,116 @@ msgstr "" "trying to inject a file into a non-running (state: " "%(current_power_state)s expected: %(expected_state)s)" -#: nova/compute/manager.py:1969 +#: nova/compute/manager.py:1978 #, python-format msgid "injecting file to %(path)s" msgstr "injecting file to %(path)s" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "Rescuing" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 #, fuzzy msgid "Error trying to Rescue Instance" msgstr "Error trying to reschedule" -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, fuzzy, python-format msgid "Driver Error: %s" msgstr "DB error: %s" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 msgid "Unrescuing" msgstr "Unrescuing" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "Changing instance metadata according to %(diff)r" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, fuzzy, python-format +msgid "Updating instance to original state: '%s'" +msgstr "Setting instance to %(state)s state." + +#: nova/compute/manager.py:2330 #, fuzzy msgid "Instance has no source host" msgstr "Instance has no volume." -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "destination same as source!" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "Migrating" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, 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:2620 +#: nova/compute/manager.py:2673 msgid "Pausing" msgstr "Pausing" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "Unpausing" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 msgid "Retrieving diagnostics" msgstr "Retrieving diagnostics" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "Resuming" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 msgid "Reset network" msgstr "Reset network" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 msgid "Inject network info" msgstr "Inject network info" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "network_info to inject: |%s|" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 msgid "Get console output" msgstr "Get console output" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 msgid "Getting vnc console" msgstr "Getting vnc console" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 #, fuzzy msgid "Getting spice console" msgstr "Getting vnc console" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, 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:2911 +#: nova/compute/manager.py:2964 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "Attaching volume %(volume_id)s to %(mountpoint)s" -#: nova/compute/manager.py:2920 +#: nova/compute/manager.py:2973 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " @@ -4766,59 +4788,59 @@ msgstr "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" -#: nova/compute/manager.py:2935 +#: nova/compute/manager.py:2988 #, 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:2965 +#: nova/compute/manager.py:3018 #, 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:2975 +#: nova/compute/manager.py:3028 msgid "Detaching volume from unknown instance" msgstr "Detaching volume from unknown instance" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, 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:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, fuzzy, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "allocate_for_instance() for %s" -#: nova/compute/manager.py:3061 +#: nova/compute/manager.py:3114 #, fuzzy, python-format msgid "Port %(port_id)s is not attached" msgstr "Port %(port_id)s is still in use." -#: nova/compute/manager.py:3075 +#: nova/compute/manager.py:3128 #, fuzzy, python-format msgid "Host %(host)s not found" msgstr "Host %(host)s could not be found." -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "Pre live migration failed at %(dest)s" -#: nova/compute/manager.py:3256 +#: nova/compute/manager.py:3309 msgid "_post_live_migration() is started.." msgstr "_post_live_migration() is started.." -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "Migrating instance to %(dest)s finished successfully." -#: nova/compute/manager.py:3313 +#: nova/compute/manager.py:3366 msgid "" "You may see the error \"libvirt: QEMU error: Domain not found: no domain " "with matching name.\" This error can be safely ignored." @@ -4826,20 +4848,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:3328 +#: nova/compute/manager.py:3381 msgid "Post operation of migration started" msgstr "Post operation of migration started" -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, fuzzy, python-format msgid "Failed to get compute_info for %s" msgstr "Failed to get info for disk %s" -#: nova/compute/manager.py:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "Updated the info_cache for instance" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " @@ -4848,12 +4870,12 @@ msgstr "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" -#: nova/compute/manager.py:3545 +#: nova/compute/manager.py:3598 #, 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:3554 +#: nova/compute/manager.py:3607 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " @@ -4862,26 +4884,26 @@ msgstr "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" -#: nova/compute/manager.py:3561 +#: nova/compute/manager.py:3614 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "Instance %(instance_uuid)s not found" -#: nova/compute/manager.py:3565 +#: nova/compute/manager.py:3618 msgid "In ERROR state" msgstr "In ERROR state" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, 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:3581 +#: nova/compute/manager.py:3634 #, 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:3598 +#: nova/compute/manager.py:3651 #, python-format msgid "" "Running instance usage audit for host %(host)s from %(begin_time)s to " @@ -4890,25 +4912,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:3617 +#: nova/compute/manager.py:3670 #, 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:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "Updating bandwidth usage cache" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 #, fuzzy msgid "Updating volume usage cache" msgstr "Updating bandwidth usage cache" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "Updating host status" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " @@ -4917,11 +4939,11 @@ msgstr "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." -#: nova/compute/manager.py:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 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:3829 +#: nova/compute/manager.py:3882 #, python-format msgid "" "During the sync_power process the instance has moved from host %(src)s to" @@ -4930,57 +4952,57 @@ msgstr "" "During the sync_power process the instance has moved from host %(src)s to" " host %(dst)s" -#: nova/compute/manager.py:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "Instance shutdown by itself. Calling the stop API." -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "error during stop() in sync_power_state." -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 #, 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:3899 +#: nova/compute/manager.py:3952 #, fuzzy msgid "Instance is paused unexpectedly. Ignore." msgstr "Instance is paused or suspended unexpectedly. Calling the stop API." -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "Instance is not stopped. Calling the stop API." -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 msgid "Instance is not (soft-)deleted." msgstr "Instance is not (soft-)deleted." -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 #, fuzzy msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "FLAGS.reclaim_instance_interval <= 0, skipping..." -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "Reclaiming deleted instance" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, fuzzy, python-format msgid "Deleting orphan compute node %s" msgstr "Loading compute driver '%s'" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 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:4025 +#: nova/compute/manager.py:4078 #, python-format msgid "" "Detected instance with name label '%(name)s' which is marked as DELETED " @@ -4989,7 +5011,7 @@ msgstr "" "Detected instance with name label '%(name)s' which is marked as DELETED " "but still present on host." -#: nova/compute/manager.py:4032 +#: nova/compute/manager.py:4085 #, python-format msgid "" "Destroying instance with name label '%(name)s' which is marked as DELETED" @@ -4998,12 +5020,12 @@ msgstr "" "Destroying instance with name label '%(name)s' which is marked as DELETED" " but still present on host." -#: nova/compute/manager.py:4039 +#: nova/compute/manager.py:4092 #, 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:4066 +#: nova/compute/manager.py:4119 #, fuzzy, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "Setting instance to %(state)s state." @@ -5127,18 +5149,18 @@ 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:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 #, fuzzy msgid "Invalid block_device_mapping_destroy invocation" msgstr "block_device_mapping %s" @@ -5247,24 +5269,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "Unrecognized read_deleted value '%s'" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, fuzzy, python-format msgid "Invalid instance id %s in request" msgstr "instance %s: rescued" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, 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:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5829,76 +5851,76 @@ msgstr "Cannot delete aggregate: %(id)s" msgid "v4 subnets are required for legacy nw_info" msgstr "v4 subnets are required for legacy nw_info" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" -msgstr "" +#: nova/network/quantumv2/__init__.py:67 +#, fuzzy +msgid "quantum authentication failed" +msgstr "Authentication error" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, python-format msgid "allocate_for_instance() for %s" msgstr "allocate_for_instance() for %s" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, python-format msgid "empty project id for instance %s" msgstr "empty project id for instance %s" -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 #, fuzzy msgid "Port not found" msgstr "Host not found" -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "Fail to delete port %(portid)s with failure: %(exception)s" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, python-format msgid "deallocate_for_instance() for %s" msgstr "deallocate_for_instance() for %s" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "Failed to delete quantum port %(portid)s " -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, fuzzy, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "Failed to delete quantum port %(portid)s " -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, python-format msgid "get_instance_nw_info() for %s" msgstr "get_instance_nw_info() for %s" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, fuzzy, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "Fail to delete port %(portid)s with failure: %(exception)s" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, fuzzy, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "Fail to delete port %(portid)s with failure: %(exception)s" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, python-format msgid "validate_networks() for %s" msgstr "validate_networks() for %s" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "Multiple floating IP pools matches found for name '%s'" @@ -5988,6 +6010,26 @@ msgstr "" msgid "This rule already exists in group %s" msgstr "This rule already exists in group %s" +#: nova/objects/base.py:52 +#, fuzzy, python-format +msgid "Error setting %(attr)s" +msgstr "error setting admin password" + +#: nova/objects/base.py:136 +#, fuzzy, python-format +msgid "Invalid version string" +msgstr "Invalid server_string: %s" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, fuzzy, python-format msgid "Original exception being dropped: %s" @@ -7131,6 +7173,7 @@ msgid "unexpected role header" msgstr "unexpected role header" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" @@ -7139,45 +7182,47 @@ msgstr "" "instances" #: nova/tests/api/openstack/compute/test_servers.py:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 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:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 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" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "Running instances: %s" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "After terminating instances: %s" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "Internal error" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "After force-killing instances: %s" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 #, fuzzy msgid "spawn error" msgstr "unknown guestmount error" @@ -7316,25 +7361,25 @@ msgstr "Removing simulated guest agent files in %s" msgid "Added %(filepath)s to config drive" msgstr "Added %(filepath)s to config drive" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "Compute driver option required, but not specified" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, python-format msgid "Loading compute driver '%s'" msgstr "Loading compute driver '%s'" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 #, fuzzy msgid "Unable to load the virtualization driver" msgstr "Unable to load the virtualization driver: %s" @@ -8146,7 +8191,7 @@ msgstr "Windows version: %s " msgid "get_available_resource called" msgstr "get_available_resource called" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "Updating host stats" @@ -8323,12 +8368,12 @@ msgstr "confirm_migration called" msgid "finish_revert_migration called" msgstr "finish_revert_migration called" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, fuzzy, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "Copying base disk %(src_vhd_path)s to %(dest_base_disk_path)s" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, fuzzy, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " @@ -8337,22 +8382,22 @@ msgstr "" "Reconnecting copied base VHD %(dest_base_disk_path)s and diff VHD " "%(dest_vhd_path)s" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, fuzzy, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "Merging base disk %(dest_base_disk_path)s and diff disk %(dest_vhd_path)s" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, fuzzy, python-format msgid "Getting info for disk: %s" msgstr "Getting info for VHD %s" -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, fuzzy, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " @@ -8361,16 +8406,16 @@ msgstr "" "Reconnecting copied base VHD %(dest_base_disk_path)s and diff VHD " "%(dest_vhd_path)s" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 msgid "finish_migration called" msgstr "finish_migration called" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, fuzzy, python-format msgid "Cannot find boot VHD file: %s" msgstr "Unknown base file: %s" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8971,27 +9016,27 @@ msgstr "" "Error from libvirt while looking up %(instance_name)s: [Error Code " "%(error_code)s] %(ex)s" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, fuzzy, python-format msgid "Invalid exclusion expression %r" msgstr "Invalid reservation expiration %(expire)s." -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, fuzzy, python-format msgid "Invalid inclusion expression %r" msgstr "Invalid reservation expiration %(expire)s." -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 #, fuzzy msgid "" "Cannot get the number of cpu, because this function is not implemented " @@ -9000,35 +9045,35 @@ msgstr "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. This error can be safely ignored for now." -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "libvirt version is too old (does not support getVersion)" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, fuzzy, python-format msgid "Trying to get stats for the volume %s" msgstr "Getting image size for the image %s" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -9036,21 +9081,21 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, fuzzy, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " @@ -9059,15 +9104,15 @@ msgstr "" "Creating tmpfile %s to notify to other compute nodes that they should " "mount the same storage." -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "Block migration can not be used with shared storage." -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 msgid "Live migration can not be used without shared storage." msgstr "Live migration can not be used without shared storage." -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " @@ -9076,7 +9121,7 @@ msgstr "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" @@ -9085,7 +9130,7 @@ msgstr "" "Instance launched has CPU info:\n" "%s" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -9100,7 +9145,7 @@ msgstr "" "\n" "Refer to %(u)s" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " @@ -9109,22 +9154,22 @@ msgstr "" "Creating tmpfile %s to notify to other compute nodes that they should " "mount the same storage." -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "The firewall filter for %s does not exist" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, python-format msgid "Live Migration failure: %(e)s" msgstr "Live Migration failure: %(e)s" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, fuzzy, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "plug_vifs() failed %(cnt)d.Retry up to %(max_retry)d for %(hostname)s." -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, fuzzy, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" @@ -9133,38 +9178,38 @@ msgstr "" "Error from libvirt while looking up %(instance_name)s: [Error Code " "%(error_code)s] %(ex)s" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "skipping %(path)s since it looks like volume" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "Getting disk size of %(i_name)s: %(e)s" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 msgid "Starting migrate_disk_and_power_off" msgstr "Starting migrate_disk_and_power_off" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 msgid "Instance running successfully." msgstr "Instance running successfully." -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 msgid "Starting finish_migration" msgstr "Starting finish_migration" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 msgid "Starting finish_revert_migration" msgstr "Starting finish_revert_migration" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, fuzzy, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "Deleting instance files %(target)s" @@ -9488,43 +9533,43 @@ msgstr "" msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "Found iSCSI node %(mount_device)s (after %(tries)s rescans)" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, python-format msgid "%s is already mounted" msgstr "%s is already mounted" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, fuzzy, python-format msgid "AoE device not found at %s" msgstr "iSCSI device not found at %s" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, fuzzy, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "" "ISCSI volume not yet found at: %(mount_device)s. Will rescan & retry. " "Try number: %(tries)s" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, fuzzy, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "Found iSCSI node %(mount_device)s (after %(tries)s rescans)" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 #, fuzzy msgid "Fibre Channel device not found." msgstr "iSCSI device not found at %s" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, fuzzy, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " @@ -9533,30 +9578,30 @@ msgstr "" "ISCSI volume not yet found at: %(mount_device)s. Will rescan & retry. " "Try number: %(tries)s" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, fuzzy, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "Found iSCSI node %(mount_device)s (after %(tries)s rescans)" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9629,12 +9674,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "Uncompressed image file not found" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9681,7 +9726,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9839,27 +9884,27 @@ msgstr "" msgid "VMware Cluster %s is not found" msgstr "marker [%s] not found" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "In vmwareapi:_create_session, got this exception: %s" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "In vmwareapi:_call_method, got this exception: %s" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "Task [%(task_name)s] %(task_ref)s status: success" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "In vmwareapi:_poll_task, Got this error %s" @@ -10306,56 +10351,56 @@ msgstr "Creating volume: %s" msgid "Renamed the VM from %s" msgstr "Create volume from snapshot %s" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "Found %(instance_count)d hung reboots older than %(timeout)d seconds" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, fuzzy, python-format msgid "Automatically hard rebooting %d" msgstr "Automatically hard rebooting" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "get_diagnostics not implemented for vmwareapi" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 #, fuzzy msgid "Reconfiguring VM instance to set the machine id" msgstr "Reconfiguring VM instance to attach the image disk" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 #, fuzzy msgid "Reconfigured VM instance to set the machine id" msgstr "Reconfigured VM instance to attach the image disk" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, fuzzy, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "Reconfiguring VM instance to set the machine id with ip - %(ip_addr)s" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, fuzzy, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "Reconfigured VM instance to set the machine id with ip - %(ip_addr)s" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "Creating directory with path %s" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "Created directory with path %s" @@ -10478,12 +10523,12 @@ msgstr "Failed to find volume in db" msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" msgstr "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "TIMEOUT: The call to %(method)s timed out. args=%(args)r" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " @@ -10492,7 +10537,7 @@ msgstr "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " "args=%(args)r" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "The call to %(method)s returned an error: %(e)s. args=%(args)r" @@ -10609,24 +10654,24 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "Failure while cleaning up attached VDIs" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, python-format msgid "Could not determine key: %s" msgstr "Could not determine key: %s" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "Host startup on XenServer is not supported." -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "Unable to log in to XenAPI (is the Dom0 disk full?)" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "Host is member of a pool, but DB says otherwise" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "Got exception: %s" @@ -11219,7 +11264,7 @@ msgstr "Failed to mount filesystem (expected for non-linux instances): %s" msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "This domU must be running on the host specified by xenapi_connection_url" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, python-format msgid "Updating progress to %(progress)d" msgstr "Updating progress to %(progress)d" @@ -11233,36 +11278,36 @@ msgstr "Writing image info file: %s" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 msgid "Starting instance" msgstr "Starting instance" -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "Removing kernel/ramdisk files from dom0" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, python-format msgid "Block device information present: %s" msgstr "Block device information present: %s" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 msgid "Failed to spawn, rolling back" msgstr "Failed to spawn, rolling back" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 msgid "Auto configuring disk, attempting to resize partition..." msgstr "Auto configuring disk, attempting to resize partition..." -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 msgid "Starting VM" msgstr "Starting VM" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "Waiting for instance state to become running" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " @@ -11271,146 +11316,146 @@ msgstr "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "Instance agent version: %s" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "Setting VCPU weight" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, python-format msgid "Could not find VM with name %s" msgstr "Could not find VM with name %s" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 msgid "Finished snapshot and upload for VM" msgstr "Finished snapshot and upload for VM" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "Failed to transfer vhd to new host" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 #, fuzzy msgid "Unable to terminate instance." msgstr "Failed to terminate instance" -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 msgid "Resize complete" msgstr "Resize complete" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "Starting halted instance found during reboot" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 msgid "Unable to find root VBD/VDI for VM" msgstr "Unable to find root VBD/VDI for VM" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 #, fuzzy msgid "Destroying VDIs" msgstr "Destroying VM" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "Using RAW or VHD, skipping kernel and ramdisk deletion" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "instance has a kernel or ramdisk but not both" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "kernel/ramdisk files removed" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 msgid "Destroying VM" msgstr "Destroying VM" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "VM is not present, skipping destroy..." -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "Instance is already in Rescue Mode: %s" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 #, fuzzy msgid "VM is not present, skipping soft delete..." msgstr "VM is not present, skipping destroy..." -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 msgid "Automatically hard rebooting" msgstr "Automatically hard rebooting" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 msgid "Injecting network info to xenstore" msgstr "Injecting network info to xenstore" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 msgid "Creating vifs" msgstr "Creating vifs" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "Creating VIF for network %(network_ref)s" -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "Created VIF %(vif_ref)s, network %(network_ref)s" -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 msgid "Injecting hostname to xenstore" msgstr "Injecting hostname to xenstore" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" @@ -11419,25 +11464,25 @@ msgstr "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 #, fuzzy msgid "No suitable network for migrate" msgstr "Bad networks format" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "Migrate Receive failed" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 #, fuzzy msgid "VM.assert_can_migrate failed" msgstr "VM.assert_can_migratefailed" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 msgid "Migrate Send failed" msgstr "Migrate Send failed" @@ -11582,3 +11627,6 @@ msgstr "status must be available" msgid "status must be 'available'" msgstr "status must be available" +#~ msgid "Quantum client authentication failed: %s" +#~ msgstr "" + diff --git a/nova/locale/es/LC_MESSAGES/nova.po b/nova/locale/es/LC_MESSAGES/nova.po index 7610d6e8c..7d59fc24b 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-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 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" @@ -177,7 +177,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "" @@ -1315,6 +1315,21 @@ msgstr "el grupo %s ya existe" msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1325,7 +1340,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1982,43 +1997,43 @@ msgstr "" msgid "Failed to get metadata for instance id: %s" msgstr "Fallo al generar metadatos para la ip %s" -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "Capturado error: %s" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2299,10 +2314,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "" @@ -3915,51 +3932,51 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 #, fuzzy msgid "Cannot run any more instances of this type." msgstr "" "Quota de instancias superada. Sólo puedes ejecutar %s instancias más de " "este tipo." -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, fuzzy, python-format msgid "Can only run %s more instances of this type." msgstr "" "Quota de instancias superada. Sólo puedes ejecutar %s instancias más de " "este tipo." -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" msgstr "" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " "properties" msgstr "" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 msgid "Metadata property key greater than 255 characters" msgstr "" -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 msgid "Metadata property value greater than 255 characters" msgstr "" -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 #, fuzzy msgid "Cannot attach one or more volumes to multiple instances" msgstr "Imposible adjuntar volumen a la instancia %s" @@ -4029,142 +4046,142 @@ msgstr "" msgid "snapshot for %s" msgstr "Comenzando snapshot para la VM %s" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2067 +#: nova/compute/api.py:2065 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, 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:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2871 +#: nova/compute/api.py:2872 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2888 +#: nova/compute/api.py:2889 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "Crear Grupo de Seguridad %s" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, fuzzy, python-format msgid "Unable to update system group '%s'" msgstr "Imposible destruir VBD %s" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, fuzzy, python-format msgid "Unable to delete system group '%s'" msgstr "Imposible destruir VBD %s" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 #, fuzzy msgid "Security group is still in use" msgstr "Revocar ingreso al grupo de seguridad %s" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "Borrar grupo de seguridad %s" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "Autorizar ingreso al grupo de seguridad %s" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "Revocar ingreso al grupo de seguridad %s" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "" @@ -4304,619 +4321,624 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "Fallo a reinicia la instancia" -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 #, fuzzy msgid "Failed to resume instance" msgstr "Fallo al suspender la instancia" -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, fuzzy, python-format msgid "Unexpected power state %d" msgstr "Sucedió un error inexperado: %s" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 #, fuzzy msgid "Failed to dealloc network for deleted instance" msgstr "Vamos a ejecutar %s insntacias..." -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, fuzzy, python-format msgid "Error: %s" msgstr "Capturado error: %s" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 #, fuzzy msgid "Failed to deallocate network for instance." msgstr "Vamos a ejecutar %s insntacias..." -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 #, fuzzy msgid "Rebuilding instance" msgstr "Reiniciando instancia %s" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, fuzzy, python-format msgid "Detaching from volume api: %s" msgstr "Desasociar volumen %s" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 #, fuzzy msgid "Rebooting instance" msgstr "Reiniciando instancia %s" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1769 +#: nova/compute/manager.py:1778 #, fuzzy, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "Ejecutando instancias: %s" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 #, fuzzy msgid "Instance disappeared during reboot" msgstr "instancia %s: reiniciada" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 #, fuzzy msgid "instance snapshotting" msgstr "instancia %s: creando snapshot" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1876 +#: nova/compute/manager.py:1885 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1923 +#: nova/compute/manager.py:1932 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1945 +#: nova/compute/manager.py:1954 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, 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:1969 +#: nova/compute/manager.py:1978 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 #, fuzzy msgid "Error trying to Rescue Instance" msgstr "Fallo al suspender la instancia" -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, fuzzy, python-format msgid "Driver Error: %s" msgstr "Capturado error: %s" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, fuzzy, python-format +msgid "Updating instance to original state: '%s'" +msgstr "Tipo de instancia inválido %(instance_type)s." + +#: nova/compute/manager.py:2330 #, fuzzy msgid "Instance has no source host" msgstr "instancia %s: creando snapshot" -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2620 +#: nova/compute/manager.py:2673 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 #, fuzzy msgid "Retrieving diagnostics" msgstr "instancia %s: obteniendo los diagnosticos" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 #, fuzzy msgid "Reset network" msgstr "configurando la red del host" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 #, fuzzy msgid "Inject network info" msgstr "configurando la red del host" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 #, fuzzy msgid "Get console output" msgstr "Obtener salida de la consola para la instancia %s" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2911 +#: nova/compute/manager.py:2964 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2920 +#: nova/compute/manager.py:2973 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2935 +#: nova/compute/manager.py:2988 #, 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:2965 +#: nova/compute/manager.py:3018 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:2975 +#: nova/compute/manager.py:3028 #, fuzzy msgid "Detaching volume from unknown instance" msgstr "Desvinculando volumen de instancia desconocida %s" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, 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:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3061 +#: nova/compute/manager.py:3114 #, fuzzy, python-format msgid "Port %(port_id)s is not attached" msgstr "instancia %s: arrancada" -#: nova/compute/manager.py:3075 +#: nova/compute/manager.py:3128 #, fuzzy, python-format msgid "Host %(host)s not found" msgstr "La instacia %(instance_id)s no esta suspendida" -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3256 +#: nova/compute/manager.py:3309 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3313 +#: nova/compute/manager.py:3366 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:3328 +#: nova/compute/manager.py:3381 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, fuzzy, python-format msgid "Failed to get compute_info for %s" msgstr "Fallo al generar metadatos para la ip %s" -#: nova/compute/manager.py:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3545 +#: nova/compute/manager.py:3598 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3554 +#: nova/compute/manager.py:3607 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3561 +#: nova/compute/manager.py:3614 #, fuzzy, python-format msgid "Instance %(instance_uuid)s not found" msgstr "La instacia %(instance_id)s no esta suspendida" -#: nova/compute/manager.py:3565 +#: nova/compute/manager.py:3618 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3581 +#: nova/compute/manager.py:3634 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3598 +#: nova/compute/manager.py:3651 #, 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:3617 +#: nova/compute/manager.py:3670 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 #, fuzzy msgid "Updating volume usage cache" msgstr "Borrando usuario %s" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3829 +#: nova/compute/manager.py:3882 #, 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:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3899 +#: nova/compute/manager.py:3952 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 #, fuzzy msgid "Instance is not (soft-)deleted." msgstr "instancia %s: arrancada" -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, fuzzy, python-format msgid "Deleting orphan compute node %s" msgstr "Borrando usuario %s" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4025 +#: nova/compute/manager.py:4078 #, 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:4032 +#: nova/compute/manager.py:4085 #, 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:4039 +#: nova/compute/manager.py:4092 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4119 #, fuzzy, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "Tipo de instancia inválido %(instance_type)s." @@ -5030,18 +5052,18 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5149,24 +5171,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, fuzzy, python-format msgid "Invalid instance id %s in request" msgstr "instancia %s: rescatada" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5705,76 +5727,75 @@ msgstr "" msgid "v4 subnets are required for legacy nw_info" msgstr "" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" +#: nova/network/quantumv2/__init__.py:67 +msgid "quantum authentication failed" msgstr "" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, python-format msgid "allocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, fuzzy, python-format msgid "empty project id for instance %s" msgstr "Tipo de instancia inválido %(instance_type)s." -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 #, fuzzy msgid "Port not found" msgstr "instancia %s: arrancada" -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, python-format msgid "deallocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "" -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "" -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, python-format msgid "get_instance_nw_info() for %s" msgstr "" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, python-format msgid "validate_networks() for %s" msgstr "" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, fuzzy, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "configurando la red del host" @@ -5862,6 +5883,25 @@ msgstr "" msgid "This rule already exists in group %s" msgstr "Esta regla ya existe en el grupo %s" +#: nova/objects/base.py:52 +#, python-format +msgid "Error setting %(attr)s" +msgstr "" + +#: nova/objects/base.py:136 +msgid "Invalid version string" +msgstr "" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, python-format msgid "Original exception being dropped: %s" @@ -6975,51 +7015,54 @@ msgid "unexpected role header" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "Ejecutando instancias: %s" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "Después de terminar las instancias: %s" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 msgid "spawn error" msgstr "" @@ -7151,25 +7194,25 @@ msgstr "" msgid "Added %(filepath)s to config drive" msgstr "" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, python-format msgid "Loading compute driver '%s'" msgstr "" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 msgid "Unable to load the virtualization driver" msgstr "" @@ -7972,7 +8015,7 @@ msgstr "" msgid "get_available_resource called" msgstr "" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "" @@ -8145,50 +8188,50 @@ msgstr "" msgid "finish_revert_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, fuzzy, python-format msgid "Getting info for disk: %s" msgstr "configurando la red del host" -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 msgid "finish_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, python-format msgid "Cannot find boot VHD file: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8785,61 +8828,61 @@ msgid "" "%(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, python-format msgid "Invalid exclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, python-format msgid "Invalid inclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 msgid "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. " msgstr "" -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, fuzzy, python-format msgid "Trying to get stats for the volume %s" msgstr "Fallo al generar metadatos para la ip %s" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -8847,50 +8890,50 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " "is on the same shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 msgid "Live migration can not be used without shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" msgstr "" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" "%s" msgstr "" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -8900,67 +8943,67 @@ msgid "" "Refer to %(u)s" msgstr "" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " "mount the same storage." msgstr "" -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, fuzzy, python-format msgid "Live Migration failure: %(e)s" msgstr "Fallo de autenticación: %s" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "" -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" " Code %(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 msgid "Starting migrate_disk_and_power_off" msgstr "" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 msgid "Instance running successfully." msgstr "" -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 msgid "Starting finish_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 msgid "Starting finish_revert_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "" @@ -9269,70 +9312,70 @@ msgstr "" msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, fuzzy, python-format msgid "%s is already mounted" msgstr "el grupo %s ya existe" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, python-format msgid "AoE device not found at %s" msgstr "" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 msgid "Fibre Channel device not found." msgstr "" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " "Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9406,12 +9449,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9458,7 +9501,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9610,27 +9653,27 @@ msgstr "" msgid "VMware Cluster %s is not found" msgstr "" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "" @@ -10046,54 +10089,54 @@ msgstr "Borrando usuario %s" msgid "Renamed the VM from %s" msgstr "Imposible encontrar volumen %s" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, python-format msgid "Automatically hard rebooting %d" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 msgid "Reconfiguring VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 msgid "Reconfigured VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "" @@ -10220,19 +10263,19 @@ msgstr "" "El punto de montaje %(mountpoint)s se desligó de la instancia " "%(instance_name)s" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " "args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "" @@ -10343,24 +10386,24 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, python-format msgid "Could not determine key: %s" msgstr "" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "" -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "Obtenida excepción %s" @@ -10926,7 +10969,7 @@ msgstr "" msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, python-format msgid "Updating progress to %(progress)d" msgstr "" @@ -10940,207 +10983,207 @@ msgstr "Iniciando interfaz puente para %s" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 #, fuzzy msgid "Starting instance" msgstr "Creando una instancia raw" -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, python-format msgid "Block device information present: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 #, fuzzy msgid "Failed to spawn, rolling back" msgstr "Fallo al suspender la instancia" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 msgid "Auto configuring disk, attempting to resize partition..." msgstr "" -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 msgid "Starting VM" msgstr "" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" msgstr "" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, python-format msgid "Could not find VM with name %s" msgstr "" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 #, fuzzy msgid "Finished snapshot and upload for VM" msgstr "Finalizado el snapshot y la subida de la VM %s" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 #, fuzzy msgid "Unable to terminate instance." msgstr "Fallo a reinicia la instancia" -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 msgid "Resize complete" msgstr "" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 msgid "Unable to find root VBD/VDI for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 msgid "Destroying VDIs" msgstr "" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 msgid "Destroying VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "" -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 msgid "VM is not present, skipping soft delete..." msgstr "" -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 msgid "Automatically hard rebooting" msgstr "" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 #, fuzzy msgid "Injecting network info to xenstore" msgstr "configurando la red del host" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 msgid "Creating vifs" msgstr "" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, fuzzy, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "Creando VIF para VM %(vm_ref)s, red %(network_ref)s." -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, fuzzy, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "Creando VIF para VM %(vm_ref)s, red %(network_ref)s." -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 msgid "Injecting hostname to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" msgstr "" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 msgid "No suitable network for migrate" msgstr "" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 msgid "VM.assert_can_migrate failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 msgid "Migrate Send failed" msgstr "" @@ -11282,3 +11325,6 @@ msgstr "" msgid "status must be 'available'" msgstr "" +#~ msgid "Quantum client authentication failed: %s" +#~ msgstr "" + diff --git a/nova/locale/fi_FI/LC_MESSAGES/nova.po b/nova/locale/fi_FI/LC_MESSAGES/nova.po index 5dacd960b..d4d68aa7a 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-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 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) " @@ -171,7 +171,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "" @@ -1300,6 +1300,21 @@ msgstr "" msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1310,7 +1325,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1959,43 +1974,43 @@ msgstr "" msgid "Failed to get metadata for instance id: %s" msgstr "" -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2276,10 +2291,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "" @@ -3859,46 +3876,46 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 msgid "Cannot run any more instances of this type." msgstr "" -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, python-format msgid "Can only run %s more instances of this type." msgstr "" -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" msgstr "" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " "properties" msgstr "" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 msgid "Metadata property key greater than 255 characters" msgstr "" -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 msgid "Metadata property value greater than 255 characters" msgstr "" -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 msgid "Cannot attach one or more volumes to multiple instances" msgstr "" @@ -3961,141 +3978,141 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2067 +#: nova/compute/api.py:2065 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2871 +#: nova/compute/api.py:2872 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2888 +#: nova/compute/api.py:2889 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, python-format msgid "Unable to update system group '%s'" msgstr "" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, python-format msgid "Unable to delete system group '%s'" msgstr "" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "" @@ -4231,603 +4248,608 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 msgid "Failed to resume instance" msgstr "" -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, python-format msgid "Detaching from volume api: %s" msgstr "" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1769 +#: nova/compute/manager.py:1778 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1876 +#: nova/compute/manager.py:1885 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1923 +#: nova/compute/manager.py:1932 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1945 +#: nova/compute/manager.py:1954 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, 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:1969 +#: nova/compute/manager.py:1978 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 msgid "Error trying to Rescue Instance" msgstr "" -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, python-format +msgid "Updating instance to original state: '%s'" +msgstr "" + +#: nova/compute/manager.py:2330 msgid "Instance has no source host" msgstr "" -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2620 +#: nova/compute/manager.py:2673 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2911 +#: nova/compute/manager.py:2964 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2920 +#: nova/compute/manager.py:2973 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2935 +#: nova/compute/manager.py:2988 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2965 +#: nova/compute/manager.py:3018 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:2975 +#: nova/compute/manager.py:3028 msgid "Detaching volume from unknown instance" msgstr "" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "" -#: nova/compute/manager.py:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3061 +#: nova/compute/manager.py:3114 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3075 +#: nova/compute/manager.py:3128 #, python-format msgid "Host %(host)s not found" msgstr "" -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3256 +#: nova/compute/manager.py:3309 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3313 +#: nova/compute/manager.py:3366 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:3328 +#: nova/compute/manager.py:3381 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3545 +#: nova/compute/manager.py:3598 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3554 +#: nova/compute/manager.py:3607 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3561 +#: nova/compute/manager.py:3614 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3565 +#: nova/compute/manager.py:3618 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3581 +#: nova/compute/manager.py:3634 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3598 +#: nova/compute/manager.py:3651 #, 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:3617 +#: nova/compute/manager.py:3670 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3829 +#: nova/compute/manager.py:3882 #, 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:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3899 +#: nova/compute/manager.py:3952 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4025 +#: nova/compute/manager.py:4078 #, 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:4032 +#: nova/compute/manager.py:4085 #, 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:4039 +#: nova/compute/manager.py:4092 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4119 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4941,18 +4963,18 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5056,24 +5078,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5610,75 +5632,74 @@ msgstr "" msgid "v4 subnets are required for legacy nw_info" msgstr "" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" +#: nova/network/quantumv2/__init__.py:67 +msgid "quantum authentication failed" msgstr "" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, python-format msgid "allocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, python-format msgid "empty project id for instance %s" msgstr "" -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 msgid "Port not found" msgstr "" -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, python-format msgid "deallocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "" -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "" -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, python-format msgid "get_instance_nw_info() for %s" msgstr "" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, python-format msgid "validate_networks() for %s" msgstr "" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "" @@ -5763,6 +5784,25 @@ msgstr "" msgid "This rule already exists in group %s" msgstr "" +#: nova/objects/base.py:52 +#, python-format +msgid "Error setting %(attr)s" +msgstr "" + +#: nova/objects/base.py:136 +msgid "Invalid version string" +msgstr "" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, python-format msgid "Original exception being dropped: %s" @@ -6866,51 +6906,54 @@ msgid "unexpected role header" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 msgid "spawn error" msgstr "" @@ -7041,25 +7084,25 @@ msgstr "" msgid "Added %(filepath)s to config drive" msgstr "" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, python-format msgid "Loading compute driver '%s'" msgstr "" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 msgid "Unable to load the virtualization driver" msgstr "" @@ -7853,7 +7896,7 @@ msgstr "" msgid "get_available_resource called" msgstr "" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "" @@ -8025,50 +8068,50 @@ msgstr "" msgid "finish_revert_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, python-format msgid "Getting info for disk: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 msgid "finish_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, python-format msgid "Cannot find boot VHD file: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8650,61 +8693,61 @@ msgid "" "%(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, python-format msgid "Invalid exclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, python-format msgid "Invalid inclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 msgid "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. " msgstr "" -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, python-format msgid "Trying to get stats for the volume %s" msgstr "" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -8712,50 +8755,50 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " "is on the same shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 msgid "Live migration can not be used without shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" msgstr "" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" "%s" msgstr "" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -8765,67 +8808,67 @@ msgid "" "Refer to %(u)s" msgstr "" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " "mount the same storage." msgstr "" -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, python-format msgid "Live Migration failure: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "" -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" " Code %(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 msgid "Starting migrate_disk_and_power_off" msgstr "" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 msgid "Instance running successfully." msgstr "" -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 msgid "Starting finish_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 msgid "Starting finish_revert_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "" @@ -9134,70 +9177,70 @@ msgstr "" msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, python-format msgid "%s is already mounted" msgstr "" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, python-format msgid "AoE device not found at %s" msgstr "" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 msgid "Fibre Channel device not found." msgstr "" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " "Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9269,12 +9312,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9320,7 +9363,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9471,27 +9514,27 @@ msgstr "" msgid "VMware Cluster %s is not found" msgstr "" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "" @@ -9901,54 +9944,54 @@ msgstr "" msgid "Renamed the VM from %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, python-format msgid "Automatically hard rebooting %d" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 msgid "Reconfiguring VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 msgid "Reconfigured VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "" @@ -10069,19 +10112,19 @@ msgstr "" msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" msgstr "" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " "args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "" @@ -10189,24 +10232,24 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, python-format msgid "Could not determine key: %s" msgstr "" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "" -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "" @@ -10766,7 +10809,7 @@ msgstr "" msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, python-format msgid "Updating progress to %(progress)d" msgstr "" @@ -10780,202 +10823,202 @@ msgstr "" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 msgid "Starting instance" msgstr "" -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, python-format msgid "Block device information present: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 msgid "Failed to spawn, rolling back" msgstr "" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 msgid "Auto configuring disk, attempting to resize partition..." msgstr "" -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 msgid "Starting VM" msgstr "" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" msgstr "" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, python-format msgid "Could not find VM with name %s" msgstr "" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 msgid "Finished snapshot and upload for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 msgid "Unable to terminate instance." msgstr "" -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 msgid "Resize complete" msgstr "" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 msgid "Unable to find root VBD/VDI for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 msgid "Destroying VDIs" msgstr "" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 msgid "Destroying VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "" -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 msgid "VM is not present, skipping soft delete..." msgstr "" -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 msgid "Automatically hard rebooting" msgstr "" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 msgid "Injecting network info to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 msgid "Creating vifs" msgstr "" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 msgid "Injecting hostname to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" msgstr "" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 msgid "No suitable network for migrate" msgstr "" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 msgid "VM.assert_can_migrate failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 msgid "Migrate Send failed" msgstr "" @@ -11116,3 +11159,6 @@ msgstr "" msgid "status must be 'available'" msgstr "" +#~ msgid "Quantum client authentication failed: %s" +#~ msgstr "" + diff --git a/nova/locale/fr/LC_MESSAGES/nova.po b/nova/locale/fr/LC_MESSAGES/nova.po index 64140120e..18087f222 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-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 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" @@ -175,7 +175,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "La paire de clés de donnée n'est pas valide" @@ -1347,6 +1347,21 @@ msgstr "Le type d'instance avec le nom %(instance_type_name)s ne peut être trou msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1357,7 +1372,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -2029,43 +2044,43 @@ msgstr "" msgid "Failed to get metadata for instance id: %s" msgstr "Impossible de récupérer les méta-donnérs pour l'IP : %s" -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "Erreur interceptée : %s" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2346,10 +2361,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "" @@ -3968,51 +3985,51 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 #, fuzzy msgid "Cannot run any more instances of this type." msgstr "" "Quota d'instances dépassé. Vous ne pouvez éxécuter que %s instances de ce" " type de plus." -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, fuzzy, python-format msgid "Can only run %s more instances of this type." msgstr "" "Quota d'instances dépassé. Vous ne pouvez éxécuter que %s instances de ce" " type de plus." -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" msgstr "" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " "properties" msgstr "" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 msgid "Metadata property key greater than 255 characters" msgstr "" -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 msgid "Metadata property value greater than 255 characters" msgstr "" -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 #, fuzzy msgid "Cannot attach one or more volumes to multiple instances" msgstr "Impossible d'attacher le volume à l'instance %s" @@ -4082,142 +4099,142 @@ msgstr "" msgid "snapshot for %s" msgstr "Début de création d'instantané (snapshot) pour la VM %s" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2067 +#: nova/compute/api.py:2065 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, fuzzy, python-format msgid "Going to try to live migrate instance to %s" msgstr "Va essayer d'arrêter %s" -#: nova/compute/api.py:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2871 +#: nova/compute/api.py:2872 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2888 +#: nova/compute/api.py:2889 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "Création du groupe de sécurité %s" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, fuzzy, python-format msgid "Unable to update system group '%s'" msgstr "Impossible de supprimer le VBD %s" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, fuzzy, python-format msgid "Unable to delete system group '%s'" msgstr "Impossible de supprimer le VBD %s" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 #, fuzzy msgid "Security group is still in use" msgstr "Révocation de groupe de sécurité %s" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "Suppression du groupe de sécurité %s" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "Authorisation du groupe de sécurité %s" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "Révocation de groupe de sécurité %s" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "" @@ -4357,622 +4374,627 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "Échec du redémarrage de l'instance" -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 #, fuzzy msgid "Failed to resume instance" msgstr "Échec de la suspension de l'instance" -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, fuzzy, python-format msgid "Unexpected power state %d" msgstr "\"Erreur inopinée\" remontée : %s" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 #, fuzzy msgid "Failed to dealloc network for deleted instance" msgstr "Va essayer d'arrêter %s" -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, fuzzy, python-format msgid "Error: %s" msgstr "Erreur interceptée : %s" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 #, fuzzy msgid "Failed to deallocate network for instance." msgstr "Va essayer d'arrêter %s" -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 #, fuzzy msgid "Rebuilding instance" msgstr "Redémarrage de l'instance %s" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, fuzzy, python-format msgid "Detaching from volume api: %s" msgstr "Dé-montage du volume %s" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 #, fuzzy msgid "Rebooting instance" msgstr "Redémarrage de l'instance %s" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1769 +#: nova/compute/manager.py:1778 #, fuzzy, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "Instance actives : %s" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 #, fuzzy msgid "Instance disappeared during reboot" msgstr "instance %s: re-démarrée" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 #, fuzzy msgid "instance snapshotting" msgstr "instance %s: création d'un instantané (snapshot)" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1876 +#: nova/compute/manager.py:1885 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1923 +#: nova/compute/manager.py:1932 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1945 +#: nova/compute/manager.py:1954 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, 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:1969 +#: nova/compute/manager.py:1978 #, fuzzy, python-format msgid "injecting file to %(path)s" msgstr "Injection du chemin d'accès : '%s'" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 #, fuzzy msgid "Error trying to Rescue Instance" msgstr "Échec de la suspension de l'instance" -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, fuzzy, python-format msgid "Driver Error: %s" msgstr "Erreur interceptée : %s" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 #, fuzzy msgid "Unrescuing" msgstr "instance %s: dé-récupération" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, fuzzy, python-format +msgid "Updating instance to original state: '%s'" +msgstr "L'instance de type %(instance_type)s est invalide." + +#: nova/compute/manager.py:2330 #, fuzzy msgid "Instance has no source host" msgstr "instance %s: création d'un instantané (snapshot)" -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2620 +#: nova/compute/manager.py:2673 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 #, fuzzy msgid "Retrieving diagnostics" msgstr "instance %s: récupération des diagnostiques" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 #, fuzzy msgid "Reset network" msgstr "réglage de l'hôte réseau" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 #, fuzzy msgid "Inject network info" msgstr "réglage de l'hôte réseau" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 #, fuzzy msgid "Get console output" msgstr "Récupération de la sortie de la console de l'instance %s" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 #, fuzzy msgid "Getting vnc console" msgstr "Ajout de console" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 #, fuzzy msgid "Getting spice console" msgstr "Ajout de console" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2911 +#: nova/compute/manager.py:2964 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2920 +#: nova/compute/manager.py:2973 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2935 +#: nova/compute/manager.py:2988 #, 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:2965 +#: nova/compute/manager.py:3018 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:2975 +#: nova/compute/manager.py:3028 #, fuzzy msgid "Detaching volume from unknown instance" msgstr "Démontage de volume d'une instance inconnue %s" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, 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:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3061 +#: nova/compute/manager.py:3114 #, 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:3075 +#: nova/compute/manager.py:3128 #, fuzzy, python-format msgid "Host %(host)s not found" msgstr "L'hôte %(host)s ne peut pas être trouvé." -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3256 +#: nova/compute/manager.py:3309 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3313 +#: nova/compute/manager.py:3366 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:3328 +#: nova/compute/manager.py:3381 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, 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:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3545 +#: nova/compute/manager.py:3598 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3554 +#: nova/compute/manager.py:3607 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3561 +#: nova/compute/manager.py:3614 #, 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:3565 +#: nova/compute/manager.py:3618 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3581 +#: nova/compute/manager.py:3634 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3598 +#: nova/compute/manager.py:3651 #, 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:3617 +#: nova/compute/manager.py:3670 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 #, fuzzy msgid "Updating volume usage cache" msgstr "Suppression de l'utilisateur %s" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3829 +#: nova/compute/manager.py:3882 #, 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:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3899 +#: nova/compute/manager.py:3952 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 #, fuzzy msgid "Instance is not (soft-)deleted." msgstr "instance %s: a démarrée" -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, fuzzy, python-format msgid "Deleting orphan compute node %s" msgstr "Suppression de l'utilisateur %s" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4025 +#: nova/compute/manager.py:4078 #, 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:4032 +#: nova/compute/manager.py:4085 #, 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:4039 +#: nova/compute/manager.py:4092 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4119 #, fuzzy, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "L'instance de type %(instance_type)s est invalide." @@ -5087,18 +5109,18 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5206,24 +5228,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, fuzzy, python-format msgid "Invalid instance id %s in request" msgstr "instance %s: récupérée" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5764,76 +5786,75 @@ msgstr "" msgid "v4 subnets are required for legacy nw_info" msgstr "" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" +#: nova/network/quantumv2/__init__.py:67 +msgid "quantum authentication failed" msgstr "" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, python-format msgid "allocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, fuzzy, python-format msgid "empty project id for instance %s" msgstr "L'instance de type %(instance_type)s est invalide." -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 #, fuzzy msgid "Port not found" msgstr "Aucuns types d'instance trouvés." -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, python-format msgid "deallocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "" -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "" -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, python-format msgid "get_instance_nw_info() for %s" msgstr "" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, python-format msgid "validate_networks() for %s" msgstr "" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, fuzzy, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "Aucune IP dynamique trouvée pour l'id %(id)s." @@ -5925,6 +5946,25 @@ msgstr "" msgid "This rule already exists in group %s" msgstr "Cette règle existe déjà dans le groupe %s" +#: nova/objects/base.py:52 +#, fuzzy, python-format +msgid "Error setting %(attr)s" +msgstr "Erreur au démarrage xvp : %s" + +#: nova/objects/base.py:136 +msgid "Invalid version string" +msgstr "" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, fuzzy, python-format msgid "Original exception being dropped: %s" @@ -7038,51 +7078,54 @@ msgid "unexpected role header" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "Instance actives : %s" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "Après l'arrêt d'instances : %s" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 msgid "spawn error" msgstr "" @@ -7214,25 +7257,25 @@ msgstr "" msgid "Added %(filepath)s to config drive" msgstr "" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, python-format msgid "Loading compute driver '%s'" msgstr "" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 msgid "Unable to load the virtualization driver" msgstr "" @@ -8040,7 +8083,7 @@ msgstr "" msgid "get_available_resource called" msgstr "" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "" @@ -8213,50 +8256,50 @@ msgstr "" msgid "finish_revert_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, fuzzy, python-format msgid "Getting info for disk: %s" msgstr "Aucune IP dynamique trouvée pour l'id %(id)s." -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 msgid "finish_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, python-format msgid "Cannot find boot VHD file: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8857,61 +8900,61 @@ msgid "" "%(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, python-format msgid "Invalid exclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, python-format msgid "Invalid inclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 msgid "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. " msgstr "" -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, fuzzy, python-format msgid "Trying to get stats for the volume %s" msgstr "Impossible de récupérer les méta-donnérs pour l'IP : %s" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -8919,50 +8962,50 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " "is on the same shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 msgid "Live migration can not be used without shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" msgstr "" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" "%s" msgstr "" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -8972,67 +9015,67 @@ msgid "" "Refer to %(u)s" msgstr "" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " "mount the same storage." msgstr "" -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, fuzzy, python-format msgid "Live Migration failure: %(e)s" msgstr "Echec d'authentification : %s" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "" -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" " Code %(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 msgid "Starting migrate_disk_and_power_off" msgstr "" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 msgid "Instance running successfully." msgstr "" -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 msgid "Starting finish_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 msgid "Starting finish_revert_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "" @@ -9341,70 +9384,70 @@ msgstr "" msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, fuzzy, python-format msgid "%s is already mounted" msgstr "le groupe %s existe déjà" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, python-format msgid "AoE device not found at %s" msgstr "" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 msgid "Fibre Channel device not found." msgstr "" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " "Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9478,12 +9521,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9530,7 +9573,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9682,27 +9725,27 @@ msgstr "" msgid "VMware Cluster %s is not found" msgstr "" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "" @@ -10119,54 +10162,54 @@ msgstr "Suppression de l'utilisateur %s" msgid "Renamed the VM from %s" msgstr "Impossible de trouver le volume %s" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, python-format msgid "Automatically hard rebooting %d" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 msgid "Reconfiguring VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 msgid "Reconfigured VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "" @@ -10293,19 +10336,19 @@ msgstr "" "Le point de montage %(mountpoint)s à été détaché de l'instance " "%(instance_name)s" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " "args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "" @@ -10417,24 +10460,24 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, fuzzy, python-format msgid "Could not determine key: %s" msgstr "Impossible de déchiffrer la clef privée : %s" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "" -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "Reçu exception : %s" @@ -11003,7 +11046,7 @@ msgstr "" msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, python-format msgid "Updating progress to %(progress)d" msgstr "" @@ -11017,210 +11060,210 @@ msgstr "Démarrage de l'interface de Bridge %s" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 #, fuzzy msgid "Starting instance" msgstr "Création d'une instance raw" -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, python-format msgid "Block device information present: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 #, fuzzy msgid "Failed to spawn, rolling back" msgstr "Échec de la suspension de l'instance" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 msgid "Auto configuring disk, attempting to resize partition..." msgstr "" -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 #, fuzzy msgid "Starting VM" msgstr "Re-démarrage xvp" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" msgstr "" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, python-format msgid "Could not find VM with name %s" msgstr "" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 #, fuzzy msgid "Finished snapshot and upload for VM" msgstr "Fin de l'instantané et du chargement de VM %s" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 #, fuzzy msgid "Unable to terminate instance." msgstr "Échec du redémarrage de l'instance" -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 msgid "Resize complete" msgstr "" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 msgid "Unable to find root VBD/VDI for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 #, fuzzy msgid "Destroying VDIs" msgstr "Re-démarrage xvp" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "Fichiers noyau/ramdisk supprimés" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 #, fuzzy msgid "Destroying VM" msgstr "Re-démarrage xvp" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "" -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 msgid "VM is not present, skipping soft delete..." msgstr "" -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 msgid "Automatically hard rebooting" msgstr "" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 #, fuzzy msgid "Injecting network info to xenstore" msgstr "réglage de l'hôte réseau" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 msgid "Creating vifs" msgstr "" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, fuzzy, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "Création du VIF pour la VM %(vm_ref)s, réseau %(network_ref)s." -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, fuzzy, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "Création du VIF pour la VM %(vm_ref)s, réseau %(network_ref)s." -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 msgid "Injecting hostname to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" msgstr "" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 msgid "No suitable network for migrate" msgstr "" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 msgid "VM.assert_can_migrate failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 msgid "Migrate Send failed" msgstr "" @@ -11362,3 +11405,6 @@ msgstr "" msgid "status must be 'available'" msgstr "" +#~ msgid "Quantum client authentication failed: %s" +#~ msgstr "" + diff --git a/nova/locale/hr/LC_MESSAGES/nova.po b/nova/locale/hr/LC_MESSAGES/nova.po index a46122ab6..e702bcc84 100644 --- a/nova/locale/hr/LC_MESSAGES/nova.po +++ b/nova/locale/hr/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-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 19:37+0000\n" "PO-Revision-Date: 2013-05-28 17:08+0000\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Language-Team: Croatian " @@ -172,7 +172,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "" @@ -1301,6 +1301,21 @@ msgstr "" msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1311,7 +1326,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1960,43 +1975,43 @@ msgstr "" msgid "Failed to get metadata for instance id: %s" msgstr "" -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2277,10 +2292,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "" @@ -3860,46 +3877,46 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 msgid "Cannot run any more instances of this type." msgstr "" -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, python-format msgid "Can only run %s more instances of this type." msgstr "" -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" msgstr "" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " "properties" msgstr "" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 msgid "Metadata property key greater than 255 characters" msgstr "" -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 msgid "Metadata property value greater than 255 characters" msgstr "" -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 msgid "Cannot attach one or more volumes to multiple instances" msgstr "" @@ -3962,141 +3979,141 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2067 +#: nova/compute/api.py:2065 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2871 +#: nova/compute/api.py:2872 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2888 +#: nova/compute/api.py:2889 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, python-format msgid "Unable to update system group '%s'" msgstr "" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, python-format msgid "Unable to delete system group '%s'" msgstr "" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "" @@ -4232,603 +4249,608 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 msgid "Failed to resume instance" msgstr "" -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, python-format msgid "Detaching from volume api: %s" msgstr "" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1769 +#: nova/compute/manager.py:1778 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1876 +#: nova/compute/manager.py:1885 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1923 +#: nova/compute/manager.py:1932 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1945 +#: nova/compute/manager.py:1954 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, 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:1969 +#: nova/compute/manager.py:1978 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 msgid "Error trying to Rescue Instance" msgstr "" -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, python-format +msgid "Updating instance to original state: '%s'" +msgstr "" + +#: nova/compute/manager.py:2330 msgid "Instance has no source host" msgstr "" -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2620 +#: nova/compute/manager.py:2673 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2911 +#: nova/compute/manager.py:2964 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2920 +#: nova/compute/manager.py:2973 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2935 +#: nova/compute/manager.py:2988 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2965 +#: nova/compute/manager.py:3018 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:2975 +#: nova/compute/manager.py:3028 msgid "Detaching volume from unknown instance" msgstr "" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "" -#: nova/compute/manager.py:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3061 +#: nova/compute/manager.py:3114 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3075 +#: nova/compute/manager.py:3128 #, python-format msgid "Host %(host)s not found" msgstr "" -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3256 +#: nova/compute/manager.py:3309 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3313 +#: nova/compute/manager.py:3366 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:3328 +#: nova/compute/manager.py:3381 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3545 +#: nova/compute/manager.py:3598 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3554 +#: nova/compute/manager.py:3607 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3561 +#: nova/compute/manager.py:3614 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3565 +#: nova/compute/manager.py:3618 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3581 +#: nova/compute/manager.py:3634 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3598 +#: nova/compute/manager.py:3651 #, 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:3617 +#: nova/compute/manager.py:3670 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3829 +#: nova/compute/manager.py:3882 #, 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:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3899 +#: nova/compute/manager.py:3952 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4025 +#: nova/compute/manager.py:4078 #, 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:4032 +#: nova/compute/manager.py:4085 #, 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:4039 +#: nova/compute/manager.py:4092 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4119 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4942,18 +4964,18 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5057,24 +5079,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5611,75 +5633,74 @@ msgstr "" msgid "v4 subnets are required for legacy nw_info" msgstr "" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" +#: nova/network/quantumv2/__init__.py:67 +msgid "quantum authentication failed" msgstr "" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, python-format msgid "allocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, python-format msgid "empty project id for instance %s" msgstr "" -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 msgid "Port not found" msgstr "" -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, python-format msgid "deallocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "" -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "" -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, python-format msgid "get_instance_nw_info() for %s" msgstr "" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, python-format msgid "validate_networks() for %s" msgstr "" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "" @@ -5764,6 +5785,25 @@ msgstr "" msgid "This rule already exists in group %s" msgstr "" +#: nova/objects/base.py:52 +#, python-format +msgid "Error setting %(attr)s" +msgstr "" + +#: nova/objects/base.py:136 +msgid "Invalid version string" +msgstr "" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, python-format msgid "Original exception being dropped: %s" @@ -6867,51 +6907,54 @@ msgid "unexpected role header" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 msgid "spawn error" msgstr "" @@ -7042,25 +7085,25 @@ msgstr "" msgid "Added %(filepath)s to config drive" msgstr "" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, python-format msgid "Loading compute driver '%s'" msgstr "" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 msgid "Unable to load the virtualization driver" msgstr "" @@ -7854,7 +7897,7 @@ msgstr "" msgid "get_available_resource called" msgstr "" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "" @@ -8026,50 +8069,50 @@ msgstr "" msgid "finish_revert_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, python-format msgid "Getting info for disk: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 msgid "finish_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, python-format msgid "Cannot find boot VHD file: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8651,61 +8694,61 @@ msgid "" "%(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, python-format msgid "Invalid exclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, python-format msgid "Invalid inclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 msgid "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. " msgstr "" -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, python-format msgid "Trying to get stats for the volume %s" msgstr "" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -8713,50 +8756,50 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " "is on the same shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 msgid "Live migration can not be used without shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" msgstr "" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" "%s" msgstr "" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -8766,67 +8809,67 @@ msgid "" "Refer to %(u)s" msgstr "" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " "mount the same storage." msgstr "" -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, python-format msgid "Live Migration failure: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "" -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" " Code %(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 msgid "Starting migrate_disk_and_power_off" msgstr "" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 msgid "Instance running successfully." msgstr "" -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 msgid "Starting finish_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 msgid "Starting finish_revert_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "" @@ -9135,70 +9178,70 @@ msgstr "" msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, python-format msgid "%s is already mounted" msgstr "" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, python-format msgid "AoE device not found at %s" msgstr "" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 msgid "Fibre Channel device not found." msgstr "" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " "Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9270,12 +9313,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9321,7 +9364,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9472,27 +9515,27 @@ msgstr "" msgid "VMware Cluster %s is not found" msgstr "" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "" @@ -9902,54 +9945,54 @@ msgstr "" msgid "Renamed the VM from %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, python-format msgid "Automatically hard rebooting %d" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 msgid "Reconfiguring VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 msgid "Reconfigured VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "" @@ -10070,19 +10113,19 @@ msgstr "" msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" msgstr "" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " "args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "" @@ -10190,24 +10233,24 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, python-format msgid "Could not determine key: %s" msgstr "" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "" -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "" @@ -10767,7 +10810,7 @@ msgstr "" msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, python-format msgid "Updating progress to %(progress)d" msgstr "" @@ -10781,202 +10824,202 @@ msgstr "" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 msgid "Starting instance" msgstr "" -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, python-format msgid "Block device information present: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 msgid "Failed to spawn, rolling back" msgstr "" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 msgid "Auto configuring disk, attempting to resize partition..." msgstr "" -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 msgid "Starting VM" msgstr "" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" msgstr "" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, python-format msgid "Could not find VM with name %s" msgstr "" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 msgid "Finished snapshot and upload for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 msgid "Unable to terminate instance." msgstr "" -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 msgid "Resize complete" msgstr "" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 msgid "Unable to find root VBD/VDI for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 msgid "Destroying VDIs" msgstr "" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 msgid "Destroying VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "" -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 msgid "VM is not present, skipping soft delete..." msgstr "" -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 msgid "Automatically hard rebooting" msgstr "" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 msgid "Injecting network info to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 msgid "Creating vifs" msgstr "" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 msgid "Injecting hostname to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" msgstr "" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 msgid "No suitable network for migrate" msgstr "" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 msgid "VM.assert_can_migrate failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 msgid "Migrate Send failed" msgstr "" @@ -11117,3 +11160,6 @@ msgstr "" msgid "status must be 'available'" msgstr "" +#~ msgid "Quantum client authentication failed: %s" +#~ msgstr "" + diff --git a/nova/locale/hu/LC_MESSAGES/nova.po b/nova/locale/hu/LC_MESSAGES/nova.po index 6cb1bbbbe..738a50bb8 100644 --- a/nova/locale/hu/LC_MESSAGES/nova.po +++ b/nova/locale/hu/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-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 19:37+0000\n" "PO-Revision-Date: 2013-05-28 17:08+0000\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Language-Team: Hungarian " @@ -171,7 +171,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "" @@ -1300,6 +1300,21 @@ msgstr "" msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1310,7 +1325,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1959,43 +1974,43 @@ msgstr "" msgid "Failed to get metadata for instance id: %s" msgstr "" -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2276,10 +2291,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "" @@ -3859,46 +3876,46 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 msgid "Cannot run any more instances of this type." msgstr "" -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, python-format msgid "Can only run %s more instances of this type." msgstr "" -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" msgstr "" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " "properties" msgstr "" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 msgid "Metadata property key greater than 255 characters" msgstr "" -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 msgid "Metadata property value greater than 255 characters" msgstr "" -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 msgid "Cannot attach one or more volumes to multiple instances" msgstr "" @@ -3961,141 +3978,141 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2067 +#: nova/compute/api.py:2065 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2871 +#: nova/compute/api.py:2872 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2888 +#: nova/compute/api.py:2889 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, python-format msgid "Unable to update system group '%s'" msgstr "" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, python-format msgid "Unable to delete system group '%s'" msgstr "" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "" @@ -4231,603 +4248,608 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 msgid "Failed to resume instance" msgstr "" -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, python-format msgid "Detaching from volume api: %s" msgstr "" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1769 +#: nova/compute/manager.py:1778 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1876 +#: nova/compute/manager.py:1885 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1923 +#: nova/compute/manager.py:1932 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1945 +#: nova/compute/manager.py:1954 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, 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:1969 +#: nova/compute/manager.py:1978 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 msgid "Error trying to Rescue Instance" msgstr "" -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, python-format +msgid "Updating instance to original state: '%s'" +msgstr "" + +#: nova/compute/manager.py:2330 msgid "Instance has no source host" msgstr "" -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2620 +#: nova/compute/manager.py:2673 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2911 +#: nova/compute/manager.py:2964 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2920 +#: nova/compute/manager.py:2973 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2935 +#: nova/compute/manager.py:2988 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2965 +#: nova/compute/manager.py:3018 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:2975 +#: nova/compute/manager.py:3028 msgid "Detaching volume from unknown instance" msgstr "" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "" -#: nova/compute/manager.py:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3061 +#: nova/compute/manager.py:3114 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3075 +#: nova/compute/manager.py:3128 #, python-format msgid "Host %(host)s not found" msgstr "" -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3256 +#: nova/compute/manager.py:3309 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3313 +#: nova/compute/manager.py:3366 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:3328 +#: nova/compute/manager.py:3381 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3545 +#: nova/compute/manager.py:3598 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3554 +#: nova/compute/manager.py:3607 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3561 +#: nova/compute/manager.py:3614 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3565 +#: nova/compute/manager.py:3618 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3581 +#: nova/compute/manager.py:3634 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3598 +#: nova/compute/manager.py:3651 #, 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:3617 +#: nova/compute/manager.py:3670 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3829 +#: nova/compute/manager.py:3882 #, 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:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3899 +#: nova/compute/manager.py:3952 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4025 +#: nova/compute/manager.py:4078 #, 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:4032 +#: nova/compute/manager.py:4085 #, 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:4039 +#: nova/compute/manager.py:4092 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4119 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4941,18 +4963,18 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5056,24 +5078,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5610,75 +5632,74 @@ msgstr "" msgid "v4 subnets are required for legacy nw_info" msgstr "" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" +#: nova/network/quantumv2/__init__.py:67 +msgid "quantum authentication failed" msgstr "" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, python-format msgid "allocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, python-format msgid "empty project id for instance %s" msgstr "" -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 msgid "Port not found" msgstr "" -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, python-format msgid "deallocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "" -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "" -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, python-format msgid "get_instance_nw_info() for %s" msgstr "" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, python-format msgid "validate_networks() for %s" msgstr "" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "" @@ -5763,6 +5784,25 @@ msgstr "" msgid "This rule already exists in group %s" msgstr "" +#: nova/objects/base.py:52 +#, python-format +msgid "Error setting %(attr)s" +msgstr "" + +#: nova/objects/base.py:136 +msgid "Invalid version string" +msgstr "" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, python-format msgid "Original exception being dropped: %s" @@ -6866,51 +6906,54 @@ msgid "unexpected role header" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 msgid "spawn error" msgstr "" @@ -7041,25 +7084,25 @@ msgstr "" msgid "Added %(filepath)s to config drive" msgstr "" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, python-format msgid "Loading compute driver '%s'" msgstr "" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 msgid "Unable to load the virtualization driver" msgstr "" @@ -7853,7 +7896,7 @@ msgstr "" msgid "get_available_resource called" msgstr "" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "" @@ -8025,50 +8068,50 @@ msgstr "" msgid "finish_revert_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, python-format msgid "Getting info for disk: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 msgid "finish_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, python-format msgid "Cannot find boot VHD file: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8650,61 +8693,61 @@ msgid "" "%(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, python-format msgid "Invalid exclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, python-format msgid "Invalid inclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 msgid "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. " msgstr "" -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, python-format msgid "Trying to get stats for the volume %s" msgstr "" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -8712,50 +8755,50 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " "is on the same shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 msgid "Live migration can not be used without shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" msgstr "" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" "%s" msgstr "" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -8765,67 +8808,67 @@ msgid "" "Refer to %(u)s" msgstr "" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " "mount the same storage." msgstr "" -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, python-format msgid "Live Migration failure: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "" -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" " Code %(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 msgid "Starting migrate_disk_and_power_off" msgstr "" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 msgid "Instance running successfully." msgstr "" -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 msgid "Starting finish_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 msgid "Starting finish_revert_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "" @@ -9134,70 +9177,70 @@ msgstr "" msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, python-format msgid "%s is already mounted" msgstr "" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, python-format msgid "AoE device not found at %s" msgstr "" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 msgid "Fibre Channel device not found." msgstr "" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " "Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9269,12 +9312,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9320,7 +9363,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9471,27 +9514,27 @@ msgstr "" msgid "VMware Cluster %s is not found" msgstr "" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "" @@ -9901,54 +9944,54 @@ msgstr "" msgid "Renamed the VM from %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, python-format msgid "Automatically hard rebooting %d" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 msgid "Reconfiguring VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 msgid "Reconfigured VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "" @@ -10069,19 +10112,19 @@ msgstr "" msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" msgstr "" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " "args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "" @@ -10189,24 +10232,24 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, python-format msgid "Could not determine key: %s" msgstr "" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "" -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "" @@ -10766,7 +10809,7 @@ msgstr "" msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, python-format msgid "Updating progress to %(progress)d" msgstr "" @@ -10780,202 +10823,202 @@ msgstr "" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 msgid "Starting instance" msgstr "" -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, python-format msgid "Block device information present: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 msgid "Failed to spawn, rolling back" msgstr "" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 msgid "Auto configuring disk, attempting to resize partition..." msgstr "" -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 msgid "Starting VM" msgstr "" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" msgstr "" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, python-format msgid "Could not find VM with name %s" msgstr "" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 msgid "Finished snapshot and upload for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 msgid "Unable to terminate instance." msgstr "" -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 msgid "Resize complete" msgstr "" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 msgid "Unable to find root VBD/VDI for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 msgid "Destroying VDIs" msgstr "" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 msgid "Destroying VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "" -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 msgid "VM is not present, skipping soft delete..." msgstr "" -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 msgid "Automatically hard rebooting" msgstr "" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 msgid "Injecting network info to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 msgid "Creating vifs" msgstr "" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 msgid "Injecting hostname to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" msgstr "" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 msgid "No suitable network for migrate" msgstr "" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 msgid "VM.assert_can_migrate failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 msgid "Migrate Send failed" msgstr "" @@ -11116,3 +11159,6 @@ msgstr "" msgid "status must be 'available'" msgstr "" +#~ msgid "Quantum client authentication failed: %s" +#~ msgstr "" + diff --git a/nova/locale/id/LC_MESSAGES/nova.po b/nova/locale/id/LC_MESSAGES/nova.po index 521b4d2d7..d16e9f107 100644 --- a/nova/locale/id/LC_MESSAGES/nova.po +++ b/nova/locale/id/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-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 19:37+0000\n" "PO-Revision-Date: 2013-05-28 17:08+0000\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Language-Team: Indonesian " @@ -171,7 +171,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "" @@ -1300,6 +1300,21 @@ msgstr "" msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1310,7 +1325,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1959,43 +1974,43 @@ msgstr "" msgid "Failed to get metadata for instance id: %s" msgstr "" -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2276,10 +2291,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "" @@ -3859,46 +3876,46 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 msgid "Cannot run any more instances of this type." msgstr "" -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, python-format msgid "Can only run %s more instances of this type." msgstr "" -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" msgstr "" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " "properties" msgstr "" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 msgid "Metadata property key greater than 255 characters" msgstr "" -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 msgid "Metadata property value greater than 255 characters" msgstr "" -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 msgid "Cannot attach one or more volumes to multiple instances" msgstr "" @@ -3961,141 +3978,141 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2067 +#: nova/compute/api.py:2065 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2871 +#: nova/compute/api.py:2872 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2888 +#: nova/compute/api.py:2889 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, python-format msgid "Unable to update system group '%s'" msgstr "" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, python-format msgid "Unable to delete system group '%s'" msgstr "" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "" @@ -4231,603 +4248,608 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 msgid "Failed to resume instance" msgstr "" -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, python-format msgid "Detaching from volume api: %s" msgstr "" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1769 +#: nova/compute/manager.py:1778 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1876 +#: nova/compute/manager.py:1885 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1923 +#: nova/compute/manager.py:1932 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1945 +#: nova/compute/manager.py:1954 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, 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:1969 +#: nova/compute/manager.py:1978 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 msgid "Error trying to Rescue Instance" msgstr "" -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, python-format +msgid "Updating instance to original state: '%s'" +msgstr "" + +#: nova/compute/manager.py:2330 msgid "Instance has no source host" msgstr "" -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2620 +#: nova/compute/manager.py:2673 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2911 +#: nova/compute/manager.py:2964 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2920 +#: nova/compute/manager.py:2973 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2935 +#: nova/compute/manager.py:2988 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2965 +#: nova/compute/manager.py:3018 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:2975 +#: nova/compute/manager.py:3028 msgid "Detaching volume from unknown instance" msgstr "" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "" -#: nova/compute/manager.py:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3061 +#: nova/compute/manager.py:3114 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3075 +#: nova/compute/manager.py:3128 #, python-format msgid "Host %(host)s not found" msgstr "" -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3256 +#: nova/compute/manager.py:3309 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3313 +#: nova/compute/manager.py:3366 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:3328 +#: nova/compute/manager.py:3381 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3545 +#: nova/compute/manager.py:3598 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3554 +#: nova/compute/manager.py:3607 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3561 +#: nova/compute/manager.py:3614 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3565 +#: nova/compute/manager.py:3618 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3581 +#: nova/compute/manager.py:3634 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3598 +#: nova/compute/manager.py:3651 #, 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:3617 +#: nova/compute/manager.py:3670 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3829 +#: nova/compute/manager.py:3882 #, 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:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3899 +#: nova/compute/manager.py:3952 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4025 +#: nova/compute/manager.py:4078 #, 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:4032 +#: nova/compute/manager.py:4085 #, 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:4039 +#: nova/compute/manager.py:4092 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4119 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4941,18 +4963,18 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5056,24 +5078,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5610,75 +5632,74 @@ msgstr "" msgid "v4 subnets are required for legacy nw_info" msgstr "" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" +#: nova/network/quantumv2/__init__.py:67 +msgid "quantum authentication failed" msgstr "" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, python-format msgid "allocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, python-format msgid "empty project id for instance %s" msgstr "" -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 msgid "Port not found" msgstr "" -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, python-format msgid "deallocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "" -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "" -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, python-format msgid "get_instance_nw_info() for %s" msgstr "" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, python-format msgid "validate_networks() for %s" msgstr "" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "" @@ -5763,6 +5784,25 @@ msgstr "" msgid "This rule already exists in group %s" msgstr "" +#: nova/objects/base.py:52 +#, python-format +msgid "Error setting %(attr)s" +msgstr "" + +#: nova/objects/base.py:136 +msgid "Invalid version string" +msgstr "" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, python-format msgid "Original exception being dropped: %s" @@ -6866,51 +6906,54 @@ msgid "unexpected role header" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 msgid "spawn error" msgstr "" @@ -7041,25 +7084,25 @@ msgstr "" msgid "Added %(filepath)s to config drive" msgstr "" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, python-format msgid "Loading compute driver '%s'" msgstr "" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 msgid "Unable to load the virtualization driver" msgstr "" @@ -7853,7 +7896,7 @@ msgstr "" msgid "get_available_resource called" msgstr "" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "" @@ -8025,50 +8068,50 @@ msgstr "" msgid "finish_revert_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, python-format msgid "Getting info for disk: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 msgid "finish_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, python-format msgid "Cannot find boot VHD file: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8650,61 +8693,61 @@ msgid "" "%(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, python-format msgid "Invalid exclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, python-format msgid "Invalid inclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 msgid "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. " msgstr "" -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, python-format msgid "Trying to get stats for the volume %s" msgstr "" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -8712,50 +8755,50 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " "is on the same shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 msgid "Live migration can not be used without shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" msgstr "" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" "%s" msgstr "" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -8765,67 +8808,67 @@ msgid "" "Refer to %(u)s" msgstr "" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " "mount the same storage." msgstr "" -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, python-format msgid "Live Migration failure: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "" -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" " Code %(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 msgid "Starting migrate_disk_and_power_off" msgstr "" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 msgid "Instance running successfully." msgstr "" -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 msgid "Starting finish_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 msgid "Starting finish_revert_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "" @@ -9134,70 +9177,70 @@ msgstr "" msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, python-format msgid "%s is already mounted" msgstr "" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, python-format msgid "AoE device not found at %s" msgstr "" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 msgid "Fibre Channel device not found." msgstr "" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " "Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9269,12 +9312,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9320,7 +9363,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9471,27 +9514,27 @@ msgstr "" msgid "VMware Cluster %s is not found" msgstr "" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "" @@ -9901,54 +9944,54 @@ msgstr "" msgid "Renamed the VM from %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, python-format msgid "Automatically hard rebooting %d" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 msgid "Reconfiguring VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 msgid "Reconfigured VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "" @@ -10069,19 +10112,19 @@ msgstr "" msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" msgstr "" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " "args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "" @@ -10189,24 +10232,24 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, python-format msgid "Could not determine key: %s" msgstr "" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "" -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "" @@ -10766,7 +10809,7 @@ msgstr "" msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, python-format msgid "Updating progress to %(progress)d" msgstr "" @@ -10780,202 +10823,202 @@ msgstr "" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 msgid "Starting instance" msgstr "" -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, python-format msgid "Block device information present: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 msgid "Failed to spawn, rolling back" msgstr "" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 msgid "Auto configuring disk, attempting to resize partition..." msgstr "" -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 msgid "Starting VM" msgstr "" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" msgstr "" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, python-format msgid "Could not find VM with name %s" msgstr "" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 msgid "Finished snapshot and upload for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 msgid "Unable to terminate instance." msgstr "" -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 msgid "Resize complete" msgstr "" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 msgid "Unable to find root VBD/VDI for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 msgid "Destroying VDIs" msgstr "" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 msgid "Destroying VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "" -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 msgid "VM is not present, skipping soft delete..." msgstr "" -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 msgid "Automatically hard rebooting" msgstr "" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 msgid "Injecting network info to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 msgid "Creating vifs" msgstr "" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 msgid "Injecting hostname to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" msgstr "" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 msgid "No suitable network for migrate" msgstr "" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 msgid "VM.assert_can_migrate failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 msgid "Migrate Send failed" msgstr "" @@ -11116,3 +11159,6 @@ msgstr "" msgid "status must be 'available'" msgstr "" +#~ msgid "Quantum client authentication failed: %s" +#~ msgstr "" + diff --git a/nova/locale/it/LC_MESSAGES/nova.po b/nova/locale/it/LC_MESSAGES/nova.po index c1833f6c3..bb5b52efa 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-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 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" @@ -171,7 +171,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "" @@ -1303,6 +1303,21 @@ msgstr "" msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1313,7 +1328,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1965,43 +1980,43 @@ msgstr "" msgid "Failed to get metadata for instance id: %s" msgstr "Impossibile sospendere l'istanza" -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2282,10 +2297,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "" @@ -3881,46 +3898,46 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 msgid "Cannot run any more instances of this type." msgstr "" -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, python-format msgid "Can only run %s more instances of this type." msgstr "" -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" msgstr "" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " "properties" msgstr "" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 msgid "Metadata property key greater than 255 characters" msgstr "" -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 msgid "Metadata property value greater than 255 characters" msgstr "" -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 #, fuzzy msgid "Cannot attach one or more volumes to multiple instances" msgstr "Impossibile montare il volume all'istanza %s" @@ -3987,141 +4004,141 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2067 +#: nova/compute/api.py:2065 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, fuzzy, python-format msgid "Going to try to live migrate instance to %s" msgstr "Impossibile riavviare l'istanza" -#: nova/compute/api.py:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2871 +#: nova/compute/api.py:2872 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2888 +#: nova/compute/api.py:2889 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, fuzzy, python-format msgid "Unable to update system group '%s'" msgstr "Impossibile localizzare il volume %s" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, fuzzy, python-format msgid "Unable to delete system group '%s'" msgstr "Impossibile localizzare il volume %s" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "" @@ -4259,614 +4276,619 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "Impossibile riavviare l'istanza" -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 #, fuzzy msgid "Failed to resume instance" msgstr "Impossibile sospendere l'istanza" -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 #, fuzzy msgid "Failed to deallocate network for instance." msgstr "Impossibile riavviare l'istanza" -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 #, fuzzy msgid "Rebuilding instance" msgstr "Riavviando l'istanza %s" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, fuzzy, python-format msgid "Detaching from volume api: %s" msgstr "Impossibile smontare il volume %s" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 #, fuzzy msgid "Rebooting instance" msgstr "Riavviando l'istanza %s" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1769 +#: nova/compute/manager.py:1778 #, fuzzy, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "Impossibile montare il volume all'istanza %s" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 #, fuzzy msgid "instance snapshotting" msgstr "istanza %s: creazione snapshot in corso" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1876 +#: nova/compute/manager.py:1885 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1923 +#: nova/compute/manager.py:1932 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1945 +#: nova/compute/manager.py:1954 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, 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:1969 +#: nova/compute/manager.py:1978 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 #, fuzzy msgid "Error trying to Rescue Instance" msgstr "Impossibile sospendere l'istanza" -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, python-format +msgid "Updating instance to original state: '%s'" +msgstr "" + +#: nova/compute/manager.py:2330 #, fuzzy msgid "Instance has no source host" msgstr "istanza %s: creazione snapshot in corso" -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2620 +#: nova/compute/manager.py:2673 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 #, fuzzy msgid "Retrieving diagnostics" msgstr "istanza %s: ricezione diagnostiche" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 #, fuzzy msgid "Reset network" msgstr "istanza %s: ripristino rete" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2911 +#: nova/compute/manager.py:2964 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2920 +#: nova/compute/manager.py:2973 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2935 +#: nova/compute/manager.py:2988 #, 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:2965 +#: nova/compute/manager.py:3018 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:2975 +#: nova/compute/manager.py:3028 #, fuzzy msgid "Detaching volume from unknown instance" msgstr "Impossibile montare il volume all'istanza %s" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, 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:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3061 +#: nova/compute/manager.py:3114 #, fuzzy, python-format msgid "Port %(port_id)s is not attached" msgstr "istanza %s: creazione snapshot in corso" -#: nova/compute/manager.py:3075 +#: nova/compute/manager.py:3128 #, fuzzy, python-format msgid "Host %(host)s not found" msgstr "istanza %s: sospensione in corso" -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3256 +#: nova/compute/manager.py:3309 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3313 +#: nova/compute/manager.py:3366 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:3328 +#: nova/compute/manager.py:3381 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, fuzzy, python-format msgid "Failed to get compute_info for %s" msgstr "Impossibile riavviare l'istanza" -#: nova/compute/manager.py:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3545 +#: nova/compute/manager.py:3598 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3554 +#: nova/compute/manager.py:3607 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3561 +#: nova/compute/manager.py:3614 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3565 +#: nova/compute/manager.py:3618 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3581 +#: nova/compute/manager.py:3634 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3598 +#: nova/compute/manager.py:3651 #, 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:3617 +#: nova/compute/manager.py:3670 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3829 +#: nova/compute/manager.py:3882 #, 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:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3899 +#: nova/compute/manager.py:3952 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 #, fuzzy msgid "Instance is not (soft-)deleted." msgstr "istanza %s: creazione snapshot in corso" -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4025 +#: nova/compute/manager.py:4078 #, 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:4032 +#: nova/compute/manager.py:4085 #, 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:4039 +#: nova/compute/manager.py:4092 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4119 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4980,18 +5002,18 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5099,24 +5121,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5655,76 +5677,75 @@ msgstr "" msgid "v4 subnets are required for legacy nw_info" msgstr "" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" +#: nova/network/quantumv2/__init__.py:67 +msgid "quantum authentication failed" msgstr "" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, python-format msgid "allocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, python-format msgid "empty project id for instance %s" msgstr "" -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 #, fuzzy msgid "Port not found" msgstr "istanza %s: sospensione in corso" -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, python-format msgid "deallocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "" -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "" -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, python-format msgid "get_instance_nw_info() for %s" msgstr "" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, python-format msgid "validate_networks() for %s" msgstr "" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "" @@ -5809,6 +5830,25 @@ msgstr "" msgid "This rule already exists in group %s" msgstr "" +#: nova/objects/base.py:52 +#, python-format +msgid "Error setting %(attr)s" +msgstr "" + +#: nova/objects/base.py:136 +msgid "Invalid version string" +msgstr "" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, python-format msgid "Original exception being dropped: %s" @@ -6918,51 +6958,54 @@ msgid "unexpected role header" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 msgid "spawn error" msgstr "" @@ -7093,25 +7136,25 @@ msgstr "" msgid "Added %(filepath)s to config drive" msgstr "" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, python-format msgid "Loading compute driver '%s'" msgstr "" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 msgid "Unable to load the virtualization driver" msgstr "" @@ -7913,7 +7956,7 @@ msgstr "" msgid "get_available_resource called" msgstr "" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "" @@ -8085,50 +8128,50 @@ msgstr "" msgid "finish_revert_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, fuzzy, python-format msgid "Getting info for disk: %s" msgstr "Impossibile montare il volume all'istanza %s" -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 msgid "finish_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, python-format msgid "Cannot find boot VHD file: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8725,61 +8768,61 @@ msgid "" "%(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, python-format msgid "Invalid exclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, python-format msgid "Invalid inclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 msgid "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. " msgstr "" -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, fuzzy, python-format msgid "Trying to get stats for the volume %s" msgstr "Impossibile smontare il volume %s" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -8787,50 +8830,50 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " "is on the same shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 msgid "Live migration can not be used without shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" msgstr "" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" "%s" msgstr "" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -8840,67 +8883,67 @@ msgid "" "Refer to %(u)s" msgstr "" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " "mount the same storage." msgstr "" -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, python-format msgid "Live Migration failure: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "" -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" " Code %(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 msgid "Starting migrate_disk_and_power_off" msgstr "" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 msgid "Instance running successfully." msgstr "" -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 msgid "Starting finish_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 msgid "Starting finish_revert_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "" @@ -9209,70 +9252,70 @@ msgstr "" msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, python-format msgid "%s is already mounted" msgstr "" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, python-format msgid "AoE device not found at %s" msgstr "" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 msgid "Fibre Channel device not found." msgstr "" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " "Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9346,12 +9389,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9397,7 +9440,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9548,27 +9591,27 @@ msgstr "" msgid "VMware Cluster %s is not found" msgstr "" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "" @@ -9979,54 +10022,54 @@ msgstr "" msgid "Renamed the VM from %s" msgstr "Impossibile localizzare il volume %s" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, python-format msgid "Automatically hard rebooting %d" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 msgid "Reconfiguring VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 msgid "Reconfigured VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "" @@ -10149,19 +10192,19 @@ msgstr "Impossibile smontare il volume %s" msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" msgstr "Mountpoint %(mountpoint)s smontato dall'istanza %(instance_name)s" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " "args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "" @@ -10269,24 +10312,24 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, python-format msgid "Could not determine key: %s" msgstr "" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "" -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "" @@ -10847,7 +10890,7 @@ msgstr "" msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, python-format msgid "Updating progress to %(progress)d" msgstr "" @@ -10861,205 +10904,205 @@ msgstr "Avviando l'interfaccia Bridge per %s" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 #, fuzzy msgid "Starting instance" msgstr "Riavviando l'istanza %s" -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, python-format msgid "Block device information present: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 #, fuzzy msgid "Failed to spawn, rolling back" msgstr "Impossibile sospendere l'istanza" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 msgid "Auto configuring disk, attempting to resize partition..." msgstr "" -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 msgid "Starting VM" msgstr "" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" msgstr "" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, python-format msgid "Could not find VM with name %s" msgstr "" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 msgid "Finished snapshot and upload for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 #, fuzzy msgid "Unable to terminate instance." msgstr "Impossibile riavviare l'istanza" -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 msgid "Resize complete" msgstr "" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 msgid "Unable to find root VBD/VDI for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 msgid "Destroying VDIs" msgstr "" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 msgid "Destroying VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "" -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 msgid "VM is not present, skipping soft delete..." msgstr "" -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 msgid "Automatically hard rebooting" msgstr "" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 msgid "Injecting network info to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 msgid "Creating vifs" msgstr "" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 msgid "Injecting hostname to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" msgstr "" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 msgid "No suitable network for migrate" msgstr "" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 msgid "VM.assert_can_migrate failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 msgid "Migrate Send failed" msgstr "" @@ -11201,3 +11244,6 @@ msgstr "" msgid "status must be 'available'" msgstr "" +#~ msgid "Quantum client authentication failed: %s" +#~ msgstr "" + diff --git a/nova/locale/it_IT/LC_MESSAGES/nova.po b/nova/locale/it_IT/LC_MESSAGES/nova.po index b114d30dd..e328a39a2 100644 --- a/nova/locale/it_IT/LC_MESSAGES/nova.po +++ b/nova/locale/it_IT/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-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 19:37+0000\n" "PO-Revision-Date: 2013-05-28 17:08+0000\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Language-Team: Italian (Italy) " @@ -171,7 +171,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "" @@ -1300,6 +1300,21 @@ msgstr "" msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1310,7 +1325,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1959,43 +1974,43 @@ msgstr "" msgid "Failed to get metadata for instance id: %s" msgstr "" -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2276,10 +2291,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "" @@ -3859,46 +3876,46 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 msgid "Cannot run any more instances of this type." msgstr "" -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, python-format msgid "Can only run %s more instances of this type." msgstr "" -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" msgstr "" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " "properties" msgstr "" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 msgid "Metadata property key greater than 255 characters" msgstr "" -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 msgid "Metadata property value greater than 255 characters" msgstr "" -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 msgid "Cannot attach one or more volumes to multiple instances" msgstr "" @@ -3961,141 +3978,141 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2067 +#: nova/compute/api.py:2065 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2871 +#: nova/compute/api.py:2872 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2888 +#: nova/compute/api.py:2889 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, python-format msgid "Unable to update system group '%s'" msgstr "" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, python-format msgid "Unable to delete system group '%s'" msgstr "" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "" @@ -4231,603 +4248,608 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 msgid "Failed to resume instance" msgstr "" -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, python-format msgid "Detaching from volume api: %s" msgstr "" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1769 +#: nova/compute/manager.py:1778 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1876 +#: nova/compute/manager.py:1885 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1923 +#: nova/compute/manager.py:1932 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1945 +#: nova/compute/manager.py:1954 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, 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:1969 +#: nova/compute/manager.py:1978 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 msgid "Error trying to Rescue Instance" msgstr "" -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, python-format +msgid "Updating instance to original state: '%s'" +msgstr "" + +#: nova/compute/manager.py:2330 msgid "Instance has no source host" msgstr "" -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2620 +#: nova/compute/manager.py:2673 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2911 +#: nova/compute/manager.py:2964 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2920 +#: nova/compute/manager.py:2973 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2935 +#: nova/compute/manager.py:2988 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2965 +#: nova/compute/manager.py:3018 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:2975 +#: nova/compute/manager.py:3028 msgid "Detaching volume from unknown instance" msgstr "" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "" -#: nova/compute/manager.py:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3061 +#: nova/compute/manager.py:3114 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3075 +#: nova/compute/manager.py:3128 #, python-format msgid "Host %(host)s not found" msgstr "" -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3256 +#: nova/compute/manager.py:3309 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3313 +#: nova/compute/manager.py:3366 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:3328 +#: nova/compute/manager.py:3381 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3545 +#: nova/compute/manager.py:3598 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3554 +#: nova/compute/manager.py:3607 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3561 +#: nova/compute/manager.py:3614 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3565 +#: nova/compute/manager.py:3618 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3581 +#: nova/compute/manager.py:3634 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3598 +#: nova/compute/manager.py:3651 #, 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:3617 +#: nova/compute/manager.py:3670 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3829 +#: nova/compute/manager.py:3882 #, 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:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3899 +#: nova/compute/manager.py:3952 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4025 +#: nova/compute/manager.py:4078 #, 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:4032 +#: nova/compute/manager.py:4085 #, 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:4039 +#: nova/compute/manager.py:4092 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4119 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4941,18 +4963,18 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5056,24 +5078,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5610,75 +5632,74 @@ msgstr "" msgid "v4 subnets are required for legacy nw_info" msgstr "" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" +#: nova/network/quantumv2/__init__.py:67 +msgid "quantum authentication failed" msgstr "" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, python-format msgid "allocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, python-format msgid "empty project id for instance %s" msgstr "" -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 msgid "Port not found" msgstr "" -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, python-format msgid "deallocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "" -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "" -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, python-format msgid "get_instance_nw_info() for %s" msgstr "" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, python-format msgid "validate_networks() for %s" msgstr "" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "" @@ -5763,6 +5784,25 @@ msgstr "" msgid "This rule already exists in group %s" msgstr "" +#: nova/objects/base.py:52 +#, python-format +msgid "Error setting %(attr)s" +msgstr "" + +#: nova/objects/base.py:136 +msgid "Invalid version string" +msgstr "" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, python-format msgid "Original exception being dropped: %s" @@ -6866,51 +6906,54 @@ msgid "unexpected role header" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 msgid "spawn error" msgstr "" @@ -7041,25 +7084,25 @@ msgstr "" msgid "Added %(filepath)s to config drive" msgstr "" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, python-format msgid "Loading compute driver '%s'" msgstr "" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 msgid "Unable to load the virtualization driver" msgstr "" @@ -7853,7 +7896,7 @@ msgstr "" msgid "get_available_resource called" msgstr "" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "" @@ -8025,50 +8068,50 @@ msgstr "" msgid "finish_revert_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, python-format msgid "Getting info for disk: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 msgid "finish_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, python-format msgid "Cannot find boot VHD file: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8650,61 +8693,61 @@ msgid "" "%(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, python-format msgid "Invalid exclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, python-format msgid "Invalid inclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 msgid "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. " msgstr "" -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, python-format msgid "Trying to get stats for the volume %s" msgstr "" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -8712,50 +8755,50 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " "is on the same shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 msgid "Live migration can not be used without shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" msgstr "" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" "%s" msgstr "" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -8765,67 +8808,67 @@ msgid "" "Refer to %(u)s" msgstr "" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " "mount the same storage." msgstr "" -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, python-format msgid "Live Migration failure: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "" -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" " Code %(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 msgid "Starting migrate_disk_and_power_off" msgstr "" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 msgid "Instance running successfully." msgstr "" -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 msgid "Starting finish_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 msgid "Starting finish_revert_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "" @@ -9134,70 +9177,70 @@ msgstr "" msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, python-format msgid "%s is already mounted" msgstr "" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, python-format msgid "AoE device not found at %s" msgstr "" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 msgid "Fibre Channel device not found." msgstr "" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " "Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9269,12 +9312,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9320,7 +9363,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9471,27 +9514,27 @@ msgstr "" msgid "VMware Cluster %s is not found" msgstr "" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "" @@ -9901,54 +9944,54 @@ msgstr "" msgid "Renamed the VM from %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, python-format msgid "Automatically hard rebooting %d" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 msgid "Reconfiguring VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 msgid "Reconfigured VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "" @@ -10069,19 +10112,19 @@ msgstr "" msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" msgstr "" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " "args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "" @@ -10189,24 +10232,24 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, python-format msgid "Could not determine key: %s" msgstr "" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "" -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "" @@ -10766,7 +10809,7 @@ msgstr "" msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, python-format msgid "Updating progress to %(progress)d" msgstr "" @@ -10780,202 +10823,202 @@ msgstr "" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 msgid "Starting instance" msgstr "" -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, python-format msgid "Block device information present: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 msgid "Failed to spawn, rolling back" msgstr "" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 msgid "Auto configuring disk, attempting to resize partition..." msgstr "" -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 msgid "Starting VM" msgstr "" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" msgstr "" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, python-format msgid "Could not find VM with name %s" msgstr "" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 msgid "Finished snapshot and upload for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 msgid "Unable to terminate instance." msgstr "" -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 msgid "Resize complete" msgstr "" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 msgid "Unable to find root VBD/VDI for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 msgid "Destroying VDIs" msgstr "" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 msgid "Destroying VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "" -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 msgid "VM is not present, skipping soft delete..." msgstr "" -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 msgid "Automatically hard rebooting" msgstr "" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 msgid "Injecting network info to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 msgid "Creating vifs" msgstr "" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 msgid "Injecting hostname to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" msgstr "" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 msgid "No suitable network for migrate" msgstr "" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 msgid "VM.assert_can_migrate failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 msgid "Migrate Send failed" msgstr "" @@ -11116,3 +11159,6 @@ msgstr "" msgid "status must be 'available'" msgstr "" +#~ msgid "Quantum client authentication failed: %s" +#~ msgstr "" + diff --git a/nova/locale/ja/LC_MESSAGES/nova.po b/nova/locale/ja/LC_MESSAGES/nova.po index 9fc9c4342..4d12a2acc 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-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 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" @@ -171,7 +171,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "" @@ -1305,6 +1305,21 @@ msgstr "グループ %s は既に存在しています。" msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1315,7 +1330,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1970,43 +1985,43 @@ msgstr "" msgid "Failed to get metadata for instance id: %s" msgstr "ip %s に対するメタデータの取得に失敗しました。" -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "エラー %s をキャッチしました。" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2287,10 +2302,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "" @@ -3901,47 +3918,47 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 #, fuzzy msgid "Cannot run any more instances of this type." msgstr "インスタンスのクオータを超えました。このタイプにおいてはあと %s インスタンスしか実行できません。" -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, fuzzy, python-format msgid "Can only run %s more instances of this type." msgstr "インスタンスのクオータを超えました。このタイプにおいてはあと %s インスタンスしか実行できません。" -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" msgstr "" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " "properties" msgstr "" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 msgid "Metadata property key greater than 255 characters" msgstr "" -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 msgid "Metadata property value greater than 255 characters" msgstr "" -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 #, fuzzy msgid "Cannot attach one or more volumes to multiple instances" msgstr "インスタンス %s にボリュームを接続(attach)できません。" @@ -4011,142 +4028,142 @@ msgstr "" msgid "snapshot for %s" msgstr "VM %s に対するスナップショットを開始します。" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2067 +#: nova/compute/api.py:2065 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, fuzzy, python-format msgid "Going to try to live migrate instance to %s" msgstr "%s を停止しようとしています" -#: nova/compute/api.py:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2871 +#: nova/compute/api.py:2872 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2888 +#: nova/compute/api.py:2889 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "Create Security Group: セキュリティグループ %s を作成します。" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, fuzzy, python-format msgid "Unable to update system group '%s'" msgstr "VBD %s の削除に失敗しました。" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, fuzzy, python-format msgid "Unable to delete system group '%s'" msgstr "VBD %s の削除に失敗しました。" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 #, fuzzy msgid "Security group is still in use" msgstr "Revoke security group ingress: セキュリティグループ許可 %s の取消" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "Delete security group: セキュリティグループ %s を削除します。" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "Authorize security group ingress: セキュリティグループ許可 %s" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "Revoke security group ingress: セキュリティグループ許可 %s の取消" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "" @@ -4284,622 +4301,627 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "インスタンス終了処理を開始します。" -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 #, fuzzy msgid "Failed to resume instance" msgstr "インスタンス終了処理を開始します。" -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, fuzzy, python-format msgid "Unexpected power state %d" msgstr "予期しないエラー発生: %s" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 #, fuzzy msgid "Failed to dealloc network for deleted instance" msgstr "%s を停止しようとしています" -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, fuzzy, python-format msgid "Error: %s" msgstr "エラー %s をキャッチしました。" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 #, fuzzy msgid "Failed to deallocate network for instance." msgstr "%s を停止しようとしています" -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 #, fuzzy msgid "Rebuilding instance" msgstr "Rebooting instance: インスタンス %s を再起動します。" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, fuzzy, python-format msgid "Detaching from volume api: %s" msgstr "Detach volume: ボリューム %s をデタッチします" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 #, fuzzy msgid "Rebooting instance" msgstr "Rebooting instance: インスタンス %s を再起動します。" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1769 +#: nova/compute/manager.py:1778 #, fuzzy, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "インスタンス %s は実行中です。" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 #, fuzzy msgid "Instance disappeared during reboot" msgstr "インスタンス%s: 再起動しました。" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 #, fuzzy msgid "instance snapshotting" msgstr "snapshotting: インスタンス %s のスナップショットを取得中" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1876 +#: nova/compute/manager.py:1885 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1923 +#: nova/compute/manager.py:1932 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1945 +#: nova/compute/manager.py:1954 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, 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:1969 +#: nova/compute/manager.py:1978 #, fuzzy, python-format msgid "injecting file to %(path)s" msgstr "ファイルパス '%s' を埋め込んでいます" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 #, fuzzy msgid "Error trying to Rescue Instance" msgstr "インスタンス終了処理を開始します。" -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, fuzzy, python-format msgid "Driver Error: %s" msgstr "エラー %s をキャッチしました。" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 #, fuzzy msgid "Unrescuing" msgstr "Unrescuing: インスタンス %s をアンレスキューします。" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, python-format +msgid "Updating instance to original state: '%s'" +msgstr "" + +#: nova/compute/manager.py:2330 #, fuzzy msgid "Instance has no source host" msgstr "snapshotting: インスタンス %s のスナップショットを取得中" -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2620 +#: nova/compute/manager.py:2673 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 #, fuzzy msgid "Retrieving diagnostics" msgstr "retrieving diagnostics: インスタンス %s の診断情報を取得します。" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 #, fuzzy msgid "Reset network" msgstr "ネットワークホストの設定をします。" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 #, fuzzy msgid "Inject network info" msgstr "ネットワークホストの設定をします。" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 #, fuzzy msgid "Get console output" msgstr "Get console output: インスタンス %s のコンソール出力を取得します。" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 #, fuzzy msgid "Getting vnc console" msgstr "コンソールを追加しています" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 #, fuzzy msgid "Getting spice console" msgstr "コンソールを追加しています" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2911 +#: nova/compute/manager.py:2964 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2920 +#: nova/compute/manager.py:2973 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2935 +#: nova/compute/manager.py:2988 #, fuzzy, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "ボリューム切断: %(instance_name)s, %(mountpoint)s" -#: nova/compute/manager.py:2965 +#: nova/compute/manager.py:3018 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:2975 +#: nova/compute/manager.py:3028 #, fuzzy msgid "Detaching volume from unknown instance" msgstr "ボリュームを未知のインスタンス %s からデタッチします。" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, fuzzy, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "ボリューム切断: %(instance_name)s, %(mountpoint)s" -#: nova/compute/manager.py:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3061 +#: nova/compute/manager.py:3114 #, fuzzy, python-format msgid "Port %(port_id)s is not attached" msgstr "インスタンス %s: 起動しました。" -#: nova/compute/manager.py:3075 +#: nova/compute/manager.py:3128 #, fuzzy, python-format msgid "Host %(host)s not found" msgstr "インスタンス %s: 起動しました。" -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3256 +#: nova/compute/manager.py:3309 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3313 +#: nova/compute/manager.py:3366 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:3328 +#: nova/compute/manager.py:3381 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, fuzzy, python-format msgid "Failed to get compute_info for %s" msgstr "ip %s に対するメタデータの取得に失敗しました。" -#: nova/compute/manager.py:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3545 +#: nova/compute/manager.py:3598 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3554 +#: nova/compute/manager.py:3607 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3561 +#: nova/compute/manager.py:3614 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3565 +#: nova/compute/manager.py:3618 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3581 +#: nova/compute/manager.py:3634 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3598 +#: nova/compute/manager.py:3651 #, 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:3617 +#: nova/compute/manager.py:3670 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 #, fuzzy msgid "Updating volume usage cache" msgstr "Deleting user: ユーザ %s を削除します。" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3829 +#: nova/compute/manager.py:3882 #, 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:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3899 +#: nova/compute/manager.py:3952 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 #, fuzzy msgid "Instance is not (soft-)deleted." msgstr "インスタンス %s: 起動しました。" -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, fuzzy, python-format msgid "Deleting orphan compute node %s" msgstr "Deleting user: ユーザ %s を削除します。" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4025 +#: nova/compute/manager.py:4078 #, 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:4032 +#: nova/compute/manager.py:4085 #, 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:4039 +#: nova/compute/manager.py:4092 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4119 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -5013,18 +5035,18 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5129,24 +5151,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, fuzzy, python-format msgid "Invalid instance id %s in request" msgstr "インスタンス %s: rescued" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5685,76 +5707,75 @@ msgstr "" msgid "v4 subnets are required for legacy nw_info" msgstr "" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" +#: nova/network/quantumv2/__init__.py:67 +msgid "quantum authentication failed" msgstr "" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, python-format msgid "allocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, fuzzy, python-format msgid "empty project id for instance %s" msgstr "Get console output: インスタンス %s のコンソール出力を取得します。" -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 #, fuzzy msgid "Port not found" msgstr "インスタンス %s: 起動しました。" -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, python-format msgid "deallocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "" -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "" -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, python-format msgid "get_instance_nw_info() for %s" msgstr "" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, python-format msgid "validate_networks() for %s" msgstr "" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, fuzzy, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "ネットワークホストの設定をします。" @@ -5842,6 +5863,25 @@ msgstr "" msgid "This rule already exists in group %s" msgstr "指定されたルールは既にグループ %s に存在しています。" +#: nova/objects/base.py:52 +#, fuzzy, python-format +msgid "Error setting %(attr)s" +msgstr "xvp の開始中にエラー: %s" + +#: nova/objects/base.py:136 +msgid "Invalid version string" +msgstr "" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, python-format msgid "Original exception being dropped: %s" @@ -6951,51 +6991,54 @@ msgid "unexpected role header" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "インスタンス %s は実行中です。" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "インスタンス %s を終了した後です。" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 msgid "spawn error" msgstr "" @@ -7127,25 +7170,25 @@ msgstr "" msgid "Added %(filepath)s to config drive" msgstr "" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, python-format msgid "Loading compute driver '%s'" msgstr "" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 msgid "Unable to load the virtualization driver" msgstr "" @@ -7946,7 +7989,7 @@ msgstr "" msgid "get_available_resource called" msgstr "" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "" @@ -8119,50 +8162,50 @@ msgstr "" msgid "finish_revert_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, fuzzy, python-format msgid "Getting info for disk: %s" msgstr "ネットワークホストの設定をします。" -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 msgid "finish_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, python-format msgid "Cannot find boot VHD file: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8757,61 +8800,61 @@ msgid "" "%(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, python-format msgid "Invalid exclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, python-format msgid "Invalid inclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 msgid "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. " msgstr "" -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, fuzzy, python-format msgid "Trying to get stats for the volume %s" msgstr "ip %s に対するメタデータの取得に失敗しました。" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -8819,50 +8862,50 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " "is on the same shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 msgid "Live migration can not be used without shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" msgstr "" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" "%s" msgstr "" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -8872,67 +8915,67 @@ msgid "" "Refer to %(u)s" msgstr "" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " "mount the same storage." msgstr "" -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, fuzzy, python-format msgid "Live Migration failure: %(e)s" msgstr "%s の認証に失敗しました。" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "" -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" " Code %(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 msgid "Starting migrate_disk_and_power_off" msgstr "" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 msgid "Instance running successfully." msgstr "" -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 msgid "Starting finish_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 msgid "Starting finish_revert_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "" @@ -9241,70 +9284,70 @@ msgstr "" msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, fuzzy, python-format msgid "%s is already mounted" msgstr "グループ %s は既に存在しています。" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, python-format msgid "AoE device not found at %s" msgstr "" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 msgid "Fibre Channel device not found." msgstr "" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " "Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9377,12 +9420,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9428,7 +9471,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9579,27 +9622,27 @@ msgstr "" msgid "VMware Cluster %s is not found" msgstr "" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "" @@ -10016,54 +10059,54 @@ msgstr "Deleting user: ユーザ %s を削除します。" msgid "Renamed the VM from %s" msgstr "ボリューム %s の存在が確認できません。" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, python-format msgid "Automatically hard rebooting %d" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 msgid "Reconfiguring VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 msgid "Reconfigured VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "" @@ -10186,19 +10229,19 @@ msgstr "ボリューム %s を切断(detach)できません" msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" msgstr "インスタンス %(instance_name)s からマウントポイント %(mountpoint)s を切断(detach)しました" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " "args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "" @@ -10309,24 +10352,24 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, fuzzy, python-format msgid "Could not determine key: %s" msgstr "プライベートキーの復号に失敗しました: %s" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "" -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "例外 %s が発生しました。" @@ -10891,7 +10934,7 @@ msgstr "" msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, python-format msgid "Updating progress to %(progress)d" msgstr "" @@ -10905,209 +10948,209 @@ msgstr "%s 用のブリッジインタフェースを開始します。" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 #, fuzzy msgid "Starting instance" msgstr "raw instanceを生成します。" -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, python-format msgid "Block device information present: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 msgid "Failed to spawn, rolling back" msgstr "" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 msgid "Auto configuring disk, attempting to resize partition..." msgstr "" -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 #, fuzzy msgid "Starting VM" msgstr "xvp を再起動しています" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" msgstr "" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, python-format msgid "Could not find VM with name %s" msgstr "" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 #, fuzzy msgid "Finished snapshot and upload for VM" msgstr "VM %s のスナップショットとアップロードが完了しました。" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 #, fuzzy msgid "Unable to terminate instance." msgstr "インスタンス終了処理を開始します。" -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 msgid "Resize complete" msgstr "" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 msgid "Unable to find root VBD/VDI for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 #, fuzzy msgid "Destroying VDIs" msgstr "xvp を再起動しています" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "カーネル/RAMディスクファイルが削除されました" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 #, fuzzy msgid "Destroying VM" msgstr "xvp を再起動しています" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "" -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 msgid "VM is not present, skipping soft delete..." msgstr "" -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 msgid "Automatically hard rebooting" msgstr "" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 #, fuzzy msgid "Injecting network info to xenstore" msgstr "ネットワークホストの設定をします。" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 msgid "Creating vifs" msgstr "" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, fuzzy, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "VM %(vm_ref)s, network %(network_ref)s 用仮想インターフェース(VIF)を作成しています。" -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, fuzzy, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "VM %(vm_ref)s, network %(network_ref)s 用仮想インターフェース(VIF)を作成しています。" -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 msgid "Injecting hostname to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" msgstr "" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 msgid "No suitable network for migrate" msgstr "" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 msgid "VM.assert_can_migrate failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 msgid "Migrate Send failed" msgstr "" @@ -11249,3 +11292,6 @@ msgstr "" msgid "status must be 'available'" msgstr "" +#~ msgid "Quantum client authentication failed: %s" +#~ msgstr "" + diff --git a/nova/locale/ka_GE/LC_MESSAGES/nova.po b/nova/locale/ka_GE/LC_MESSAGES/nova.po index 440dbf11b..956312e8f 100644 --- a/nova/locale/ka_GE/LC_MESSAGES/nova.po +++ b/nova/locale/ka_GE/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-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 19:37+0000\n" "PO-Revision-Date: 2013-05-28 17:08+0000\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Language-Team: Georgian (Georgia) " @@ -171,7 +171,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "" @@ -1300,6 +1300,21 @@ msgstr "" msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1310,7 +1325,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1959,43 +1974,43 @@ msgstr "" msgid "Failed to get metadata for instance id: %s" msgstr "" -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2276,10 +2291,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "" @@ -3859,46 +3876,46 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 msgid "Cannot run any more instances of this type." msgstr "" -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, python-format msgid "Can only run %s more instances of this type." msgstr "" -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" msgstr "" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " "properties" msgstr "" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 msgid "Metadata property key greater than 255 characters" msgstr "" -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 msgid "Metadata property value greater than 255 characters" msgstr "" -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 msgid "Cannot attach one or more volumes to multiple instances" msgstr "" @@ -3961,141 +3978,141 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2067 +#: nova/compute/api.py:2065 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2871 +#: nova/compute/api.py:2872 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2888 +#: nova/compute/api.py:2889 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, python-format msgid "Unable to update system group '%s'" msgstr "" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, python-format msgid "Unable to delete system group '%s'" msgstr "" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "" @@ -4231,603 +4248,608 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 msgid "Failed to resume instance" msgstr "" -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, python-format msgid "Detaching from volume api: %s" msgstr "" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1769 +#: nova/compute/manager.py:1778 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1876 +#: nova/compute/manager.py:1885 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1923 +#: nova/compute/manager.py:1932 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1945 +#: nova/compute/manager.py:1954 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, 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:1969 +#: nova/compute/manager.py:1978 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 msgid "Error trying to Rescue Instance" msgstr "" -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, python-format +msgid "Updating instance to original state: '%s'" +msgstr "" + +#: nova/compute/manager.py:2330 msgid "Instance has no source host" msgstr "" -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2620 +#: nova/compute/manager.py:2673 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2911 +#: nova/compute/manager.py:2964 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2920 +#: nova/compute/manager.py:2973 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2935 +#: nova/compute/manager.py:2988 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2965 +#: nova/compute/manager.py:3018 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:2975 +#: nova/compute/manager.py:3028 msgid "Detaching volume from unknown instance" msgstr "" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "" -#: nova/compute/manager.py:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3061 +#: nova/compute/manager.py:3114 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3075 +#: nova/compute/manager.py:3128 #, python-format msgid "Host %(host)s not found" msgstr "" -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3256 +#: nova/compute/manager.py:3309 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3313 +#: nova/compute/manager.py:3366 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:3328 +#: nova/compute/manager.py:3381 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3545 +#: nova/compute/manager.py:3598 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3554 +#: nova/compute/manager.py:3607 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3561 +#: nova/compute/manager.py:3614 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3565 +#: nova/compute/manager.py:3618 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3581 +#: nova/compute/manager.py:3634 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3598 +#: nova/compute/manager.py:3651 #, 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:3617 +#: nova/compute/manager.py:3670 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3829 +#: nova/compute/manager.py:3882 #, 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:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3899 +#: nova/compute/manager.py:3952 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4025 +#: nova/compute/manager.py:4078 #, 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:4032 +#: nova/compute/manager.py:4085 #, 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:4039 +#: nova/compute/manager.py:4092 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4119 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4941,18 +4963,18 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5056,24 +5078,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5610,75 +5632,74 @@ msgstr "" msgid "v4 subnets are required for legacy nw_info" msgstr "" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" +#: nova/network/quantumv2/__init__.py:67 +msgid "quantum authentication failed" msgstr "" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, python-format msgid "allocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, python-format msgid "empty project id for instance %s" msgstr "" -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 msgid "Port not found" msgstr "" -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, python-format msgid "deallocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "" -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "" -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, python-format msgid "get_instance_nw_info() for %s" msgstr "" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, python-format msgid "validate_networks() for %s" msgstr "" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "" @@ -5763,6 +5784,25 @@ msgstr "" msgid "This rule already exists in group %s" msgstr "" +#: nova/objects/base.py:52 +#, python-format +msgid "Error setting %(attr)s" +msgstr "" + +#: nova/objects/base.py:136 +msgid "Invalid version string" +msgstr "" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, python-format msgid "Original exception being dropped: %s" @@ -6866,51 +6906,54 @@ msgid "unexpected role header" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 msgid "spawn error" msgstr "" @@ -7041,25 +7084,25 @@ msgstr "" msgid "Added %(filepath)s to config drive" msgstr "" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, python-format msgid "Loading compute driver '%s'" msgstr "" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 msgid "Unable to load the virtualization driver" msgstr "" @@ -7853,7 +7896,7 @@ msgstr "" msgid "get_available_resource called" msgstr "" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "" @@ -8025,50 +8068,50 @@ msgstr "" msgid "finish_revert_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, python-format msgid "Getting info for disk: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 msgid "finish_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, python-format msgid "Cannot find boot VHD file: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8650,61 +8693,61 @@ msgid "" "%(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, python-format msgid "Invalid exclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, python-format msgid "Invalid inclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 msgid "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. " msgstr "" -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, python-format msgid "Trying to get stats for the volume %s" msgstr "" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -8712,50 +8755,50 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " "is on the same shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 msgid "Live migration can not be used without shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" msgstr "" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" "%s" msgstr "" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -8765,67 +8808,67 @@ msgid "" "Refer to %(u)s" msgstr "" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " "mount the same storage." msgstr "" -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, python-format msgid "Live Migration failure: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "" -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" " Code %(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 msgid "Starting migrate_disk_and_power_off" msgstr "" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 msgid "Instance running successfully." msgstr "" -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 msgid "Starting finish_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 msgid "Starting finish_revert_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "" @@ -9134,70 +9177,70 @@ msgstr "" msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, python-format msgid "%s is already mounted" msgstr "" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, python-format msgid "AoE device not found at %s" msgstr "" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 msgid "Fibre Channel device not found." msgstr "" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " "Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9269,12 +9312,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9320,7 +9363,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9471,27 +9514,27 @@ msgstr "" msgid "VMware Cluster %s is not found" msgstr "" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "" @@ -9901,54 +9944,54 @@ msgstr "" msgid "Renamed the VM from %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, python-format msgid "Automatically hard rebooting %d" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 msgid "Reconfiguring VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 msgid "Reconfigured VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "" @@ -10069,19 +10112,19 @@ msgstr "" msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" msgstr "" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " "args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "" @@ -10189,24 +10232,24 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, python-format msgid "Could not determine key: %s" msgstr "" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "" -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "" @@ -10766,7 +10809,7 @@ msgstr "" msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, python-format msgid "Updating progress to %(progress)d" msgstr "" @@ -10780,202 +10823,202 @@ msgstr "" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 msgid "Starting instance" msgstr "" -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, python-format msgid "Block device information present: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 msgid "Failed to spawn, rolling back" msgstr "" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 msgid "Auto configuring disk, attempting to resize partition..." msgstr "" -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 msgid "Starting VM" msgstr "" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" msgstr "" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, python-format msgid "Could not find VM with name %s" msgstr "" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 msgid "Finished snapshot and upload for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 msgid "Unable to terminate instance." msgstr "" -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 msgid "Resize complete" msgstr "" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 msgid "Unable to find root VBD/VDI for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 msgid "Destroying VDIs" msgstr "" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 msgid "Destroying VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "" -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 msgid "VM is not present, skipping soft delete..." msgstr "" -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 msgid "Automatically hard rebooting" msgstr "" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 msgid "Injecting network info to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 msgid "Creating vifs" msgstr "" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 msgid "Injecting hostname to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" msgstr "" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 msgid "No suitable network for migrate" msgstr "" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 msgid "VM.assert_can_migrate failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 msgid "Migrate Send failed" msgstr "" @@ -11116,3 +11159,6 @@ msgstr "" msgid "status must be 'available'" msgstr "" +#~ msgid "Quantum client authentication failed: %s" +#~ msgstr "" + diff --git a/nova/locale/ko/LC_MESSAGES/nova.po b/nova/locale/ko/LC_MESSAGES/nova.po index 577950dc2..f065275e1 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-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 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" @@ -170,7 +170,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "" @@ -1300,6 +1300,21 @@ msgstr "" msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1310,7 +1325,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1959,43 +1974,43 @@ msgstr "" msgid "Failed to get metadata for instance id: %s" msgstr "%s 인스턴스에 볼륨장착 할 수 없습니다" -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2276,10 +2291,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "" @@ -3866,46 +3883,46 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 msgid "Cannot run any more instances of this type." msgstr "" -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, python-format msgid "Can only run %s more instances of this type." msgstr "" -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" msgstr "" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " "properties" msgstr "" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 msgid "Metadata property key greater than 255 characters" msgstr "" -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 msgid "Metadata property value greater than 255 characters" msgstr "" -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 #, fuzzy msgid "Cannot attach one or more volumes to multiple instances" msgstr "%s 인스턴스에 볼륨장착 할 수 없습니다" @@ -3969,141 +3986,141 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2067 +#: nova/compute/api.py:2065 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2871 +#: nova/compute/api.py:2872 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2888 +#: nova/compute/api.py:2889 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, fuzzy, python-format msgid "Unable to update system group '%s'" msgstr "%s 볼륨을 찾을수 없습니다" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, fuzzy, python-format msgid "Unable to delete system group '%s'" msgstr "%s 볼륨을 찾을수 없습니다" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "" @@ -4239,611 +4256,616 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 #, fuzzy msgid "Failed to resume instance" msgstr "인스턴스 %s를 재부팅합니다" -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 #, fuzzy msgid "Rebuilding instance" msgstr "인스턴스 %s를 재부팅합니다" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, fuzzy, python-format msgid "Detaching from volume api: %s" msgstr "%s 볼륨 탈착에 실패했습니다" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 #, fuzzy msgid "Rebooting instance" msgstr "인스턴스 %s를 재부팅합니다" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1769 +#: nova/compute/manager.py:1778 #, fuzzy, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "%s 인스턴스에 볼륨장착 할 수 없습니다" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 #, fuzzy msgid "instance snapshotting" msgstr "인스턴스 %s: 스냅샷 저장중" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1876 +#: nova/compute/manager.py:1885 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1923 +#: nova/compute/manager.py:1932 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1945 +#: nova/compute/manager.py:1954 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, 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:1969 +#: nova/compute/manager.py:1978 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 #, fuzzy msgid "Error trying to Rescue Instance" msgstr "인스턴스 %s를 재부팅합니다" -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, python-format +msgid "Updating instance to original state: '%s'" +msgstr "" + +#: nova/compute/manager.py:2330 #, fuzzy msgid "Instance has no source host" msgstr "인스턴스 %s: 스냅샷 저장중" -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2620 +#: nova/compute/manager.py:2673 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2911 +#: nova/compute/manager.py:2964 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2920 +#: nova/compute/manager.py:2973 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2935 +#: nova/compute/manager.py:2988 #, fuzzy, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "볼륨 탈착: %(instance_name)s, %(mountpoint)s" -#: nova/compute/manager.py:2965 +#: nova/compute/manager.py:3018 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:2975 +#: nova/compute/manager.py:3028 #, fuzzy msgid "Detaching volume from unknown instance" msgstr "%s 인스턴스에 볼륨장착 할 수 없습니다" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, fuzzy, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "볼륨 탈착: %(instance_name)s, %(mountpoint)s" -#: nova/compute/manager.py:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3061 +#: nova/compute/manager.py:3114 #, fuzzy, python-format msgid "Port %(port_id)s is not attached" msgstr "인스턴스 %s: 스냅샷 저장중" -#: nova/compute/manager.py:3075 +#: nova/compute/manager.py:3128 #, python-format msgid "Host %(host)s not found" msgstr "" -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3256 +#: nova/compute/manager.py:3309 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3313 +#: nova/compute/manager.py:3366 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:3328 +#: nova/compute/manager.py:3381 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3545 +#: nova/compute/manager.py:3598 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3554 +#: nova/compute/manager.py:3607 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3561 +#: nova/compute/manager.py:3614 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3565 +#: nova/compute/manager.py:3618 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3581 +#: nova/compute/manager.py:3634 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3598 +#: nova/compute/manager.py:3651 #, 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:3617 +#: nova/compute/manager.py:3670 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3829 +#: nova/compute/manager.py:3882 #, 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:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3899 +#: nova/compute/manager.py:3952 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 #, fuzzy msgid "Instance is not (soft-)deleted." msgstr "인스턴스 %s: 스냅샷 저장중" -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4025 +#: nova/compute/manager.py:4078 #, 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:4032 +#: nova/compute/manager.py:4085 #, 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:4039 +#: nova/compute/manager.py:4092 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4119 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4957,18 +4979,18 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5072,24 +5094,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5626,75 +5648,74 @@ msgstr "" msgid "v4 subnets are required for legacy nw_info" msgstr "" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" +#: nova/network/quantumv2/__init__.py:67 +msgid "quantum authentication failed" msgstr "" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, python-format msgid "allocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, python-format msgid "empty project id for instance %s" msgstr "" -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 msgid "Port not found" msgstr "" -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, python-format msgid "deallocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "" -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "" -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, python-format msgid "get_instance_nw_info() for %s" msgstr "" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, python-format msgid "validate_networks() for %s" msgstr "" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "" @@ -5779,6 +5800,25 @@ msgstr "" msgid "This rule already exists in group %s" msgstr "" +#: nova/objects/base.py:52 +#, python-format +msgid "Error setting %(attr)s" +msgstr "" + +#: nova/objects/base.py:136 +msgid "Invalid version string" +msgstr "" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, python-format msgid "Original exception being dropped: %s" @@ -6882,51 +6922,54 @@ msgid "unexpected role header" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 msgid "spawn error" msgstr "" @@ -7057,25 +7100,25 @@ msgstr "" msgid "Added %(filepath)s to config drive" msgstr "" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, python-format msgid "Loading compute driver '%s'" msgstr "" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 msgid "Unable to load the virtualization driver" msgstr "" @@ -7875,7 +7918,7 @@ msgstr "" msgid "get_available_resource called" msgstr "" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "" @@ -8047,50 +8090,50 @@ msgstr "" msgid "finish_revert_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, fuzzy, python-format msgid "Getting info for disk: %s" msgstr "%s 인스턴스에 볼륨장착 할 수 없습니다" -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 msgid "finish_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, python-format msgid "Cannot find boot VHD file: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8681,61 +8724,61 @@ msgid "" "%(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, python-format msgid "Invalid exclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, python-format msgid "Invalid inclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 msgid "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. " msgstr "" -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, fuzzy, python-format msgid "Trying to get stats for the volume %s" msgstr "%s 볼륨 탈착에 실패했습니다" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -8743,50 +8786,50 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " "is on the same shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 msgid "Live migration can not be used without shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" msgstr "" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" "%s" msgstr "" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -8796,67 +8839,67 @@ msgid "" "Refer to %(u)s" msgstr "" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " "mount the same storage." msgstr "" -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, python-format msgid "Live Migration failure: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "" -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" " Code %(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 msgid "Starting migrate_disk_and_power_off" msgstr "" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 msgid "Instance running successfully." msgstr "" -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 msgid "Starting finish_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 msgid "Starting finish_revert_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "" @@ -9165,70 +9208,70 @@ msgstr "" msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, python-format msgid "%s is already mounted" msgstr "" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, python-format msgid "AoE device not found at %s" msgstr "" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 msgid "Fibre Channel device not found." msgstr "" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " "Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9301,12 +9344,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9352,7 +9395,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9503,27 +9546,27 @@ msgstr "" msgid "VMware Cluster %s is not found" msgstr "" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "" @@ -9933,54 +9976,54 @@ msgstr "" msgid "Renamed the VM from %s" msgstr "%s 볼륨을 찾을수 없습니다" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, python-format msgid "Automatically hard rebooting %d" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 msgid "Reconfiguring VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 msgid "Reconfigured VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "" @@ -10103,19 +10146,19 @@ msgstr "%s 볼륨 탈착에 실패했습니다" msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" msgstr "%(instance_name)s 인스턴스에 %(mountpoint)s 마운트지점이 탈착되었습니다" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " "args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "" @@ -10223,24 +10266,24 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, python-format msgid "Could not determine key: %s" msgstr "" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "" -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "" @@ -10800,7 +10843,7 @@ msgstr "" msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, python-format msgid "Updating progress to %(progress)d" msgstr "" @@ -10814,204 +10857,204 @@ msgstr "" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 #, fuzzy msgid "Starting instance" msgstr "인스턴스 %s를 재부팅합니다" -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, python-format msgid "Block device information present: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 msgid "Failed to spawn, rolling back" msgstr "" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 msgid "Auto configuring disk, attempting to resize partition..." msgstr "" -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 msgid "Starting VM" msgstr "" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" msgstr "" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, python-format msgid "Could not find VM with name %s" msgstr "" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 msgid "Finished snapshot and upload for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 #, fuzzy msgid "Unable to terminate instance." msgstr "인스턴스 %s를 재부팅합니다" -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 msgid "Resize complete" msgstr "" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 msgid "Unable to find root VBD/VDI for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 msgid "Destroying VDIs" msgstr "" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 msgid "Destroying VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "" -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 msgid "VM is not present, skipping soft delete..." msgstr "" -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 msgid "Automatically hard rebooting" msgstr "" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 msgid "Injecting network info to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 msgid "Creating vifs" msgstr "" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 msgid "Injecting hostname to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" msgstr "" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 msgid "No suitable network for migrate" msgstr "" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 msgid "VM.assert_can_migrate failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 msgid "Migrate Send failed" msgstr "" @@ -11152,3 +11195,6 @@ msgstr "" msgid "status must be 'available'" msgstr "" +#~ msgid "Quantum client authentication failed: %s" +#~ msgstr "" + diff --git a/nova/locale/ko_KR/LC_MESSAGES/nova.po b/nova/locale/ko_KR/LC_MESSAGES/nova.po index f295e9cbf..838a6c236 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-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 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" @@ -171,7 +171,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "Keypair 데이터가 맞지 않습니다" @@ -1300,6 +1300,21 @@ msgstr "" msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1310,7 +1325,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1959,43 +1974,43 @@ msgstr "" msgid "Failed to get metadata for instance id: %s" msgstr "" -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2276,10 +2291,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "" @@ -3861,46 +3878,46 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 msgid "Cannot run any more instances of this type." msgstr "" -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, python-format msgid "Can only run %s more instances of this type." msgstr "" -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" msgstr "" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " "properties" msgstr "" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 msgid "Metadata property key greater than 255 characters" msgstr "" -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 msgid "Metadata property value greater than 255 characters" msgstr "" -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 msgid "Cannot attach one or more volumes to multiple instances" msgstr "" @@ -3963,141 +3980,141 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2067 +#: nova/compute/api.py:2065 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2871 +#: nova/compute/api.py:2872 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2888 +#: nova/compute/api.py:2889 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, python-format msgid "Unable to update system group '%s'" msgstr "" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, python-format msgid "Unable to delete system group '%s'" msgstr "" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "" @@ -4233,603 +4250,608 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 msgid "Failed to resume instance" msgstr "" -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, python-format msgid "Detaching from volume api: %s" msgstr "" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1769 +#: nova/compute/manager.py:1778 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1876 +#: nova/compute/manager.py:1885 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1923 +#: nova/compute/manager.py:1932 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1945 +#: nova/compute/manager.py:1954 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, 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:1969 +#: nova/compute/manager.py:1978 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 msgid "Error trying to Rescue Instance" msgstr "" -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, python-format +msgid "Updating instance to original state: '%s'" +msgstr "" + +#: nova/compute/manager.py:2330 msgid "Instance has no source host" msgstr "" -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2620 +#: nova/compute/manager.py:2673 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2911 +#: nova/compute/manager.py:2964 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2920 +#: nova/compute/manager.py:2973 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2935 +#: nova/compute/manager.py:2988 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2965 +#: nova/compute/manager.py:3018 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:2975 +#: nova/compute/manager.py:3028 msgid "Detaching volume from unknown instance" msgstr "" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "" -#: nova/compute/manager.py:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3061 +#: nova/compute/manager.py:3114 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3075 +#: nova/compute/manager.py:3128 #, python-format msgid "Host %(host)s not found" msgstr "" -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3256 +#: nova/compute/manager.py:3309 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3313 +#: nova/compute/manager.py:3366 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:3328 +#: nova/compute/manager.py:3381 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3545 +#: nova/compute/manager.py:3598 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3554 +#: nova/compute/manager.py:3607 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3561 +#: nova/compute/manager.py:3614 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3565 +#: nova/compute/manager.py:3618 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3581 +#: nova/compute/manager.py:3634 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3598 +#: nova/compute/manager.py:3651 #, 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:3617 +#: nova/compute/manager.py:3670 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3829 +#: nova/compute/manager.py:3882 #, 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:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3899 +#: nova/compute/manager.py:3952 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4025 +#: nova/compute/manager.py:4078 #, 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:4032 +#: nova/compute/manager.py:4085 #, 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:4039 +#: nova/compute/manager.py:4092 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4119 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4943,18 +4965,18 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5058,24 +5080,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5612,75 +5634,74 @@ msgstr "" msgid "v4 subnets are required for legacy nw_info" msgstr "" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" +#: nova/network/quantumv2/__init__.py:67 +msgid "quantum authentication failed" msgstr "" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, python-format msgid "allocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, python-format msgid "empty project id for instance %s" msgstr "" -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 msgid "Port not found" msgstr "" -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, python-format msgid "deallocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "" -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "" -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, python-format msgid "get_instance_nw_info() for %s" msgstr "" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, python-format msgid "validate_networks() for %s" msgstr "" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "" @@ -5765,6 +5786,25 @@ msgstr "" msgid "This rule already exists in group %s" msgstr "" +#: nova/objects/base.py:52 +#, python-format +msgid "Error setting %(attr)s" +msgstr "" + +#: nova/objects/base.py:136 +msgid "Invalid version string" +msgstr "" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, python-format msgid "Original exception being dropped: %s" @@ -6868,51 +6908,54 @@ msgid "unexpected role header" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 msgid "spawn error" msgstr "" @@ -7043,25 +7086,25 @@ msgstr "" msgid "Added %(filepath)s to config drive" msgstr "" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, python-format msgid "Loading compute driver '%s'" msgstr "" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 msgid "Unable to load the virtualization driver" msgstr "" @@ -7855,7 +7898,7 @@ msgstr "" msgid "get_available_resource called" msgstr "" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "" @@ -8027,50 +8070,50 @@ msgstr "" msgid "finish_revert_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, python-format msgid "Getting info for disk: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 msgid "finish_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, python-format msgid "Cannot find boot VHD file: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8652,61 +8695,61 @@ msgid "" "%(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, python-format msgid "Invalid exclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, python-format msgid "Invalid inclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 msgid "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. " msgstr "" -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, python-format msgid "Trying to get stats for the volume %s" msgstr "" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -8714,50 +8757,50 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " "is on the same shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 msgid "Live migration can not be used without shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" msgstr "" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" "%s" msgstr "" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -8767,67 +8810,67 @@ msgid "" "Refer to %(u)s" msgstr "" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " "mount the same storage." msgstr "" -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, python-format msgid "Live Migration failure: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "" -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" " Code %(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 msgid "Starting migrate_disk_and_power_off" msgstr "" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 msgid "Instance running successfully." msgstr "" -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 msgid "Starting finish_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 msgid "Starting finish_revert_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "" @@ -9136,70 +9179,70 @@ msgstr "" msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, python-format msgid "%s is already mounted" msgstr "" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, python-format msgid "AoE device not found at %s" msgstr "" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 msgid "Fibre Channel device not found." msgstr "" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " "Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9271,12 +9314,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9322,7 +9365,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9473,27 +9516,27 @@ msgstr "" msgid "VMware Cluster %s is not found" msgstr "" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "" @@ -9903,54 +9946,54 @@ msgstr "" msgid "Renamed the VM from %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, python-format msgid "Automatically hard rebooting %d" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 msgid "Reconfiguring VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 msgid "Reconfigured VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "" @@ -10071,19 +10114,19 @@ msgstr "" msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" msgstr "" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " "args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "" @@ -10191,24 +10234,24 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, python-format msgid "Could not determine key: %s" msgstr "" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "" -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "" @@ -10768,7 +10811,7 @@ msgstr "" msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, python-format msgid "Updating progress to %(progress)d" msgstr "" @@ -10782,203 +10825,203 @@ msgstr "" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 msgid "Starting instance" msgstr "" -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, python-format msgid "Block device information present: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 msgid "Failed to spawn, rolling back" msgstr "" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 msgid "Auto configuring disk, attempting to resize partition..." msgstr "" -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 msgid "Starting VM" msgstr "" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" msgstr "" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, python-format msgid "Could not find VM with name %s" msgstr "" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 msgid "Finished snapshot and upload for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 #, fuzzy msgid "Unable to terminate instance." msgstr "인스턴스 재시작 실패" -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 msgid "Resize complete" msgstr "" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 msgid "Unable to find root VBD/VDI for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 msgid "Destroying VDIs" msgstr "" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 msgid "Destroying VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "" -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 msgid "VM is not present, skipping soft delete..." msgstr "" -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 msgid "Automatically hard rebooting" msgstr "" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 msgid "Injecting network info to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 msgid "Creating vifs" msgstr "" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 msgid "Injecting hostname to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" msgstr "" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 msgid "No suitable network for migrate" msgstr "" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 msgid "VM.assert_can_migrate failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 msgid "Migrate Send failed" msgstr "" @@ -11119,3 +11162,6 @@ msgstr "" msgid "status must be 'available'" msgstr "" +#~ msgid "Quantum client authentication failed: %s" +#~ msgstr "" + diff --git a/nova/locale/ms/LC_MESSAGES/nova.po b/nova/locale/ms/LC_MESSAGES/nova.po index 7f0229c5a..cbfc0a342 100644 --- a/nova/locale/ms/LC_MESSAGES/nova.po +++ b/nova/locale/ms/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-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 19:37+0000\n" "PO-Revision-Date: 2013-05-28 17:08+0000\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Language-Team: Malay " @@ -171,7 +171,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "" @@ -1300,6 +1300,21 @@ msgstr "" msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1310,7 +1325,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1959,43 +1974,43 @@ msgstr "" msgid "Failed to get metadata for instance id: %s" msgstr "" -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2276,10 +2291,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "" @@ -3859,46 +3876,46 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 msgid "Cannot run any more instances of this type." msgstr "" -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, python-format msgid "Can only run %s more instances of this type." msgstr "" -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" msgstr "" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " "properties" msgstr "" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 msgid "Metadata property key greater than 255 characters" msgstr "" -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 msgid "Metadata property value greater than 255 characters" msgstr "" -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 msgid "Cannot attach one or more volumes to multiple instances" msgstr "" @@ -3961,141 +3978,141 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2067 +#: nova/compute/api.py:2065 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2871 +#: nova/compute/api.py:2872 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2888 +#: nova/compute/api.py:2889 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, python-format msgid "Unable to update system group '%s'" msgstr "" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, python-format msgid "Unable to delete system group '%s'" msgstr "" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "" @@ -4231,603 +4248,608 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 msgid "Failed to resume instance" msgstr "" -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, python-format msgid "Detaching from volume api: %s" msgstr "" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1769 +#: nova/compute/manager.py:1778 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1876 +#: nova/compute/manager.py:1885 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1923 +#: nova/compute/manager.py:1932 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1945 +#: nova/compute/manager.py:1954 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, 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:1969 +#: nova/compute/manager.py:1978 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 msgid "Error trying to Rescue Instance" msgstr "" -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, python-format +msgid "Updating instance to original state: '%s'" +msgstr "" + +#: nova/compute/manager.py:2330 msgid "Instance has no source host" msgstr "" -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2620 +#: nova/compute/manager.py:2673 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2911 +#: nova/compute/manager.py:2964 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2920 +#: nova/compute/manager.py:2973 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2935 +#: nova/compute/manager.py:2988 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2965 +#: nova/compute/manager.py:3018 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:2975 +#: nova/compute/manager.py:3028 msgid "Detaching volume from unknown instance" msgstr "" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "" -#: nova/compute/manager.py:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3061 +#: nova/compute/manager.py:3114 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3075 +#: nova/compute/manager.py:3128 #, python-format msgid "Host %(host)s not found" msgstr "" -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3256 +#: nova/compute/manager.py:3309 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3313 +#: nova/compute/manager.py:3366 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:3328 +#: nova/compute/manager.py:3381 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3545 +#: nova/compute/manager.py:3598 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3554 +#: nova/compute/manager.py:3607 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3561 +#: nova/compute/manager.py:3614 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3565 +#: nova/compute/manager.py:3618 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3581 +#: nova/compute/manager.py:3634 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3598 +#: nova/compute/manager.py:3651 #, 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:3617 +#: nova/compute/manager.py:3670 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3829 +#: nova/compute/manager.py:3882 #, 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:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3899 +#: nova/compute/manager.py:3952 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4025 +#: nova/compute/manager.py:4078 #, 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:4032 +#: nova/compute/manager.py:4085 #, 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:4039 +#: nova/compute/manager.py:4092 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4119 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4941,18 +4963,18 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5056,24 +5078,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5610,75 +5632,74 @@ msgstr "" msgid "v4 subnets are required for legacy nw_info" msgstr "" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" +#: nova/network/quantumv2/__init__.py:67 +msgid "quantum authentication failed" msgstr "" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, python-format msgid "allocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, python-format msgid "empty project id for instance %s" msgstr "" -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 msgid "Port not found" msgstr "" -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, python-format msgid "deallocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "" -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "" -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, python-format msgid "get_instance_nw_info() for %s" msgstr "" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, python-format msgid "validate_networks() for %s" msgstr "" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "" @@ -5763,6 +5784,25 @@ msgstr "" msgid "This rule already exists in group %s" msgstr "" +#: nova/objects/base.py:52 +#, python-format +msgid "Error setting %(attr)s" +msgstr "" + +#: nova/objects/base.py:136 +msgid "Invalid version string" +msgstr "" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, python-format msgid "Original exception being dropped: %s" @@ -6866,51 +6906,54 @@ msgid "unexpected role header" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 msgid "spawn error" msgstr "" @@ -7041,25 +7084,25 @@ msgstr "" msgid "Added %(filepath)s to config drive" msgstr "" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, python-format msgid "Loading compute driver '%s'" msgstr "" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 msgid "Unable to load the virtualization driver" msgstr "" @@ -7853,7 +7896,7 @@ msgstr "" msgid "get_available_resource called" msgstr "" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "" @@ -8025,50 +8068,50 @@ msgstr "" msgid "finish_revert_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, python-format msgid "Getting info for disk: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 msgid "finish_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, python-format msgid "Cannot find boot VHD file: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8650,61 +8693,61 @@ msgid "" "%(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, python-format msgid "Invalid exclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, python-format msgid "Invalid inclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 msgid "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. " msgstr "" -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, python-format msgid "Trying to get stats for the volume %s" msgstr "" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -8712,50 +8755,50 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " "is on the same shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 msgid "Live migration can not be used without shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" msgstr "" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" "%s" msgstr "" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -8765,67 +8808,67 @@ msgid "" "Refer to %(u)s" msgstr "" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " "mount the same storage." msgstr "" -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, python-format msgid "Live Migration failure: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "" -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" " Code %(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 msgid "Starting migrate_disk_and_power_off" msgstr "" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 msgid "Instance running successfully." msgstr "" -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 msgid "Starting finish_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 msgid "Starting finish_revert_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "" @@ -9134,70 +9177,70 @@ msgstr "" msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, python-format msgid "%s is already mounted" msgstr "" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, python-format msgid "AoE device not found at %s" msgstr "" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 msgid "Fibre Channel device not found." msgstr "" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " "Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9269,12 +9312,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9320,7 +9363,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9471,27 +9514,27 @@ msgstr "" msgid "VMware Cluster %s is not found" msgstr "" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "" @@ -9901,54 +9944,54 @@ msgstr "" msgid "Renamed the VM from %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, python-format msgid "Automatically hard rebooting %d" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 msgid "Reconfiguring VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 msgid "Reconfigured VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "" @@ -10069,19 +10112,19 @@ msgstr "" msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" msgstr "" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " "args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "" @@ -10189,24 +10232,24 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, python-format msgid "Could not determine key: %s" msgstr "" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "" -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "" @@ -10766,7 +10809,7 @@ msgstr "" msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, python-format msgid "Updating progress to %(progress)d" msgstr "" @@ -10780,202 +10823,202 @@ msgstr "" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 msgid "Starting instance" msgstr "" -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, python-format msgid "Block device information present: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 msgid "Failed to spawn, rolling back" msgstr "" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 msgid "Auto configuring disk, attempting to resize partition..." msgstr "" -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 msgid "Starting VM" msgstr "" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" msgstr "" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, python-format msgid "Could not find VM with name %s" msgstr "" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 msgid "Finished snapshot and upload for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 msgid "Unable to terminate instance." msgstr "" -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 msgid "Resize complete" msgstr "" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 msgid "Unable to find root VBD/VDI for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 msgid "Destroying VDIs" msgstr "" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 msgid "Destroying VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "" -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 msgid "VM is not present, skipping soft delete..." msgstr "" -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 msgid "Automatically hard rebooting" msgstr "" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 msgid "Injecting network info to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 msgid "Creating vifs" msgstr "" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 msgid "Injecting hostname to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" msgstr "" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 msgid "No suitable network for migrate" msgstr "" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 msgid "VM.assert_can_migrate failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 msgid "Migrate Send failed" msgstr "" @@ -11116,3 +11159,6 @@ msgstr "" msgid "status must be 'available'" msgstr "" +#~ msgid "Quantum client authentication failed: %s" +#~ msgstr "" + diff --git a/nova/locale/nb/LC_MESSAGES/nova.po b/nova/locale/nb/LC_MESSAGES/nova.po index 3f8a3cb00..1ee2dea78 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-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 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" @@ -172,7 +172,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "" @@ -1301,6 +1301,21 @@ msgstr "" msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, fuzzy, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "Forventet objekt av typen: %s" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1311,7 +1326,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1961,43 +1976,43 @@ msgstr "" msgid "Failed to get metadata for instance id: %s" msgstr "Kunne ikke hente metadata for ip:% s" -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2278,10 +2293,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "" @@ -3871,46 +3888,46 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 msgid "Cannot run any more instances of this type." msgstr "" -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, python-format msgid "Can only run %s more instances of this type." msgstr "" -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" msgstr "" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " "properties" msgstr "" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 msgid "Metadata property key greater than 255 characters" msgstr "" -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 msgid "Metadata property value greater than 255 characters" msgstr "" -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 msgid "Cannot attach one or more volumes to multiple instances" msgstr "" @@ -3973,141 +3990,141 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2067 +#: nova/compute/api.py:2065 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2871 +#: nova/compute/api.py:2872 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2888 +#: nova/compute/api.py:2889 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, python-format msgid "Unable to update system group '%s'" msgstr "" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, python-format msgid "Unable to delete system group '%s'" msgstr "" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "" @@ -4243,603 +4260,608 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 msgid "Failed to resume instance" msgstr "" -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, python-format msgid "Detaching from volume api: %s" msgstr "" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1769 +#: nova/compute/manager.py:1778 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1876 +#: nova/compute/manager.py:1885 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1923 +#: nova/compute/manager.py:1932 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1945 +#: nova/compute/manager.py:1954 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, 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:1969 +#: nova/compute/manager.py:1978 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 msgid "Error trying to Rescue Instance" msgstr "" -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, python-format +msgid "Updating instance to original state: '%s'" +msgstr "" + +#: nova/compute/manager.py:2330 msgid "Instance has no source host" msgstr "" -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2620 +#: nova/compute/manager.py:2673 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2911 +#: nova/compute/manager.py:2964 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2920 +#: nova/compute/manager.py:2973 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2935 +#: nova/compute/manager.py:2988 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2965 +#: nova/compute/manager.py:3018 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:2975 +#: nova/compute/manager.py:3028 msgid "Detaching volume from unknown instance" msgstr "" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "" -#: nova/compute/manager.py:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3061 +#: nova/compute/manager.py:3114 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3075 +#: nova/compute/manager.py:3128 #, fuzzy, python-format msgid "Host %(host)s not found" msgstr "Nettverk ikke funnet" -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3256 +#: nova/compute/manager.py:3309 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3313 +#: nova/compute/manager.py:3366 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:3328 +#: nova/compute/manager.py:3381 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, fuzzy, python-format msgid "Failed to get compute_info for %s" msgstr "Kunne ikke hente metadata for ip:% s" -#: nova/compute/manager.py:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3545 +#: nova/compute/manager.py:3598 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3554 +#: nova/compute/manager.py:3607 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3561 +#: nova/compute/manager.py:3614 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3565 +#: nova/compute/manager.py:3618 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3581 +#: nova/compute/manager.py:3634 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3598 +#: nova/compute/manager.py:3651 #, 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:3617 +#: nova/compute/manager.py:3670 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3829 +#: nova/compute/manager.py:3882 #, 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:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3899 +#: nova/compute/manager.py:3952 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4025 +#: nova/compute/manager.py:4078 #, 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:4032 +#: nova/compute/manager.py:4085 #, 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:4039 +#: nova/compute/manager.py:4092 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4119 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4953,18 +4975,18 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5068,24 +5090,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5623,76 +5645,75 @@ msgstr "" msgid "v4 subnets are required for legacy nw_info" msgstr "" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" +#: nova/network/quantumv2/__init__.py:67 +msgid "quantum authentication failed" msgstr "" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, python-format msgid "allocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, python-format msgid "empty project id for instance %s" msgstr "" -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 #, fuzzy msgid "Port not found" msgstr "Nettverk ikke funnet" -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, python-format msgid "deallocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "" -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "" -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, python-format msgid "get_instance_nw_info() for %s" msgstr "" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, python-format msgid "validate_networks() for %s" msgstr "" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "" @@ -5777,6 +5798,25 @@ msgstr "" msgid "This rule already exists in group %s" msgstr "Denne regelen eksisterer allerede i gruppen %s" +#: nova/objects/base.py:52 +#, python-format +msgid "Error setting %(attr)s" +msgstr "" + +#: nova/objects/base.py:136 +msgid "Invalid version string" +msgstr "" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, python-format msgid "Original exception being dropped: %s" @@ -6882,51 +6922,54 @@ msgid "unexpected role header" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 msgid "spawn error" msgstr "" @@ -7058,25 +7101,25 @@ msgstr "" msgid "Added %(filepath)s to config drive" msgstr "" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, python-format msgid "Loading compute driver '%s'" msgstr "" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 msgid "Unable to load the virtualization driver" msgstr "" @@ -7872,7 +7915,7 @@ msgstr "" msgid "get_available_resource called" msgstr "" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "" @@ -8044,50 +8087,50 @@ msgstr "" msgid "finish_revert_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, python-format msgid "Getting info for disk: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 msgid "finish_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, python-format msgid "Cannot find boot VHD file: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8671,61 +8714,61 @@ msgid "" "%(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, python-format msgid "Invalid exclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, python-format msgid "Invalid inclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 msgid "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. " msgstr "" -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, python-format msgid "Trying to get stats for the volume %s" msgstr "" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -8733,50 +8776,50 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " "is on the same shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 msgid "Live migration can not be used without shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" msgstr "" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" "%s" msgstr "" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -8786,67 +8829,67 @@ msgid "" "Refer to %(u)s" msgstr "" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " "mount the same storage." msgstr "" -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, python-format msgid "Live Migration failure: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "" -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" " Code %(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 msgid "Starting migrate_disk_and_power_off" msgstr "" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 msgid "Instance running successfully." msgstr "" -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 msgid "Starting finish_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 msgid "Starting finish_revert_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "" @@ -9155,70 +9198,70 @@ msgstr "" msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, python-format msgid "%s is already mounted" msgstr "" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, fuzzy, python-format msgid "AoE device not found at %s" msgstr "Tjener ikke funnet" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 msgid "Fibre Channel device not found." msgstr "" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " "Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9290,12 +9333,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9341,7 +9384,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9492,27 +9535,27 @@ msgstr "" msgid "VMware Cluster %s is not found" msgstr "" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "" @@ -9922,54 +9965,54 @@ msgstr "" msgid "Renamed the VM from %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, python-format msgid "Automatically hard rebooting %d" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 msgid "Reconfiguring VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 msgid "Reconfigured VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "" @@ -10092,19 +10135,19 @@ msgstr "Kan ikke finne adressen %r" msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" msgstr "" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " "args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "" @@ -10212,24 +10255,24 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, python-format msgid "Could not determine key: %s" msgstr "" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "" -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "" @@ -10790,7 +10833,7 @@ msgstr "" msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, python-format msgid "Updating progress to %(progress)d" msgstr "" @@ -10804,203 +10847,203 @@ msgstr "" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 msgid "Starting instance" msgstr "" -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, python-format msgid "Block device information present: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 msgid "Failed to spawn, rolling back" msgstr "" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 msgid "Auto configuring disk, attempting to resize partition..." msgstr "" -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 msgid "Starting VM" msgstr "" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" msgstr "" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, python-format msgid "Could not find VM with name %s" msgstr "" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 msgid "Finished snapshot and upload for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 msgid "Unable to terminate instance." msgstr "" -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 msgid "Resize complete" msgstr "" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 msgid "Unable to find root VBD/VDI for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 msgid "Destroying VDIs" msgstr "" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 msgid "Destroying VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "" -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 msgid "VM is not present, skipping soft delete..." msgstr "" -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 msgid "Automatically hard rebooting" msgstr "" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 msgid "Injecting network info to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 msgid "Creating vifs" msgstr "" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 msgid "Injecting hostname to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" msgstr "" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 #, fuzzy msgid "No suitable network for migrate" msgstr "Feil nettverks-format" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 msgid "VM.assert_can_migrate failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 msgid "Migrate Send failed" msgstr "" @@ -11141,3 +11184,6 @@ msgstr "" msgid "status must be 'available'" msgstr "" +#~ msgid "Quantum client authentication failed: %s" +#~ msgstr "" + diff --git a/nova/locale/nl_NL/LC_MESSAGES/nova.po b/nova/locale/nl_NL/LC_MESSAGES/nova.po index 28aea5b71..394d72b80 100644 --- a/nova/locale/nl_NL/LC_MESSAGES/nova.po +++ b/nova/locale/nl_NL/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-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 19:37+0000\n" "PO-Revision-Date: 2013-05-28 17:08+0000\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Language-Team: Dutch (Netherlands) " @@ -171,7 +171,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "" @@ -1300,6 +1300,21 @@ msgstr "" msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1310,7 +1325,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1959,43 +1974,43 @@ msgstr "" msgid "Failed to get metadata for instance id: %s" msgstr "" -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2276,10 +2291,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "" @@ -3859,46 +3876,46 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 msgid "Cannot run any more instances of this type." msgstr "" -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, python-format msgid "Can only run %s more instances of this type." msgstr "" -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" msgstr "" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " "properties" msgstr "" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 msgid "Metadata property key greater than 255 characters" msgstr "" -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 msgid "Metadata property value greater than 255 characters" msgstr "" -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 msgid "Cannot attach one or more volumes to multiple instances" msgstr "" @@ -3961,141 +3978,141 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2067 +#: nova/compute/api.py:2065 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2871 +#: nova/compute/api.py:2872 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2888 +#: nova/compute/api.py:2889 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, python-format msgid "Unable to update system group '%s'" msgstr "" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, python-format msgid "Unable to delete system group '%s'" msgstr "" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "" @@ -4231,603 +4248,608 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 msgid "Failed to resume instance" msgstr "" -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, python-format msgid "Detaching from volume api: %s" msgstr "" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1769 +#: nova/compute/manager.py:1778 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1876 +#: nova/compute/manager.py:1885 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1923 +#: nova/compute/manager.py:1932 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1945 +#: nova/compute/manager.py:1954 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, 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:1969 +#: nova/compute/manager.py:1978 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 msgid "Error trying to Rescue Instance" msgstr "" -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, python-format +msgid "Updating instance to original state: '%s'" +msgstr "" + +#: nova/compute/manager.py:2330 msgid "Instance has no source host" msgstr "" -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2620 +#: nova/compute/manager.py:2673 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2911 +#: nova/compute/manager.py:2964 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2920 +#: nova/compute/manager.py:2973 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2935 +#: nova/compute/manager.py:2988 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2965 +#: nova/compute/manager.py:3018 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:2975 +#: nova/compute/manager.py:3028 msgid "Detaching volume from unknown instance" msgstr "" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "" -#: nova/compute/manager.py:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3061 +#: nova/compute/manager.py:3114 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3075 +#: nova/compute/manager.py:3128 #, python-format msgid "Host %(host)s not found" msgstr "" -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3256 +#: nova/compute/manager.py:3309 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3313 +#: nova/compute/manager.py:3366 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:3328 +#: nova/compute/manager.py:3381 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3545 +#: nova/compute/manager.py:3598 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3554 +#: nova/compute/manager.py:3607 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3561 +#: nova/compute/manager.py:3614 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3565 +#: nova/compute/manager.py:3618 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3581 +#: nova/compute/manager.py:3634 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3598 +#: nova/compute/manager.py:3651 #, 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:3617 +#: nova/compute/manager.py:3670 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3829 +#: nova/compute/manager.py:3882 #, 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:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3899 +#: nova/compute/manager.py:3952 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4025 +#: nova/compute/manager.py:4078 #, 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:4032 +#: nova/compute/manager.py:4085 #, 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:4039 +#: nova/compute/manager.py:4092 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4119 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4941,18 +4963,18 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5056,24 +5078,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5610,75 +5632,74 @@ msgstr "" msgid "v4 subnets are required for legacy nw_info" msgstr "" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" +#: nova/network/quantumv2/__init__.py:67 +msgid "quantum authentication failed" msgstr "" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, python-format msgid "allocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, python-format msgid "empty project id for instance %s" msgstr "" -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 msgid "Port not found" msgstr "" -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, python-format msgid "deallocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "" -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "" -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, python-format msgid "get_instance_nw_info() for %s" msgstr "" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, python-format msgid "validate_networks() for %s" msgstr "" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "" @@ -5763,6 +5784,25 @@ msgstr "" msgid "This rule already exists in group %s" msgstr "" +#: nova/objects/base.py:52 +#, python-format +msgid "Error setting %(attr)s" +msgstr "" + +#: nova/objects/base.py:136 +msgid "Invalid version string" +msgstr "" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, python-format msgid "Original exception being dropped: %s" @@ -6866,51 +6906,54 @@ msgid "unexpected role header" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 msgid "spawn error" msgstr "" @@ -7041,25 +7084,25 @@ msgstr "" msgid "Added %(filepath)s to config drive" msgstr "" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, python-format msgid "Loading compute driver '%s'" msgstr "" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 msgid "Unable to load the virtualization driver" msgstr "" @@ -7853,7 +7896,7 @@ msgstr "" msgid "get_available_resource called" msgstr "" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "" @@ -8025,50 +8068,50 @@ msgstr "" msgid "finish_revert_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, python-format msgid "Getting info for disk: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 msgid "finish_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, python-format msgid "Cannot find boot VHD file: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8650,61 +8693,61 @@ msgid "" "%(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, python-format msgid "Invalid exclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, python-format msgid "Invalid inclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 msgid "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. " msgstr "" -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, python-format msgid "Trying to get stats for the volume %s" msgstr "" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -8712,50 +8755,50 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " "is on the same shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 msgid "Live migration can not be used without shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" msgstr "" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" "%s" msgstr "" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -8765,67 +8808,67 @@ msgid "" "Refer to %(u)s" msgstr "" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " "mount the same storage." msgstr "" -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, python-format msgid "Live Migration failure: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "" -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" " Code %(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 msgid "Starting migrate_disk_and_power_off" msgstr "" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 msgid "Instance running successfully." msgstr "" -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 msgid "Starting finish_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 msgid "Starting finish_revert_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "" @@ -9134,70 +9177,70 @@ msgstr "" msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, python-format msgid "%s is already mounted" msgstr "" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, python-format msgid "AoE device not found at %s" msgstr "" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 msgid "Fibre Channel device not found." msgstr "" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " "Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9269,12 +9312,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9320,7 +9363,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9471,27 +9514,27 @@ msgstr "" msgid "VMware Cluster %s is not found" msgstr "" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "" @@ -9901,54 +9944,54 @@ msgstr "" msgid "Renamed the VM from %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, python-format msgid "Automatically hard rebooting %d" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 msgid "Reconfiguring VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 msgid "Reconfigured VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "" @@ -10069,19 +10112,19 @@ msgstr "" msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" msgstr "" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " "args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "" @@ -10189,24 +10232,24 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, python-format msgid "Could not determine key: %s" msgstr "" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "" -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "" @@ -10766,7 +10809,7 @@ msgstr "" msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, python-format msgid "Updating progress to %(progress)d" msgstr "" @@ -10780,202 +10823,202 @@ msgstr "" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 msgid "Starting instance" msgstr "" -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, python-format msgid "Block device information present: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 msgid "Failed to spawn, rolling back" msgstr "" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 msgid "Auto configuring disk, attempting to resize partition..." msgstr "" -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 msgid "Starting VM" msgstr "" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" msgstr "" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, python-format msgid "Could not find VM with name %s" msgstr "" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 msgid "Finished snapshot and upload for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 msgid "Unable to terminate instance." msgstr "" -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 msgid "Resize complete" msgstr "" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 msgid "Unable to find root VBD/VDI for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 msgid "Destroying VDIs" msgstr "" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 msgid "Destroying VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "" -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 msgid "VM is not present, skipping soft delete..." msgstr "" -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 msgid "Automatically hard rebooting" msgstr "" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 msgid "Injecting network info to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 msgid "Creating vifs" msgstr "" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 msgid "Injecting hostname to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" msgstr "" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 msgid "No suitable network for migrate" msgstr "" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 msgid "VM.assert_can_migrate failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 msgid "Migrate Send failed" msgstr "" @@ -11116,3 +11159,6 @@ msgstr "" msgid "status must be 'available'" msgstr "" +#~ msgid "Quantum client authentication failed: %s" +#~ msgstr "" + diff --git a/nova/locale/nova.pot b/nova/locale/nova.pot index 44ddf5515..af6fa8009 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.261\n" +"Project-Id-Version: nova jenkins.nova.propose.translation.update.265\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-05-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 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" @@ -170,7 +170,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "" @@ -1299,6 +1299,21 @@ msgstr "" msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1309,7 +1324,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1958,43 +1973,43 @@ msgstr "" msgid "Failed to get metadata for instance id: %s" msgstr "" -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2275,10 +2290,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "" @@ -3858,46 +3875,46 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 msgid "Cannot run any more instances of this type." msgstr "" -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, python-format msgid "Can only run %s more instances of this type." msgstr "" -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" msgstr "" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " "properties" msgstr "" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 msgid "Metadata property key greater than 255 characters" msgstr "" -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 msgid "Metadata property value greater than 255 characters" msgstr "" -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 msgid "Cannot attach one or more volumes to multiple instances" msgstr "" @@ -3960,141 +3977,141 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2067 +#: nova/compute/api.py:2065 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2871 +#: nova/compute/api.py:2872 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2888 +#: nova/compute/api.py:2889 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, python-format msgid "Unable to update system group '%s'" msgstr "" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, python-format msgid "Unable to delete system group '%s'" msgstr "" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "" @@ -4230,603 +4247,608 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 msgid "Failed to resume instance" msgstr "" -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, python-format msgid "Detaching from volume api: %s" msgstr "" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1769 +#: nova/compute/manager.py:1778 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1876 +#: nova/compute/manager.py:1885 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1923 +#: nova/compute/manager.py:1932 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1945 +#: nova/compute/manager.py:1954 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, 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:1969 +#: nova/compute/manager.py:1978 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 msgid "Error trying to Rescue Instance" msgstr "" -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, python-format +msgid "Updating instance to original state: '%s'" +msgstr "" + +#: nova/compute/manager.py:2330 msgid "Instance has no source host" msgstr "" -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2620 +#: nova/compute/manager.py:2673 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2911 +#: nova/compute/manager.py:2964 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2920 +#: nova/compute/manager.py:2973 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2935 +#: nova/compute/manager.py:2988 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2965 +#: nova/compute/manager.py:3018 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:2975 +#: nova/compute/manager.py:3028 msgid "Detaching volume from unknown instance" msgstr "" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "" -#: nova/compute/manager.py:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3061 +#: nova/compute/manager.py:3114 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3075 +#: nova/compute/manager.py:3128 #, python-format msgid "Host %(host)s not found" msgstr "" -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3256 +#: nova/compute/manager.py:3309 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3313 +#: nova/compute/manager.py:3366 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:3328 +#: nova/compute/manager.py:3381 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3545 +#: nova/compute/manager.py:3598 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3554 +#: nova/compute/manager.py:3607 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3561 +#: nova/compute/manager.py:3614 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3565 +#: nova/compute/manager.py:3618 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3581 +#: nova/compute/manager.py:3634 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3598 +#: nova/compute/manager.py:3651 #, 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:3617 +#: nova/compute/manager.py:3670 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3829 +#: nova/compute/manager.py:3882 #, 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:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3899 +#: nova/compute/manager.py:3952 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4025 +#: nova/compute/manager.py:4078 #, 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:4032 +#: nova/compute/manager.py:4085 #, 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:4039 +#: nova/compute/manager.py:4092 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4119 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4940,18 +4962,18 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5055,24 +5077,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5609,75 +5631,74 @@ msgstr "" msgid "v4 subnets are required for legacy nw_info" msgstr "" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" +#: nova/network/quantumv2/__init__.py:67 +msgid "quantum authentication failed" msgstr "" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, python-format msgid "allocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, python-format msgid "empty project id for instance %s" msgstr "" -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 msgid "Port not found" msgstr "" -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, python-format msgid "deallocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "" -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "" -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, python-format msgid "get_instance_nw_info() for %s" msgstr "" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, python-format msgid "validate_networks() for %s" msgstr "" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "" @@ -5762,6 +5783,25 @@ msgstr "" msgid "This rule already exists in group %s" msgstr "" +#: nova/objects/base.py:52 +#, python-format +msgid "Error setting %(attr)s" +msgstr "" + +#: nova/objects/base.py:136 +msgid "Invalid version string" +msgstr "" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, python-format msgid "Original exception being dropped: %s" @@ -6865,51 +6905,54 @@ msgid "unexpected role header" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 msgid "spawn error" msgstr "" @@ -7040,25 +7083,25 @@ msgstr "" msgid "Added %(filepath)s to config drive" msgstr "" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, python-format msgid "Loading compute driver '%s'" msgstr "" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 msgid "Unable to load the virtualization driver" msgstr "" @@ -7852,7 +7895,7 @@ msgstr "" msgid "get_available_resource called" msgstr "" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "" @@ -8024,50 +8067,50 @@ msgstr "" msgid "finish_revert_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, python-format msgid "Getting info for disk: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 msgid "finish_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, python-format msgid "Cannot find boot VHD file: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8649,61 +8692,61 @@ msgid "" "%(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, python-format msgid "Invalid exclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, python-format msgid "Invalid inclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 msgid "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. " msgstr "" -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, python-format msgid "Trying to get stats for the volume %s" msgstr "" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -8711,50 +8754,50 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " "is on the same shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 msgid "Live migration can not be used without shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" msgstr "" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" "%s" msgstr "" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -8764,67 +8807,67 @@ msgid "" "Refer to %(u)s" msgstr "" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " "mount the same storage." msgstr "" -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, python-format msgid "Live Migration failure: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "" -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" " Code %(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 msgid "Starting migrate_disk_and_power_off" msgstr "" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 msgid "Instance running successfully." msgstr "" -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 msgid "Starting finish_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 msgid "Starting finish_revert_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "" @@ -9133,70 +9176,70 @@ msgstr "" msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, python-format msgid "%s is already mounted" msgstr "" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, python-format msgid "AoE device not found at %s" msgstr "" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 msgid "Fibre Channel device not found." msgstr "" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " "Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9268,12 +9311,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9319,7 +9362,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9470,27 +9513,27 @@ msgstr "" msgid "VMware Cluster %s is not found" msgstr "" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "" @@ -9900,54 +9943,54 @@ msgstr "" msgid "Renamed the VM from %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, python-format msgid "Automatically hard rebooting %d" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 msgid "Reconfiguring VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 msgid "Reconfigured VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "" @@ -10068,19 +10111,19 @@ msgstr "" msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" msgstr "" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " "args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "" @@ -10188,24 +10231,24 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, python-format msgid "Could not determine key: %s" msgstr "" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "" -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "" @@ -10765,7 +10808,7 @@ msgstr "" msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, python-format msgid "Updating progress to %(progress)d" msgstr "" @@ -10779,202 +10822,202 @@ msgstr "" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 msgid "Starting instance" msgstr "" -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, python-format msgid "Block device information present: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 msgid "Failed to spawn, rolling back" msgstr "" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 msgid "Auto configuring disk, attempting to resize partition..." msgstr "" -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 msgid "Starting VM" msgstr "" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" msgstr "" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, python-format msgid "Could not find VM with name %s" msgstr "" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 msgid "Finished snapshot and upload for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 msgid "Unable to terminate instance." msgstr "" -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 msgid "Resize complete" msgstr "" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 msgid "Unable to find root VBD/VDI for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 msgid "Destroying VDIs" msgstr "" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 msgid "Destroying VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "" -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 msgid "VM is not present, skipping soft delete..." msgstr "" -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 msgid "Automatically hard rebooting" msgstr "" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 msgid "Injecting network info to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 msgid "Creating vifs" msgstr "" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 msgid "Injecting hostname to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" msgstr "" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 msgid "No suitable network for migrate" msgstr "" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 msgid "VM.assert_can_migrate failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 msgid "Migrate Send failed" msgstr "" diff --git a/nova/locale/pt/LC_MESSAGES/nova.po b/nova/locale/pt/LC_MESSAGES/nova.po index 72cfc2e46..4883ff165 100644 --- a/nova/locale/pt/LC_MESSAGES/nova.po +++ b/nova/locale/pt/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-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 19:37+0000\n" "PO-Revision-Date: 2013-05-28 17:08+0000\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Language-Team: Portuguese " @@ -171,7 +171,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "" @@ -1300,6 +1300,21 @@ msgstr "" msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1310,7 +1325,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1959,43 +1974,43 @@ msgstr "" msgid "Failed to get metadata for instance id: %s" msgstr "" -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2276,10 +2291,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "" @@ -3859,46 +3876,46 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 msgid "Cannot run any more instances of this type." msgstr "" -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, python-format msgid "Can only run %s more instances of this type." msgstr "" -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" msgstr "" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " "properties" msgstr "" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 msgid "Metadata property key greater than 255 characters" msgstr "" -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 msgid "Metadata property value greater than 255 characters" msgstr "" -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 msgid "Cannot attach one or more volumes to multiple instances" msgstr "" @@ -3961,141 +3978,141 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2067 +#: nova/compute/api.py:2065 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2871 +#: nova/compute/api.py:2872 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2888 +#: nova/compute/api.py:2889 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, python-format msgid "Unable to update system group '%s'" msgstr "" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, python-format msgid "Unable to delete system group '%s'" msgstr "" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "" @@ -4231,603 +4248,608 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 msgid "Failed to resume instance" msgstr "" -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, python-format msgid "Detaching from volume api: %s" msgstr "" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1769 +#: nova/compute/manager.py:1778 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1876 +#: nova/compute/manager.py:1885 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1923 +#: nova/compute/manager.py:1932 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1945 +#: nova/compute/manager.py:1954 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, 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:1969 +#: nova/compute/manager.py:1978 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 msgid "Error trying to Rescue Instance" msgstr "" -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, python-format +msgid "Updating instance to original state: '%s'" +msgstr "" + +#: nova/compute/manager.py:2330 msgid "Instance has no source host" msgstr "" -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2620 +#: nova/compute/manager.py:2673 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2911 +#: nova/compute/manager.py:2964 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2920 +#: nova/compute/manager.py:2973 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2935 +#: nova/compute/manager.py:2988 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2965 +#: nova/compute/manager.py:3018 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:2975 +#: nova/compute/manager.py:3028 msgid "Detaching volume from unknown instance" msgstr "" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "" -#: nova/compute/manager.py:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3061 +#: nova/compute/manager.py:3114 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3075 +#: nova/compute/manager.py:3128 #, python-format msgid "Host %(host)s not found" msgstr "" -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3256 +#: nova/compute/manager.py:3309 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3313 +#: nova/compute/manager.py:3366 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:3328 +#: nova/compute/manager.py:3381 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3545 +#: nova/compute/manager.py:3598 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3554 +#: nova/compute/manager.py:3607 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3561 +#: nova/compute/manager.py:3614 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3565 +#: nova/compute/manager.py:3618 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3581 +#: nova/compute/manager.py:3634 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3598 +#: nova/compute/manager.py:3651 #, 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:3617 +#: nova/compute/manager.py:3670 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3829 +#: nova/compute/manager.py:3882 #, 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:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3899 +#: nova/compute/manager.py:3952 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4025 +#: nova/compute/manager.py:4078 #, 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:4032 +#: nova/compute/manager.py:4085 #, 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:4039 +#: nova/compute/manager.py:4092 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4119 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4941,18 +4963,18 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5056,24 +5078,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5610,75 +5632,74 @@ msgstr "" msgid "v4 subnets are required for legacy nw_info" msgstr "" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" +#: nova/network/quantumv2/__init__.py:67 +msgid "quantum authentication failed" msgstr "" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, python-format msgid "allocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, python-format msgid "empty project id for instance %s" msgstr "" -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 msgid "Port not found" msgstr "" -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, python-format msgid "deallocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "" -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "" -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, python-format msgid "get_instance_nw_info() for %s" msgstr "" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, python-format msgid "validate_networks() for %s" msgstr "" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "" @@ -5763,6 +5784,25 @@ msgstr "" msgid "This rule already exists in group %s" msgstr "" +#: nova/objects/base.py:52 +#, python-format +msgid "Error setting %(attr)s" +msgstr "" + +#: nova/objects/base.py:136 +msgid "Invalid version string" +msgstr "" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, python-format msgid "Original exception being dropped: %s" @@ -6866,51 +6906,54 @@ msgid "unexpected role header" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 msgid "spawn error" msgstr "" @@ -7041,25 +7084,25 @@ msgstr "" msgid "Added %(filepath)s to config drive" msgstr "" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, python-format msgid "Loading compute driver '%s'" msgstr "" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 msgid "Unable to load the virtualization driver" msgstr "" @@ -7853,7 +7896,7 @@ msgstr "" msgid "get_available_resource called" msgstr "" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "" @@ -8025,50 +8068,50 @@ msgstr "" msgid "finish_revert_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, python-format msgid "Getting info for disk: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 msgid "finish_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, python-format msgid "Cannot find boot VHD file: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8650,61 +8693,61 @@ msgid "" "%(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, python-format msgid "Invalid exclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, python-format msgid "Invalid inclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 msgid "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. " msgstr "" -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, python-format msgid "Trying to get stats for the volume %s" msgstr "" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -8712,50 +8755,50 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " "is on the same shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 msgid "Live migration can not be used without shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" msgstr "" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" "%s" msgstr "" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -8765,67 +8808,67 @@ msgid "" "Refer to %(u)s" msgstr "" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " "mount the same storage." msgstr "" -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, python-format msgid "Live Migration failure: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "" -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" " Code %(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 msgid "Starting migrate_disk_and_power_off" msgstr "" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 msgid "Instance running successfully." msgstr "" -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 msgid "Starting finish_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 msgid "Starting finish_revert_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "" @@ -9134,70 +9177,70 @@ msgstr "" msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, python-format msgid "%s is already mounted" msgstr "" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, python-format msgid "AoE device not found at %s" msgstr "" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 msgid "Fibre Channel device not found." msgstr "" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " "Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9269,12 +9312,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9320,7 +9363,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9471,27 +9514,27 @@ msgstr "" msgid "VMware Cluster %s is not found" msgstr "" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "" @@ -9901,54 +9944,54 @@ msgstr "" msgid "Renamed the VM from %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, python-format msgid "Automatically hard rebooting %d" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 msgid "Reconfiguring VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 msgid "Reconfigured VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "" @@ -10069,19 +10112,19 @@ msgstr "" msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" msgstr "" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " "args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "" @@ -10189,24 +10232,24 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, python-format msgid "Could not determine key: %s" msgstr "" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "" -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "" @@ -10766,7 +10809,7 @@ msgstr "" msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, python-format msgid "Updating progress to %(progress)d" msgstr "" @@ -10780,202 +10823,202 @@ msgstr "" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 msgid "Starting instance" msgstr "" -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, python-format msgid "Block device information present: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 msgid "Failed to spawn, rolling back" msgstr "" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 msgid "Auto configuring disk, attempting to resize partition..." msgstr "" -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 msgid "Starting VM" msgstr "" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" msgstr "" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, python-format msgid "Could not find VM with name %s" msgstr "" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 msgid "Finished snapshot and upload for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 msgid "Unable to terminate instance." msgstr "" -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 msgid "Resize complete" msgstr "" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 msgid "Unable to find root VBD/VDI for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 msgid "Destroying VDIs" msgstr "" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 msgid "Destroying VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "" -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 msgid "VM is not present, skipping soft delete..." msgstr "" -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 msgid "Automatically hard rebooting" msgstr "" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 msgid "Injecting network info to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 msgid "Creating vifs" msgstr "" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 msgid "Injecting hostname to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" msgstr "" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 msgid "No suitable network for migrate" msgstr "" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 msgid "VM.assert_can_migrate failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 msgid "Migrate Send failed" msgstr "" @@ -11116,3 +11159,6 @@ msgstr "" msgid "status must be 'available'" msgstr "" +#~ msgid "Quantum client authentication failed: %s" +#~ msgstr "" + diff --git a/nova/locale/pt_BR/LC_MESSAGES/nova.po b/nova/locale/pt_BR/LC_MESSAGES/nova.po index ab5358d49..ccb6c1fb1 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-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 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" @@ -171,7 +171,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "" @@ -1305,6 +1305,21 @@ msgstr "group %s já existe" msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, fuzzy, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "Objeto esperado do tipo: %s" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1315,7 +1330,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1971,43 +1986,43 @@ msgstr "" msgid "Failed to get metadata for instance id: %s" msgstr "Falha ao obter metadados para o ip: %s" -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "Capturado o erro: %s" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2288,10 +2303,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "Instância não existe" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "" @@ -3907,46 +3924,46 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 msgid "Cannot run any more instances of this type." msgstr "" -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, python-format msgid "Can only run %s more instances of this type." msgstr "" -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" msgstr "" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " "properties" msgstr "" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 msgid "Metadata property key greater than 255 characters" msgstr "" -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 msgid "Metadata property value greater than 255 characters" msgstr "" -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 #, fuzzy msgid "Cannot attach one or more volumes to multiple instances" msgstr "Não é possível anexar o volume na instância %s" @@ -4016,142 +4033,142 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2067 +#: nova/compute/api.py:2065 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, fuzzy, python-format msgid "Going to try to live migrate instance to %s" msgstr "Começando a terminar instâncias" -#: nova/compute/api.py:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2871 +#: nova/compute/api.py:2872 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2888 +#: nova/compute/api.py:2889 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "Criar Grupo de Segurança %s" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, fuzzy, python-format msgid "Unable to update system group '%s'" msgstr "Não é possível destruir o VBD %s" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, fuzzy, python-format msgid "Unable to delete system group '%s'" msgstr "Não é possível destruir o VBD %s" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 #, fuzzy msgid "Security group is still in use" msgstr "Revogado entrada do grupo de segurança %s" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "Excluir grupo de segurança %s" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "Autorizada entrada do grupo de segurança %s" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "Revogado entrada do grupo de segurança %s" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "" @@ -4289,621 +4306,626 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "Falhou ao reiniciar instância" -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 #, fuzzy msgid "Failed to resume instance" msgstr "Falha ao suspender instância" -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, fuzzy, python-format msgid "Unexpected power state %d" msgstr "Erro inexperado lançado: %s" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 #, fuzzy msgid "Failed to dealloc network for deleted instance" msgstr "Começando a terminar instâncias" -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, fuzzy, python-format msgid "Error: %s" msgstr "Capturado o erro: %s" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 #, fuzzy msgid "Failed to deallocate network for instance." msgstr "Começando a terminar instâncias" -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 #, fuzzy msgid "Rebuilding instance" msgstr "Reconstruindo instância %s" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, fuzzy, python-format msgid "Detaching from volume api: %s" msgstr "Desanexar volume %s" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 #, fuzzy msgid "Rebooting instance" msgstr "Reiniciando a instância %s" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1769 +#: nova/compute/manager.py:1778 #, fuzzy, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "Reconstruindo instância %s" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 #, fuzzy msgid "instance snapshotting" msgstr "instância %s: fazendo um snapshot" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1876 +#: nova/compute/manager.py:1885 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "Removendo imagem %s" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1923 +#: nova/compute/manager.py:1932 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1945 +#: nova/compute/manager.py:1954 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 #, fuzzy msgid "error setting admin password" msgstr "Configurar senha do administrador" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, 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:1969 +#: nova/compute/manager.py:1978 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 #, fuzzy msgid "Error trying to Rescue Instance" msgstr "Falha ao suspender instância" -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, fuzzy, python-format msgid "Driver Error: %s" msgstr "Capturado o erro: %s" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 #, fuzzy msgid "Unrescuing" msgstr "instância %s: desfazendo o resgate" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, fuzzy, python-format +msgid "Updating instance to original state: '%s'" +msgstr "Iniciando instância %s" + +#: nova/compute/manager.py:2330 #, fuzzy msgid "Instance has no source host" msgstr "Instância não existe" -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2620 +#: nova/compute/manager.py:2673 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 #, fuzzy msgid "Retrieving diagnostics" msgstr "instância %s: recuperando os diagnósticos" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 #, fuzzy msgid "Reset network" msgstr "instância %s: reset da rede" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 #, fuzzy msgid "Get console output" msgstr "Obter saída do console para instância %s" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 #, fuzzy msgid "Getting vnc console" msgstr "Adicionando console" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 #, fuzzy msgid "Getting spice console" msgstr "Adicionando console" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2911 +#: nova/compute/manager.py:2964 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2920 +#: nova/compute/manager.py:2973 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2935 +#: nova/compute/manager.py:2988 #, 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:2965 +#: nova/compute/manager.py:3018 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:2975 +#: nova/compute/manager.py:3028 #, fuzzy msgid "Detaching volume from unknown instance" msgstr "Desconectando volume da instância desconhecida %s" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, 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:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3061 +#: nova/compute/manager.py:3114 #, fuzzy, python-format msgid "Port %(port_id)s is not attached" msgstr "Rede %(network_id)s não foi encontrada." -#: nova/compute/manager.py:3075 +#: nova/compute/manager.py:3128 #, fuzzy, python-format msgid "Host %(host)s not found" msgstr "Host %(host)s não encontrado." -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3256 +#: nova/compute/manager.py:3309 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3313 +#: nova/compute/manager.py:3366 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:3328 +#: nova/compute/manager.py:3381 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, fuzzy, python-format msgid "Failed to get compute_info for %s" msgstr "Falha ao obter metadados para o ip: %s" -#: nova/compute/manager.py:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3545 +#: nova/compute/manager.py:3598 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3554 +#: nova/compute/manager.py:3607 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3561 +#: nova/compute/manager.py:3614 #, 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:3565 +#: nova/compute/manager.py:3618 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3581 +#: nova/compute/manager.py:3634 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3598 +#: nova/compute/manager.py:3651 #, 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:3617 +#: nova/compute/manager.py:3670 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 #, fuzzy msgid "Updating volume usage cache" msgstr "Remover volume com id: %s" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3829 +#: nova/compute/manager.py:3882 #, 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:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3899 +#: nova/compute/manager.py:3952 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 #, fuzzy msgid "Instance is not (soft-)deleted." msgstr "Instância %s não encontrada" -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, fuzzy, python-format msgid "Deleting orphan compute node %s" msgstr "Removendo imagem %s" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4025 +#: nova/compute/manager.py:4078 #, 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:4032 +#: nova/compute/manager.py:4085 #, 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:4039 +#: nova/compute/manager.py:4092 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4119 #, fuzzy, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "Iniciando instância %s" @@ -5017,18 +5039,18 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5135,24 +5157,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, fuzzy, python-format msgid "Invalid instance id %s in request" msgstr "Corpo do pedido está mal formado" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5691,76 +5713,75 @@ msgstr "" msgid "v4 subnets are required for legacy nw_info" msgstr "" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" +#: nova/network/quantumv2/__init__.py:67 +msgid "quantum authentication failed" msgstr "" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, python-format msgid "allocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, fuzzy, python-format msgid "empty project id for instance %s" msgstr "tipo de instância %(instance_type)s é inválida." -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 #, fuzzy msgid "Port not found" msgstr "Imagem não encontrada." -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, python-format msgid "deallocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "" -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "" -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, python-format msgid "get_instance_nw_info() for %s" msgstr "" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, python-format msgid "validate_networks() for %s" msgstr "" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, fuzzy, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "Removendo rede com id %s" @@ -5848,6 +5869,25 @@ msgstr "" msgid "This rule already exists in group %s" msgstr "Esta regra já existe no grupo %s" +#: nova/objects/base.py:52 +#, fuzzy, python-format +msgid "Error setting %(attr)s" +msgstr "Configurar senha do administrador" + +#: nova/objects/base.py:136 +msgid "Invalid version string" +msgstr "" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, python-format msgid "Original exception being dropped: %s" @@ -6958,51 +6998,54 @@ msgid "unexpected role header" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "Erro interno" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 msgid "spawn error" msgstr "" @@ -7134,25 +7177,25 @@ msgstr "" msgid "Added %(filepath)s to config drive" msgstr "" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, python-format msgid "Loading compute driver '%s'" msgstr "" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 #, fuzzy msgid "Unable to load the virtualization driver" msgstr "Não foi possível carregar o driver de virtualização: %s" @@ -7958,7 +8001,7 @@ msgstr "" msgid "get_available_resource called" msgstr "" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "" @@ -8131,50 +8174,50 @@ msgstr "" msgid "finish_revert_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, fuzzy, python-format msgid "Getting info for disk: %s" msgstr "Removendo rede com id %s" -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 msgid "finish_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, python-format msgid "Cannot find boot VHD file: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8775,61 +8818,61 @@ msgid "" "%(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, python-format msgid "Invalid exclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, python-format msgid "Invalid inclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 msgid "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. " msgstr "" -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, fuzzy, python-format msgid "Trying to get stats for the volume %s" msgstr "Obtendo o tamanho da imagem para a imagem %s" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -8837,50 +8880,50 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " "is on the same shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 msgid "Live migration can not be used without shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" msgstr "" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" "%s" msgstr "" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -8890,67 +8933,67 @@ msgid "" "Refer to %(u)s" msgstr "" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " "mount the same storage." msgstr "" -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, fuzzy, python-format msgid "Live Migration failure: %(e)s" msgstr "Falha de Autenticação: %s" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "" -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" " Code %(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 msgid "Starting migrate_disk_and_power_off" msgstr "" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 msgid "Instance running successfully." msgstr "" -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 msgid "Starting finish_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 msgid "Starting finish_revert_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "" @@ -9259,70 +9302,70 @@ msgstr "" msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, fuzzy, python-format msgid "%s is already mounted" msgstr "group %s já existe" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, python-format msgid "AoE device not found at %s" msgstr "" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 msgid "Fibre Channel device not found." msgstr "" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " "Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9396,12 +9439,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9447,7 +9490,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9598,27 +9641,27 @@ msgstr "" msgid "VMware Cluster %s is not found" msgstr "nenhuma partição encontrada" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "" @@ -10033,54 +10076,54 @@ msgstr "Remover volume com id: %s" msgid "Renamed the VM from %s" msgstr "Não é possível localizar o volume %s" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, python-format msgid "Automatically hard rebooting %d" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 msgid "Reconfiguring VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 msgid "Reconfigured VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "" @@ -10203,19 +10246,19 @@ msgstr "Não foi possível criar volume" msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" msgstr "Ponto de montagem %(mountpoint)s desanexada da instância %(instance_name)s" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " "args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "" @@ -10323,24 +10366,24 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, python-format msgid "Could not determine key: %s" msgstr "" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "" -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "" @@ -10909,7 +10952,7 @@ msgstr "" msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, fuzzy, python-format msgid "Updating progress to %(progress)d" msgstr "Atualizando agente para %s" @@ -10923,205 +10966,205 @@ msgstr "Iniciando a Bridge para %s" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 #, fuzzy msgid "Starting instance" msgstr "Iniciando instância %s" -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, python-format msgid "Block device information present: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 #, fuzzy msgid "Failed to spawn, rolling back" msgstr "Falha ao suspender instância" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 msgid "Auto configuring disk, attempting to resize partition..." msgstr "" -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 msgid "Starting VM" msgstr "" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" msgstr "" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, python-format msgid "Could not find VM with name %s" msgstr "" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 msgid "Finished snapshot and upload for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 #, fuzzy msgid "Unable to terminate instance." msgstr "Falhou ao reiniciar instância" -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 msgid "Resize complete" msgstr "" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 msgid "Unable to find root VBD/VDI for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 msgid "Destroying VDIs" msgstr "" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 msgid "Destroying VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "" -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 msgid "VM is not present, skipping soft delete..." msgstr "" -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 msgid "Automatically hard rebooting" msgstr "" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 msgid "Injecting network info to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 msgid "Creating vifs" msgstr "" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, fuzzy, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "Criando a VIF para VM %(vm_ref)s, rede %(network_ref)s." -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, fuzzy, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "Criando a VIF para VM %(vm_ref)s, rede %(network_ref)s." -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 msgid "Injecting hostname to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" msgstr "" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 msgid "No suitable network for migrate" msgstr "" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 msgid "VM.assert_can_migrate failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 msgid "Migrate Send failed" msgstr "" @@ -11263,3 +11306,6 @@ msgstr "" msgid "status must be 'available'" msgstr "" +#~ msgid "Quantum client authentication failed: %s" +#~ msgstr "" + diff --git a/nova/locale/ru/LC_MESSAGES/nova.po b/nova/locale/ru/LC_MESSAGES/nova.po index 5605998f2..0789d0850 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-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 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" @@ -178,7 +178,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "" @@ -1333,6 +1333,21 @@ msgstr "Тип копии %(name)s уже существует." msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, fuzzy, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "Ожидался объект типа: %s" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1343,7 +1358,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -2012,26 +2027,26 @@ msgstr "Недопустимый запрос: %s" msgid "Failed to get metadata for instance id: %s" msgstr "Ошибка получения метаданных для ip: %s" -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "Обнаружена ошибка: %s" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "%(url)s возвратил с HTTP %(status)d" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "Расширенный ресурс: %s" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " @@ -2040,17 +2055,17 @@ msgstr "" "Расширение %(ext_name)s: Невозможно расширить ресурс %(collection)s: Нет " "такого ресурса" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "Расширение %(ext_name)s расширение ресурса: %(collection)s" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2332,10 +2347,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "Копия не существует" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "Копия не является участником заданной сети" @@ -3970,26 +3987,26 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 #, fuzzy msgid "Cannot run any more instances of this type." msgstr "" "Превышена квота копий. Вы не можете запустить дополнительные копии этого " "типа." -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, fuzzy, python-format msgid "Can only run %s more instances of this type." msgstr "Превышена квота копий. Вы можете запустить только %s копий этого типа." -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, fuzzy, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" msgstr "Превышена квота для %(pid)s, попытка выполнить %(min_count)s копий" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " @@ -3998,23 +4015,23 @@ msgstr "" "Превышена квота для %(pid)s, попытка назначить %(num_metadata)s свойств " "метаданных" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 msgid "Metadata property key greater than 255 characters" msgstr "" -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 msgid "Metadata property value greater than 255 characters" msgstr "" -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 #, fuzzy msgid "Cannot attach one or more volumes to multiple instances" msgstr "Невозможно присоединить том для копии %s" @@ -4084,11 +4101,11 @@ msgstr "Поиск по: %s" msgid "snapshot for %s" msgstr "Запуск снимка для ВМ %s" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " @@ -4097,62 +4114,62 @@ msgstr "" "Устаревший тип копии %(current_instance_type_name)s, новый тип копии " "%(new_instance_type_name)s" -#: nova/compute/api.py:2067 +#: nova/compute/api.py:2065 #, 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:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, fuzzy, python-format msgid "Going to try to live migrate instance to %s" msgstr "Будет выполнения попытка завершить работу %s" -#: nova/compute/api.py:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2871 +#: nova/compute/api.py:2872 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "Группа безопасности %s не может быть пустой." -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, fuzzy, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " @@ -4161,70 +4178,70 @@ msgstr "" "Значение (%s) для параметра GroupName недопустимо. Длина превышает " "максимально допустимое значение 255." -#: nova/compute/api.py:2888 +#: nova/compute/api.py:2889 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "Создать группу безопасности %s" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "Группа безопасности %s уже существует" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, fuzzy, python-format msgid "Unable to update system group '%s'" msgstr "Невозможно ликвидировать vbd %s" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, fuzzy, python-format msgid "Unable to delete system group '%s'" msgstr "Невозможно ликвидировать vbd %s" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 #, fuzzy msgid "Security group is still in use" msgstr "Группа безопасности (%s) не найдена" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "Удалить группу безопасности %s" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "Правило (%s) не найдено" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 #, fuzzy msgid "Quota exceeded, too many security group rules." msgstr "Добавление правила группы безопасности: %r" -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "" @@ -4362,213 +4379,213 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "Ошибка перезагрузки копии" -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 #, fuzzy msgid "Hypervisor driver does not support resume guests" msgstr "Драйвер гипервизора не поддерживает правила брандмауэра" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 #, fuzzy msgid "Failed to resume instance" msgstr "Ошибка приостановления копии" -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 msgid "Hypervisor driver does not support firewall rules" msgstr "Драйвер гипервизора не поддерживает правила брандмауэра" -#: nova/compute/manager.py:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, fuzzy, python-format msgid "Unexpected power state %d" msgstr "Непредвиденный код состояния" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 #, fuzzy msgid "Failed to dealloc network for deleted instance" msgstr "Выполнение запуска копий" -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, fuzzy, python-format msgid "Error: %s" msgstr "Ошибка БД: %s" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 #, fuzzy msgid "Failed to deallocate network for instance." msgstr "Выполнение запуска копий" -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "Пропуск DiskNotFound: %s" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, fuzzy, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "Пропуск DiskNotFound: %s" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "завершение работы bdm %s" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "%s. Установка состояния копии vm_state на ERROR" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 #, fuzzy msgid "Rebuilding instance" msgstr "Обновление сборки %s" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, fuzzy, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "%(path)s располагается на общедоступном накопителе: %(reason)s" -#: nova/compute/manager.py:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, fuzzy, python-format msgid "Detaching from volume api: %s" msgstr "Создать снимок из тома %s" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 #, fuzzy msgid "Rebooting instance" msgstr "Перезагрузка копии %s" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, fuzzy, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " @@ -4577,22 +4594,22 @@ msgstr "" "попытка перезагрузки не выполняемой копии: %(instance_uuid)s (состояние: " "%(state)s ожидалось: %(running)s)" -#: nova/compute/manager.py:1769 +#: nova/compute/manager.py:1778 #, fuzzy, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "Обновление сборки %s" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 #, fuzzy msgid "Instance disappeared during reboot" msgstr "копия не включена" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 #, fuzzy msgid "instance snapshotting" msgstr "копия %s: выполнение снимка" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, fuzzy, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " @@ -4601,224 +4618,229 @@ msgstr "" "попытка создания снимка не выполняемой копии: %(instance_uuid)s " "(состояние: %(state)s ожидалось: %(running)s)" -#: nova/compute/manager.py:1876 +#: nova/compute/manager.py:1885 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "Найдено %(num_images)d образов (ротация: %(rotation)d)" -#: nova/compute/manager.py:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "Удаление образа %s" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "Невозможно назначить пароль администратора. Копия %s не выполняется" -#: nova/compute/manager.py:1923 +#: nova/compute/manager.py:1932 #, fuzzy msgid "Root password set" msgstr "Копия %s: Назначение административного пароля" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 #, fuzzy msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "set_admin_password не реализован в этой драйвере." -#: nova/compute/manager.py:1945 +#: nova/compute/manager.py:1954 #, fuzzy, python-format msgid "set_admin_password failed: %s" msgstr "set_admin_password не реализован в этой драйвере." -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 #, fuzzy msgid "error setting admin password" msgstr "Ошибка назначения пароля администратора" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, 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:1969 +#: nova/compute/manager.py:1978 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 #, fuzzy msgid "Error trying to Rescue Instance" msgstr "Ошибка приостановления копии" -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, fuzzy, python-format msgid "Driver Error: %s" msgstr "Ошибка БД: %s" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, fuzzy, python-format +msgid "Updating instance to original state: '%s'" +msgstr "%s. Установка состояния копии vm_state на ERROR" + +#: nova/compute/manager.py:2330 #, fuzzy msgid "Instance has no source host" msgstr "Копия не существует" -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "назначение совпадает с источником!" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2620 +#: nova/compute/manager.py:2673 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 #, fuzzy msgid "Retrieving diagnostics" msgstr "копия %s: принятие диагностики" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 #, fuzzy msgid "Reset network" msgstr "Восстановление сети" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 #, fuzzy msgid "Inject network info" msgstr "установка сетевого узла" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 #, fuzzy msgid "Get console output" msgstr "Получить консольный вывод для копии %s" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 #, fuzzy msgid "Getting vnc console" msgstr "копия %s: получение консоли vnc" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 #, fuzzy msgid "Getting spice console" msgstr "копия %s: получение консоли vnc" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2911 +#: nova/compute/manager.py:2964 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2920 +#: nova/compute/manager.py:2973 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2935 +#: nova/compute/manager.py:2988 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2965 +#: nova/compute/manager.py:3018 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:2975 +#: nova/compute/manager.py:3028 #, fuzzy msgid "Detaching volume from unknown instance" msgstr "Отсоединение тома от неизвестной копии %s" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, fuzzy, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "Попытка удаления несуществующей консоли %(console_id)s." -#: nova/compute/manager.py:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, fuzzy, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "сетевые распределения для копии %s" -#: nova/compute/manager.py:3061 +#: nova/compute/manager.py:3114 #, fuzzy, python-format msgid "Port %(port_id)s is not attached" msgstr "Сеть %(network_id)s не найдена." -#: nova/compute/manager.py:3075 +#: nova/compute/manager.py:3128 #, fuzzy, python-format msgid "Host %(host)s not found" msgstr "Узел %(host)s не найден." -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3256 +#: nova/compute/manager.py:3309 #, fuzzy msgid "_post_live_migration() is started.." msgstr "Запущено post_live_migration().." -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3313 +#: nova/compute/manager.py:3366 msgid "" "You may see the error \"libvirt: QEMU error: Domain not found: no domain " "with matching name.\" This error can be safely ignored." @@ -4827,21 +4849,21 @@ msgstr "" "отсутствует домен с соответствующим именем.\" Эта ошибка может быть " "безопасно пропущена." -#: nova/compute/manager.py:3328 +#: nova/compute/manager.py:3381 #, fuzzy msgid "Post operation of migration started" msgstr "Запущено post_live_migration().." -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, fuzzy, python-format msgid "Failed to get compute_info for %s" msgstr "Ошибка получения метаданных для ip: %s" -#: nova/compute/manager.py:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " @@ -4850,64 +4872,64 @@ msgstr "" "Найдены %(migration_count)d неподтверждённых перемещений, старше " "%(confirm_window)d секунд" -#: nova/compute/manager.py:3545 +#: nova/compute/manager.py:3598 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3554 +#: nova/compute/manager.py:3607 #, fuzzy, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "Завершение работы ВМ для копии %(instance_uuid)s" -#: nova/compute/manager.py:3561 +#: nova/compute/manager.py:3614 #, fuzzy, python-format msgid "Instance %(instance_uuid)s not found" msgstr "Копия %(instance_id)s не найдена" -#: nova/compute/manager.py:3565 +#: nova/compute/manager.py:3618 #, fuzzy msgid "In ERROR state" msgstr "Ошибка БД: %s" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3581 +#: nova/compute/manager.py:3634 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3598 +#: nova/compute/manager.py:3651 #, 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:3617 +#: nova/compute/manager.py:3670 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "Обновление временных данных использования полосы пропускания" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 #, fuzzy msgid "Updating volume usage cache" msgstr "Обновление временных данных использования полосы пропускания" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "Обновление состояния узла" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " @@ -4916,88 +4938,88 @@ msgstr "" "Найдено %(num_db_instances)s в базе данных и %(num_vm_instances)s в " "гипервизоре." -#: nova/compute/manager.py:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3829 +#: nova/compute/manager.py:3882 #, 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:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3899 +#: nova/compute/manager.py:3952 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 #, fuzzy msgid "Instance is not (soft-)deleted." msgstr "копия не включена" -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 #, fuzzy msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "FLAGS.reclaim_instance_interval <= 0, пропуск..." -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, fuzzy, python-format msgid "Deleting orphan compute node %s" msgstr "LoggingVolumeDriver: %s" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 nova/compute/resource_tracker.py:321 #, fuzzy, python-format msgid "No service record for host %s" msgstr "Нет службы для compute ID %s" -#: nova/compute/manager.py:4025 +#: nova/compute/manager.py:4078 #, 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:4032 +#: nova/compute/manager.py:4085 #, 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:4039 +#: nova/compute/manager.py:4092 #, 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:4066 +#: nova/compute/manager.py:4119 #, fuzzy, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "%s. Установка состояния копии vm_state на ERROR" @@ -5113,18 +5135,18 @@ msgstr "Невозможно найти узел для копии %s" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 #, fuzzy msgid "Invalid block_device_mapping_destroy invocation" msgstr "block_device_mapping %s" @@ -5233,24 +5255,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "Нераспознанное значение read_deleted '%s'" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, fuzzy, python-format msgid "Invalid instance id %s in request" msgstr "Недопустимый запрос тела" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5804,76 +5826,76 @@ msgstr "" msgid "v4 subnets are required for legacy nw_info" msgstr "" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" -msgstr "" +#: nova/network/quantumv2/__init__.py:67 +#, fuzzy +msgid "quantum authentication failed" +msgstr "Ошибка аутентификации" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, fuzzy, python-format msgid "allocate_for_instance() for %s" msgstr "сетевые распределения для копии %s" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, fuzzy, python-format msgid "empty project id for instance %s" msgstr "сетевые распределения для копии %s" -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 #, fuzzy msgid "Port not found" msgstr "Узел не найден" -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, fuzzy, python-format msgid "deallocate_for_instance() for %s" msgstr "исключение сетевых распределений для копии |%s|" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, fuzzy, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "Ошибка удаления тома в базе данных" -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, fuzzy, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "Ошибка удаления тома в базе данных" -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, python-format msgid "get_instance_nw_info() for %s" msgstr "" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, fuzzy, python-format msgid "validate_networks() for %s" msgstr "Недопустимый сетевой формат" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, fuzzy, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "установка сетевого узла" @@ -5965,6 +5987,26 @@ msgstr "" msgid "This rule already exists in group %s" msgstr "Это правило уже существует в группе %s" +#: nova/objects/base.py:52 +#, fuzzy, python-format +msgid "Error setting %(attr)s" +msgstr "Ошибка назначения пароля администратора" + +#: nova/objects/base.py:136 +#, fuzzy, python-format +msgid "Invalid version string" +msgstr "Недопустимая server_string: %s" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, fuzzy, python-format msgid "Original exception being dropped: %s" @@ -7087,6 +7129,7 @@ msgid "unexpected role header" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 #, fuzzy msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " @@ -7094,45 +7137,47 @@ msgid "" msgstr "Превышена квота для %(pid)s, попытка выполнить %(min_count)s копий" #: nova/tests/api/openstack/compute/test_servers.py:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "Выполняемые копии: %s" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "После завершения работы копий: %s" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "Внутренняя ошибка" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "После принудительного завершения работы копий: %s" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 #, fuzzy msgid "spawn error" msgstr "Ошибка аутентификации" @@ -7268,25 +7313,25 @@ msgstr "Удаление файлов имитации гостевого аге msgid "Added %(filepath)s to config drive" msgstr "" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, fuzzy, python-format msgid "Loading compute driver '%s'" msgstr "LoggingVolumeDriver: %s" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 #, fuzzy msgid "Unable to load the virtualization driver" msgstr "Невозможно загрузить драйвер виртуализации: %s" @@ -8089,7 +8134,7 @@ msgstr "Версия агента копии: %s" msgid "get_available_resource called" msgstr "" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "" @@ -8268,50 +8313,50 @@ msgstr "" msgid "finish_revert_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, fuzzy, python-format msgid "Getting info for disk: %s" msgstr "установка сетевого узла" -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 msgid "finish_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, python-format msgid "Cannot find boot VHD file: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8912,27 +8957,27 @@ msgstr "" "Ошибка libvirt во время поиска %(instance_name)s: [Код ошибки " "%(error_code)s] %(ex)s" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, python-format msgid "Invalid exclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, python-format msgid "Invalid inclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 #, fuzzy msgid "" "Cannot get the number of cpu, because this function is not implemented " @@ -8941,35 +8986,35 @@ msgstr "" "Невозможно получить количество ЦПУ, так как эта возможность не " "реализована для этой платформы. Эту ошибку можно безопасно пропустить." -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "устаревшая версия libvirt (не поддерживается getVersion)" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, fuzzy, python-format msgid "Trying to get stats for the volume %s" msgstr "Получение размера образа для образа %s" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -8977,21 +9022,21 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, fuzzy, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " @@ -9000,29 +9045,29 @@ msgstr "" "Создание временного файла %s для оповещения других узлов сети compute о " "необходимости присоединения того же хранилища." -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 msgid "Live migration can not be used without shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" msgstr "" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" "%s" msgstr "" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -9032,7 +9077,7 @@ msgid "" "Refer to %(u)s" msgstr "" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " @@ -9041,22 +9086,22 @@ msgstr "" "Создание временного файла %s для оповещения других узлов сети compute о " "необходимости присоединения того же хранилища." -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, fuzzy, python-format msgid "Live Migration failure: %(e)s" msgstr "Ошибка аутентификации: %s" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, fuzzy, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "plug_vifs() ошибка %(cnt)d.До %(max_retry)d попыток для %(hostname)s." -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, fuzzy, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" @@ -9065,39 +9110,39 @@ msgstr "" "Ошибка libvirt во время поиска %(instance_name)s: [Код ошибки " "%(error_code)s] %(ex)s" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 msgid "Starting migrate_disk_and_power_off" msgstr "" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 #, fuzzy msgid "Instance running successfully." msgstr "Копия %s: выполнение" -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 msgid "Starting finish_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 msgid "Starting finish_revert_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "" @@ -9411,43 +9456,43 @@ msgstr "" msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "Найден узел iSCSI %(mount_device)s (после %(tries)s повторных проверок)" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, fuzzy, python-format msgid "%s is already mounted" msgstr "образ уже присоединён" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, fuzzy, python-format msgid "AoE device not found at %s" msgstr "iSCSI-устройство не найдено в %s" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, fuzzy, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "" "Том ISCSI не найден в: %(mount_device)s. Будет выполнена повторная " "проверка и попытка. Повторение: %(tries)s" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, fuzzy, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "Найден узел iSCSI %(mount_device)s (после %(tries)s повторных проверок)" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 #, fuzzy msgid "Fibre Channel device not found." msgstr "iSCSI-устройство не найдено в %s" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, fuzzy, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " @@ -9456,30 +9501,30 @@ msgstr "" "Том ISCSI не найден в: %(mount_device)s. Будет выполнена повторная " "проверка и попытка. Повторение: %(tries)s" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, fuzzy, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "Найден узел iSCSI %(mount_device)s (после %(tries)s повторных проверок)" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9553,12 +9598,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9605,7 +9650,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9760,27 +9805,27 @@ msgstr "" msgid "VMware Cluster %s is not found" msgstr "маркер [%s] не найден" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "В vmwareapi:_create_session, принято это исключение: %s" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "В vmwareapi:_call_method, принято это исключение: %s" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "Состояние задачи [%(task_name)s] %(task_ref)s: готово" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "Состояние задачи [%(task_name)s] %(task_ref)s: ошибка %(error_info)s" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "В vmwareapi:_poll_task, принята эта ошибка %s" @@ -10216,54 +10261,54 @@ msgstr "Удалить том с идентификатором: %s" msgid "Renamed the VM from %s" msgstr "Создать том из снимка %s" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, fuzzy, python-format msgid "Automatically hard rebooting %d" msgstr "Автоматическая безотказная перезагрузка %d" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 msgid "Reconfiguring VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 msgid "Reconfigured VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "Создание папки с адресом %s" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "Создана папка с адресом %s" @@ -10386,14 +10431,14 @@ msgstr "Ошибка поиска тома в базе данных" msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" msgstr "Точка подключения %(mountpoint)s отсоединена от копии %(instance_name)s" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, fuzzy, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "" "ВРЕМЯ ПРОСТОЯ: Срок вызова %(method)s истёк. VM id=%(instance_uuid)s; " "args=%(args)r" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, fuzzy, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " @@ -10402,7 +10447,7 @@ msgstr "" "НЕ РЕАЛИЗОВАНО: Вызов %(method)s не поддерживается агентом. VM " "id=%(instance_uuid)s; args=%(args)r" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, fuzzy, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "Вызов %(method)s возвратил ошибку: %(e)s." @@ -10516,26 +10561,26 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, fuzzy, python-format msgid "Could not determine key: %s" msgstr "Ошибка дешифрирования личного ключа: %s" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "Запуск узла на XenServer не поддерживается." -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "" "Невозможно выполнить вход в XenAPI (недостаточно свободного места на " "Dom0?)" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "Исключение: %s" @@ -11116,7 +11161,7 @@ msgstr "" msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, fuzzy, python-format msgid "Updating progress to %(progress)d" msgstr "Обновление выполнения копии '%(instance_uuid)s' до %(progress)d" @@ -11130,222 +11175,222 @@ msgstr "Запуск моста интерфейса для %s" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 #, fuzzy msgid "Starting instance" msgstr "Запуск копии %s" -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "Удаление ядра/ramdisk файлов из dom0" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, fuzzy, python-format msgid "Block device information present: %s" msgstr "block_device_mapping %s" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 #, fuzzy msgid "Failed to spawn, rolling back" msgstr "Ошибка обновления тома в базе данных" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 #, fuzzy msgid "Auto configuring disk, attempting to resize partition..." msgstr "" "Автоматическая настройка диска для копии %(instance_uuid)s, выполняется " "попытка изменения размера раздела..." -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 #, fuzzy msgid "Starting VM" msgstr "Выполнение перезагрузки xvp" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" msgstr "" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "Версия агента копии: %s" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, fuzzy, python-format msgid "Could not find VM with name %s" msgstr "Невозможно найти конфигурацию по адресу %(path)s" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 #, fuzzy msgid "Finished snapshot and upload for VM" msgstr "Готовый снимок и выгрузка для ВМ %s" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "Ошибка перемещения vhd на новый узел" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 #, fuzzy msgid "Unable to terminate instance." msgstr "Ошибка перезагрузки копии" -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "Изменение размера VDI %(vdi_uuid)s с %(old_gb)dГБ до %(new_gb)dГБ" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 #, fuzzy msgid "Resize complete" msgstr "Изменение размера копии %s завершено" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 #, fuzzy msgid "Unable to find root VBD/VDI for VM" msgstr "Ошибка поиска vbd для vdi %s" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 #, fuzzy msgid "Destroying VDIs" msgstr "Выполнение перезагрузки xvp" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 #, fuzzy msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "" "Копия %(instance_uuid)s использует RAW или VHD, пропуск ядра и удаление " "ramdisk" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "копия содержит ядро или ramdisk, но не оба" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "файлы ядра/ramdisk удалены" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 #, fuzzy msgid "Destroying VM" msgstr "Выполнение перезагрузки xvp" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "ВМ не предоставлена, пропуск выполнения ликвидации..." -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "Копия в состоянии режима восстановления: %s" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 #, fuzzy msgid "VM is not present, skipping soft delete..." msgstr "ВМ не предоставлена, пропуск выполнения ликвидации..." -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 #, fuzzy msgid "Automatically hard rebooting" msgstr "Автоматическая безотказная перезагрузка %d" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 #, fuzzy msgid "Injecting network info to xenstore" msgstr "установка сетевого узла" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 #, fuzzy msgid "Creating vifs" msgstr "Создание изображения" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, fuzzy, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "Создание VIF для ВМ %(vm_ref)s, сеть %(network_ref)s." -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, fuzzy, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "Создание VIF для ВМ %(vm_ref)s, сеть %(network_ref)s." -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 msgid "Injecting hostname to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" msgstr "" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 #, fuzzy msgid "No suitable network for migrate" msgstr "Недопустимый сетевой формат" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 msgid "VM.assert_can_migrate failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 #, fuzzy msgid "Migrate Send failed" msgstr "Ошибка создания" @@ -11491,3 +11536,6 @@ msgstr "Образ должен быть доступен" msgid "status must be 'available'" msgstr "Образ должен быть доступен" +#~ msgid "Quantum client authentication failed: %s" +#~ msgstr "" + diff --git a/nova/locale/ru_RU/LC_MESSAGES/nova.po b/nova/locale/ru_RU/LC_MESSAGES/nova.po index b8cd128f7..738ddca72 100644 --- a/nova/locale/ru_RU/LC_MESSAGES/nova.po +++ b/nova/locale/ru_RU/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-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 19:37+0000\n" "PO-Revision-Date: 2013-05-28 17:08+0000\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Language-Team: Russian (Russia) " @@ -172,7 +172,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "" @@ -1301,6 +1301,21 @@ msgstr "" msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1311,7 +1326,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1960,43 +1975,43 @@ msgstr "" msgid "Failed to get metadata for instance id: %s" msgstr "" -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2277,10 +2292,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "" @@ -3860,46 +3877,46 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 msgid "Cannot run any more instances of this type." msgstr "" -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, python-format msgid "Can only run %s more instances of this type." msgstr "" -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" msgstr "" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " "properties" msgstr "" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 msgid "Metadata property key greater than 255 characters" msgstr "" -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 msgid "Metadata property value greater than 255 characters" msgstr "" -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 msgid "Cannot attach one or more volumes to multiple instances" msgstr "" @@ -3962,141 +3979,141 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2067 +#: nova/compute/api.py:2065 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2871 +#: nova/compute/api.py:2872 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2888 +#: nova/compute/api.py:2889 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, python-format msgid "Unable to update system group '%s'" msgstr "" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, python-format msgid "Unable to delete system group '%s'" msgstr "" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "" @@ -4232,603 +4249,608 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 msgid "Failed to resume instance" msgstr "" -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, python-format msgid "Detaching from volume api: %s" msgstr "" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1769 +#: nova/compute/manager.py:1778 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1876 +#: nova/compute/manager.py:1885 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1923 +#: nova/compute/manager.py:1932 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1945 +#: nova/compute/manager.py:1954 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, 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:1969 +#: nova/compute/manager.py:1978 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 msgid "Error trying to Rescue Instance" msgstr "" -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, python-format +msgid "Updating instance to original state: '%s'" +msgstr "" + +#: nova/compute/manager.py:2330 msgid "Instance has no source host" msgstr "" -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2620 +#: nova/compute/manager.py:2673 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2911 +#: nova/compute/manager.py:2964 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2920 +#: nova/compute/manager.py:2973 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2935 +#: nova/compute/manager.py:2988 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2965 +#: nova/compute/manager.py:3018 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:2975 +#: nova/compute/manager.py:3028 msgid "Detaching volume from unknown instance" msgstr "" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "" -#: nova/compute/manager.py:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3061 +#: nova/compute/manager.py:3114 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3075 +#: nova/compute/manager.py:3128 #, python-format msgid "Host %(host)s not found" msgstr "" -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3256 +#: nova/compute/manager.py:3309 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3313 +#: nova/compute/manager.py:3366 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:3328 +#: nova/compute/manager.py:3381 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3545 +#: nova/compute/manager.py:3598 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3554 +#: nova/compute/manager.py:3607 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3561 +#: nova/compute/manager.py:3614 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3565 +#: nova/compute/manager.py:3618 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3581 +#: nova/compute/manager.py:3634 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3598 +#: nova/compute/manager.py:3651 #, 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:3617 +#: nova/compute/manager.py:3670 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3829 +#: nova/compute/manager.py:3882 #, 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:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3899 +#: nova/compute/manager.py:3952 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4025 +#: nova/compute/manager.py:4078 #, 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:4032 +#: nova/compute/manager.py:4085 #, 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:4039 +#: nova/compute/manager.py:4092 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4119 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4942,18 +4964,18 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5057,24 +5079,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5611,75 +5633,74 @@ msgstr "" msgid "v4 subnets are required for legacy nw_info" msgstr "" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" +#: nova/network/quantumv2/__init__.py:67 +msgid "quantum authentication failed" msgstr "" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, python-format msgid "allocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, python-format msgid "empty project id for instance %s" msgstr "" -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 msgid "Port not found" msgstr "" -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, python-format msgid "deallocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "" -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "" -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, python-format msgid "get_instance_nw_info() for %s" msgstr "" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, python-format msgid "validate_networks() for %s" msgstr "" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "" @@ -5764,6 +5785,25 @@ msgstr "" msgid "This rule already exists in group %s" msgstr "" +#: nova/objects/base.py:52 +#, python-format +msgid "Error setting %(attr)s" +msgstr "" + +#: nova/objects/base.py:136 +msgid "Invalid version string" +msgstr "" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, python-format msgid "Original exception being dropped: %s" @@ -6867,51 +6907,54 @@ msgid "unexpected role header" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 msgid "spawn error" msgstr "" @@ -7042,25 +7085,25 @@ msgstr "" msgid "Added %(filepath)s to config drive" msgstr "" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, python-format msgid "Loading compute driver '%s'" msgstr "" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 msgid "Unable to load the virtualization driver" msgstr "" @@ -7854,7 +7897,7 @@ msgstr "" msgid "get_available_resource called" msgstr "" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "" @@ -8026,50 +8069,50 @@ msgstr "" msgid "finish_revert_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, python-format msgid "Getting info for disk: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 msgid "finish_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, python-format msgid "Cannot find boot VHD file: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8651,61 +8694,61 @@ msgid "" "%(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, python-format msgid "Invalid exclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, python-format msgid "Invalid inclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 msgid "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. " msgstr "" -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, python-format msgid "Trying to get stats for the volume %s" msgstr "" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -8713,50 +8756,50 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " "is on the same shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 msgid "Live migration can not be used without shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" msgstr "" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" "%s" msgstr "" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -8766,67 +8809,67 @@ msgid "" "Refer to %(u)s" msgstr "" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " "mount the same storage." msgstr "" -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, python-format msgid "Live Migration failure: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "" -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" " Code %(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 msgid "Starting migrate_disk_and_power_off" msgstr "" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 msgid "Instance running successfully." msgstr "" -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 msgid "Starting finish_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 msgid "Starting finish_revert_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "" @@ -9135,70 +9178,70 @@ msgstr "" msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, python-format msgid "%s is already mounted" msgstr "" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, python-format msgid "AoE device not found at %s" msgstr "" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 msgid "Fibre Channel device not found." msgstr "" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " "Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9270,12 +9313,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9321,7 +9364,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9472,27 +9515,27 @@ msgstr "" msgid "VMware Cluster %s is not found" msgstr "" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "" @@ -9902,54 +9945,54 @@ msgstr "" msgid "Renamed the VM from %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, python-format msgid "Automatically hard rebooting %d" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 msgid "Reconfiguring VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 msgid "Reconfigured VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "" @@ -10070,19 +10113,19 @@ msgstr "" msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" msgstr "" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " "args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "" @@ -10190,24 +10233,24 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, python-format msgid "Could not determine key: %s" msgstr "" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "" -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "" @@ -10767,7 +10810,7 @@ msgstr "" msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, python-format msgid "Updating progress to %(progress)d" msgstr "" @@ -10781,202 +10824,202 @@ msgstr "" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 msgid "Starting instance" msgstr "" -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, python-format msgid "Block device information present: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 msgid "Failed to spawn, rolling back" msgstr "" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 msgid "Auto configuring disk, attempting to resize partition..." msgstr "" -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 msgid "Starting VM" msgstr "" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" msgstr "" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, python-format msgid "Could not find VM with name %s" msgstr "" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 msgid "Finished snapshot and upload for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 msgid "Unable to terminate instance." msgstr "" -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 msgid "Resize complete" msgstr "" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 msgid "Unable to find root VBD/VDI for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 msgid "Destroying VDIs" msgstr "" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 msgid "Destroying VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "" -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 msgid "VM is not present, skipping soft delete..." msgstr "" -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 msgid "Automatically hard rebooting" msgstr "" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 msgid "Injecting network info to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 msgid "Creating vifs" msgstr "" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 msgid "Injecting hostname to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" msgstr "" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 msgid "No suitable network for migrate" msgstr "" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 msgid "VM.assert_can_migrate failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 msgid "Migrate Send failed" msgstr "" @@ -11117,3 +11160,6 @@ msgstr "" msgid "status must be 'available'" msgstr "" +#~ msgid "Quantum client authentication failed: %s" +#~ msgstr "" + diff --git a/nova/locale/sw_KE/LC_MESSAGES/nova.po b/nova/locale/sw_KE/LC_MESSAGES/nova.po index b7f77bc00..04bc492f0 100644 --- a/nova/locale/sw_KE/LC_MESSAGES/nova.po +++ b/nova/locale/sw_KE/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-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 19:37+0000\n" "PO-Revision-Date: 2013-05-28 17:08+0000\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Language-Team: Swahili (Kenya) " @@ -171,7 +171,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "" @@ -1300,6 +1300,21 @@ msgstr "" msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1310,7 +1325,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1959,43 +1974,43 @@ msgstr "" msgid "Failed to get metadata for instance id: %s" msgstr "" -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2276,10 +2291,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "" @@ -3859,46 +3876,46 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 msgid "Cannot run any more instances of this type." msgstr "" -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, python-format msgid "Can only run %s more instances of this type." msgstr "" -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" msgstr "" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " "properties" msgstr "" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 msgid "Metadata property key greater than 255 characters" msgstr "" -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 msgid "Metadata property value greater than 255 characters" msgstr "" -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 msgid "Cannot attach one or more volumes to multiple instances" msgstr "" @@ -3961,141 +3978,141 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2067 +#: nova/compute/api.py:2065 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2871 +#: nova/compute/api.py:2872 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2888 +#: nova/compute/api.py:2889 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, python-format msgid "Unable to update system group '%s'" msgstr "" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, python-format msgid "Unable to delete system group '%s'" msgstr "" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "" @@ -4231,603 +4248,608 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 msgid "Failed to resume instance" msgstr "" -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, python-format msgid "Detaching from volume api: %s" msgstr "" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1769 +#: nova/compute/manager.py:1778 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1876 +#: nova/compute/manager.py:1885 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1923 +#: nova/compute/manager.py:1932 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1945 +#: nova/compute/manager.py:1954 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, 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:1969 +#: nova/compute/manager.py:1978 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 msgid "Error trying to Rescue Instance" msgstr "" -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, python-format +msgid "Updating instance to original state: '%s'" +msgstr "" + +#: nova/compute/manager.py:2330 msgid "Instance has no source host" msgstr "" -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2620 +#: nova/compute/manager.py:2673 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2911 +#: nova/compute/manager.py:2964 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2920 +#: nova/compute/manager.py:2973 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2935 +#: nova/compute/manager.py:2988 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2965 +#: nova/compute/manager.py:3018 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:2975 +#: nova/compute/manager.py:3028 msgid "Detaching volume from unknown instance" msgstr "" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "" -#: nova/compute/manager.py:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3061 +#: nova/compute/manager.py:3114 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3075 +#: nova/compute/manager.py:3128 #, python-format msgid "Host %(host)s not found" msgstr "" -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3256 +#: nova/compute/manager.py:3309 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3313 +#: nova/compute/manager.py:3366 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:3328 +#: nova/compute/manager.py:3381 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3545 +#: nova/compute/manager.py:3598 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3554 +#: nova/compute/manager.py:3607 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3561 +#: nova/compute/manager.py:3614 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3565 +#: nova/compute/manager.py:3618 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3581 +#: nova/compute/manager.py:3634 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3598 +#: nova/compute/manager.py:3651 #, 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:3617 +#: nova/compute/manager.py:3670 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3829 +#: nova/compute/manager.py:3882 #, 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:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3899 +#: nova/compute/manager.py:3952 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4025 +#: nova/compute/manager.py:4078 #, 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:4032 +#: nova/compute/manager.py:4085 #, 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:4039 +#: nova/compute/manager.py:4092 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4119 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4941,18 +4963,18 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5056,24 +5078,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5610,75 +5632,74 @@ msgstr "" msgid "v4 subnets are required for legacy nw_info" msgstr "" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" +#: nova/network/quantumv2/__init__.py:67 +msgid "quantum authentication failed" msgstr "" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, python-format msgid "allocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, python-format msgid "empty project id for instance %s" msgstr "" -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 msgid "Port not found" msgstr "" -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, python-format msgid "deallocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "" -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "" -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, python-format msgid "get_instance_nw_info() for %s" msgstr "" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, python-format msgid "validate_networks() for %s" msgstr "" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "" @@ -5763,6 +5784,25 @@ msgstr "" msgid "This rule already exists in group %s" msgstr "" +#: nova/objects/base.py:52 +#, python-format +msgid "Error setting %(attr)s" +msgstr "" + +#: nova/objects/base.py:136 +msgid "Invalid version string" +msgstr "" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, python-format msgid "Original exception being dropped: %s" @@ -6866,51 +6906,54 @@ msgid "unexpected role header" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 msgid "spawn error" msgstr "" @@ -7041,25 +7084,25 @@ msgstr "" msgid "Added %(filepath)s to config drive" msgstr "" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, python-format msgid "Loading compute driver '%s'" msgstr "" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 msgid "Unable to load the virtualization driver" msgstr "" @@ -7853,7 +7896,7 @@ msgstr "" msgid "get_available_resource called" msgstr "" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "" @@ -8025,50 +8068,50 @@ msgstr "" msgid "finish_revert_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, python-format msgid "Getting info for disk: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 msgid "finish_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, python-format msgid "Cannot find boot VHD file: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8650,61 +8693,61 @@ msgid "" "%(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, python-format msgid "Invalid exclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, python-format msgid "Invalid inclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 msgid "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. " msgstr "" -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, python-format msgid "Trying to get stats for the volume %s" msgstr "" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -8712,50 +8755,50 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " "is on the same shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 msgid "Live migration can not be used without shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" msgstr "" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" "%s" msgstr "" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -8765,67 +8808,67 @@ msgid "" "Refer to %(u)s" msgstr "" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " "mount the same storage." msgstr "" -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, python-format msgid "Live Migration failure: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "" -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" " Code %(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 msgid "Starting migrate_disk_and_power_off" msgstr "" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 msgid "Instance running successfully." msgstr "" -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 msgid "Starting finish_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 msgid "Starting finish_revert_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "" @@ -9134,70 +9177,70 @@ msgstr "" msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, python-format msgid "%s is already mounted" msgstr "" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, python-format msgid "AoE device not found at %s" msgstr "" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 msgid "Fibre Channel device not found." msgstr "" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " "Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9269,12 +9312,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9320,7 +9363,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9471,27 +9514,27 @@ msgstr "" msgid "VMware Cluster %s is not found" msgstr "" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "" @@ -9901,54 +9944,54 @@ msgstr "" msgid "Renamed the VM from %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, python-format msgid "Automatically hard rebooting %d" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 msgid "Reconfiguring VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 msgid "Reconfigured VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "" @@ -10069,19 +10112,19 @@ msgstr "" msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" msgstr "" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " "args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "" @@ -10189,24 +10232,24 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, python-format msgid "Could not determine key: %s" msgstr "" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "" -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "" @@ -10766,7 +10809,7 @@ msgstr "" msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, python-format msgid "Updating progress to %(progress)d" msgstr "" @@ -10780,202 +10823,202 @@ msgstr "" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 msgid "Starting instance" msgstr "" -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, python-format msgid "Block device information present: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 msgid "Failed to spawn, rolling back" msgstr "" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 msgid "Auto configuring disk, attempting to resize partition..." msgstr "" -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 msgid "Starting VM" msgstr "" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" msgstr "" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, python-format msgid "Could not find VM with name %s" msgstr "" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 msgid "Finished snapshot and upload for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 msgid "Unable to terminate instance." msgstr "" -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 msgid "Resize complete" msgstr "" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 msgid "Unable to find root VBD/VDI for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 msgid "Destroying VDIs" msgstr "" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 msgid "Destroying VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "" -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 msgid "VM is not present, skipping soft delete..." msgstr "" -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 msgid "Automatically hard rebooting" msgstr "" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 msgid "Injecting network info to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 msgid "Creating vifs" msgstr "" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 msgid "Injecting hostname to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" msgstr "" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 msgid "No suitable network for migrate" msgstr "" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 msgid "VM.assert_can_migrate failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 msgid "Migrate Send failed" msgstr "" @@ -11116,3 +11159,6 @@ msgstr "" msgid "status must be 'available'" msgstr "" +#~ msgid "Quantum client authentication failed: %s" +#~ msgstr "" + diff --git a/nova/locale/tl/LC_MESSAGES/nova.po b/nova/locale/tl/LC_MESSAGES/nova.po index b66e11f6d..046e4efa9 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-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 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" @@ -170,7 +170,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "" @@ -1299,6 +1299,21 @@ msgstr "" msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1309,7 +1324,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1958,43 +1973,43 @@ msgstr "" msgid "Failed to get metadata for instance id: %s" msgstr "" -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2275,10 +2290,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "" @@ -3859,46 +3876,46 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 msgid "Cannot run any more instances of this type." msgstr "" -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, python-format msgid "Can only run %s more instances of this type." msgstr "" -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" msgstr "" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " "properties" msgstr "" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 msgid "Metadata property key greater than 255 characters" msgstr "" -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 msgid "Metadata property value greater than 255 characters" msgstr "" -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 msgid "Cannot attach one or more volumes to multiple instances" msgstr "" @@ -3961,141 +3978,141 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2067 +#: nova/compute/api.py:2065 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2871 +#: nova/compute/api.py:2872 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2888 +#: nova/compute/api.py:2889 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, python-format msgid "Unable to update system group '%s'" msgstr "" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, python-format msgid "Unable to delete system group '%s'" msgstr "" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "" @@ -4231,603 +4248,608 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 msgid "Failed to resume instance" msgstr "" -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, python-format msgid "Detaching from volume api: %s" msgstr "" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1769 +#: nova/compute/manager.py:1778 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1876 +#: nova/compute/manager.py:1885 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1923 +#: nova/compute/manager.py:1932 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1945 +#: nova/compute/manager.py:1954 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, 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:1969 +#: nova/compute/manager.py:1978 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 msgid "Error trying to Rescue Instance" msgstr "" -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, python-format +msgid "Updating instance to original state: '%s'" +msgstr "" + +#: nova/compute/manager.py:2330 msgid "Instance has no source host" msgstr "" -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2620 +#: nova/compute/manager.py:2673 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2911 +#: nova/compute/manager.py:2964 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2920 +#: nova/compute/manager.py:2973 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2935 +#: nova/compute/manager.py:2988 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2965 +#: nova/compute/manager.py:3018 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:2975 +#: nova/compute/manager.py:3028 msgid "Detaching volume from unknown instance" msgstr "" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "" -#: nova/compute/manager.py:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3061 +#: nova/compute/manager.py:3114 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3075 +#: nova/compute/manager.py:3128 #, python-format msgid "Host %(host)s not found" msgstr "" -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3256 +#: nova/compute/manager.py:3309 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3313 +#: nova/compute/manager.py:3366 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:3328 +#: nova/compute/manager.py:3381 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3545 +#: nova/compute/manager.py:3598 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3554 +#: nova/compute/manager.py:3607 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3561 +#: nova/compute/manager.py:3614 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3565 +#: nova/compute/manager.py:3618 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3581 +#: nova/compute/manager.py:3634 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3598 +#: nova/compute/manager.py:3651 #, 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:3617 +#: nova/compute/manager.py:3670 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3829 +#: nova/compute/manager.py:3882 #, 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:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3899 +#: nova/compute/manager.py:3952 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4025 +#: nova/compute/manager.py:4078 #, 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:4032 +#: nova/compute/manager.py:4085 #, 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:4039 +#: nova/compute/manager.py:4092 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4119 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4941,18 +4963,18 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5056,24 +5078,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5610,75 +5632,74 @@ msgstr "" msgid "v4 subnets are required for legacy nw_info" msgstr "" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" +#: nova/network/quantumv2/__init__.py:67 +msgid "quantum authentication failed" msgstr "" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, python-format msgid "allocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, python-format msgid "empty project id for instance %s" msgstr "" -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 msgid "Port not found" msgstr "" -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, python-format msgid "deallocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "" -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "" -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, python-format msgid "get_instance_nw_info() for %s" msgstr "" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, python-format msgid "validate_networks() for %s" msgstr "" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "" @@ -5763,6 +5784,25 @@ msgstr "" msgid "This rule already exists in group %s" msgstr "" +#: nova/objects/base.py:52 +#, python-format +msgid "Error setting %(attr)s" +msgstr "" + +#: nova/objects/base.py:136 +msgid "Invalid version string" +msgstr "" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, python-format msgid "Original exception being dropped: %s" @@ -6866,51 +6906,54 @@ msgid "unexpected role header" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 msgid "spawn error" msgstr "" @@ -7041,25 +7084,25 @@ msgstr "" msgid "Added %(filepath)s to config drive" msgstr "" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, python-format msgid "Loading compute driver '%s'" msgstr "" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 msgid "Unable to load the virtualization driver" msgstr "" @@ -7853,7 +7896,7 @@ msgstr "" msgid "get_available_resource called" msgstr "" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "" @@ -8025,50 +8068,50 @@ msgstr "" msgid "finish_revert_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, python-format msgid "Getting info for disk: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 msgid "finish_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, python-format msgid "Cannot find boot VHD file: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8650,61 +8693,61 @@ msgid "" "%(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, python-format msgid "Invalid exclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, python-format msgid "Invalid inclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 msgid "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. " msgstr "" -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, python-format msgid "Trying to get stats for the volume %s" msgstr "" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -8712,50 +8755,50 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " "is on the same shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 msgid "Live migration can not be used without shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" msgstr "" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" "%s" msgstr "" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -8765,67 +8808,67 @@ msgid "" "Refer to %(u)s" msgstr "" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " "mount the same storage." msgstr "" -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, python-format msgid "Live Migration failure: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "" -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" " Code %(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 msgid "Starting migrate_disk_and_power_off" msgstr "" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 msgid "Instance running successfully." msgstr "" -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 msgid "Starting finish_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 msgid "Starting finish_revert_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "" @@ -9134,70 +9177,70 @@ msgstr "" msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, python-format msgid "%s is already mounted" msgstr "" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, python-format msgid "AoE device not found at %s" msgstr "" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 msgid "Fibre Channel device not found." msgstr "" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " "Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9269,12 +9312,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9320,7 +9363,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9471,27 +9514,27 @@ msgstr "" msgid "VMware Cluster %s is not found" msgstr "" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "" @@ -9901,54 +9944,54 @@ msgstr "" msgid "Renamed the VM from %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, python-format msgid "Automatically hard rebooting %d" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 msgid "Reconfiguring VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 msgid "Reconfigured VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "" @@ -10069,19 +10112,19 @@ msgstr "" msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" msgstr "" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " "args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "" @@ -10189,24 +10232,24 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, python-format msgid "Could not determine key: %s" msgstr "" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "" -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "" @@ -10766,7 +10809,7 @@ msgstr "" msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, python-format msgid "Updating progress to %(progress)d" msgstr "" @@ -10780,202 +10823,202 @@ msgstr "" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 msgid "Starting instance" msgstr "" -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, python-format msgid "Block device information present: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 msgid "Failed to spawn, rolling back" msgstr "" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 msgid "Auto configuring disk, attempting to resize partition..." msgstr "" -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 msgid "Starting VM" msgstr "" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" msgstr "" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, python-format msgid "Could not find VM with name %s" msgstr "" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 msgid "Finished snapshot and upload for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 msgid "Unable to terminate instance." msgstr "" -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 msgid "Resize complete" msgstr "" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 msgid "Unable to find root VBD/VDI for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 msgid "Destroying VDIs" msgstr "" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 msgid "Destroying VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "" -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 msgid "VM is not present, skipping soft delete..." msgstr "" -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 msgid "Automatically hard rebooting" msgstr "" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 msgid "Injecting network info to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 msgid "Creating vifs" msgstr "" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 msgid "Injecting hostname to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" msgstr "" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 msgid "No suitable network for migrate" msgstr "" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 msgid "VM.assert_can_migrate failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 msgid "Migrate Send failed" msgstr "" @@ -11116,3 +11159,6 @@ msgstr "" msgid "status must be 'available'" msgstr "" +#~ msgid "Quantum client authentication failed: %s" +#~ msgstr "" + diff --git a/nova/locale/tr/LC_MESSAGES/nova.po b/nova/locale/tr/LC_MESSAGES/nova.po index 28c371201..0a218afd6 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-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 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" @@ -170,7 +170,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "" @@ -1299,6 +1299,21 @@ msgstr "" msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1309,7 +1324,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1958,43 +1973,43 @@ msgstr "" msgid "Failed to get metadata for instance id: %s" msgstr "" -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2275,10 +2290,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "" @@ -3858,46 +3875,46 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 msgid "Cannot run any more instances of this type." msgstr "" -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, python-format msgid "Can only run %s more instances of this type." msgstr "" -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" msgstr "" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " "properties" msgstr "" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 msgid "Metadata property key greater than 255 characters" msgstr "" -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 msgid "Metadata property value greater than 255 characters" msgstr "" -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 msgid "Cannot attach one or more volumes to multiple instances" msgstr "" @@ -3960,141 +3977,141 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2067 +#: nova/compute/api.py:2065 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2871 +#: nova/compute/api.py:2872 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2888 +#: nova/compute/api.py:2889 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, python-format msgid "Unable to update system group '%s'" msgstr "" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, python-format msgid "Unable to delete system group '%s'" msgstr "" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "" @@ -4230,603 +4247,608 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 msgid "Failed to resume instance" msgstr "" -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, python-format msgid "Detaching from volume api: %s" msgstr "" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1769 +#: nova/compute/manager.py:1778 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1876 +#: nova/compute/manager.py:1885 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1923 +#: nova/compute/manager.py:1932 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1945 +#: nova/compute/manager.py:1954 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, 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:1969 +#: nova/compute/manager.py:1978 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 msgid "Error trying to Rescue Instance" msgstr "" -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, python-format +msgid "Updating instance to original state: '%s'" +msgstr "" + +#: nova/compute/manager.py:2330 msgid "Instance has no source host" msgstr "" -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2620 +#: nova/compute/manager.py:2673 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2911 +#: nova/compute/manager.py:2964 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2920 +#: nova/compute/manager.py:2973 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2935 +#: nova/compute/manager.py:2988 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2965 +#: nova/compute/manager.py:3018 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:2975 +#: nova/compute/manager.py:3028 msgid "Detaching volume from unknown instance" msgstr "" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "" -#: nova/compute/manager.py:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3061 +#: nova/compute/manager.py:3114 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3075 +#: nova/compute/manager.py:3128 #, python-format msgid "Host %(host)s not found" msgstr "" -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3256 +#: nova/compute/manager.py:3309 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3313 +#: nova/compute/manager.py:3366 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:3328 +#: nova/compute/manager.py:3381 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3545 +#: nova/compute/manager.py:3598 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3554 +#: nova/compute/manager.py:3607 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3561 +#: nova/compute/manager.py:3614 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3565 +#: nova/compute/manager.py:3618 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3581 +#: nova/compute/manager.py:3634 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3598 +#: nova/compute/manager.py:3651 #, 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:3617 +#: nova/compute/manager.py:3670 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3829 +#: nova/compute/manager.py:3882 #, 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:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3899 +#: nova/compute/manager.py:3952 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4025 +#: nova/compute/manager.py:4078 #, 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:4032 +#: nova/compute/manager.py:4085 #, 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:4039 +#: nova/compute/manager.py:4092 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4119 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4940,18 +4962,18 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5055,24 +5077,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5609,75 +5631,74 @@ msgstr "" msgid "v4 subnets are required for legacy nw_info" msgstr "" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" +#: nova/network/quantumv2/__init__.py:67 +msgid "quantum authentication failed" msgstr "" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, python-format msgid "allocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, python-format msgid "empty project id for instance %s" msgstr "" -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 msgid "Port not found" msgstr "" -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, python-format msgid "deallocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "" -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "" -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, python-format msgid "get_instance_nw_info() for %s" msgstr "" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, python-format msgid "validate_networks() for %s" msgstr "" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "" @@ -5762,6 +5783,25 @@ msgstr "" msgid "This rule already exists in group %s" msgstr "" +#: nova/objects/base.py:52 +#, python-format +msgid "Error setting %(attr)s" +msgstr "" + +#: nova/objects/base.py:136 +msgid "Invalid version string" +msgstr "" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, python-format msgid "Original exception being dropped: %s" @@ -6865,51 +6905,54 @@ msgid "unexpected role header" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 msgid "spawn error" msgstr "" @@ -7040,25 +7083,25 @@ msgstr "" msgid "Added %(filepath)s to config drive" msgstr "" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, python-format msgid "Loading compute driver '%s'" msgstr "" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 msgid "Unable to load the virtualization driver" msgstr "" @@ -7852,7 +7895,7 @@ msgstr "" msgid "get_available_resource called" msgstr "" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "" @@ -8024,50 +8067,50 @@ msgstr "" msgid "finish_revert_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, python-format msgid "Getting info for disk: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 msgid "finish_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, python-format msgid "Cannot find boot VHD file: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8649,61 +8692,61 @@ msgid "" "%(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, python-format msgid "Invalid exclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, python-format msgid "Invalid inclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 msgid "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. " msgstr "" -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, python-format msgid "Trying to get stats for the volume %s" msgstr "" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -8711,50 +8754,50 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " "is on the same shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 msgid "Live migration can not be used without shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" msgstr "" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" "%s" msgstr "" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -8764,67 +8807,67 @@ msgid "" "Refer to %(u)s" msgstr "" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " "mount the same storage." msgstr "" -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, python-format msgid "Live Migration failure: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "" -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" " Code %(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 msgid "Starting migrate_disk_and_power_off" msgstr "" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 msgid "Instance running successfully." msgstr "" -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 msgid "Starting finish_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 msgid "Starting finish_revert_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "" @@ -9133,70 +9176,70 @@ msgstr "" msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, python-format msgid "%s is already mounted" msgstr "" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, python-format msgid "AoE device not found at %s" msgstr "" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 msgid "Fibre Channel device not found." msgstr "" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " "Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9268,12 +9311,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9319,7 +9362,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9470,27 +9513,27 @@ msgstr "" msgid "VMware Cluster %s is not found" msgstr "" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "" @@ -9900,54 +9943,54 @@ msgstr "" msgid "Renamed the VM from %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, python-format msgid "Automatically hard rebooting %d" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 msgid "Reconfiguring VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 msgid "Reconfigured VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "" @@ -10068,19 +10111,19 @@ msgstr "" msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" msgstr "" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " "args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "" @@ -10188,24 +10231,24 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, python-format msgid "Could not determine key: %s" msgstr "" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "" -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "" @@ -10765,7 +10808,7 @@ msgstr "" msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, python-format msgid "Updating progress to %(progress)d" msgstr "" @@ -10779,202 +10822,202 @@ msgstr "" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 msgid "Starting instance" msgstr "" -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, python-format msgid "Block device information present: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 msgid "Failed to spawn, rolling back" msgstr "" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 msgid "Auto configuring disk, attempting to resize partition..." msgstr "" -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 msgid "Starting VM" msgstr "" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" msgstr "" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, python-format msgid "Could not find VM with name %s" msgstr "" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 msgid "Finished snapshot and upload for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 msgid "Unable to terminate instance." msgstr "" -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 msgid "Resize complete" msgstr "" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 msgid "Unable to find root VBD/VDI for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 msgid "Destroying VDIs" msgstr "" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 msgid "Destroying VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "" -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 msgid "VM is not present, skipping soft delete..." msgstr "" -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 msgid "Automatically hard rebooting" msgstr "" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 msgid "Injecting network info to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 msgid "Creating vifs" msgstr "" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 msgid "Injecting hostname to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" msgstr "" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 msgid "No suitable network for migrate" msgstr "" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 msgid "VM.assert_can_migrate failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 msgid "Migrate Send failed" msgstr "" @@ -11115,3 +11158,6 @@ msgstr "" msgid "status must be 'available'" msgstr "" +#~ msgid "Quantum client authentication failed: %s" +#~ msgstr "" + diff --git a/nova/locale/tr_TR/LC_MESSAGES/nova.po b/nova/locale/tr_TR/LC_MESSAGES/nova.po index 8adc0699c..aec32006f 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-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 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" @@ -172,7 +172,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "Anahtar çifti verisi geçersiz" @@ -1330,6 +1330,21 @@ msgstr "%(name)s örneği zaten var." msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, fuzzy, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "Beklenen nesne türü: %s" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1340,7 +1355,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "Yetenekler zamanlayıcısı bildiriliyor ..." @@ -1994,26 +2009,26 @@ msgstr "" msgid "Failed to get metadata for instance id: %s" msgstr "IP için metadata alma hata ile sonuçlandı: %s" -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "Yakalama hatası: %s" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "%(url)s HTTP %(status)d ile geri döndü" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "UzantıYöneticisi sınıfı belirlenmek zorunda" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "Genişletilmiş kaynak: %s" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " @@ -2022,17 +2037,17 @@ msgstr "" "%(ext_name)s uzantısı: %(collection)s kaynağı genişletilemiyor: Böyle bir" " kaynak yok" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "%(ext_name)s uzantısı kaynağı genişletiyor: %(collection)s" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2315,10 +2330,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "Örnek mevcut değil" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "Örnek belirlenmiş ağın bir üyesi değil" @@ -3940,46 +3957,46 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 msgid "Cannot run any more instances of this type." msgstr "" -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, python-format msgid "Can only run %s more instances of this type." msgstr "" -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" msgstr "" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " "properties" msgstr "" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 msgid "Metadata property key greater than 255 characters" msgstr "" -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 msgid "Metadata property value greater than 255 characters" msgstr "" -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 msgid "Cannot attach one or more volumes to multiple instances" msgstr "" @@ -4044,11 +4061,11 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " @@ -4057,130 +4074,130 @@ msgstr "" "Eski örnek türü %(current_instance_type_name)s, yeni örnek türü " "%(new_instance_type_name)s" -#: nova/compute/api.py:2067 +#: nova/compute/api.py:2065 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 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:2871 +#: nova/compute/api.py:2872 #, 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:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "%s güvenlik grubu boş bırakılamaz." -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2888 +#: nova/compute/api.py:2889 #, 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:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "%s güvenlik grubunu oluşturunuz" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "%s güvenlik grubu zaten var" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, fuzzy, python-format msgid "Unable to update system group '%s'" msgstr "Geçersiz güncelleme ayarı: '%s'" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, python-format msgid "Unable to delete system group '%s'" msgstr "" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "%s güvenlik grubunu siliniz" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "Kural (%s) bulunamadı" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "Yetkilendirilmiş %s güvenlik grubu girişi" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "%s güvenlik grubu girişini iptal et" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "Güvenlik grup id'si integer olmak zorunda" @@ -4317,526 +4334,531 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "Tekrar yükleme örneğinde hata oluştu." -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, 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:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 #, fuzzy msgid "Failed to resume instance" msgstr "Örnek kapatmada hata oluştu." -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 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:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, fuzzy, python-format msgid "Unexpected power state %d" msgstr "BeklenmeyenHata: %s" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "Durum kontrol ediliyor" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "%s blok aygıt haritalandırması ayarlanıyor" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 #, fuzzy msgid "Instance was deleted during spawn." msgstr "Örnek oluşturmada hata" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, fuzzy, python-format msgid "Error: %s" msgstr "Veritabanı hatası: %s" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "Örnek başlatılıyor.." -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "Ağ kurulumundaki örnek başarısız" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "Örnek ağ_bilgisi: |%s|" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "Örnek blok aygıtı kurulumu hatalı" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "Örnek oluşturmada hata" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "Örnek için ağ serbest bırakılıyor" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "%(action_str)s örneği" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 #, fuzzy msgid "Failed to deallocate network for instance." msgstr "Örnek için ağ serbest bırakılıyor" -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "DiskBulunamadı yok sayılıyor: %s" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "Blok cihazı haritalandırması kapatılıyor %s" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, fuzzy, python-format msgid "Detaching from volume api: %s" msgstr "Birimi ayır %s" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1769 +#: nova/compute/manager.py:1778 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1876 +#: nova/compute/manager.py:1885 #, 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:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "İmaj siliniyor %s" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, 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:1923 +#: nova/compute/manager.py:1932 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1945 +#: nova/compute/manager.py:1954 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, 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:1969 +#: nova/compute/manager.py:1978 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 #, fuzzy msgid "Error trying to Rescue Instance" msgstr "Örnek kapatmada hata oluştu." -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, fuzzy, python-format msgid "Driver Error: %s" msgstr "Veritabanı hatası: %s" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, python-format +msgid "Updating instance to original state: '%s'" +msgstr "" + +#: nova/compute/manager.py:2330 #, fuzzy msgid "Instance has no source host" msgstr "Örneğin hiç bölümü yok." -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "dedef kaynak ile aynı!" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2620 +#: nova/compute/manager.py:2673 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 #, fuzzy msgid "Getting spice console" msgstr "Konsol ekleniyor" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, 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:2911 +#: nova/compute/manager.py:2964 #, 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:2920 +#: nova/compute/manager.py:2973 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2935 +#: nova/compute/manager.py:2988 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2965 +#: nova/compute/manager.py:3018 #, 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:2975 +#: nova/compute/manager.py:3028 msgid "Detaching volume from unknown instance" msgstr "" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, 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:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3061 +#: nova/compute/manager.py:3114 #, 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:3075 +#: nova/compute/manager.py:3128 #, fuzzy, python-format msgid "Host %(host)s not found" msgstr "%(host)s sunucusu bulunamadı." -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, 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:3256 +#: nova/compute/manager.py:3309 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, 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:3313 +#: nova/compute/manager.py:3366 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:3328 +#: nova/compute/manager.py:3381 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, fuzzy, python-format msgid "Failed to get compute_info for %s" msgstr "Tekrar yükleme örneğinde hata oluştu." -#: nova/compute/manager.py:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3545 +#: nova/compute/manager.py:3598 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3554 +#: nova/compute/manager.py:3607 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3561 +#: nova/compute/manager.py:3614 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3565 +#: nova/compute/manager.py:3618 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3581 +#: nova/compute/manager.py:3634 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3598 +#: nova/compute/manager.py:3651 #, 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:3617 +#: nova/compute/manager.py:3670 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "Bant genişliği kullanım önbelleği güncelleniyor" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 #, fuzzy msgid "Updating volume usage cache" msgstr "Bant genişliği kullanım önbelleği güncelleniyor" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "Sunucu durumu güncelleniyor" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " @@ -4845,84 +4867,84 @@ msgstr "" "Veritabanında %(num_db_instances)s ve misafir sistemde " "%(num_vm_instances)s bulundu" -#: nova/compute/manager.py:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3829 +#: nova/compute/manager.py:3882 #, 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:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3899 +#: nova/compute/manager.py:3952 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "Silinen örnek kurtarılıyor" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, fuzzy, python-format msgid "Deleting orphan compute node %s" msgstr "İmaj siliniyor %s" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4025 +#: nova/compute/manager.py:4078 #, 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:4032 +#: nova/compute/manager.py:4085 #, 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:4039 +#: nova/compute/manager.py:4092 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4119 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -5037,18 +5059,18 @@ 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:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5155,24 +5177,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "Tanınmayan silinmiş okuma değeri '%s'" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, fuzzy, python-format msgid "Invalid instance id %s in request" msgstr "%s geçerli bir örnek ismidir" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5712,76 +5734,76 @@ msgstr "" msgid "v4 subnets are required for legacy nw_info" msgstr "miras nw_info için v4 alt ağları gerekiyor" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" -msgstr "" +#: nova/network/quantumv2/__init__.py:67 +#, fuzzy +msgid "quantum authentication failed" +msgstr "Kimlik doğrulama hatası" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, python-format msgid "allocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, python-format msgid "empty project id for instance %s" msgstr "" -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 #, fuzzy msgid "Port not found" msgstr "Öğe bulunamadı" -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, python-format msgid "deallocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "" -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "" -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, python-format msgid "get_instance_nw_info() for %s" msgstr "" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, python-format msgid "validate_networks() for %s" msgstr "" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "" @@ -5873,6 +5895,26 @@ msgstr "" msgid "This rule already exists in group %s" msgstr "Bu kural zaten grupta var %s" +#: nova/objects/base.py:52 +#, fuzzy, python-format +msgid "Error setting %(attr)s" +msgstr "XVP başlatılırken hata oluştu: %s" + +#: nova/objects/base.py:136 +#, fuzzy, python-format +msgid "Invalid version string" +msgstr "Geçersiz server_string: %s" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, python-format msgid "Original exception being dropped: %s" @@ -6980,51 +7022,54 @@ msgid "unexpected role header" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "Örnekler çalışıyor: %s" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "Örnekleri sonlandırmanın ardından: %s" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "İçsel hata" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "Zorla öldürülen örneklerin ardından: %s" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 #, fuzzy msgid "spawn error" msgstr "Kimlik doğrulama hatası" @@ -7160,25 +7205,25 @@ msgstr "%s'deki benzetilmiş konuk aracı dosyaları kaldırılıyor" msgid "Added %(filepath)s to config drive" msgstr "" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, python-format msgid "Loading compute driver '%s'" msgstr "" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 #, fuzzy msgid "Unable to load the virtualization driver" msgstr "Sanallaştırma sürücüsü yükleme başarısız: %s" @@ -7978,7 +8023,7 @@ msgstr "" msgid "get_available_resource called" msgstr "" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "" @@ -8150,50 +8195,50 @@ msgstr "" msgid "finish_revert_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, python-format msgid "Getting info for disk: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 msgid "finish_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, fuzzy, python-format msgid "Cannot find boot VHD file: %s" msgstr "Bilinmeyen temel dosya: %s" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8781,61 +8826,61 @@ msgid "" "%(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, python-format msgid "Invalid exclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, python-format msgid "Invalid inclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 msgid "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. " msgstr "" -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, python-format msgid "Trying to get stats for the volume %s" msgstr "" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -8843,21 +8888,21 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, fuzzy, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " @@ -8866,29 +8911,29 @@ msgstr "" "Diğer hesaplama düğümlerini haberdar etmek için %s geçici dosyası " "oluşturuluyor. Düğümler aynı belleğe bağlanmalıdır." -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "Blok göçü paylaşılan hafıza ile kullanılamaz." -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 msgid "Live migration can not be used without shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" msgstr "" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" "%s" msgstr "" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -8903,7 +8948,7 @@ msgstr "" " \n" " Bkz: %(u)s" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " @@ -8912,62 +8957,62 @@ msgstr "" "Diğer hesaplama düğümlerini haberdar etmek için %s geçici dosyası " "oluşturuluyor. Düğümler aynı belleğe bağlanmalıdır." -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, python-format msgid "Live Migration failure: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, fuzzy, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "" "plug_vifs() %(cnt)d kez başarısız oldu. %(hostname)s için %(max_retry)d " "denemeye kadar tekrar deneniyor." -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" " Code %(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "Birim gibi göründüğünden beri %(path)s atlanıyor" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 msgid "Starting migrate_disk_and_power_off" msgstr "" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 msgid "Instance running successfully." msgstr "" -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 msgid "Starting finish_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 msgid "Starting finish_revert_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "" @@ -9278,71 +9323,71 @@ msgstr "" msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, python-format msgid "%s is already mounted" msgstr "" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, fuzzy, python-format msgid "AoE device not found at %s" msgstr "%s'de iSCSI cihazı bulunamadı" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 #, fuzzy msgid "Fibre Channel device not found." msgstr "%s'de iSCSI cihazı bulunamadı" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " "Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9414,12 +9459,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9465,7 +9510,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9616,27 +9661,27 @@ msgstr "" msgid "VMware Cluster %s is not found" msgstr " [%s] göstergesi bulunamadı" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "" @@ -10046,54 +10091,54 @@ msgstr "%s sistem görüntüsünden birim oluştur" msgid "Renamed the VM from %s" msgstr "%s sistem görüntüsünden birim oluştur" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, python-format msgid "Automatically hard rebooting %d" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 msgid "Reconfiguring VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 msgid "Reconfigured VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "" @@ -10216,19 +10261,19 @@ msgstr "Geçersiz bölüm" msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" msgstr "" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " "args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "" @@ -10336,24 +10381,24 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, python-format msgid "Could not determine key: %s" msgstr "" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "" -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "" @@ -10915,7 +10960,7 @@ msgstr "" msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, python-format msgid "Updating progress to %(progress)d" msgstr "" @@ -10929,205 +10974,205 @@ msgstr "" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 msgid "Starting instance" msgstr "" -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, python-format msgid "Block device information present: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 msgid "Failed to spawn, rolling back" msgstr "" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 msgid "Auto configuring disk, attempting to resize partition..." msgstr "" -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 msgid "Starting VM" msgstr "" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" msgstr "" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, python-format msgid "Could not find VM with name %s" msgstr "" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 msgid "Finished snapshot and upload for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 #, fuzzy msgid "Unable to terminate instance." msgstr "Örnek tür oluşturulamıyor." -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 msgid "Resize complete" msgstr "" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 msgid "Unable to find root VBD/VDI for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 #, fuzzy msgid "Destroying VDIs" msgstr "XVP tekar başlatılıyor" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 msgid "Destroying VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "" -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 msgid "VM is not present, skipping soft delete..." msgstr "" -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 msgid "Automatically hard rebooting" msgstr "" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 msgid "Injecting network info to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 msgid "Creating vifs" msgstr "" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 msgid "Injecting hostname to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" msgstr "" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 #, fuzzy msgid "No suitable network for migrate" msgstr "Hatalı ağ biçimi" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 msgid "VM.assert_can_migrate failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 msgid "Migrate Send failed" msgstr "" @@ -11271,3 +11316,6 @@ msgstr "İmaj müsait olmak zorunda" msgid "status must be 'available'" msgstr "İmaj müsait olmak zorunda" +#~ msgid "Quantum client authentication failed: %s" +#~ msgstr "" + diff --git a/nova/locale/uk/LC_MESSAGES/nova.po b/nova/locale/uk/LC_MESSAGES/nova.po index 802ada55a..2ce208fe5 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-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 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" @@ -171,7 +171,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "" @@ -1300,6 +1300,21 @@ msgstr "" msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1310,7 +1325,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1961,43 +1976,43 @@ msgstr "" msgid "Failed to get metadata for instance id: %s" msgstr "" -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2278,10 +2293,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "" @@ -3863,46 +3880,46 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 msgid "Cannot run any more instances of this type." msgstr "" -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, python-format msgid "Can only run %s more instances of this type." msgstr "" -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" msgstr "" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " "properties" msgstr "" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 msgid "Metadata property key greater than 255 characters" msgstr "" -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 msgid "Metadata property value greater than 255 characters" msgstr "" -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 msgid "Cannot attach one or more volumes to multiple instances" msgstr "" @@ -3965,141 +3982,141 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2067 +#: nova/compute/api.py:2065 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2871 +#: nova/compute/api.py:2872 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2888 +#: nova/compute/api.py:2889 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, python-format msgid "Unable to update system group '%s'" msgstr "" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, python-format msgid "Unable to delete system group '%s'" msgstr "" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "Вилучити групу безпеки %s" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "" @@ -4235,604 +4252,609 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 msgid "Failed to resume instance" msgstr "" -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, fuzzy, python-format msgid "Detaching from volume api: %s" msgstr "Від'єднати том %s" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1769 +#: nova/compute/manager.py:1778 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1876 +#: nova/compute/manager.py:1885 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1923 +#: nova/compute/manager.py:1932 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1945 +#: nova/compute/manager.py:1954 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, 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:1969 +#: nova/compute/manager.py:1978 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 msgid "Error trying to Rescue Instance" msgstr "" -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, python-format +msgid "Updating instance to original state: '%s'" +msgstr "" + +#: nova/compute/manager.py:2330 msgid "Instance has no source host" msgstr "" -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2620 +#: nova/compute/manager.py:2673 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2911 +#: nova/compute/manager.py:2964 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2920 +#: nova/compute/manager.py:2973 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2935 +#: nova/compute/manager.py:2988 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2965 +#: nova/compute/manager.py:3018 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:2975 +#: nova/compute/manager.py:3028 msgid "Detaching volume from unknown instance" msgstr "" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "" -#: nova/compute/manager.py:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3061 +#: nova/compute/manager.py:3114 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3075 +#: nova/compute/manager.py:3128 #, python-format msgid "Host %(host)s not found" msgstr "" -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3256 +#: nova/compute/manager.py:3309 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3313 +#: nova/compute/manager.py:3366 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:3328 +#: nova/compute/manager.py:3381 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3545 +#: nova/compute/manager.py:3598 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3554 +#: nova/compute/manager.py:3607 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3561 +#: nova/compute/manager.py:3614 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3565 +#: nova/compute/manager.py:3618 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3581 +#: nova/compute/manager.py:3634 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3598 +#: nova/compute/manager.py:3651 #, 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:3617 +#: nova/compute/manager.py:3670 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 #, fuzzy msgid "Updating volume usage cache" msgstr "Від'єднати том %s" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3829 +#: nova/compute/manager.py:3882 #, 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:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3899 +#: nova/compute/manager.py:3952 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, fuzzy, python-format msgid "Deleting orphan compute node %s" msgstr "Від'єднати том %s" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4025 +#: nova/compute/manager.py:4078 #, 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:4032 +#: nova/compute/manager.py:4085 #, 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:4039 +#: nova/compute/manager.py:4092 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4119 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4946,18 +4968,18 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5061,24 +5083,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5615,75 +5637,74 @@ msgstr "" msgid "v4 subnets are required for legacy nw_info" msgstr "" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" +#: nova/network/quantumv2/__init__.py:67 +msgid "quantum authentication failed" msgstr "" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, python-format msgid "allocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, python-format msgid "empty project id for instance %s" msgstr "" -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 msgid "Port not found" msgstr "" -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, python-format msgid "deallocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "" -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "" -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, python-format msgid "get_instance_nw_info() for %s" msgstr "" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, python-format msgid "validate_networks() for %s" msgstr "" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "" @@ -5769,6 +5790,25 @@ msgstr "" msgid "This rule already exists in group %s" msgstr "Це правило вже існує в групі %s" +#: nova/objects/base.py:52 +#, python-format +msgid "Error setting %(attr)s" +msgstr "" + +#: nova/objects/base.py:136 +msgid "Invalid version string" +msgstr "" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, python-format msgid "Original exception being dropped: %s" @@ -6872,51 +6912,54 @@ msgid "unexpected role header" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 msgid "spawn error" msgstr "" @@ -7047,25 +7090,25 @@ msgstr "" msgid "Added %(filepath)s to config drive" msgstr "" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, python-format msgid "Loading compute driver '%s'" msgstr "" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 msgid "Unable to load the virtualization driver" msgstr "" @@ -7859,7 +7902,7 @@ msgstr "" msgid "get_available_resource called" msgstr "" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "" @@ -8031,50 +8074,50 @@ msgstr "" msgid "finish_revert_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, python-format msgid "Getting info for disk: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 msgid "finish_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, python-format msgid "Cannot find boot VHD file: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8656,61 +8699,61 @@ msgid "" "%(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, python-format msgid "Invalid exclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, python-format msgid "Invalid inclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 msgid "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. " msgstr "" -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, python-format msgid "Trying to get stats for the volume %s" msgstr "" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -8718,50 +8761,50 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " "is on the same shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 msgid "Live migration can not be used without shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" msgstr "" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" "%s" msgstr "" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -8771,67 +8814,67 @@ msgid "" "Refer to %(u)s" msgstr "" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " "mount the same storage." msgstr "" -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, python-format msgid "Live Migration failure: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "" -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" " Code %(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 msgid "Starting migrate_disk_and_power_off" msgstr "" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 msgid "Instance running successfully." msgstr "" -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 msgid "Starting finish_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 msgid "Starting finish_revert_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "" @@ -9140,70 +9183,70 @@ msgstr "" msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, python-format msgid "%s is already mounted" msgstr "" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, python-format msgid "AoE device not found at %s" msgstr "" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 msgid "Fibre Channel device not found." msgstr "" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " "Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9275,12 +9318,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9326,7 +9369,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9477,27 +9520,27 @@ msgstr "" msgid "VMware Cluster %s is not found" msgstr "" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "" @@ -9907,54 +9950,54 @@ msgstr "Від'єднати том %s" msgid "Renamed the VM from %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, python-format msgid "Automatically hard rebooting %d" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 msgid "Reconfiguring VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 msgid "Reconfigured VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "" @@ -10075,19 +10118,19 @@ msgstr "" msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" msgstr "" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " "args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "" @@ -10195,24 +10238,24 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, python-format msgid "Could not determine key: %s" msgstr "" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "" -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "" @@ -10772,7 +10815,7 @@ msgstr "" msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, python-format msgid "Updating progress to %(progress)d" msgstr "" @@ -10786,202 +10829,202 @@ msgstr "" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 msgid "Starting instance" msgstr "" -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, python-format msgid "Block device information present: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 msgid "Failed to spawn, rolling back" msgstr "" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 msgid "Auto configuring disk, attempting to resize partition..." msgstr "" -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 msgid "Starting VM" msgstr "" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" msgstr "" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, python-format msgid "Could not find VM with name %s" msgstr "" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 msgid "Finished snapshot and upload for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 msgid "Unable to terminate instance." msgstr "" -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 msgid "Resize complete" msgstr "" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 msgid "Unable to find root VBD/VDI for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 msgid "Destroying VDIs" msgstr "" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 msgid "Destroying VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "" -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 msgid "VM is not present, skipping soft delete..." msgstr "" -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 msgid "Automatically hard rebooting" msgstr "" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 msgid "Injecting network info to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 msgid "Creating vifs" msgstr "" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 msgid "Injecting hostname to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" msgstr "" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 msgid "No suitable network for migrate" msgstr "" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 msgid "VM.assert_can_migrate failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 msgid "Migrate Send failed" msgstr "" @@ -11123,3 +11166,6 @@ msgstr "" msgid "status must be 'available'" msgstr "" +#~ msgid "Quantum client authentication failed: %s" +#~ msgstr "" + diff --git a/nova/locale/vi_VN/LC_MESSAGES/nova.po b/nova/locale/vi_VN/LC_MESSAGES/nova.po index fd76eff45..eaeb0eb47 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-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 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) " @@ -171,7 +171,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "" @@ -1300,6 +1300,21 @@ msgstr "" msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1310,7 +1325,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1959,43 +1974,43 @@ msgstr "" msgid "Failed to get metadata for instance id: %s" msgstr "" -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2276,10 +2291,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "" @@ -3859,46 +3876,46 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 msgid "Cannot run any more instances of this type." msgstr "" -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, python-format msgid "Can only run %s more instances of this type." msgstr "" -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" msgstr "" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " "properties" msgstr "" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 msgid "Metadata property key greater than 255 characters" msgstr "" -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 msgid "Metadata property value greater than 255 characters" msgstr "" -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 msgid "Cannot attach one or more volumes to multiple instances" msgstr "" @@ -3961,141 +3978,141 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2067 +#: nova/compute/api.py:2065 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2871 +#: nova/compute/api.py:2872 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2888 +#: nova/compute/api.py:2889 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, python-format msgid "Unable to update system group '%s'" msgstr "" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, python-format msgid "Unable to delete system group '%s'" msgstr "" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "" @@ -4231,603 +4248,608 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 msgid "Failed to resume instance" msgstr "" -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, python-format msgid "Detaching from volume api: %s" msgstr "" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1769 +#: nova/compute/manager.py:1778 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1876 +#: nova/compute/manager.py:1885 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1923 +#: nova/compute/manager.py:1932 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1945 +#: nova/compute/manager.py:1954 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, 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:1969 +#: nova/compute/manager.py:1978 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 msgid "Error trying to Rescue Instance" msgstr "" -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, python-format +msgid "Updating instance to original state: '%s'" +msgstr "" + +#: nova/compute/manager.py:2330 msgid "Instance has no source host" msgstr "" -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2620 +#: nova/compute/manager.py:2673 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2911 +#: nova/compute/manager.py:2964 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2920 +#: nova/compute/manager.py:2973 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2935 +#: nova/compute/manager.py:2988 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2965 +#: nova/compute/manager.py:3018 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:2975 +#: nova/compute/manager.py:3028 msgid "Detaching volume from unknown instance" msgstr "" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "" -#: nova/compute/manager.py:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3061 +#: nova/compute/manager.py:3114 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3075 +#: nova/compute/manager.py:3128 #, python-format msgid "Host %(host)s not found" msgstr "" -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3256 +#: nova/compute/manager.py:3309 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3313 +#: nova/compute/manager.py:3366 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:3328 +#: nova/compute/manager.py:3381 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3545 +#: nova/compute/manager.py:3598 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3554 +#: nova/compute/manager.py:3607 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3561 +#: nova/compute/manager.py:3614 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3565 +#: nova/compute/manager.py:3618 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3581 +#: nova/compute/manager.py:3634 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3598 +#: nova/compute/manager.py:3651 #, 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:3617 +#: nova/compute/manager.py:3670 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3829 +#: nova/compute/manager.py:3882 #, 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:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3899 +#: nova/compute/manager.py:3952 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4025 +#: nova/compute/manager.py:4078 #, 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:4032 +#: nova/compute/manager.py:4085 #, 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:4039 +#: nova/compute/manager.py:4092 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4119 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4941,18 +4963,18 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5056,24 +5078,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5610,75 +5632,74 @@ msgstr "" msgid "v4 subnets are required for legacy nw_info" msgstr "" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" +#: nova/network/quantumv2/__init__.py:67 +msgid "quantum authentication failed" msgstr "" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, python-format msgid "allocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, python-format msgid "empty project id for instance %s" msgstr "" -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 msgid "Port not found" msgstr "" -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, python-format msgid "deallocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "" -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "" -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, python-format msgid "get_instance_nw_info() for %s" msgstr "" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, python-format msgid "validate_networks() for %s" msgstr "" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "" @@ -5763,6 +5784,25 @@ msgstr "" msgid "This rule already exists in group %s" msgstr "" +#: nova/objects/base.py:52 +#, python-format +msgid "Error setting %(attr)s" +msgstr "" + +#: nova/objects/base.py:136 +msgid "Invalid version string" +msgstr "" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, python-format msgid "Original exception being dropped: %s" @@ -6866,51 +6906,54 @@ msgid "unexpected role header" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 msgid "spawn error" msgstr "" @@ -7041,25 +7084,25 @@ msgstr "" msgid "Added %(filepath)s to config drive" msgstr "" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, python-format msgid "Loading compute driver '%s'" msgstr "" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 msgid "Unable to load the virtualization driver" msgstr "" @@ -7853,7 +7896,7 @@ msgstr "" msgid "get_available_resource called" msgstr "" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "" @@ -8025,50 +8068,50 @@ msgstr "" msgid "finish_revert_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, python-format msgid "Getting info for disk: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 msgid "finish_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, python-format msgid "Cannot find boot VHD file: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8650,61 +8693,61 @@ msgid "" "%(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, python-format msgid "Invalid exclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, python-format msgid "Invalid inclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 msgid "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. " msgstr "" -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, python-format msgid "Trying to get stats for the volume %s" msgstr "" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -8712,50 +8755,50 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " "is on the same shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 msgid "Live migration can not be used without shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" msgstr "" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" "%s" msgstr "" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -8765,67 +8808,67 @@ msgid "" "Refer to %(u)s" msgstr "" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " "mount the same storage." msgstr "" -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, python-format msgid "Live Migration failure: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "" -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" " Code %(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 msgid "Starting migrate_disk_and_power_off" msgstr "" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 msgid "Instance running successfully." msgstr "" -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 msgid "Starting finish_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 msgid "Starting finish_revert_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "" @@ -9134,70 +9177,70 @@ msgstr "" msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, python-format msgid "%s is already mounted" msgstr "" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, python-format msgid "AoE device not found at %s" msgstr "" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 msgid "Fibre Channel device not found." msgstr "" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " "Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9269,12 +9312,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9320,7 +9363,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9471,27 +9514,27 @@ msgstr "" msgid "VMware Cluster %s is not found" msgstr "" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "" @@ -9901,54 +9944,54 @@ msgstr "" msgid "Renamed the VM from %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, python-format msgid "Automatically hard rebooting %d" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 msgid "Reconfiguring VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 msgid "Reconfigured VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "" @@ -10069,19 +10112,19 @@ msgstr "" msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" msgstr "" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " "args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "" @@ -10189,24 +10232,24 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, python-format msgid "Could not determine key: %s" msgstr "" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "" -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "" @@ -10766,7 +10809,7 @@ msgstr "" msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, python-format msgid "Updating progress to %(progress)d" msgstr "" @@ -10780,202 +10823,202 @@ msgstr "" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 msgid "Starting instance" msgstr "" -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, python-format msgid "Block device information present: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 msgid "Failed to spawn, rolling back" msgstr "" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 msgid "Auto configuring disk, attempting to resize partition..." msgstr "" -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 msgid "Starting VM" msgstr "" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" msgstr "" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, python-format msgid "Could not find VM with name %s" msgstr "" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 msgid "Finished snapshot and upload for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 msgid "Unable to terminate instance." msgstr "" -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 msgid "Resize complete" msgstr "" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 msgid "Unable to find root VBD/VDI for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 msgid "Destroying VDIs" msgstr "" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 msgid "Destroying VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "" -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 msgid "VM is not present, skipping soft delete..." msgstr "" -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 msgid "Automatically hard rebooting" msgstr "" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 msgid "Injecting network info to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 msgid "Creating vifs" msgstr "" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 msgid "Injecting hostname to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" msgstr "" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 msgid "No suitable network for migrate" msgstr "" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 msgid "VM.assert_can_migrate failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 msgid "Migrate Send failed" msgstr "" @@ -11116,3 +11159,6 @@ msgstr "" msgid "status must be 'available'" msgstr "" +#~ msgid "Quantum client authentication failed: %s" +#~ msgstr "" + diff --git a/nova/locale/zh_CN/LC_MESSAGES/nova.po b/nova/locale/zh_CN/LC_MESSAGES/nova.po index a397247ac..ed1e435f4 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-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 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" @@ -173,7 +173,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "密钥对数据无效" @@ -1317,6 +1317,21 @@ msgstr "实例类型 %(name)s 已经存在。" msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, fuzzy, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "期望的对象类型:%s" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1327,7 +1342,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "向调度器通报能力。" @@ -1994,43 +2009,43 @@ msgstr "无效的请求:%s" msgid "Failed to get metadata for instance id: %s" msgstr "为ip: %s获取元数据失败" -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "抓到错误:%s" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "%(url)s 随HTTP %(status)d返回" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "必须明确一个ExtensionManager类" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "扩展资源:%s" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "扩展%(ext_name)s:无法扩展资源 %(collection)s:没有那种资源" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "扩展资源的扩展 %(ext_name)s:%(collection)s" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2312,10 +2327,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "实例不存在" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "实例并不是指定网络的成员" @@ -3958,49 +3975,49 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 #, fuzzy msgid "Cannot run any more instances of this type." msgstr "超过实例的配额。您无法运行更多此类型的实例。" -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, fuzzy, python-format msgid "Can only run %s more instances of this type." msgstr "超过实例的配额。您只能再运行 %s 个此类型的实例。" -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, fuzzy, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" msgstr "%(pid)s 已经超过配额,试图运行 %(min_count)s 个实例" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " "properties" msgstr "%(pid)s 已经超过配额,试图设置 %(num_metadata)s 个元数据属性" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 #, fuzzy msgid "Metadata property key greater than 255 characters" msgstr "安全组 %s 不能比255个字符更长。" -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 #, fuzzy msgid "Metadata property value greater than 255 characters" msgstr "安全组 %s 不能比255个字符更长。" -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 #, fuzzy msgid "Cannot attach one or more volumes to multiple instances" msgstr "无法附加卷到实例 %s" @@ -4070,143 +4087,143 @@ msgstr "搜索条件: %s" msgid "snapshot for %s" msgstr "开始为虚拟机 %s 快照" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "flavor_id为空。假定在迁移。" -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, 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:2067 +#: nova/compute/api.py:2065 #, 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:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, fuzzy, python-format msgid "Going to try to live migrate instance to %s" msgstr "准备尝试终止实例 %s" -#: nova/compute/api.py:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 msgid "Keypair name must be between 1 and 255 characters long" msgstr "密钥对名称长度必须在1到255个字符之间" -#: nova/compute/api.py:2871 +#: nova/compute/api.py:2872 #, python-format msgid "Security group %s is not a string or unicode" msgstr "安全组 %s 既不是字符串也不是unicode" -#: nova/compute/api.py:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "安全组 %s 不能为空。" -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, 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:2888 +#: nova/compute/api.py:2889 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "安全组 %s 不能比255个字符更长。" -#: nova/compute/api.py:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "创建安全组 %s" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "安全组 %s 已经存在" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, fuzzy, python-format msgid "Unable to update system group '%s'" msgstr "无法销毁VBD %s" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, fuzzy, python-format msgid "Unable to delete system group '%s'" msgstr "无法销毁VBD %s" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 #, fuzzy msgid "Security group is still in use" msgstr "安全组id应该是整数" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "删除安全组 %s" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "没有找到规则 (%s)" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 #, fuzzy msgid "Quota exceeded, too many security group rules." msgstr "添加安全组规则:%r" -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "授权 %s 安全组入口权限" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "撤销 %s 安全组入口权限" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "安全组id应该是整数" @@ -4345,283 +4362,283 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "重新启动实例失败" -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, 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:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "nova-compute重启后,实例正在重启。" -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 #, fuzzy msgid "Hypervisor driver does not support resume guests" msgstr "虚拟机管理程序驱动不支持防火墙规则" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 #, fuzzy msgid "Failed to resume instance" msgstr "挂起实例失败" -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 msgid "Hypervisor driver does not support firewall rules" msgstr "虚拟机管理程序驱动不支持防火墙规则" -#: nova/compute/manager.py:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, fuzzy, python-format msgid "Unexpected power state %d" msgstr "意外的状态码" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "正在检查状态" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "正在设置 bdm %s" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 #, fuzzy msgid "Failed to dealloc network for deleted instance" msgstr "释放实例的网络" -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 #, fuzzy msgid "Instance was deleted during spawn." msgstr "实例生产失败" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, fuzzy, python-format msgid "Error: %s" msgstr "数据库错误:%s" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "正在启动虚拟机" -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "实例网络设置失败" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "实例的network_info:|%s|" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "实例块设备设置失败" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "实例生产失败" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "释放实例的网络" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "%(action_str)s 实例" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 #, fuzzy msgid "Failed to deallocate network for instance." msgstr "释放实例的网络" -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "忽略异常 DiskNotFound: %s" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, fuzzy, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "忽略异常 DiskNotFound: %s" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "终止bdm %s" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "%s。把实例的 vm_state设置为ERROR" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 #, fuzzy msgid "Rebuilding instance" msgstr "正在重新创建实例 %s" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, fuzzy, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "%(path)s 在共享存储上:%(reason)s" -#: nova/compute/manager.py:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, fuzzy, python-format msgid "Detaching from volume api: %s" msgstr "为卷 %s 创建快照" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 #, fuzzy msgid "Rebooting instance" msgstr "正在重启虚拟机 %s" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, 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:1769 +#: nova/compute/manager.py:1778 #, fuzzy, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "无法重新创建实例 [%(instance_uuid)s]: %(exc)s" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 #, fuzzy msgid "Instance disappeared during reboot" msgstr "实例 %s:重启" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 #, fuzzy msgid "instance snapshotting" msgstr "实例 %s: 快照中" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, 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:1876 +#: nova/compute/manager.py:1885 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "找到 %(num_images)d 个镜像 (rotation: %(rotation)d)" -#: nova/compute/manager.py:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "轮换出%d个备份" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "正在删除镜像 %s" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "设置管理员密码失败。实例 %s 没有运行" -#: nova/compute/manager.py:1923 +#: nova/compute/manager.py:1932 #, fuzzy msgid "Root password set" msgstr "实例 %s:Root密码已设置" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 #, fuzzy msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "该驱动不能执行set_admin_password。" -#: nova/compute/manager.py:1945 +#: nova/compute/manager.py:1954 #, fuzzy, python-format msgid "set_admin_password failed: %s" msgstr "该驱动不能执行set_admin_password。" -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 #, fuzzy msgid "error setting admin password" msgstr "设置管理员密码出错" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, fuzzy, python-format msgid "" "trying to inject a file into a non-running (state: " @@ -4630,179 +4647,184 @@ msgstr "" "试图把一个文件注入到没有运行的实例:%(instance_uuid)s (状态: %(current_power_state)s 预计: " "%(expected_state)s)" -#: nova/compute/manager.py:1969 +#: nova/compute/manager.py:1978 #, fuzzy, python-format msgid "injecting file to %(path)s" msgstr "注入文件路径:'%s'" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 #, fuzzy msgid "Error trying to Rescue Instance" msgstr "挂起实例失败" -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, fuzzy, python-format msgid "Driver Error: %s" msgstr "数据库错误:%s" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 #, fuzzy msgid "Unrescuing" msgstr "实例 %s:取消救援" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, fuzzy, python-format +msgid "Updating instance to original state: '%s'" +msgstr "设置实例 %(instance_uuid)s 至 ERROR 状态" + +#: nova/compute/manager.py:2330 #, fuzzy msgid "Instance has no source host" msgstr "实例没有卷。" -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "目标与来源一样。" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2620 +#: nova/compute/manager.py:2673 #, fuzzy msgid "Pausing" msgstr "正在更新。" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 #, fuzzy msgid "Retrieving diagnostics" msgstr "实例 %s :获取诊断" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 #, fuzzy msgid "Reset network" msgstr "重置网络" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 #, fuzzy msgid "Inject network info" msgstr "实例 %s:注入网络信息" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "将注入的network_info:|%s|" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 #, fuzzy msgid "Get console output" msgstr "获取实例 %s 控制台输出" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 #, fuzzy msgid "Getting vnc console" msgstr "实例 %s:正在获得VNC控制台" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 #, fuzzy msgid "Getting spice console" msgstr "实例 %s:正在获得VNC控制台" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "卷 %(volume_id)s 正在 %(mountpoint)s 上启动" -#: nova/compute/manager.py:2911 +#: nova/compute/manager.py:2964 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "正在把卷 %(volume_id)s 附加到 %(mountpoint)s" -#: nova/compute/manager.py:2920 +#: nova/compute/manager.py:2973 #, 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:2935 +#: nova/compute/manager.py:2988 #, fuzzy, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "正在把卷 %(volume_id)s 附加到 %(mountpoint)s" -#: nova/compute/manager.py:2965 +#: nova/compute/manager.py:3018 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "卷 %(volume_id)s 从挂载点 %(mp)s 分离" -#: nova/compute/manager.py:2975 +#: nova/compute/manager.py:3028 #, fuzzy msgid "Detaching volume from unknown instance" msgstr "从未知实例%s中分离卷" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, fuzzy, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "正在把卷 %(volume_id)s 附加到 %(mountpoint)s" -#: nova/compute/manager.py:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, fuzzy, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "实例 %s 的网络分配" -#: nova/compute/manager.py:3061 +#: nova/compute/manager.py:3114 #, fuzzy, python-format msgid "Port %(port_id)s is not attached" msgstr "网络 %(network_id)s 没有找到。" -#: nova/compute/manager.py:3075 +#: nova/compute/manager.py:3128 #, fuzzy, python-format msgid "Host %(host)s not found" msgstr "主机 %(host)s 没有找到。" -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "预在线迁移在%(dest)s失败" -#: nova/compute/manager.py:3256 +#: nova/compute/manager.py:3309 #, fuzzy msgid "_post_live_migration() is started.." msgstr "post_live_migration()已经启动。" -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "把实例迁移到 %(dest)s 成功完成。" -#: nova/compute/manager.py:3313 +#: nova/compute/manager.py:3366 msgid "" "You may see the error \"libvirt: QEMU error: Domain not found: no domain " "with matching name.\" This error can be safely ignored." @@ -4810,171 +4832,171 @@ msgstr "" "你会看到错误“libvirt: QEMU error: Domain not found: no domain with matching " "name。”这个错误可以放心的忽略。" -#: nova/compute/manager.py:3328 +#: nova/compute/manager.py:3381 #, fuzzy msgid "Post operation of migration started" msgstr "迁移后操作启动" -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, fuzzy, python-format msgid "Failed to get compute_info for %s" msgstr "为ip: %s获取元数据失败" -#: nova/compute/manager.py:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, 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:3545 +#: nova/compute/manager.py:3598 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3554 +#: nova/compute/manager.py:3607 #, fuzzy, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "为实例 %(instance_uuid)s 关闭虚拟机" -#: nova/compute/manager.py:3561 +#: nova/compute/manager.py:3614 #, fuzzy, python-format msgid "Instance %(instance_uuid)s not found" msgstr "没有找到实例 %(instance_id)s" -#: nova/compute/manager.py:3565 +#: nova/compute/manager.py:3618 #, fuzzy msgid "In ERROR state" msgstr "节点处于未知的错误状态。" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3581 +#: nova/compute/manager.py:3634 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3598 +#: nova/compute/manager.py:3651 #, 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:3617 +#: nova/compute/manager.py:3670 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "更新带宽使用缓存" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 #, fuzzy msgid "Updating volume usage cache" msgstr "更新带宽使用缓存" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "更新主机状态" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, 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:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3829 +#: nova/compute/manager.py:3882 #, 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:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3899 +#: nova/compute/manager.py:3952 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 #, fuzzy msgid "Instance is not (soft-)deleted." msgstr "实例未启动" -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 #, fuzzy msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "FLAGS.reclaim_instance_interval <= 0,跳过..." -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "回收删除的实例" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, fuzzy, python-format msgid "Deleting orphan compute node %s" msgstr "LoggingVolumeDriver: %s" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 nova/compute/resource_tracker.py:321 #, fuzzy, python-format msgid "No service record for host %s" msgstr "计算节点 %s 没有服务" -#: nova/compute/manager.py:4025 +#: nova/compute/manager.py:4078 #, 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:4032 +#: nova/compute/manager.py:4085 #, 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:4039 +#: nova/compute/manager.py:4092 #, 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:4066 +#: nova/compute/manager.py:4119 #, fuzzy, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "设置实例 %(instance_uuid)s 至 ERROR 状态" @@ -5090,18 +5112,18 @@ msgstr "无法找到实例 %s 的宿主机" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 #, fuzzy msgid "Invalid block_device_mapping_destroy invocation" msgstr "block_device_mapping %s" @@ -5210,24 +5232,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "无法识别的 read_deleted 取值”%s“" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, fuzzy, python-format msgid "Invalid instance id %s in request" msgstr "实例 %s:已救援" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5774,76 +5796,76 @@ msgstr "" msgid "v4 subnets are required for legacy nw_info" msgstr "遗留的网络信息 nw_info 要求使用 IPv4 子网" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" -msgstr "" +#: nova/network/quantumv2/__init__.py:67 +#, fuzzy +msgid "quantum authentication failed" +msgstr "认证错误" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, fuzzy, python-format msgid "allocate_for_instance() for %s" msgstr "实例 %s 的网络分配" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, fuzzy, python-format msgid "empty project id for instance %s" msgstr "实例 %s 的网络分配" -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 #, fuzzy msgid "Port not found" msgstr "没有找到主机" -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, fuzzy, python-format msgid "deallocate_for_instance() for %s" msgstr "为实例 |%s| 解除网络分配" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, fuzzy, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "在数据库删除卷失败" -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, fuzzy, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "在数据库删除卷失败" -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, fuzzy, python-format msgid "get_instance_nw_info() for %s" msgstr "实例的network_info:|%s|" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, fuzzy, python-format msgid "validate_networks() for %s" msgstr "错误的网络格式" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, fuzzy, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "找不到适合id %(id)s 的浮动IP。" @@ -5931,6 +5953,26 @@ msgstr "安全组 %(security_group_id)s 没有与实例 %(instance_id)s 关联 msgid "This rule already exists in group %s" msgstr "这条规则已经存在于组%s 中" +#: nova/objects/base.py:52 +#, fuzzy, python-format +msgid "Error setting %(attr)s" +msgstr "设置管理员密码出错" + +#: nova/objects/base.py:136 +#, fuzzy, python-format +msgid "Invalid version string" +msgstr "不正确的server_string:%s" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, fuzzy, python-format msgid "Original exception being dropped: %s" @@ -7053,6 +7095,7 @@ msgid "unexpected role header" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 #, fuzzy msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " @@ -7060,45 +7103,47 @@ msgid "" msgstr "%(pid)s 已经超过配额,试图运行 %(min_count)s 个实例" #: nova/tests/api/openstack/compute/test_servers.py:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "正在运行的实例:%s" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "终止实例之后:%s" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "内部错误" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "强制杀死实例后:%s" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 #, fuzzy msgid "spawn error" msgstr "未知的guestmount错误" @@ -7234,25 +7279,25 @@ msgstr "移除在 %s 的模拟的客户代理文件" msgid "Added %(filepath)s to config drive" msgstr "" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, fuzzy, python-format msgid "Loading compute driver '%s'" msgstr "LoggingVolumeDriver: %s" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 #, fuzzy msgid "Unable to load the virtualization driver" msgstr "无法加载虚拟驱动:%s" @@ -8060,7 +8105,7 @@ msgstr "实例代理版本:%s" msgid "get_available_resource called" msgstr "" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "正在更新主机状态" @@ -8242,51 +8287,51 @@ msgstr "" msgid "finish_revert_migration called" msgstr "实例 %s:开始执行 finish_revert_migration" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, fuzzy, python-format msgid "Getting info for disk: %s" msgstr "找不到适合id %(id)s 的浮动IP。" -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 #, fuzzy msgid "finish_migration called" msgstr "实例 %s:开始执行 finish_migration" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, fuzzy, python-format msgid "Cannot find boot VHD file: %s" msgstr "未知的基文件:%s" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8891,62 +8936,62 @@ msgid "" "%(error_code)s] %(ex)s" msgstr "查找 %(instance_name)s时libvirt出错:[错误代码 %(error_code)s] %(ex)s" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, python-format msgid "Invalid exclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, python-format msgid "Invalid inclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 #, fuzzy msgid "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. " msgstr "无法得到CPU的数目,因为这个函数不是给这个平台执行的。这个错误可以被放心忽略。" -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "libvirt版本过旧(不支持getVersion)" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, fuzzy, python-format msgid "Trying to get stats for the volume %s" msgstr "正在获取镜像 %s 的大小" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -8954,37 +8999,37 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, fuzzy, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " "is on the same shared storage." msgstr "创建tmpfile %s 来通知其他的计算节点需要挂载相同的存储。" -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "块存储迁移无法在共享存储使用" -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 #, fuzzy msgid "Live migration can not be used without shared storage." msgstr "块存储迁移无法在共享存储使用" -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, fuzzy, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " @@ -8993,7 +9038,7 @@ msgstr "" "无法迁移%(instance_id)s 到 %(dest)s 上:缺少磁盘(主机:%(available)s <= " "实例:%(necessary)s)" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" @@ -9002,7 +9047,7 @@ msgstr "" "已启动实例的CPU信息:\n" "%s" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -9017,71 +9062,71 @@ msgstr "" "\n" "参考 %(u)s" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " "mount the same storage." msgstr "创建tmpfile %s 来通知其他的计算节点需要挂载相同的存储。" -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, fuzzy, python-format msgid "Live Migration failure: %(e)s" msgstr "预在线迁移在%(dest)s失败" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, fuzzy, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "plug_vifs() 失败%(cnt)d 次。最多重新尝试 %(max_retry)d 次在主机 %(hostname)s。" -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, fuzzy, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" " Code %(error_code)s] %(ex)s" msgstr "查找 %(instance_name)s时libvirt出错:[错误代码 %(error_code)s] %(ex)s" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "因它像卷,所以跳过 %(path)s" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 #, fuzzy msgid "Starting migrate_disk_and_power_off" msgstr "实例 %s:开始执行 migrate_disk_and_power_off" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 #, fuzzy msgid "Instance running successfully." msgstr "实例 %s 成功运行。" -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 #, fuzzy msgid "Starting finish_migration" msgstr "实例 %s:开始执行 finish_migration" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 #, fuzzy msgid "Starting finish_revert_migration" msgstr "实例 %s:开始执行 finish_revert_migration" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, fuzzy, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "删除实例文件 %(target)s" @@ -9395,71 +9440,71 @@ msgstr "在 %(mount_device)s 上还没有找到iSCSI卷。将再次扫描并重 msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "找到iSCSI节点 %(mount_device)s (经过%(tries)s 次再扫描)" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, fuzzy, python-format msgid "%s is already mounted" msgstr "镜像已经挂载" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, fuzzy, python-format msgid "AoE device not found at %s" msgstr "在 %s 未找到iSCSI设备" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, fuzzy, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "在 %(mount_device)s 上还没有找到iSCSI卷。将再次扫描并重试。尝试次数:%(tries)s" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, fuzzy, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "找到iSCSI节点 %(mount_device)s (经过%(tries)s 次再扫描)" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 #, fuzzy msgid "Fibre Channel device not found." msgstr "在 %s 未找到iSCSI设备" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, fuzzy, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " "Try number: %(tries)s" msgstr "在 %(mount_device)s 上还没有找到iSCSI卷。将再次扫描并重试。尝试次数:%(tries)s" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, fuzzy, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "找到iSCSI节点 %(mount_device)s (经过%(tries)s 次再扫描)" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9533,12 +9578,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9586,7 +9631,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9739,27 +9784,27 @@ msgstr "针对useconnection_type=vmwareapi必须指定vmwareapi_host_ip,vmwareap msgid "VMware Cluster %s is not found" msgstr "没有找到标记 [%s]" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "在vmwareapi:_create_session,得到这个异常:%s" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "在vmwareapi:_call_method,得到这个异常:%s" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "任务 [%(task_name)s] %(task_ref)s 状态:成功" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "任务 [%(task_name)s] %(task_ref)s 状态:错误 %(error_info)s" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "在vmwareapi:_poll_task,得到这个错误 %s" @@ -10208,56 +10253,56 @@ msgstr "正在删除volumeID:%s " msgid "Renamed the VM from %s" msgstr "从快照 %s 创建卷" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "找到%(instance_count)d个超过%(timeout)d秒悬挂的重启" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, fuzzy, python-format msgid "Automatically hard rebooting %d" msgstr "自动冷重启 %d" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "get_diagnostics 没有在 vmwareapi 里实现" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 #, fuzzy msgid "Reconfiguring VM instance to set the machine id" msgstr "正在重新配置虚拟机实例 %s 来附加镜像磁盘" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 #, fuzzy msgid "Reconfigured VM instance to set the machine id" msgstr "已经重新配置虚拟机实例 %s 来附加于镜像磁盘" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, fuzzy, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "正在重新配置实例 %(name)s 来设置机器的id为ip - %(ip_addr)s" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, fuzzy, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "已经重新配置虚拟机实例 %(name)s 来设置机器的id为ip - %(ip_addr)s" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "正在使用路径 %s 创建目录" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "已经创建路径为 %s 的目录" @@ -10380,19 +10425,19 @@ msgstr "没有在数据库找到卷" msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" msgstr "挂载点 %(mountpoint)s 从实例 %(instance_name)s 分离" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, fuzzy, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "超时:调用 %(method)s 超时。虚拟机id=%(instance_uuid)s; args=%(args)r" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, fuzzy, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " "args=%(args)r" msgstr "没有执行:代理不支持 %(method)s 的调用。虚拟机id=%(instance_uuid)s; args=%(args)r" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, fuzzy, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "对 %(method)s 的调用返回错误:%(e)s。" @@ -10505,24 +10550,24 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, fuzzy, python-format msgid "Could not determine key: %s" msgstr "解密私钥失败:%s" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "不支持在XenServer启动主机" -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "无法登录到XenAPI(Dom0磁盘是空么?)" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "得到异常:%s" @@ -11092,7 +11137,7 @@ msgstr "挂载文件系统失败(期望的是非Linux实例):%s" msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, fuzzy, python-format msgid "Updating progress to %(progress)d" msgstr "将实例 '%(instance_uuid)s' 的进度更新到 %(progress)d" @@ -11106,219 +11151,219 @@ msgstr "正在删除基文件:%s" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 #, fuzzy msgid "Starting instance" msgstr "正在启动虚拟机" -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "从 dom0 中移除内核/内存盘文件" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, fuzzy, python-format msgid "Block device information present: %s" msgstr "block_device_mapping %s" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 #, fuzzy msgid "Failed to spawn, rolling back" msgstr "在数据库更新卷失败" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 #, fuzzy msgid "Auto configuring disk, attempting to resize partition..." msgstr "正在自动配置实例 %(instance_uuid)s 的磁盘,尝试调整分区大小..." -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 #, fuzzy msgid "Starting VM" msgstr "重启xvp" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" msgstr "%(hypervisor)s/%(os)s/%(architecture)s 最新的agent build 是 %(version)s 版本" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "没有找到 %(hypervisor)s/%(os)s/%(architecture)s 的代理创建" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "实例代理版本:%s" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "设置VCPU 权重" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, fuzzy, python-format msgid "Could not find VM with name %s" msgstr "找不到VDI ref" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 #, fuzzy msgid "Finished snapshot and upload for VM" msgstr "快照完毕并为虚拟机 %s 上传" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "将 vhd 转移到新主机失败" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 #, fuzzy msgid "Unable to terminate instance." msgstr "重新启动实例失败" -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "将 VDI %(vdi_uuid)s 由 %(old_gb)dGB 调大到 %(new_gb)dGB" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 #, fuzzy msgid "Resize complete" msgstr "调整实例 %s 的大小完毕" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 #, fuzzy msgid "Unable to find root VBD/VDI for VM" msgstr "无法为VDI %s 找到VBD" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 #, fuzzy msgid "Destroying VDIs" msgstr "重启xvp" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 #, fuzzy msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "实例 %(instance_uuid)s 使用RAW或者VHD,跳过内核和内存盘的删除" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "实例拥有内核或者内存盘,但不是二者均有" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "内核/内存盘文件移除了" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 #, fuzzy msgid "Destroying VM" msgstr "重启xvp" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "虚拟机不存在,跳过销毁..." -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "实例已处于救援模式:%s" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 #, fuzzy msgid "VM is not present, skipping soft delete..." msgstr "虚拟机不存在,跳过销毁..." -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 #, fuzzy msgid "Automatically hard rebooting" msgstr "自动冷重启 %d" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 #, fuzzy msgid "Injecting network info to xenstore" msgstr "为虚拟机注入网络信息到xs:|%s|" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 #, fuzzy msgid "Creating vifs" msgstr "正在创建镜像" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, fuzzy, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "正在为虚拟机 %(vm_ref)s,网络 %(network_ref)s 创建VIF。" -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, fuzzy, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "正在为虚拟机 %(vm_ref)s,网络 %(network_ref)s 创建VIF。" -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 #, fuzzy msgid "Injecting hostname to xenstore" msgstr "为虚拟机注入hostname到xs:|%s|" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" msgstr "" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 #, fuzzy msgid "No suitable network for migrate" msgstr "错误的网络格式" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 msgid "VM.assert_can_migrate failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 #, fuzzy msgid "Migrate Send failed" msgstr "创建失败" @@ -11464,3 +11509,6 @@ msgstr "状态必须可用" msgid "status must be 'available'" msgstr "状态必须可用" +#~ msgid "Quantum client authentication failed: %s" +#~ msgstr "" + diff --git a/nova/locale/zh_HK/LC_MESSAGES/nova.po b/nova/locale/zh_HK/LC_MESSAGES/nova.po index 5b83fb5b0..a2febfd54 100644 --- a/nova/locale/zh_HK/LC_MESSAGES/nova.po +++ b/nova/locale/zh_HK/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-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 19:37+0000\n" "PO-Revision-Date: 2013-05-28 17:08+0000\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Language-Team: Chinese (Hong Kong) " @@ -171,7 +171,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "" @@ -1300,6 +1300,21 @@ msgstr "" msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1310,7 +1325,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1959,43 +1974,43 @@ msgstr "" msgid "Failed to get metadata for instance id: %s" msgstr "" -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2276,10 +2291,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "" @@ -3859,46 +3876,46 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 msgid "Cannot run any more instances of this type." msgstr "" -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, python-format msgid "Can only run %s more instances of this type." msgstr "" -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" msgstr "" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " "properties" msgstr "" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 msgid "Metadata property key greater than 255 characters" msgstr "" -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 msgid "Metadata property value greater than 255 characters" msgstr "" -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 msgid "Cannot attach one or more volumes to multiple instances" msgstr "" @@ -3961,141 +3978,141 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2067 +#: nova/compute/api.py:2065 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2871 +#: nova/compute/api.py:2872 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2888 +#: nova/compute/api.py:2889 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, python-format msgid "Unable to update system group '%s'" msgstr "" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, python-format msgid "Unable to delete system group '%s'" msgstr "" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "" @@ -4231,603 +4248,608 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 msgid "Failed to resume instance" msgstr "" -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, python-format msgid "Detaching from volume api: %s" msgstr "" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1769 +#: nova/compute/manager.py:1778 #, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1876 +#: nova/compute/manager.py:1885 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1923 +#: nova/compute/manager.py:1932 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1945 +#: nova/compute/manager.py:1954 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, 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:1969 +#: nova/compute/manager.py:1978 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 msgid "Error trying to Rescue Instance" msgstr "" -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, python-format +msgid "Updating instance to original state: '%s'" +msgstr "" + +#: nova/compute/manager.py:2330 msgid "Instance has no source host" msgstr "" -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2620 +#: nova/compute/manager.py:2673 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2911 +#: nova/compute/manager.py:2964 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2920 +#: nova/compute/manager.py:2973 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2935 +#: nova/compute/manager.py:2988 #, python-format msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2965 +#: nova/compute/manager.py:3018 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:2975 +#: nova/compute/manager.py:3028 msgid "Detaching volume from unknown instance" msgstr "" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, python-format msgid "Failed to detach volume %(volume_id)s from %(mp)s" msgstr "" -#: nova/compute/manager.py:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3061 +#: nova/compute/manager.py:3114 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3075 +#: nova/compute/manager.py:3128 #, python-format msgid "Host %(host)s not found" msgstr "" -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3256 +#: nova/compute/manager.py:3309 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3313 +#: nova/compute/manager.py:3366 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:3328 +#: nova/compute/manager.py:3381 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3545 +#: nova/compute/manager.py:3598 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3554 +#: nova/compute/manager.py:3607 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3561 +#: nova/compute/manager.py:3614 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3565 +#: nova/compute/manager.py:3618 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3581 +#: nova/compute/manager.py:3634 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3598 +#: nova/compute/manager.py:3651 #, 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:3617 +#: nova/compute/manager.py:3670 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3829 +#: nova/compute/manager.py:3882 #, 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:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3899 +#: nova/compute/manager.py:3952 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4025 +#: nova/compute/manager.py:4078 #, 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:4032 +#: nova/compute/manager.py:4085 #, 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:4039 +#: nova/compute/manager.py:4092 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4119 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4941,18 +4963,18 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5056,24 +5078,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5610,75 +5632,74 @@ msgstr "" msgid "v4 subnets are required for legacy nw_info" msgstr "" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" +#: nova/network/quantumv2/__init__.py:67 +msgid "quantum authentication failed" msgstr "" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, python-format msgid "allocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, python-format msgid "empty project id for instance %s" msgstr "" -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 msgid "Port not found" msgstr "" -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, python-format msgid "deallocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "" -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "" -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, python-format msgid "get_instance_nw_info() for %s" msgstr "" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, python-format msgid "validate_networks() for %s" msgstr "" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "" @@ -5763,6 +5784,25 @@ msgstr "" msgid "This rule already exists in group %s" msgstr "" +#: nova/objects/base.py:52 +#, python-format +msgid "Error setting %(attr)s" +msgstr "" + +#: nova/objects/base.py:136 +msgid "Invalid version string" +msgstr "" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, python-format msgid "Original exception being dropped: %s" @@ -6866,51 +6906,54 @@ msgid "unexpected role header" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 msgid "spawn error" msgstr "" @@ -7041,25 +7084,25 @@ msgstr "" msgid "Added %(filepath)s to config drive" msgstr "" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, python-format msgid "Loading compute driver '%s'" msgstr "" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 msgid "Unable to load the virtualization driver" msgstr "" @@ -7853,7 +7896,7 @@ msgstr "" msgid "get_available_resource called" msgstr "" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "" @@ -8025,50 +8068,50 @@ msgstr "" msgid "finish_revert_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, python-format msgid "Getting info for disk: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 msgid "finish_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, python-format msgid "Cannot find boot VHD file: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8650,61 +8693,61 @@ msgid "" "%(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, python-format msgid "Invalid exclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, python-format msgid "Invalid inclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 msgid "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. " msgstr "" -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, python-format msgid "Trying to get stats for the volume %s" msgstr "" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -8712,50 +8755,50 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " "is on the same shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 msgid "Live migration can not be used without shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" msgstr "" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" "%s" msgstr "" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -8765,67 +8808,67 @@ msgid "" "Refer to %(u)s" msgstr "" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " "mount the same storage." msgstr "" -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, python-format msgid "Live Migration failure: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "" -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" " Code %(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 msgid "Starting migrate_disk_and_power_off" msgstr "" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 msgid "Instance running successfully." msgstr "" -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 msgid "Starting finish_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 msgid "Starting finish_revert_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "" @@ -9134,70 +9177,70 @@ msgstr "" msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, python-format msgid "%s is already mounted" msgstr "" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, python-format msgid "AoE device not found at %s" msgstr "" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 msgid "Fibre Channel device not found." msgstr "" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " "Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9269,12 +9312,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9320,7 +9363,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9471,27 +9514,27 @@ msgstr "" msgid "VMware Cluster %s is not found" msgstr "" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "" @@ -9901,54 +9944,54 @@ msgstr "" msgid "Renamed the VM from %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, python-format msgid "Automatically hard rebooting %d" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 msgid "Reconfiguring VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 msgid "Reconfigured VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "" @@ -10069,19 +10112,19 @@ msgstr "" msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" msgstr "" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " "args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "" @@ -10189,24 +10232,24 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, python-format msgid "Could not determine key: %s" msgstr "" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "" -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "" @@ -10766,7 +10809,7 @@ msgstr "" msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, python-format msgid "Updating progress to %(progress)d" msgstr "" @@ -10780,202 +10823,202 @@ msgstr "" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 msgid "Starting instance" msgstr "" -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, python-format msgid "Block device information present: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 msgid "Failed to spawn, rolling back" msgstr "" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 msgid "Auto configuring disk, attempting to resize partition..." msgstr "" -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 msgid "Starting VM" msgstr "" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" msgstr "" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, python-format msgid "Could not find VM with name %s" msgstr "" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 msgid "Finished snapshot and upload for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 msgid "Unable to terminate instance." msgstr "" -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 msgid "Resize complete" msgstr "" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 msgid "Unable to find root VBD/VDI for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 msgid "Destroying VDIs" msgstr "" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 msgid "Destroying VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "" -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 msgid "VM is not present, skipping soft delete..." msgstr "" -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 msgid "Automatically hard rebooting" msgstr "" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 msgid "Injecting network info to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 msgid "Creating vifs" msgstr "" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 msgid "Injecting hostname to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" msgstr "" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 msgid "No suitable network for migrate" msgstr "" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 msgid "VM.assert_can_migrate failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 msgid "Migrate Send failed" msgstr "" @@ -11116,3 +11159,6 @@ msgstr "" msgid "status must be 'available'" msgstr "" +#~ msgid "Quantum client authentication failed: %s" +#~ msgstr "" + diff --git a/nova/locale/zh_TW/LC_MESSAGES/nova.po b/nova/locale/zh_TW/LC_MESSAGES/nova.po index 80219efe1..0cfa4e7b3 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-29 19:37+0000\n" +"POT-Creation-Date: 2013-06-02 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" @@ -170,7 +170,7 @@ msgstr "" #: nova/exception.py:235 nova/api/ec2/cloud.py:462 #: nova/api/openstack/compute/contrib/keypairs.py:98 #: nova/api/openstack/compute/plugins/v3/keypairs.py:99 -#: nova/compute/api.py:2791 +#: nova/compute/api.py:2792 msgid "Keypair data is invalid" msgstr "無效的Keypair" @@ -1300,6 +1300,21 @@ msgstr "" msgid "Instance rollback performed due to: %s" msgstr "" +#: nova/exception.py:1214 +#, python-format +msgid "Unsupported object type %(objtype)s" +msgstr "" + +#: nova/exception.py:1218 +#, python-format +msgid "Cannot call %(method)s on orphaned %(objtype)s object" +msgstr "" + +#: nova/exception.py:1222 +#, python-format +msgid "Version %(objver)s of %(objname)s is not supported" +msgstr "" + #: nova/hooks.py:62 #, python-format msgid "Running %(name)s pre-hook: %(obj)s" @@ -1310,7 +1325,7 @@ msgstr "" msgid "Running %(name)s post-hook: %(obj)s" msgstr "" -#: nova/manager.py:170 +#: nova/manager.py:172 msgid "Notifying Schedulers of capabilities ..." msgstr "" @@ -1960,43 +1975,43 @@ msgstr "" msgid "Failed to get metadata for instance id: %s" msgstr "無法掛載Volume 到虛擬機器 %s" -#: nova/api/openstack/__init__.py:53 +#: nova/api/openstack/__init__.py:62 #, python-format msgid "Caught error: %s" msgstr "" -#: nova/api/openstack/__init__.py:62 +#: nova/api/openstack/__init__.py:71 #, python-format msgid "%(url)s returned with HTTP %(status)d" msgstr "" -#: nova/api/openstack/__init__.py:149 +#: nova/api/openstack/__init__.py:158 msgid "Must specify an ExtensionManager class" msgstr "" -#: nova/api/openstack/__init__.py:160 nova/api/openstack/__init__.py:276 +#: nova/api/openstack/__init__.py:169 nova/api/openstack/__init__.py:289 #, python-format msgid "Extended resource: %s" msgstr "" -#: nova/api/openstack/__init__.py:195 nova/api/openstack/__init__.py:323 +#: nova/api/openstack/__init__.py:204 nova/api/openstack/__init__.py:336 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "" -#: nova/api/openstack/__init__.py:200 nova/api/openstack/__init__.py:328 +#: nova/api/openstack/__init__.py:209 nova/api/openstack/__init__.py:341 #, python-format msgid "Extension %(ext_name)s extending resource: %(collection)s" msgstr "" -#: nova/api/openstack/__init__.py:273 +#: nova/api/openstack/__init__.py:286 #, python-format msgid "Running _register_resources on %s" msgstr "" -#: nova/api/openstack/__init__.py:315 +#: nova/api/openstack/__init__.py:328 #, python-format msgid "Running _register_controllers on %s" msgstr "" @@ -2277,10 +2292,12 @@ msgid "You are not allowed to delete the image." msgstr "" #: nova/api/openstack/compute/ips.py:68 +#: nova/api/openstack/compute/plugins/v3/ips.py:69 msgid "Instance does not exist" msgstr "" #: nova/api/openstack/compute/ips.py:91 +#: nova/api/openstack/compute/plugins/v3/ips.py:92 msgid "Instance is not a member of specified network" msgstr "" @@ -3866,46 +3883,46 @@ msgstr "" msgid "No nova entries in syslog!" msgstr "" -#: nova/compute/api.py:284 +#: nova/compute/api.py:294 msgid "Cannot run any more instances of this type." msgstr "" -#: nova/compute/api.py:291 +#: nova/compute/api.py:301 #, python-format msgid "Can only run %s more instances of this type." msgstr "" -#: nova/compute/api.py:300 +#: nova/compute/api.py:310 #, python-format msgid "" "%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s " "instances. %(msg)s" msgstr "" -#: nova/compute/api.py:320 +#: nova/compute/api.py:330 #, python-format msgid "" "Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " "properties" msgstr "" -#: nova/compute/api.py:330 +#: nova/compute/api.py:340 msgid "Metadata property key blank" msgstr "" -#: nova/compute/api.py:334 +#: nova/compute/api.py:344 msgid "Metadata property key greater than 255 characters" msgstr "" -#: nova/compute/api.py:338 +#: nova/compute/api.py:348 msgid "Metadata property value greater than 255 characters" msgstr "" -#: nova/compute/api.py:471 +#: nova/compute/api.py:481 msgid "Failed to set instance name using multi_instance_display_name_template." msgstr "" -#: nova/compute/api.py:568 +#: nova/compute/api.py:575 #, fuzzy msgid "Cannot attach one or more volumes to multiple instances" msgstr "無法掛載Volume 到虛擬機器 %s" @@ -3970,141 +3987,141 @@ msgstr "" msgid "snapshot for %s" msgstr "" -#: nova/compute/api.py:2012 +#: nova/compute/api.py:2010 msgid "flavor_id is None. Assuming migration." msgstr "" -#: nova/compute/api.py:2021 +#: nova/compute/api.py:2019 #, python-format msgid "" "Old instance type %(current_instance_type_name)s, new instance type " "%(new_instance_type_name)s" msgstr "" -#: nova/compute/api.py:2067 +#: nova/compute/api.py:2065 #, python-format msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance." msgstr "" -#: nova/compute/api.py:2203 +#: nova/compute/api.py:2201 msgid "Cannot rescue a volume-backed instance" msgstr "" -#: nova/compute/api.py:2308 +#: nova/compute/api.py:2306 msgid "Locking" msgstr "" -#: nova/compute/api.py:2316 +#: nova/compute/api.py:2314 msgid "Unlocking" msgstr "" -#: nova/compute/api.py:2388 +#: nova/compute/api.py:2386 msgid "Volume must be attached in order to detach." msgstr "" -#: nova/compute/api.py:2501 +#: nova/compute/api.py:2499 #, python-format msgid "Going to try to live migrate instance to %s" msgstr "" -#: nova/compute/api.py:2520 +#: nova/compute/api.py:2521 msgid "vm evacuation scheduled" msgstr "" -#: nova/compute/api.py:2524 +#: nova/compute/api.py:2525 #, python-format msgid "" "Instance compute service state on %(inst_host)s expected to be down, but " "it was up." msgstr "" -#: nova/compute/api.py:2771 +#: nova/compute/api.py:2772 msgid "Keypair name contains unsafe characters" msgstr "" -#: nova/compute/api.py:2775 +#: nova/compute/api.py:2776 msgid "Keypair name must be between 1 and 255 characters long" msgstr "" -#: nova/compute/api.py:2871 +#: nova/compute/api.py:2872 #, python-format msgid "Security group %s is not a string or unicode" msgstr "" -#: nova/compute/api.py:2874 +#: nova/compute/api.py:2875 #, python-format msgid "Security group %s cannot be empty." msgstr "" -#: nova/compute/api.py:2882 +#: nova/compute/api.py:2883 #, python-format msgid "" "Value (%(value)s) for parameter Group%(property)s is invalid. Content " "limited to '%(allowed)'." msgstr "" -#: nova/compute/api.py:2888 +#: nova/compute/api.py:2889 #, python-format msgid "Security group %s should not be greater than 255 characters." msgstr "" -#: nova/compute/api.py:2906 +#: nova/compute/api.py:2907 msgid "Quota exceeded, too many security groups." msgstr "" -#: nova/compute/api.py:2909 +#: nova/compute/api.py:2910 #, python-format msgid "Create Security Group %s" msgstr "" -#: nova/compute/api.py:2916 +#: nova/compute/api.py:2917 #, python-format msgid "Security group %s already exists" msgstr "" -#: nova/compute/api.py:2935 +#: nova/compute/api.py:2936 #, fuzzy, python-format msgid "Unable to update system group '%s'" msgstr "找不到Volume %s" -#: nova/compute/api.py:2995 +#: nova/compute/api.py:2996 #, fuzzy, python-format msgid "Unable to delete system group '%s'" msgstr "找不到Volume %s" -#: nova/compute/api.py:3000 +#: nova/compute/api.py:3001 msgid "Security group is still in use" msgstr "" -#: nova/compute/api.py:3008 +#: nova/compute/api.py:3009 msgid "Failed to update usages deallocating security group" msgstr "" -#: nova/compute/api.py:3011 +#: nova/compute/api.py:3012 #, python-format msgid "Delete security group %s" msgstr "" -#: nova/compute/api.py:3088 nova/compute/api.py:3162 +#: nova/compute/api.py:3089 nova/compute/api.py:3163 #, python-format msgid "Rule (%s) not found" msgstr "" -#: nova/compute/api.py:3104 +#: nova/compute/api.py:3105 msgid "Quota exceeded, too many security group rules." msgstr "" -#: nova/compute/api.py:3107 +#: nova/compute/api.py:3108 #, python-format msgid "Authorize security group ingress %s" msgstr "" -#: nova/compute/api.py:3116 +#: nova/compute/api.py:3117 #, python-format msgid "Revoke security group ingress %s" msgstr "" -#: nova/compute/api.py:3169 +#: nova/compute/api.py:3170 msgid "Security group id should be integer" msgstr "" @@ -4240,606 +4257,611 @@ msgstr "" msgid "Failed to check if instance shared" msgstr "" -#: nova/compute/manager.py:531 +#: nova/compute/manager.py:540 msgid "Failed to revert crashed migration" msgstr "" -#: nova/compute/manager.py:534 +#: nova/compute/manager.py:543 msgid "Instance found in migrating state during startup. Resetting task_state" msgstr "" -#: nova/compute/manager.py:545 +#: nova/compute/manager.py:554 #, python-format msgid "Current state is %(drv_state)s, state in DB is %(db_state)s." msgstr "" -#: nova/compute/manager.py:550 +#: nova/compute/manager.py:559 msgid "Rebooting instance after nova-compute restart." msgstr "" -#: nova/compute/manager.py:564 +#: nova/compute/manager.py:573 msgid "Hypervisor driver does not support resume guests" msgstr "" -#: nova/compute/manager.py:569 +#: nova/compute/manager.py:578 #, fuzzy msgid "Failed to resume instance" msgstr "無法掛載Volume 到虛擬機器 %s" -#: nova/compute/manager.py:579 +#: nova/compute/manager.py:588 msgid "Hypervisor driver does not support firewall rules" msgstr "" -#: nova/compute/manager.py:583 +#: nova/compute/manager.py:592 #, python-format msgid "Lifecycle event %(state)d on VM %(uuid)s" msgstr "" -#: nova/compute/manager.py:599 +#: nova/compute/manager.py:608 #, python-format msgid "Unexpected power state %d" msgstr "" -#: nova/compute/manager.py:611 +#: nova/compute/manager.py:620 #, python-format msgid "Ignoring event %s" msgstr "" -#: nova/compute/manager.py:649 +#: nova/compute/manager.py:658 msgid "Checking state" msgstr "" -#: nova/compute/manager.py:747 +#: nova/compute/manager.py:756 #, python-format msgid "Volume id: %s finished being created but was not set as 'available'" msgstr "" -#: nova/compute/manager.py:764 +#: nova/compute/manager.py:773 #, python-format msgid "Setting up bdm %s" msgstr "" -#: nova/compute/manager.py:864 +#: nova/compute/manager.py:873 msgid "Success" msgstr "" -#: nova/compute/manager.py:887 +#: nova/compute/manager.py:896 msgid "Instance disappeared before we could start it" msgstr "" -#: nova/compute/manager.py:914 nova/compute/manager.py:2331 +#: nova/compute/manager.py:923 nova/compute/manager.py:2377 #, python-format msgid "No node specified, defaulting to %(node)s" msgstr "" -#: nova/compute/manager.py:956 +#: nova/compute/manager.py:965 msgid "Failed to dealloc network for deleted instance" msgstr "" -#: nova/compute/manager.py:962 +#: nova/compute/manager.py:971 msgid "Instance was deleted during spawn." msgstr "" -#: nova/compute/manager.py:990 +#: nova/compute/manager.py:999 #, python-format msgid "Error: %s" msgstr "" -#: nova/compute/manager.py:1007 +#: nova/compute/manager.py:1016 msgid "Clean up resource before rescheduling." msgstr "" -#: nova/compute/manager.py:1032 nova/compute/manager.py:2385 +#: nova/compute/manager.py:1041 nova/compute/manager.py:2431 msgid "Error trying to reschedule" msgstr "" -#: nova/compute/manager.py:1045 +#: nova/compute/manager.py:1054 msgid "Retry info not present, will not reschedule" msgstr "" -#: nova/compute/manager.py:1050 +#: nova/compute/manager.py:1059 msgid "No request spec, will not reschedule" msgstr "" -#: nova/compute/manager.py:1056 +#: nova/compute/manager.py:1065 #, python-format msgid "Re-scheduling %(method)s: attempt %(num)d" msgstr "" -#: nova/compute/manager.py:1085 +#: nova/compute/manager.py:1094 msgid "Instance build timed out. Set to error state." msgstr "" -#: nova/compute/manager.py:1095 +#: nova/compute/manager.py:1104 msgid "Starting instance..." msgstr "" -#: nova/compute/manager.py:1121 +#: nova/compute/manager.py:1130 msgid "Instance failed network setup" msgstr "" -#: nova/compute/manager.py:1124 +#: nova/compute/manager.py:1133 #, python-format msgid "Instance network_info: |%s|" msgstr "" -#: nova/compute/manager.py:1135 +#: nova/compute/manager.py:1144 msgid "Instance failed block device setup" msgstr "" -#: nova/compute/manager.py:1154 +#: nova/compute/manager.py:1163 msgid "Instance failed to spawn" msgstr "" -#: nova/compute/manager.py:1205 +#: nova/compute/manager.py:1214 msgid "Deallocating network for instance" msgstr "" -#: nova/compute/manager.py:1276 +#: nova/compute/manager.py:1285 #, python-format msgid "%(action_str)s instance" msgstr "" -#: nova/compute/manager.py:1292 +#: nova/compute/manager.py:1301 msgid "Failed to deallocate network for instance." msgstr "" -#: nova/compute/manager.py:1312 +#: nova/compute/manager.py:1321 #, python-format msgid "Ignoring DiskNotFound: %s" msgstr "" -#: nova/compute/manager.py:1315 +#: nova/compute/manager.py:1324 #, python-format msgid "Ignoring VolumeNotFound: %s" msgstr "" -#: nova/compute/manager.py:1322 +#: nova/compute/manager.py:1331 #, python-format msgid "terminating bdm %s" msgstr "" -#: nova/compute/manager.py:1369 +#: nova/compute/manager.py:1378 #, python-format msgid "Ignoring volume cleanup failure due to %s" msgstr "" -#: nova/compute/manager.py:1422 nova/compute/manager.py:2560 -#: nova/compute/manager.py:4075 +#: nova/compute/manager.py:1431 nova/compute/manager.py:2613 +#: nova/compute/manager.py:4128 #, python-format msgid "%s. Setting instance vm_state to ERROR" msgstr "" -#: nova/compute/manager.py:1574 +#: nova/compute/manager.py:1583 msgid "Rebuilding instance" msgstr "" -#: nova/compute/manager.py:1587 +#: nova/compute/manager.py:1596 msgid "Invalid state of instance files on shared storage" msgstr "" -#: nova/compute/manager.py:1591 +#: nova/compute/manager.py:1600 msgid "disk on shared storage, recreating using existing disk" msgstr "" -#: nova/compute/manager.py:1595 +#: nova/compute/manager.py:1604 #, python-format msgid "disk not on shared storagerebuilding from: '%s'" msgstr "" -#: nova/compute/manager.py:1678 +#: nova/compute/manager.py:1687 #, python-format msgid "bringing vm to original state: '%s'" msgstr "" -#: nova/compute/manager.py:1710 +#: nova/compute/manager.py:1719 #, fuzzy, python-format msgid "Detaching from volume api: %s" msgstr "無法卸載 Volume %s" -#: nova/compute/manager.py:1728 +#: nova/compute/manager.py:1737 msgid "Rebooting instance" msgstr "" -#: nova/compute/manager.py:1753 +#: nova/compute/manager.py:1762 #, python-format msgid "" "trying to reboot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1769 +#: nova/compute/manager.py:1778 #, fuzzy, python-format msgid "Cannot reboot instance: %(exc)s" msgstr "無法掛載Volume 到虛擬機器 %s" -#: nova/compute/manager.py:1782 +#: nova/compute/manager.py:1791 msgid "Instance disappeared during reboot" msgstr "" -#: nova/compute/manager.py:1809 +#: nova/compute/manager.py:1818 msgid "instance snapshotting" msgstr "" -#: nova/compute/manager.py:1815 +#: nova/compute/manager.py:1824 #, python-format msgid "" "trying to snapshot a non-running instance: (state: %(state)s expected: " "%(running)s)" msgstr "" -#: nova/compute/manager.py:1876 +#: nova/compute/manager.py:1885 #, python-format msgid "Found %(num_images)d images (rotation: %(rotation)d)" msgstr "" -#: nova/compute/manager.py:1883 +#: nova/compute/manager.py:1892 #, python-format msgid "Rotating out %d backups" msgstr "" -#: nova/compute/manager.py:1888 +#: nova/compute/manager.py:1897 #, python-format msgid "Deleting image %s" msgstr "" -#: nova/compute/manager.py:1916 +#: nova/compute/manager.py:1925 #, python-format msgid "Failed to set admin password. Instance %s is not running" msgstr "" -#: nova/compute/manager.py:1923 +#: nova/compute/manager.py:1932 msgid "Root password set" msgstr "" -#: nova/compute/manager.py:1930 +#: nova/compute/manager.py:1939 msgid "set_admin_password is not implemented by this driver or guest instance." msgstr "" -#: nova/compute/manager.py:1945 +#: nova/compute/manager.py:1954 #, python-format msgid "set_admin_password failed: %s" msgstr "" -#: nova/compute/manager.py:1952 +#: nova/compute/manager.py:1961 msgid "error setting admin password" msgstr "" -#: nova/compute/manager.py:1965 +#: nova/compute/manager.py:1974 #, 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:1969 +#: nova/compute/manager.py:1978 #, python-format msgid "injecting file to %(path)s" msgstr "" -#: nova/compute/manager.py:1989 +#: nova/compute/manager.py:1998 msgid "" "Unable to find a different image to use for rescue VM, using instance's " "current image" msgstr "" -#: nova/compute/manager.py:2002 +#: nova/compute/manager.py:2011 msgid "Rescuing" msgstr "" -#: nova/compute/manager.py:2021 +#: nova/compute/manager.py:2030 #, fuzzy msgid "Error trying to Rescue Instance" msgstr "無法掛載Volume 到虛擬機器 %s" -#: nova/compute/manager.py:2025 +#: nova/compute/manager.py:2034 #, python-format msgid "Driver Error: %s" msgstr "" -#: nova/compute/manager.py:2043 +#: nova/compute/manager.py:2052 msgid "Unrescuing" msgstr "" -#: nova/compute/manager.py:2064 +#: nova/compute/manager.py:2073 #, python-format msgid "Changing instance metadata according to %(diff)r" msgstr "" -#: nova/compute/manager.py:2289 +#: nova/compute/manager.py:2296 +#, python-format +msgid "Updating instance to original state: '%s'" +msgstr "" + +#: nova/compute/manager.py:2330 msgid "Instance has no source host" msgstr "" -#: nova/compute/manager.py:2295 +#: nova/compute/manager.py:2336 msgid "destination same as source!" msgstr "" -#: nova/compute/manager.py:2312 +#: nova/compute/manager.py:2358 msgid "Migrating" msgstr "" -#: nova/compute/manager.py:2557 +#: nova/compute/manager.py:2610 #, python-format msgid "Failed to rollback quota for failed finish_resize: %(qr_error)s" msgstr "" -#: nova/compute/manager.py:2620 +#: nova/compute/manager.py:2673 msgid "Pausing" msgstr "" -#: nova/compute/manager.py:2638 +#: nova/compute/manager.py:2691 msgid "Unpausing" msgstr "" -#: nova/compute/manager.py:2676 +#: nova/compute/manager.py:2729 msgid "Retrieving diagnostics" msgstr "" -#: nova/compute/manager.py:2707 +#: nova/compute/manager.py:2760 msgid "Resuming" msgstr "" -#: nova/compute/manager.py:2727 +#: nova/compute/manager.py:2780 msgid "Reset network" msgstr "" -#: nova/compute/manager.py:2732 +#: nova/compute/manager.py:2785 msgid "Inject network info" msgstr "" -#: nova/compute/manager.py:2735 +#: nova/compute/manager.py:2788 #, python-format msgid "network_info to inject: |%s|" msgstr "" -#: nova/compute/manager.py:2752 +#: nova/compute/manager.py:2805 msgid "Get console output" msgstr "" -#: nova/compute/manager.py:2779 +#: nova/compute/manager.py:2832 msgid "Getting vnc console" msgstr "" -#: nova/compute/manager.py:2814 +#: nova/compute/manager.py:2867 msgid "Getting spice console" msgstr "" -#: nova/compute/manager.py:2861 +#: nova/compute/manager.py:2914 #, python-format msgid "Booting with volume %(volume_id)s at %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2911 +#: nova/compute/manager.py:2964 #, python-format msgid "Attaching volume %(volume_id)s to %(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2920 +#: nova/compute/manager.py:2973 #, python-format msgid "" "Failed to connect to volume %(volume_id)s while attaching at " "%(mountpoint)s" msgstr "" -#: nova/compute/manager.py:2935 +#: nova/compute/manager.py:2988 #, 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:2965 +#: nova/compute/manager.py:3018 #, python-format msgid "Detach volume %(volume_id)s from mountpoint %(mp)s" msgstr "" -#: nova/compute/manager.py:2975 +#: nova/compute/manager.py:3028 #, fuzzy msgid "Detaching volume from unknown instance" msgstr "無法掛載Volume 到虛擬機器 %s" -#: nova/compute/manager.py:2982 +#: nova/compute/manager.py:3035 #, 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:3005 +#: nova/compute/manager.py:3058 msgid "Updating volume usage cache with totals" msgstr "" -#: nova/compute/manager.py:3041 +#: nova/compute/manager.py:3094 #, python-format msgid "allocate_port_for_instance returned %(ports)s ports" msgstr "" -#: nova/compute/manager.py:3061 +#: nova/compute/manager.py:3114 #, python-format msgid "Port %(port_id)s is not attached" msgstr "" -#: nova/compute/manager.py:3075 +#: nova/compute/manager.py:3128 #, python-format msgid "Host %(host)s not found" msgstr "" -#: nova/compute/manager.py:3228 +#: nova/compute/manager.py:3281 #, python-format msgid "Pre live migration failed at %(dest)s" msgstr "" -#: nova/compute/manager.py:3256 +#: nova/compute/manager.py:3309 msgid "_post_live_migration() is started.." msgstr "" -#: nova/compute/manager.py:3311 +#: nova/compute/manager.py:3364 #, python-format msgid "Migrating instance to %(dest)s finished successfully." msgstr "" -#: nova/compute/manager.py:3313 +#: nova/compute/manager.py:3366 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:3328 +#: nova/compute/manager.py:3381 msgid "Post operation of migration started" msgstr "" -#: nova/compute/manager.py:3360 +#: nova/compute/manager.py:3413 #, python-format msgid "Failed to get compute_info for %s" msgstr "" -#: nova/compute/manager.py:3489 +#: nova/compute/manager.py:3542 msgid "Updated the info_cache for instance" msgstr "" -#: nova/compute/manager.py:3539 +#: nova/compute/manager.py:3592 #, python-format msgid "" "Found %(migration_count)d unconfirmed migrations older than " "%(confirm_window)d seconds" msgstr "" -#: nova/compute/manager.py:3545 +#: nova/compute/manager.py:3598 #, python-format msgid "Setting migration %(migration_id)s to error: %(reason)s" msgstr "" -#: nova/compute/manager.py:3554 +#: nova/compute/manager.py:3607 #, python-format msgid "" "Automatically confirming migration %(migration_id)s for instance " "%(instance_uuid)s" msgstr "" -#: nova/compute/manager.py:3561 +#: nova/compute/manager.py:3614 #, python-format msgid "Instance %(instance_uuid)s not found" msgstr "" -#: nova/compute/manager.py:3565 +#: nova/compute/manager.py:3618 msgid "In ERROR state" msgstr "" -#: nova/compute/manager.py:3572 +#: nova/compute/manager.py:3625 #, python-format msgid "In states %(vm_state)s/%(task_state)s, not RESIZED/None" msgstr "" -#: nova/compute/manager.py:3581 +#: nova/compute/manager.py:3634 #, python-format msgid "Error auto-confirming resize: %(e)s. Will retry later." msgstr "" -#: nova/compute/manager.py:3598 +#: nova/compute/manager.py:3651 #, 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:3617 +#: nova/compute/manager.py:3670 #, python-format msgid "Failed to generate usage audit for instance on host %s" msgstr "" -#: nova/compute/manager.py:3641 +#: nova/compute/manager.py:3694 msgid "Updating bandwidth usage cache" msgstr "" -#: nova/compute/manager.py:3745 +#: nova/compute/manager.py:3798 msgid "Updating volume usage cache" msgstr "" -#: nova/compute/manager.py:3760 +#: nova/compute/manager.py:3813 msgid "Updating host status" msgstr "" -#: nova/compute/manager.py:3787 +#: nova/compute/manager.py:3840 #, python-format msgid "" "Found %(num_db_instances)s in the database and %(num_vm_instances)s on " "the hypervisor." msgstr "" -#: nova/compute/manager.py:3792 nova/compute/manager.py:3842 +#: nova/compute/manager.py:3845 nova/compute/manager.py:3895 msgid "During sync_power_state the instance has a pending task. Skip." msgstr "" -#: nova/compute/manager.py:3829 +#: nova/compute/manager.py:3882 #, 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:3867 +#: nova/compute/manager.py:3920 msgid "Instance shutdown by itself. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3879 nova/compute/manager.py:3888 -#: nova/compute/manager.py:3918 +#: nova/compute/manager.py:3932 nova/compute/manager.py:3941 +#: nova/compute/manager.py:3971 msgid "error during stop() in sync_power_state." msgstr "" -#: nova/compute/manager.py:3883 +#: nova/compute/manager.py:3936 msgid "Instance is suspended unexpectedly. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3899 +#: nova/compute/manager.py:3952 msgid "Instance is paused unexpectedly. Ignore." msgstr "" -#: nova/compute/manager.py:3905 +#: nova/compute/manager.py:3958 msgid "Instance is unexpectedly not found. Ignore." msgstr "" -#: nova/compute/manager.py:3911 +#: nova/compute/manager.py:3964 msgid "Instance is not stopped. Calling the stop API." msgstr "" -#: nova/compute/manager.py:3927 +#: nova/compute/manager.py:3980 msgid "Instance is not (soft-)deleted." msgstr "" -#: nova/compute/manager.py:3935 +#: nova/compute/manager.py:3988 msgid "CONF.reclaim_instance_interval <= 0, skipping..." msgstr "" -#: nova/compute/manager.py:3947 +#: nova/compute/manager.py:4000 msgid "Reclaiming deleted instance" msgstr "" -#: nova/compute/manager.py:3974 +#: nova/compute/manager.py:4027 #, python-format msgid "Deleting orphan compute node %s" msgstr "" -#: nova/compute/manager.py:3984 nova/compute/resource_tracker.py:321 +#: nova/compute/manager.py:4037 nova/compute/resource_tracker.py:321 #, python-format msgid "No service record for host %s" msgstr "" -#: nova/compute/manager.py:4025 +#: nova/compute/manager.py:4078 #, 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:4032 +#: nova/compute/manager.py:4085 #, 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:4039 +#: nova/compute/manager.py:4092 #, python-format msgid "Unrecognized value '%(action)s' for CONF.running_deleted_instance_action" msgstr "" -#: nova/compute/manager.py:4066 +#: nova/compute/manager.py:4119 #, python-format msgid "Setting instance back to ACTIVE after: %s" msgstr "" @@ -4953,18 +4975,18 @@ msgstr "" msgid "Using %(prefix)s instead of %(req_prefix)s" msgstr "" -#: nova/conductor/api.py:381 +#: nova/conductor/api.py:386 msgid "" "Timed out waiting for nova-conductor. Is it running? Or did this service " "start before nova-conductor?" msgstr "" -#: nova/conductor/manager.py:109 +#: nova/conductor/manager.py:113 #, python-format msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s" msgstr "" -#: nova/conductor/manager.py:281 +#: nova/conductor/manager.py:285 msgid "Invalid block_device_mapping_destroy invocation" msgstr "" @@ -5068,24 +5090,24 @@ msgstr "" msgid "Unrecognized read_deleted value '%s'" msgstr "" -#: nova/db/sqlalchemy/api.py:1412 +#: nova/db/sqlalchemy/api.py:1413 #, 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:1547 +#: nova/db/sqlalchemy/api.py:1548 #, python-format msgid "Invalid instance id %s in request" msgstr "" -#: nova/db/sqlalchemy/api.py:2906 +#: nova/db/sqlalchemy/api.py:2907 #, python-format msgid "Change will make usage less than 0 for the following resources: %(unders)s" msgstr "" -#: nova/db/sqlalchemy/api.py:4426 +#: nova/db/sqlalchemy/api.py:4418 #, python-format msgid "" "Volume(%s) has lower stats then what is in the database. Instance must " @@ -5623,75 +5645,74 @@ msgstr "" msgid "v4 subnets are required for legacy nw_info" msgstr "" -#: nova/network/quantumv2/__init__.py:45 -#, python-format -msgid "Quantum client authentication failed: %s" +#: nova/network/quantumv2/__init__.py:67 +msgid "quantum authentication failed" msgstr "" -#: nova/network/quantumv2/api.py:152 +#: nova/network/quantumv2/api.py:154 #, python-format msgid "allocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:155 +#: nova/network/quantumv2/api.py:157 #, python-format msgid "empty project id for instance %s" msgstr "" -#: nova/network/quantumv2/api.py:201 +#: nova/network/quantumv2/api.py:203 #, python-format msgid "" "Multiple security groups found matching '%s'. Use an ID to be more " "specific." msgstr "" -#: nova/network/quantumv2/api.py:270 +#: nova/network/quantumv2/api.py:272 msgid "Port not found" msgstr "" -#: nova/network/quantumv2/api.py:278 +#: nova/network/quantumv2/api.py:280 #, python-format msgid "Fail to delete port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:318 +#: nova/network/quantumv2/api.py:320 #, python-format msgid "deallocate_for_instance() for %s" msgstr "" -#: nova/network/quantumv2/api.py:327 +#: nova/network/quantumv2/api.py:329 #, python-format msgid "Failed to delete quantum port %(portid)s " msgstr "" -#: nova/network/quantumv2/api.py:349 +#: nova/network/quantumv2/api.py:351 #, python-format msgid "Failed to delete quantum port %(port_id)s " msgstr "" -#: nova/network/quantumv2/api.py:373 +#: nova/network/quantumv2/api.py:375 #, python-format msgid "get_instance_nw_info() for %s" msgstr "" -#: nova/network/quantumv2/api.py:405 +#: nova/network/quantumv2/api.py:407 #, python-format msgid "" "Unable to update port %(portid)s on subnet %(subnet_id)s with failure: " "%(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:435 +#: nova/network/quantumv2/api.py:437 #, python-format msgid "Unable to update port %(portid)s with failure: %(exception)s" msgstr "" -#: nova/network/quantumv2/api.py:445 +#: nova/network/quantumv2/api.py:447 #, python-format msgid "validate_networks() for %s" msgstr "" -#: nova/network/quantumv2/api.py:688 +#: nova/network/quantumv2/api.py:690 #, python-format msgid "Multiple floating IP pools matches found for name '%s'" msgstr "" @@ -5776,6 +5797,25 @@ msgstr "" msgid "This rule already exists in group %s" msgstr "" +#: nova/objects/base.py:52 +#, python-format +msgid "Error setting %(attr)s" +msgstr "" + +#: nova/objects/base.py:136 +msgid "Invalid version string" +msgstr "" + +#: nova/objects/base.py:190 +#, python-format +msgid "Unable to instantiate unregistered object type %(objtype)s" +msgstr "" + +#: nova/objects/base.py:292 +#, python-format +msgid "Cannot load '%(attrname)s' in the base class" +msgstr "" + #: nova/openstack/common/excutils.py:48 #, python-format msgid "Original exception being dropped: %s" @@ -6881,51 +6921,54 @@ msgid "unexpected role header" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3444 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3491 msgid "" "Quota exceeded for instances: Requested 1, but already used 10 of 10 " "instances" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3449 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3496 msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram" msgstr "" #: nova/tests/api/openstack/compute/test_servers.py:3454 +#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:3501 msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores" msgstr "" -#: nova/tests/compute/test_compute.py:1068 -#: nova/tests/compute/test_compute.py:1086 -#: nova/tests/compute/test_compute.py:1137 -#: nova/tests/compute/test_compute.py:1164 -#: nova/tests/compute/test_compute.py:1210 -#: nova/tests/compute/test_compute.py:3773 +#: nova/tests/compute/test_compute.py:1077 +#: nova/tests/compute/test_compute.py:1095 +#: nova/tests/compute/test_compute.py:1146 +#: nova/tests/compute/test_compute.py:1173 +#: nova/tests/compute/test_compute.py:1219 +#: nova/tests/compute/test_compute.py:3980 #, python-format msgid "Running instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1074 -#: nova/tests/compute/test_compute.py:1109 -#: nova/tests/compute/test_compute.py:1152 -#: nova/tests/compute/test_compute.py:1182 +#: nova/tests/compute/test_compute.py:1083 +#: nova/tests/compute/test_compute.py:1118 +#: nova/tests/compute/test_compute.py:1161 +#: nova/tests/compute/test_compute.py:1191 #, python-format msgid "After terminating instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:1692 +#: nova/tests/compute/test_compute.py:1701 msgid "Internal error" msgstr "" -#: nova/tests/compute/test_compute.py:3784 +#: nova/tests/compute/test_compute.py:3991 #, python-format msgid "After force-killing instances: %s" msgstr "" -#: nova/tests/compute/test_compute.py:4284 +#: nova/tests/compute/test_compute.py:4491 msgid "wrong host/node" msgstr "" -#: nova/tests/compute/test_compute.py:8916 +#: nova/tests/compute/test_compute.py:9153 msgid "spawn error" msgstr "" @@ -7056,25 +7099,25 @@ msgstr "" msgid "Added %(filepath)s to config drive" msgstr "" -#: nova/virt/driver.py:924 +#: nova/virt/driver.py:942 msgid "Event must be an instance of nova.virt.event.Event" msgstr "" -#: nova/virt/driver.py:930 +#: nova/virt/driver.py:948 #, python-format msgid "Exception dispatching event %(event)s: %(ex)s" msgstr "" -#: nova/virt/driver.py:952 +#: nova/virt/driver.py:970 msgid "Compute driver option required, but not specified" msgstr "" -#: nova/virt/driver.py:955 +#: nova/virt/driver.py:973 #, python-format msgid "Loading compute driver '%s'" msgstr "" -#: nova/virt/driver.py:962 +#: nova/virt/driver.py:980 msgid "Unable to load the virtualization driver" msgstr "" @@ -7873,7 +7916,7 @@ msgstr "" msgid "get_available_resource called" msgstr "" -#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3840 +#: nova/virt/hyperv/hostops.py:135 nova/virt/libvirt/driver.py:3845 #: nova/virt/xenapi/host.py:148 msgid "Updating host stats" msgstr "" @@ -8045,50 +8088,50 @@ msgstr "" msgid "finish_revert_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:166 +#: nova/virt/hyperv/migrationops.py:167 #, python-format msgid "Copying base disk %(base_vhd_path)s to %(base_vhd_copy_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:170 +#: nova/virt/hyperv/migrationops.py:171 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:176 +#: nova/virt/hyperv/migrationops.py:177 #, python-format msgid "Merging base disk %(base_vhd_copy_path)s and diff disk %(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:188 +#: nova/virt/hyperv/migrationops.py:189 #, fuzzy, python-format msgid "Getting info for disk: %s" msgstr "無法掛載Volume 到虛擬機器 %s" -#: nova/virt/hyperv/migrationops.py:193 +#: nova/virt/hyperv/migrationops.py:194 #, python-format msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:204 +#: nova/virt/hyperv/migrationops.py:205 #, python-format msgid "" "Reconnecting copied base VHD %(base_vhd_path)s and diff VHD " "%(diff_vhd_path)s" msgstr "" -#: nova/virt/hyperv/migrationops.py:213 +#: nova/virt/hyperv/migrationops.py:214 msgid "finish_migration called" msgstr "" -#: nova/virt/hyperv/migrationops.py:222 +#: nova/virt/hyperv/migrationops.py:223 #, python-format msgid "Cannot find boot VHD file: %s" msgstr "" -#: nova/virt/hyperv/migrationops.py:235 nova/virt/hyperv/vmops.py:136 +#: nova/virt/hyperv/migrationops.py:236 nova/virt/hyperv/vmops.py:136 msgid "Cannot resize a VHD to a smaller size" msgstr "" @@ -8672,61 +8715,61 @@ msgid "" "%(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:2545 nova/virt/libvirt/driver.py:2549 +#: nova/virt/libvirt/driver.py:2546 nova/virt/libvirt/driver.py:2550 #, python-format msgid "Invalid range expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2558 +#: nova/virt/libvirt/driver.py:2559 #, python-format msgid "Invalid exclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2565 +#: nova/virt/libvirt/driver.py:2566 #, python-format msgid "Invalid inclusion expression %r" msgstr "" -#: nova/virt/libvirt/driver.py:2570 +#: nova/virt/libvirt/driver.py:2571 #, python-format msgid "No CPUs available after parsing %r" msgstr "" -#: nova/virt/libvirt/driver.py:2587 +#: nova/virt/libvirt/driver.py:2588 msgid "" "Cannot get the number of cpu, because this function is not implemented " "for this platform. " msgstr "" -#: nova/virt/libvirt/driver.py:2597 +#: nova/virt/libvirt/driver.py:2598 msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range." msgstr "" -#: nova/virt/libvirt/driver.py:2649 +#: nova/virt/libvirt/driver.py:2650 #, python-format msgid "couldn't obtain the vpu count from domain id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2655 +#: nova/virt/libvirt/driver.py:2656 #, python-format msgid "List of domains returned by libVirt: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2657 +#: nova/virt/libvirt/driver.py:2658 #, python-format msgid "libVirt can't find a domain with id: %s" msgstr "" -#: nova/virt/libvirt/driver.py:2721 +#: nova/virt/libvirt/driver.py:2722 msgid "libvirt version is too old (does not support getVersion)" msgstr "" -#: nova/virt/libvirt/driver.py:2805 +#: nova/virt/libvirt/driver.py:2806 #, fuzzy, python-format msgid "Trying to get stats for the volume %s" msgstr "無法卸載 Volume %s" -#: nova/virt/libvirt/driver.py:2818 +#: nova/virt/libvirt/driver.py:2819 #, python-format msgid "" "Got volume usage stats for the volume=%(volume)s, instance=%(instance)s, " @@ -8734,50 +8777,50 @@ msgid "" "wr_bytes=%(wr_bytes)d" msgstr "" -#: nova/virt/libvirt/driver.py:2836 +#: nova/virt/libvirt/driver.py:2837 #, python-format msgid "" "Getting block stats failed, device might have been detached. " "Instance=%(instance_name)s Disk=%(disk)s Code=%(errcode)s Error=%(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:2841 +#: nova/virt/libvirt/driver.py:2842 #, python-format msgid "" "Could not find domain in libvirt for instance %s. Cannot get block stats " "for device" msgstr "" -#: nova/virt/libvirt/driver.py:2918 +#: nova/virt/libvirt/driver.py:2919 #, python-format msgid "" "Creating tmpfile %s to verify with other compute node that the instance " "is on the same shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3000 +#: nova/virt/libvirt/driver.py:3001 msgid "Block migration can not be used with shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3008 +#: nova/virt/libvirt/driver.py:3009 msgid "Live migration can not be used without shared storage." msgstr "" -#: nova/virt/libvirt/driver.py:3045 +#: nova/virt/libvirt/driver.py:3046 #, python-format msgid "" "Unable to migrate %(instance_uuid)s: Disk of instance is too " "large(available on destination host:%(available)s < need:%(necessary)s)" msgstr "" -#: nova/virt/libvirt/driver.py:3070 +#: nova/virt/libvirt/driver.py:3071 #, python-format msgid "" "Instance launched has CPU info:\n" "%s" msgstr "" -#: nova/virt/libvirt/driver.py:3082 +#: nova/virt/libvirt/driver.py:3083 #, python-format msgid "" "CPU doesn't have compatibility.\n" @@ -8787,67 +8830,67 @@ msgid "" "Refer to %(u)s" msgstr "" -#: nova/virt/libvirt/driver.py:3099 +#: nova/virt/libvirt/driver.py:3100 #, python-format msgid "" "Creating tmpfile %s to notify to other compute nodes that they should " "mount the same storage." msgstr "" -#: nova/virt/libvirt/driver.py:3147 +#: nova/virt/libvirt/driver.py:3148 #, python-format msgid "The firewall filter for %s does not exist" msgstr "" -#: nova/virt/libvirt/driver.py:3219 +#: nova/virt/libvirt/driver.py:3220 #, python-format msgid "Live Migration failure: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3312 +#: nova/virt/libvirt/driver.py:3313 #, python-format msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d." msgstr "" -#: nova/virt/libvirt/driver.py:3424 +#: nova/virt/libvirt/driver.py:3425 #, python-format msgid "" "Error from libvirt while getting description of %(instance_name)s: [Error" " Code %(error_code)s] %(ex)s" msgstr "" -#: nova/virt/libvirt/driver.py:3441 +#: nova/virt/libvirt/driver.py:3442 #, python-format msgid "skipping %(path)s since it looks like volume" msgstr "" -#: nova/virt/libvirt/driver.py:3446 +#: nova/virt/libvirt/driver.py:3447 #, python-format msgid "skipping disk for %(instance_name)s as it does not have a path" msgstr "" -#: nova/virt/libvirt/driver.py:3487 +#: nova/virt/libvirt/driver.py:3488 #, python-format msgid "Getting disk size of %(i_name)s: %(e)s" msgstr "" -#: nova/virt/libvirt/driver.py:3556 +#: nova/virt/libvirt/driver.py:3557 msgid "Starting migrate_disk_and_power_off" msgstr "" -#: nova/virt/libvirt/driver.py:3624 +#: nova/virt/libvirt/driver.py:3625 msgid "Instance running successfully." msgstr "" -#: nova/virt/libvirt/driver.py:3630 +#: nova/virt/libvirt/driver.py:3631 msgid "Starting finish_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3692 +#: nova/virt/libvirt/driver.py:3695 msgid "Starting finish_revert_migration" msgstr "" -#: nova/virt/libvirt/driver.py:3813 +#: nova/virt/libvirt/driver.py:3818 #, python-format msgid "Checking instance files accessability%(instance_path)s" msgstr "" @@ -9156,70 +9199,70 @@ msgstr "" msgid "Found iSCSI node %(disk_dev)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:508 nova/virt/libvirt/volume.py:622 +#: nova/virt/libvirt/volume.py:512 nova/virt/libvirt/volume.py:633 #, python-format msgid "%s is already mounted" msgstr "" -#: nova/virt/libvirt/volume.py:556 +#: nova/virt/libvirt/volume.py:560 #, python-format msgid "AoE device not found at %s" msgstr "" -#: nova/virt/libvirt/volume.py:558 +#: nova/virt/libvirt/volume.py:562 #, python-format msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:573 +#: nova/virt/libvirt/volume.py:577 #, python-format msgid "Found AoE device %(aoedevpath)s (after %(tries)s rediscover)" msgstr "" -#: nova/virt/libvirt/volume.py:693 +#: nova/virt/libvirt/volume.py:704 msgid "We are unable to locate any Fibre Channel devices" msgstr "" -#: nova/virt/libvirt/volume.py:702 +#: nova/virt/libvirt/volume.py:713 #, python-format msgid "Looking for Fibre Channel dev %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:712 +#: nova/virt/libvirt/volume.py:723 msgid "Fibre Channel device not found." msgstr "" -#: nova/virt/libvirt/volume.py:715 +#: nova/virt/libvirt/volume.py:726 #, python-format msgid "" "Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. " "Try number: %(tries)s" msgstr "" -#: nova/virt/libvirt/volume.py:732 +#: nova/virt/libvirt/volume.py:743 #, python-format msgid "Found Fibre Channel volume %(mount_device)s (after %(tries)s rescans)" msgstr "" -#: nova/virt/libvirt/volume.py:741 +#: nova/virt/libvirt/volume.py:752 #, python-format msgid "Multipath device discovered %(device)s" msgstr "" -#: nova/virt/libvirt/volume.py:807 +#: nova/virt/libvirt/volume.py:818 msgid "Value required for 'scality_sofs_config'" msgstr "" -#: nova/virt/libvirt/volume.py:818 +#: nova/virt/libvirt/volume.py:829 #, python-format msgid "Cannot access 'scality_sofs_config': %s" msgstr "" -#: nova/virt/libvirt/volume.py:824 +#: nova/virt/libvirt/volume.py:835 msgid "Cannot execute /sbin/mount.sofs" msgstr "" -#: nova/virt/libvirt/volume.py:839 +#: nova/virt/libvirt/volume.py:850 msgid "Cannot mount Scality SOFS, check syslog for errors" msgstr "" @@ -9292,12 +9335,12 @@ msgstr "" msgid "Uncompressed image file not found" msgstr "" -#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:674 +#: nova/virt/powervm/blockdev.py:555 nova/virt/powervm/operator.py:677 #, python-format msgid "Found error stream for command \"%(cmd)s\": %(error_text)s" msgstr "" -#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:691 +#: nova/virt/powervm/blockdev.py:572 nova/virt/powervm/operator.py:694 #, python-format msgid "Found error stream for command \"%(command)s\": %(error_text)s" msgstr "" @@ -9344,7 +9387,7 @@ msgstr "" msgid "%(inst_name)s captured in %(snapshot_time)s seconds" msgstr "" -#: nova/virt/powervm/driver.py:305 +#: nova/virt/powervm/driver.py:306 #, python-format msgid "Unrecognized root disk information: %s" msgstr "" @@ -9496,27 +9539,27 @@ msgstr "" msgid "VMware Cluster %s is not found" msgstr "" -#: nova/virt/vmwareapi/driver.py:456 +#: nova/virt/vmwareapi/driver.py:457 #, python-format msgid "In vmwareapi:_create_session, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:539 +#: nova/virt/vmwareapi/driver.py:540 #, python-format msgid "In vmwareapi:_call_method, got this exception: %s" msgstr "" -#: nova/virt/vmwareapi/driver.py:575 +#: nova/virt/vmwareapi/driver.py:576 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: success" msgstr "" -#: nova/virt/vmwareapi/driver.py:580 +#: nova/virt/vmwareapi/driver.py:581 #, python-format msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" msgstr "" -#: nova/virt/vmwareapi/driver.py:584 +#: nova/virt/vmwareapi/driver.py:585 #, python-format msgid "In vmwareapi:_poll_task, Got this error %s" msgstr "" @@ -9926,54 +9969,54 @@ msgstr "" msgid "Renamed the VM from %s" msgstr "找不到Volume %s" -#: nova/virt/vmwareapi/vmops.py:1019 +#: nova/virt/vmwareapi/vmops.py:1022 #, python-format msgid "Migrating VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1031 +#: nova/virt/vmwareapi/vmops.py:1034 #, python-format msgid "Migrated VM to host %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1041 nova/virt/xenapi/vmops.py:1376 +#: nova/virt/vmwareapi/vmops.py:1044 nova/virt/xenapi/vmops.py:1381 #, python-format msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1045 +#: nova/virt/vmwareapi/vmops.py:1048 #, python-format msgid "Automatically hard rebooting %d" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1081 +#: nova/virt/vmwareapi/vmops.py:1084 msgid "get_diagnostics not implemented for vmwareapi" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1163 +#: nova/virt/vmwareapi/vmops.py:1166 msgid "Reconfiguring VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1169 +#: nova/virt/vmwareapi/vmops.py:1172 msgid "Reconfigured VM instance to set the machine id" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1183 +#: nova/virt/vmwareapi/vmops.py:1186 #, python-format msgid "Reconfiguring VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1190 +#: nova/virt/vmwareapi/vmops.py:1193 #, python-format msgid "Reconfigured VM instance to enable vnc on port - %(port)s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1283 +#: nova/virt/vmwareapi/vmops.py:1286 #, python-format msgid "Creating directory with path %s" msgstr "" -#: nova/virt/vmwareapi/vmops.py:1289 +#: nova/virt/vmwareapi/vmops.py:1292 #, python-format msgid "Created directory with path %s" msgstr "" @@ -10096,19 +10139,19 @@ msgstr "無法卸載 Volume %s" msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" msgstr "掛載點 %(mountpoint)s 從虛擬機器 %(instance_name)s 卸載" -#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1618 +#: nova/virt/xenapi/agent.py:101 nova/virt/xenapi/vmops.py:1623 #, python-format msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1622 +#: nova/virt/xenapi/agent.py:105 nova/virt/xenapi/vmops.py:1627 #, python-format msgid "" "NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. " "args=%(args)r" msgstr "" -#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1627 +#: nova/virt/xenapi/agent.py:110 nova/virt/xenapi/vmops.py:1632 #, python-format msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r" msgstr "" @@ -10216,24 +10259,24 @@ msgstr "" msgid "Failure while cleaning up attached VDIs" msgstr "" -#: nova/virt/xenapi/driver.py:345 +#: nova/virt/xenapi/driver.py:346 #, python-format msgid "Could not determine key: %s" msgstr "" -#: nova/virt/xenapi/driver.py:561 +#: nova/virt/xenapi/driver.py:562 msgid "Host startup on XenServer is not supported." msgstr "" -#: nova/virt/xenapi/driver.py:621 +#: nova/virt/xenapi/driver.py:622 msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" msgstr "" -#: nova/virt/xenapi/driver.py:661 +#: nova/virt/xenapi/driver.py:662 msgid "Host is member of a pool, but DB says otherwise" msgstr "" -#: nova/virt/xenapi/driver.py:745 nova/virt/xenapi/driver.py:759 +#: nova/virt/xenapi/driver.py:746 nova/virt/xenapi/driver.py:760 #, python-format msgid "Got exception: %s" msgstr "" @@ -10793,7 +10836,7 @@ msgstr "" msgid "This domU must be running on the host specified by xenapi_connection_url" msgstr "" -#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:803 +#: nova/virt/xenapi/vmops.py:139 nova/virt/xenapi/vmops.py:808 #, python-format msgid "Updating progress to %(progress)d" msgstr "" @@ -10807,203 +10850,203 @@ msgstr "" msgid "Error: Agent is disabled" msgstr "" -#: nova/virt/xenapi/vmops.py:303 +#: nova/virt/xenapi/vmops.py:308 msgid "Starting instance" msgstr "" -#: nova/virt/xenapi/vmops.py:389 +#: nova/virt/xenapi/vmops.py:394 msgid "Removing kernel/ramdisk files from dom0" msgstr "" -#: nova/virt/xenapi/vmops.py:462 +#: nova/virt/xenapi/vmops.py:467 #, python-format msgid "Block device information present: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:493 +#: nova/virt/xenapi/vmops.py:498 msgid "Failed to spawn, rolling back" msgstr "" -#: nova/virt/xenapi/vmops.py:592 +#: nova/virt/xenapi/vmops.py:597 msgid "Auto configuring disk, attempting to resize partition..." msgstr "" -#: nova/virt/xenapi/vmops.py:638 +#: nova/virt/xenapi/vmops.py:643 msgid "Starting VM" msgstr "" -#: nova/virt/xenapi/vmops.py:644 +#: nova/virt/xenapi/vmops.py:649 msgid "Waiting for instance state to become running" msgstr "" -#: nova/virt/xenapi/vmops.py:658 +#: nova/virt/xenapi/vmops.py:663 #, python-format msgid "" "Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " "%(version)s" msgstr "" -#: nova/virt/xenapi/vmops.py:661 +#: nova/virt/xenapi/vmops.py:666 #, python-format msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" msgstr "" -#: nova/virt/xenapi/vmops.py:672 +#: nova/virt/xenapi/vmops.py:677 #, python-format msgid "Instance agent version: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:703 +#: nova/virt/xenapi/vmops.py:708 msgid "Setting VCPU weight" msgstr "" -#: nova/virt/xenapi/vmops.py:714 +#: nova/virt/xenapi/vmops.py:719 #, python-format msgid "Could not find VM with name %s" msgstr "" -#: nova/virt/xenapi/vmops.py:772 +#: nova/virt/xenapi/vmops.py:777 msgid "Finished snapshot and upload for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:776 +#: nova/virt/xenapi/vmops.py:781 #, python-format msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d" msgstr "" -#: nova/virt/xenapi/vmops.py:784 +#: nova/virt/xenapi/vmops.py:789 msgid "Failed to transfer vhd to new host" msgstr "" -#: nova/virt/xenapi/vmops.py:810 +#: nova/virt/xenapi/vmops.py:815 msgid "VM was already shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:814 +#: nova/virt/xenapi/vmops.py:819 msgid "Clean shutdown did not complete successfully, trying hard shutdown." msgstr "" -#: nova/virt/xenapi/vmops.py:818 +#: nova/virt/xenapi/vmops.py:823 #, fuzzy msgid "Unable to terminate instance." msgstr "無法掛載Volume 到虛擬機器 %s" -#: nova/virt/xenapi/vmops.py:823 +#: nova/virt/xenapi/vmops.py:828 msgid "Resize down not allowed without auto_disk_config" msgstr "" -#: nova/virt/xenapi/vmops.py:876 +#: nova/virt/xenapi/vmops.py:881 msgid "" "_migrate_disk_resizing_down failed. Restoring orig vm due_to: " "%{exception}." msgstr "" -#: nova/virt/xenapi/vmops.py:992 +#: nova/virt/xenapi/vmops.py:997 #, python-format msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" msgstr "" -#: nova/virt/xenapi/vmops.py:997 +#: nova/virt/xenapi/vmops.py:1002 msgid "Resize complete" msgstr "" -#: nova/virt/xenapi/vmops.py:1041 +#: nova/virt/xenapi/vmops.py:1046 msgid "Starting halted instance found during reboot" msgstr "" -#: nova/virt/xenapi/vmops.py:1047 +#: nova/virt/xenapi/vmops.py:1052 msgid "" "Reboot failed due to bad volumes, detaching bad volumes and starting " "halted instance" msgstr "" -#: nova/virt/xenapi/vmops.py:1141 +#: nova/virt/xenapi/vmops.py:1146 msgid "Unable to find root VBD/VDI for VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1145 +#: nova/virt/xenapi/vmops.py:1150 msgid "Destroying VDIs" msgstr "" -#: nova/virt/xenapi/vmops.py:1172 +#: nova/virt/xenapi/vmops.py:1177 msgid "Using RAW or VHD, skipping kernel and ramdisk deletion" msgstr "" -#: nova/virt/xenapi/vmops.py:1179 +#: nova/virt/xenapi/vmops.py:1184 msgid "instance has a kernel or ramdisk but not both" msgstr "" -#: nova/virt/xenapi/vmops.py:1186 +#: nova/virt/xenapi/vmops.py:1191 msgid "kernel/ramdisk files removed" msgstr "" -#: nova/virt/xenapi/vmops.py:1213 +#: nova/virt/xenapi/vmops.py:1218 msgid "Destroying VM" msgstr "" -#: nova/virt/xenapi/vmops.py:1242 +#: nova/virt/xenapi/vmops.py:1247 msgid "VM is not present, skipping destroy..." msgstr "" -#: nova/virt/xenapi/vmops.py:1293 +#: nova/virt/xenapi/vmops.py:1298 #, python-format msgid "Instance is already in Rescue Mode: %s" msgstr "" -#: nova/virt/xenapi/vmops.py:1327 +#: nova/virt/xenapi/vmops.py:1332 msgid "VM is not present, skipping soft delete..." msgstr "" -#: nova/virt/xenapi/vmops.py:1380 +#: nova/virt/xenapi/vmops.py:1385 msgid "Automatically hard rebooting" msgstr "" -#: nova/virt/xenapi/vmops.py:1520 +#: nova/virt/xenapi/vmops.py:1525 msgid "Injecting network info to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1539 +#: nova/virt/xenapi/vmops.py:1544 msgid "Creating vifs" msgstr "" -#: nova/virt/xenapi/vmops.py:1548 +#: nova/virt/xenapi/vmops.py:1553 #, python-format msgid "Creating VIF for network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1551 +#: nova/virt/xenapi/vmops.py:1556 #, python-format msgid "Created VIF %(vif_ref)s, network %(network_ref)s" msgstr "" -#: nova/virt/xenapi/vmops.py:1579 +#: nova/virt/xenapi/vmops.py:1584 msgid "Injecting hostname to xenstore" msgstr "" -#: nova/virt/xenapi/vmops.py:1677 +#: nova/virt/xenapi/vmops.py:1682 #, python-format msgid "" "Destination host:%(hostname)s must be in the same aggregate as the source" " server" msgstr "" -#: nova/virt/xenapi/vmops.py:1698 +#: nova/virt/xenapi/vmops.py:1703 msgid "No suitable network for migrate" msgstr "" -#: nova/virt/xenapi/vmops.py:1710 +#: nova/virt/xenapi/vmops.py:1715 msgid "Migrate Receive failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1784 +#: nova/virt/xenapi/vmops.py:1789 msgid "XAPI supporting relax-xsm-sr-check=true requried" msgstr "" -#: nova/virt/xenapi/vmops.py:1795 +#: nova/virt/xenapi/vmops.py:1800 msgid "VM.assert_can_migrate failed" msgstr "" -#: nova/virt/xenapi/vmops.py:1848 +#: nova/virt/xenapi/vmops.py:1853 msgid "Migrate Send failed" msgstr "" @@ -11144,3 +11187,6 @@ msgstr "" msgid "status must be 'available'" msgstr "" +#~ msgid "Quantum client authentication failed: %s" +#~ msgstr "" + |
