nova/nova/locale/en_US/LC_MESSAGES/nova.po

12506 lines
338 KiB
Plaintext

# English (United States) translations for nova.
# Copyright (C) 2012 ORGANIZATION
# This file is distributed under the same license as the nova project.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Nova\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/nova\n"
"POT-Creation-Date: 2014-05-23 06:05+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"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
#: nova/block_device.py:530 nova/virt/hyperv/basevolumeutils.py:91
#, python-format
msgid "block_device_list %s"
msgstr "block_device_list %s"
#: nova/context.py:64
#, python-format
msgid "Arguments dropped when creating context: %s"
msgstr "Arguments dropped when creating context: %s"
#: nova/context.py:105
#, python-format
msgid "read_deleted can only be one of 'no', 'yes' or 'only', not %r"
msgstr "read_deleted can only be one of 'no', 'yes' or 'only', not %r"
#: nova/crypto.py:53
msgid "Filename of root CA"
msgstr "Filename of root CA"
#: nova/crypto.py:56
msgid "Filename of private key"
msgstr "Filename of private key"
#: nova/crypto.py:59
msgid "Filename of root Certificate Revocation List"
msgstr "Filename of root Certificate Revocation List"
#: nova/crypto.py:62
msgid "Where we keep our keys"
msgstr "Where we keep our keys"
#: nova/crypto.py:65
msgid "Where we keep our root CA"
msgstr "Where we keep our root CA"
#: nova/crypto.py:68
msgid "Should we use a CA for each project?"
msgstr "Should we use a CA for each project?"
#: nova/crypto.py:72
#, python-format
msgid "Subject for certificate for users, %s for project, user, timestamp"
msgstr "Subject for certificate for users, %s for project, user, timestamp"
#: nova/crypto.py:77
#, python-format
msgid "Subject for certificate for projects, %s for project, timestamp"
msgstr "Subject for certificate for projects, %s for project, timestamp"
#: nova/crypto.py:142
msgid "failed to generate fingerprint"
msgstr ""
#: nova/crypto.py:209
#, fuzzy
msgid "Unable to find the key"
msgstr "Unable to find address %r"
#: nova/crypto.py:392
#, fuzzy
msgid "Failed to write inbound.csr"
msgstr "Failed to terminate instance"
#: nova/crypto.py:394
#, python-format
msgid "Flags path: %s"
msgstr "Flags path: %s"
#: nova/debugger.py:67
#, python-format
msgid "Listening on %(host)s:%(port)s for debug connection"
msgstr ""
#: nova/debugger.py:80
msgid ""
"WARNING: Using the remote debug option changes how Nova uses the eventlet"
" library to support async IO. This could result in failures that do not "
"occur under normal operation. Use at your own risk."
msgstr ""
#: nova/exception.py:102
msgid "An unknown exception occurred."
msgstr "An unknown exception occurred."
#: nova/exception.py:124
msgid "Exception in string format operation"
msgstr "Exception in string format operation"
#: nova/exception.py:143
#, fuzzy, python-format
msgid "Failed to encrypt text: %(reason)s"
msgstr "Failed to decrypt text"
#: nova/exception.py:147
#, fuzzy, python-format
msgid "Failed to decrypt text: %(reason)s"
msgstr "Failed to decrypt text"
#: nova/exception.py:151
msgid "Virtual Interface creation failed"
msgstr "Virtual Interface creation failed"
#: nova/exception.py:155
msgid "Creation of virtual interface with unique mac address failed"
msgstr ""
#: nova/exception.py:160
#, python-format
msgid "Connection to glance host %(host)s:%(port)s failed: %(reason)s"
msgstr "Connection to glance host %(host)s:%(port)s failed: %(reason)s"
#: nova/exception.py:166
msgid "Not authorized."
msgstr "Not authorized."
#: nova/exception.py:171
msgid "User does not have admin privileges"
msgstr "User does not have admin privileges"
#: nova/exception.py:175
#, python-format
msgid "Policy doesn't allow %(action)s to be performed."
msgstr "Policy doesn't allow %(action)s to be performed."
#: nova/exception.py:182
#, python-format
msgid "Image %(image_id)s is not active."
msgstr "Image %(image_id)s is not active."
#: nova/exception.py:186
#, python-format
msgid "Not authorized for image %(image_id)s."
msgstr "Not authorized for image %(image_id)s."
#: nova/exception.py:190
msgid "Unacceptable parameters."
msgstr "Unacceptable parameters."
#: nova/exception.py:195
#, fuzzy
msgid "Block Device Mapping is Invalid."
msgstr "block_device_mapping %s"
#: nova/exception.py:199
#, python-format
msgid "Block Device Mapping is Invalid: failed to get snapshot %(id)s."
msgstr ""
#: nova/exception.py:204
#, python-format
msgid "Block Device Mapping is Invalid: failed to get volume %(id)s."
msgstr ""
#: nova/exception.py:209
#, python-format
msgid "Block Device Mapping is Invalid: failed to get image %(id)s."
msgstr ""
#: nova/exception.py:214
msgid ""
"Block Device Mapping is Invalid: Boot sequence for the instance and "
"image/block device mapping combination is not valid."
msgstr ""
#: nova/exception.py:221
msgid ""
"Block Device Mapping is Invalid: You specified more local devices than "
"the limit allows"
msgstr ""
#: nova/exception.py:227
msgid "Ephemeral disks requested are larger than the instance type allows."
msgstr ""
#: nova/exception.py:232
msgid "Swap drive requested is larger than instance type allows."
msgstr ""
#: nova/exception.py:236
#, python-format
msgid "Block Device Mapping is Invalid: %(details)s"
msgstr ""
#: nova/exception.py:241
msgid "Block Device Mapping cannot be converted to legacy format. "
msgstr ""
#: nova/exception.py:246
#, python-format
msgid "Attribute not supported: %(attr)s"
msgstr ""
#: nova/exception.py:255
#, python-format
msgid "Volume %(volume_id)s is not attached to anything"
msgstr "Volume %(volume_id)s is not attached to anything"
#: nova/exception.py:259
#, python-format
msgid ""
"Volume %(volume_id)s did not finish being created even after we waited "
"%(seconds)s seconds or %(attempts)s attempts."
msgstr ""
#: nova/exception.py:266
#, python-format
msgid "Keypair data is invalid: %(reason)s"
msgstr ""
#: nova/exception.py:270
msgid "The request is invalid."
msgstr "The request is invalid."
#: nova/exception.py:274
#, python-format
msgid "Invalid input received: %(reason)s"
msgstr ""
#: nova/exception.py:279
#, python-format
msgid "Invalid volume: %(reason)s"
msgstr ""
#: nova/exception.py:283
msgid "Invalid volume access mode"
msgstr ""
#: nova/exception.py:287
#, python-format
msgid "Invalid metadata: %(reason)s"
msgstr ""
#: nova/exception.py:291
#, python-format
msgid "Invalid metadata size: %(reason)s"
msgstr ""
#: nova/exception.py:296
#, python-format
msgid "Invalid port range %(from_port)s:%(to_port)s. %(msg)s"
msgstr "Invalid port range %(from_port)s:%(to_port)s. %(msg)s"
#: nova/exception.py:300
#, python-format
msgid "Invalid IP protocol %(protocol)s."
msgstr "Invalid IP protocol %(protocol)s."
#: nova/exception.py:304
#, python-format
msgid "Invalid content type %(content_type)s."
msgstr "Invalid content type %(content_type)s."
#: nova/exception.py:308
#, python-format
msgid "Invalid cidr %(cidr)s."
msgstr "Invalid cidr %(cidr)s."
#: nova/exception.py:312 nova/openstack/common/db/exception.py:44
msgid "Invalid Parameter: Unicode is not supported by the current database."
msgstr "Invalid Parameter: Unicode is not supported by the current database."
#: nova/exception.py:320
#, python-format
msgid "%(err)s"
msgstr "%(err)s"
#: nova/exception.py:324
#, python-format
msgid ""
"Cannot perform action '%(action)s' on aggregate %(aggregate_id)s. Reason:"
" %(reason)s."
msgstr ""
"Cannot perform action '%(action)s' on aggregate %(aggregate_id)s. Reason:"
" %(reason)s."
#: nova/exception.py:329
#, python-format
msgid "Group not valid. Reason: %(reason)s"
msgstr "Group not valid. Reason: %(reason)s"
#: nova/exception.py:333 nova/openstack/common/db/sqlalchemy/utils.py:58
msgid "Sort key supplied was not valid."
msgstr "Sort key supplied was not valid."
#: nova/exception.py:337
#, python-format
msgid ""
"Instance %(instance_uuid)s in %(attr)s %(state)s. Cannot %(method)s while"
" the instance is in this state."
msgstr ""
"Instance %(instance_uuid)s in %(attr)s %(state)s. Cannot %(method)s while"
" the instance is in this state."
#: nova/exception.py:342
#, python-format
msgid "Instance %(instance_id)s is not running."
msgstr "Instance %(instance_id)s is not running."
#: nova/exception.py:346
#, python-format
msgid "Instance %(instance_id)s is not in rescue mode"
msgstr "Instance %(instance_id)s is not in rescue mode"
#: nova/exception.py:350
#, fuzzy, python-format
msgid "Instance %(instance_id)s cannot be rescued: %(reason)s"
msgstr "Instance %(instance_id)s is not in rescue mode"
#: nova/exception.py:354
#, python-format
msgid "Instance %(instance_id)s is not ready"
msgstr "Instance %(instance_id)s is not ready"
#: nova/exception.py:358
#, python-format
msgid "Failed to suspend instance: %(reason)s"
msgstr ""
#: nova/exception.py:362
#, python-format
msgid "Failed to resume instance: %(reason)s"
msgstr ""
#: nova/exception.py:366
#, python-format
msgid "Failed to power on instance: %(reason)s"
msgstr ""
#: nova/exception.py:370
#, python-format
msgid "Failed to power off instance: %(reason)s"
msgstr ""
#: nova/exception.py:374
#, python-format
msgid "Failed to reboot instance: %(reason)s"
msgstr ""
#: nova/exception.py:378
#, python-format
msgid "Failed to terminate instance: %(reason)s"
msgstr ""
#: nova/exception.py:382
#, python-format
msgid "Failed to deploy instance: %(reason)s"
msgstr ""
#: nova/exception.py:386
#, python-format
msgid "Failed to launch instances: %(reason)s"
msgstr ""
#: nova/exception.py:390
msgid "Service is unavailable at this time."
msgstr "Service is unavailable at this time."
#: nova/exception.py:394
#, python-format
msgid "Insufficient compute resources: %(reason)s."
msgstr ""
#: nova/exception.py:398
#, python-format
msgid "Connection to the hypervisor is broken on host: %(host)s"
msgstr ""
#: nova/exception.py:402
#, fuzzy, python-format
msgid "Compute service of %(host)s is unavailable at this time."
msgstr "Compute service is unavailable at this time."
#: nova/exception.py:406
#, python-format
msgid "Compute service of %(host)s is still in use."
msgstr ""
#: nova/exception.py:410
#, python-format
msgid "Unable to migrate instance (%(instance_id)s) to current host (%(host)s)."
msgstr "Unable to migrate instance (%(instance_id)s) to current host (%(host)s)."
#: nova/exception.py:415
msgid "The supplied hypervisor type of is invalid."
msgstr "The supplied hypervisor type of is invalid."
#: nova/exception.py:419
msgid "The instance requires a newer hypervisor version than has been provided."
msgstr "The instance requires a newer hypervisor version than has been provided."
#: nova/exception.py:424
#, python-format
msgid ""
"The supplied disk path (%(path)s) already exists, it is expected not to "
"exist."
msgstr ""
"The supplied disk path (%(path)s) already exists, it is expected not to "
"exist."
#: nova/exception.py:429
#, python-format
msgid "The supplied device path (%(path)s) is invalid."
msgstr "The supplied device path (%(path)s) is invalid."
#: nova/exception.py:433
#, python-format
msgid "The supplied device path (%(path)s) is in use."
msgstr "The supplied device path (%(path)s) is in use."
#: nova/exception.py:438
#, python-format
msgid "The supplied device (%(device)s) is busy."
msgstr "The supplied device (%(device)s) is busy."
#: nova/exception.py:442
#, python-format
msgid "Unacceptable CPU info: %(reason)s"
msgstr ""
#: nova/exception.py:446
#, python-format
msgid "%(address)s is not a valid IP v4/6 address."
msgstr "%(address)s is not a valid IP v4/6 address."
#: nova/exception.py:450
#, python-format
msgid ""
"VLAN tag is not appropriate for the port group %(bridge)s. Expected VLAN "
"tag is %(tag)s, but the one associated with the port group is %(pgroup)s."
msgstr ""
"VLAN tag is not appropriate for the port group %(bridge)s. Expected VLAN "
"tag is %(tag)s, but the one associated with the port group is %(pgroup)s."
#: nova/exception.py:456
#, python-format
msgid ""
"vSwitch which contains the port group %(bridge)s is not associated with "
"the desired physical adapter. Expected vSwitch is %(expected)s, but the "
"one associated is %(actual)s."
msgstr ""
"vSwitch which contains the port group %(bridge)s is not associated with "
"the desired physical adapter. Expected vSwitch is %(expected)s, but the "
"one associated is %(actual)s."
#: nova/exception.py:463
#, python-format
msgid "Disk format %(disk_format)s is not acceptable"
msgstr "Disk format %(disk_format)s is not acceptable"
#: nova/exception.py:467
#, python-format
msgid "Disk info file is invalid: %(reason)s"
msgstr ""
#: nova/exception.py:471
#, python-format
msgid "Failed to read or write disk info file: %(reason)s"
msgstr ""
#: nova/exception.py:475
#, python-format
msgid "Image %(image_id)s is unacceptable: %(reason)s"
msgstr "Image %(image_id)s is unacceptable: %(reason)s"
#: nova/exception.py:479
#, python-format
msgid "Instance %(instance_id)s is unacceptable: %(reason)s"
msgstr "Instance %(instance_id)s is unacceptable: %(reason)s"
#: nova/exception.py:483
#, python-format
msgid "Ec2 id %(ec2_id)s is unacceptable."
msgstr "Ec2 id %(ec2_id)s is unacceptable."
#: nova/exception.py:487
#, python-format
msgid "Expected a uuid but received %(uuid)s."
msgstr "Expected a uuid but received %(uuid)s."
#: nova/exception.py:491
#, fuzzy, python-format
msgid "Invalid ID received %(id)s."
msgstr "Invalid cidr %(cidr)s."
#: nova/exception.py:495
msgid "Constraint not met."
msgstr "Constraint not met."
#: nova/exception.py:500
msgid "Resource could not be found."
msgstr "Resource could not be found."
#: nova/exception.py:505
#, fuzzy, python-format
msgid "No agent-build associated with id %(id)s."
msgstr "No fixed IP associated with id %(id)s."
#: nova/exception.py:509
#, python-format
msgid ""
"Agent-build with hypervisor %(hypervisor)s os %(os)s architecture "
"%(architecture)s exists."
msgstr ""
#: nova/exception.py:515
#, python-format
msgid "Volume %(volume_id)s could not be found."
msgstr "Volume %(volume_id)s could not be found."
#: nova/exception.py:519
#, python-format
msgid "No volume Block Device Mapping with id %(volume_id)s."
msgstr ""
#: nova/exception.py:524
#, python-format
msgid "Snapshot %(snapshot_id)s could not be found."
msgstr "Snapshot %(snapshot_id)s could not be found."
#: nova/exception.py:528
#, python-format
msgid "No disk at %(location)s"
msgstr "No disk at %(location)s"
#: nova/exception.py:532
#, python-format
msgid "Could not find a handler for %(driver_type)s volume."
msgstr "Could not find a handler for %(driver_type)s volume."
#: nova/exception.py:536
#, python-format
msgid "Invalid image href %(image_href)s."
msgstr "Invalid image href %(image_href)s."
#: nova/exception.py:540
#, python-format
msgid "Requested image %(image)s has automatic disk resize disabled."
msgstr ""
#: nova/exception.py:545
#, python-format
msgid "Image %(image_id)s could not be found."
msgstr "Image %(image_id)s could not be found."
#: nova/exception.py:549
msgid "The current driver does not support preserving ephemeral partitions."
msgstr ""
#: nova/exception.py:555
#, python-format
msgid ""
"Image %(image_id)s could not be found. The nova EC2 API assigns image ids"
" dynamically when they are listed for the first time. Have you listed "
"image ids since adding this image?"
msgstr ""
"Image %(image_id)s could not be found. The nova EC2 API assigns image ids"
" dynamically when they are listed for the first time. Have you listed "
"image ids since adding this image?"
#: nova/exception.py:562
#, python-format
msgid "Project %(project_id)s could not be found."
msgstr "Project %(project_id)s could not be found."
#: nova/exception.py:566
msgid "Cannot find SR to read/write VDI."
msgstr "Cannot find SR to read/write VDI."
#: nova/exception.py:570
#, fuzzy, python-format
msgid "Network %(network_id)s is duplicated."
msgstr "Network %(network_id)s is still in use."
#: nova/exception.py:574
#, python-format
msgid "Network %(network_id)s is still in use."
msgstr "Network %(network_id)s is still in use."
#: nova/exception.py:578
#, python-format
msgid "%(req)s is required to create a network."
msgstr "%(req)s is required to create a network."
#: nova/exception.py:582
#, python-format
msgid "Network %(network_id)s could not be found."
msgstr "Network %(network_id)s could not be found."
#: nova/exception.py:586
#, fuzzy, python-format
msgid "Port id %(port_id)s could not be found."
msgstr "Port %(port_id)s could not be found."
#: nova/exception.py:590
#, python-format
msgid "Network could not be found for bridge %(bridge)s"
msgstr "Network could not be found for bridge %(bridge)s"
#: nova/exception.py:594
#, python-format
msgid "Network could not be found for uuid %(uuid)s"
msgstr "Network could not be found for uuid %(uuid)s"
#: nova/exception.py:598
#, python-format
msgid "Network could not be found with cidr %(cidr)s."
msgstr "Network could not be found with cidr %(cidr)s."
#: nova/exception.py:602
#, python-format
msgid "Network could not be found for instance %(instance_id)s."
msgstr "Network could not be found for instance %(instance_id)s."
#: nova/exception.py:606
msgid "No networks defined."
msgstr "No networks defined."
#: nova/exception.py:610
msgid "No more available networks."
msgstr ""
#: nova/exception.py:614
#, python-format
msgid ""
"Either network uuid %(network_uuid)s is not present or is not assigned to"
" the project %(project_id)s."
msgstr ""
#: nova/exception.py:619
msgid ""
"More than one possible network found. Specify network ID(s) to select "
"which one(s) to connect to,"
msgstr ""
#: nova/exception.py:624
#, python-format
msgid "Network %(network_uuid)s requires a subnet in order to boot instances on."
msgstr ""
#: nova/exception.py:629
#, python-format
msgid ""
"It is not allowed to create an interface on external network "
"%(network_uuid)s"
msgstr ""
#: nova/exception.py:634
msgid "Could not find the datastore reference(s) which the VM uses."
msgstr "Could not find the datastore reference(s) which the VM uses."
#: nova/exception.py:638
#, python-format
msgid "Port %(port_id)s is still in use."
msgstr "Port %(port_id)s is still in use."
#: nova/exception.py:642
#, python-format
msgid "Port %(port_id)s requires a FixedIP in order to be used."
msgstr ""
#: nova/exception.py:646
#, fuzzy, python-format
msgid "Port %(port_id)s not usable for instance %(instance)s."
msgstr "Network could not be found for instance %(instance_id)s."
#: nova/exception.py:650
#, fuzzy, python-format
msgid "No free port available for instance %(instance)s."
msgstr "Network could not be found for instance %(instance_id)s."
#: nova/exception.py:654
#, python-format
msgid "Fixed ip %(address)s already exists."
msgstr ""
#: nova/exception.py:658
#, python-format
msgid "No fixed IP associated with id %(id)s."
msgstr "No fixed IP associated with id %(id)s."
#: nova/exception.py:662
#, python-format
msgid "Fixed ip not found for address %(address)s."
msgstr "Fixed ip not found for address %(address)s."
#: nova/exception.py:666
#, python-format
msgid "Instance %(instance_uuid)s has zero fixed ips."
msgstr "Instance %(instance_uuid)s has zero fixed ips."
#: nova/exception.py:670
#, python-format
msgid "Network host %(host)s has zero fixed ips in network %(network_id)s."
msgstr "Network host %(host)s has zero fixed ips in network %(network_id)s."
#: nova/exception.py:675
#, python-format
msgid "Instance %(instance_uuid)s doesn't have fixed ip '%(ip)s'."
msgstr "Instance %(instance_uuid)s doesn't have fixed ip '%(ip)s'."
#: nova/exception.py:679
#, python-format
msgid ""
"Fixed IP address (%(address)s) does not exist in network "
"(%(network_uuid)s)."
msgstr ""
"Fixed IP address (%(address)s) does not exist in network "
"(%(network_uuid)s)."
#: nova/exception.py:684
#, python-format
msgid ""
"Fixed IP address %(address)s is already in use on instance "
"%(instance_uuid)s."
msgstr ""
"Fixed IP address %(address)s is already in use on instance "
"%(instance_uuid)s."
#: nova/exception.py:689
#, python-format
msgid "More than one instance is associated with fixed ip address '%(address)s'."
msgstr "More than one instance is associated with fixed ip address '%(address)s'."
#: nova/exception.py:694
#, python-format
msgid "Fixed IP address %(address)s is invalid."
msgstr "Fixed IP address %(address)s is invalid."
#: nova/exception.py:699
msgid "Zero fixed ips available."
msgstr "Zero fixed ips available."
#: nova/exception.py:703
msgid "Zero fixed ips could be found."
msgstr "Zero fixed ips could be found."
#: nova/exception.py:707
#, python-format
msgid "Floating ip %(address)s already exists."
msgstr "Floating ip %(address)s already exists."
#: nova/exception.py:712
#, python-format
msgid "Floating ip not found for id %(id)s."
msgstr "Floating ip not found for id %(id)s."
#: nova/exception.py:716
#, python-format
msgid "The DNS entry %(name)s already exists in domain %(domain)s."
msgstr "The DNS entry %(name)s already exists in domain %(domain)s."
#: nova/exception.py:720
#, python-format
msgid "Floating ip not found for address %(address)s."
msgstr "Floating ip not found for address %(address)s."
#: nova/exception.py:724
#, python-format
msgid "Floating ip not found for host %(host)s."
msgstr "Floating ip not found for host %(host)s."
#: nova/exception.py:728
#, python-format
msgid "Multiple floating ips are found for address %(address)s."
msgstr "Multiple floating ips are found for address %(address)s."
#: nova/exception.py:732
msgid "Floating ip pool not found."
msgstr "Floating ip pool not found."
#: nova/exception.py:737
msgid "Zero floating ips available."
msgstr "Zero floating ips available."
#: nova/exception.py:743
#, python-format
msgid "Floating ip %(address)s is associated."
msgstr "Floating ip %(address)s is associated."
#: nova/exception.py:747
#, python-format
msgid "Floating ip %(address)s is not associated."
msgstr "Floating ip %(address)s is not associated."
#: nova/exception.py:751
msgid "Zero floating ips exist."
msgstr "Zero floating ips exist."
#: nova/exception.py:756
#, python-format
msgid "Interface %(interface)s not found."
msgstr "Interface %(interface)s not found."
#: nova/exception.py:761 nova/api/openstack/compute/contrib/floating_ips.py:100
msgid "Cannot disassociate auto assigned floating ip"
msgstr "Cannot disassociate auto assigned floating ip"
#: nova/exception.py:766
#, python-format
msgid "Keypair %(name)s not found for user %(user_id)s"
msgstr "Keypair %(name)s not found for user %(user_id)s"
#: nova/exception.py:770
#, python-format
msgid "Service %(service_id)s could not be found."
msgstr "Service %(service_id)s could not be found."
#: nova/exception.py:774
#, python-format
msgid "Service with host %(host)s binary %(binary)s exists."
msgstr ""
#: nova/exception.py:778
#, python-format
msgid "Service with host %(host)s topic %(topic)s exists."
msgstr ""
#: nova/exception.py:782
#, python-format
msgid "Host %(host)s could not be found."
msgstr "Host %(host)s could not be found."
#: nova/exception.py:786
#, python-format
msgid "Compute host %(host)s could not be found."
msgstr "Compute host %(host)s could not be found."
#: nova/exception.py:790
#, python-format
msgid "Could not find binary %(binary)s on host %(host)s."
msgstr "Could not find binary %(binary)s on host %(host)s."
#: nova/exception.py:794
#, python-format
msgid "Invalid reservation expiration %(expire)s."
msgstr "Invalid reservation expiration %(expire)s."
#: nova/exception.py:798
#, python-format
msgid ""
"Change would make usage less than 0 for the following resources: "
"%(unders)s"
msgstr ""
"Change would make usage less than 0 for the following resources: "
"%(unders)s"
#: nova/exception.py:803
msgid "Quota could not be found"
msgstr "Quota could not be found"
#: nova/exception.py:807
#, python-format
msgid "Quota exists for project %(project_id)s, resource %(resource)s"
msgstr ""
#: nova/exception.py:812
#, python-format
msgid "Unknown quota resources %(unknown)s."
msgstr "Unknown quota resources %(unknown)s."
#: nova/exception.py:816
#, python-format
msgid "Quota for user %(user_id)s in project %(project_id)s could not be found."
msgstr ""
#: nova/exception.py:821
#, python-format
msgid "Quota for project %(project_id)s could not be found."
msgstr "Quota for project %(project_id)s could not be found."
#: nova/exception.py:825
#, python-format
msgid "Quota class %(class_name)s could not be found."
msgstr "Quota class %(class_name)s could not be found."
#: nova/exception.py:829
#, python-format
msgid "Quota usage for project %(project_id)s could not be found."
msgstr "Quota usage for project %(project_id)s could not be found."
#: nova/exception.py:833
#, python-format
msgid "Quota reservation %(uuid)s could not be found."
msgstr "Quota reservation %(uuid)s could not be found."
#: nova/exception.py:837
#, python-format
msgid "Quota exceeded for resources: %(overs)s"
msgstr "Quota exceeded for resources: %(overs)s"
#: nova/exception.py:841
#, python-format
msgid "Security group %(security_group_id)s not found."
msgstr "Security group %(security_group_id)s not found."
#: nova/exception.py:845
#, python-format
msgid "Security group %(security_group_id)s not found for project %(project_id)s."
msgstr "Security group %(security_group_id)s not found for project %(project_id)s."
#: nova/exception.py:850
#, python-format
msgid "Security group with rule %(rule_id)s not found."
msgstr "Security group with rule %(rule_id)s not found."
#: nova/exception.py:855
#, python-format
msgid ""
"Security group %(security_group_name)s already exists for project "
"%(project_id)s."
msgstr ""
#: nova/exception.py:860
#, python-format
msgid ""
"Security group %(security_group_id)s is already associated with the "
"instance %(instance_id)s"
msgstr ""
"Security group %(security_group_id)s is already associated with the "
"instance %(instance_id)s"
#: nova/exception.py:865
#, python-format
msgid ""
"Security group %(security_group_id)s is not associated with the instance "
"%(instance_id)s"
msgstr ""
"Security group %(security_group_id)s is not associated with the instance "
"%(instance_id)s"
#: nova/exception.py:870
#, fuzzy, python-format
msgid "Security group default rule (%rule_id)s not found."
msgstr "Security group with rule %(rule_id)s not found."
#: nova/exception.py:874
msgid ""
"Network requires port_security_enabled and subnet associated in order to "
"apply security groups."
msgstr ""
#: nova/exception.py:880
#, python-format
msgid "Rule already exists in group: %(rule)s"
msgstr ""
#: nova/exception.py:884
msgid "No Unique Match Found."
msgstr ""
#: nova/exception.py:889
#, python-format
msgid "Migration %(migration_id)s could not be found."
msgstr "Migration %(migration_id)s could not be found."
#: nova/exception.py:893
#, python-format
msgid "Migration not found for instance %(instance_id)s with status %(status)s."
msgstr "Migration not found for instance %(instance_id)s with status %(status)s."
#: nova/exception.py:898
#, python-format
msgid "Console pool %(pool_id)s could not be found."
msgstr "Console pool %(pool_id)s could not be found."
#: nova/exception.py:902
#, python-format
msgid ""
"Console pool with host %(host)s, console_type %(console_type)s and "
"compute_host %(compute_host)s already exists."
msgstr ""
#: nova/exception.py:908
#, python-format
msgid ""
"Console pool of type %(console_type)s for compute host %(compute_host)s "
"on proxy host %(host)s not found."
msgstr ""
"Console pool of type %(console_type)s for compute host %(compute_host)s "
"on proxy host %(host)s not found."
#: nova/exception.py:914
#, python-format
msgid "Console %(console_id)s could not be found."
msgstr "Console %(console_id)s could not be found."
#: nova/exception.py:918
#, python-format
msgid "Console for instance %(instance_uuid)s could not be found."
msgstr "Console for instance %(instance_uuid)s could not be found."
#: nova/exception.py:922
#, python-format
msgid ""
"Console for instance %(instance_uuid)s in pool %(pool_id)s could not be "
"found."
msgstr ""
"Console for instance %(instance_uuid)s in pool %(pool_id)s could not be "
"found."
#: nova/exception.py:927
#, fuzzy, python-format
msgid "Invalid console type %(console_type)s"
msgstr "Invalid console type %(console_type)s "
#: nova/exception.py:931
#, python-format
msgid "Unavailable console type %(console_type)s."
msgstr ""
#: nova/exception.py:935
#, python-format
msgid "The console port range %(min_port)d-%(max_port)d is exhausted."
msgstr ""
#: nova/exception.py:940
#, python-format
msgid "Flavor %(flavor_id)s could not be found."
msgstr "Flavor %(flavor_id)s could not be found."
#: nova/exception.py:944
#, python-format
msgid "Flavor with name %(flavor_name)s could not be found."
msgstr ""
#: nova/exception.py:948
#, fuzzy, python-format
msgid "Flavor access not found for %(flavor_id)s / %(project_id)s combination."
msgstr "Flavor access not found for %(flavor_id) / %(project_id) combination."
#: nova/exception.py:953
#, fuzzy, python-format
msgid "Cell %(cell_name)s doesn't exist."
msgstr "pool %s doesn't exist"
#: nova/exception.py:957
#, python-format
msgid "Cell with name %(name)s already exists."
msgstr ""
#: nova/exception.py:961
#, python-format
msgid "Inconsistency in cell routing: %(reason)s"
msgstr ""
#: nova/exception.py:965
#, python-format
msgid "Service API method not found: %(detail)s"
msgstr ""
#: nova/exception.py:969
#, fuzzy
msgid "Timeout waiting for response from cell"
msgstr "Timed out waiting for RPC response: %s"
#: nova/exception.py:973
#, python-format
msgid "Cell message has reached maximum hop count: %(hop_count)s"
msgstr ""
#: nova/exception.py:977
msgid "No cells available matching scheduling criteria."
msgstr ""
#: nova/exception.py:981
msgid "Cannot update cells configuration file."
msgstr ""
#: nova/exception.py:985
#, fuzzy, python-format
msgid "Cell is not known for instance %(instance_uuid)s"
msgstr "Destroying VDIs for Instance %(instance_uuid)s"
#: nova/exception.py:989
#, python-format
msgid "Scheduler Host Filter %(filter_name)s could not be found."
msgstr "Scheduler Host Filter %(filter_name)s could not be found."
#: nova/exception.py:993
#, python-format
msgid "Flavor %(flavor_id)s has no extra specs with key %(extra_specs_key)s."
msgstr ""
#: nova/exception.py:998
#, python-format
msgid ""
"Metric %(name)s could not be found on the compute host node "
"%(host)s.%(node)s."
msgstr ""
#: nova/exception.py:1003
#, python-format
msgid "File %(file_path)s could not be found."
msgstr "File %(file_path)s could not be found."
#: nova/exception.py:1007
msgid "Zero files could be found."
msgstr "Zero files could be found."
#: nova/exception.py:1011
#, python-format
msgid "Virtual switch associated with the network adapter %(adapter)s not found."
msgstr "Virtual switch associated with the network adapter %(adapter)s not found."
#: nova/exception.py:1016
#, python-format
msgid "Network adapter %(adapter)s could not be found."
msgstr "Network adapter %(adapter)s could not be found."
#: nova/exception.py:1020
#, python-format
msgid "Class %(class_name)s could not be found: %(exception)s"
msgstr "Class %(class_name)s could not be found: %(exception)s"
#: nova/exception.py:1024
msgid "Action not allowed."
msgstr "Action not allowed."
#: nova/exception.py:1028
msgid "Rotation is not allowed for snapshots"
msgstr "Rotation is not allowed for snapshots"
#: nova/exception.py:1032
msgid "Rotation param is required for backup image_type"
msgstr "Rotation param is required for backup image_type"
#: nova/exception.py:1037 nova/tests/compute/test_keypairs.py:144
#, fuzzy, python-format
msgid "Key pair '%(key_name)s' already exists."
msgstr "Key pair %(key_name)s already exists."
#: nova/exception.py:1041
#, python-format
msgid "Instance %(name)s already exists."
msgstr "Instance %(name)s already exists."
#: nova/exception.py:1045
#, python-format
msgid "Flavor with name %(name)s already exists."
msgstr ""
#: nova/exception.py:1049
#, python-format
msgid "Flavor with ID %(flavor_id)s already exists."
msgstr ""
#: nova/exception.py:1053
#, python-format
msgid ""
"Flavor access already exists for flavor %(flavor_id)s and project "
"%(project_id)s combination."
msgstr ""
#: nova/exception.py:1058
#, python-format
msgid "%(path)s is not on shared storage: %(reason)s"
msgstr "%(path)s is not on shared storage: %(reason)s"
#: nova/exception.py:1062
#, python-format
msgid "%(path)s is not on local storage: %(reason)s"
msgstr "%(path)s is not on local storage: %(reason)s"
#: nova/exception.py:1066
#, python-format
msgid "Migration error: %(reason)s"
msgstr ""
#: nova/exception.py:1070
#, python-format
msgid "Migration pre-check error: %(reason)s"
msgstr ""
#: nova/exception.py:1074
#, python-format
msgid "Malformed message body: %(reason)s"
msgstr "Malformed message body: %(reason)s"
#: nova/exception.py:1080
#, python-format
msgid "Could not find config at %(path)s"
msgstr "Could not find config at %(path)s"
#: nova/exception.py:1084
#, python-format
msgid "Could not load paste app '%(name)s' from %(path)s"
msgstr "Could not load paste app '%(name)s' from %(path)s"
#: nova/exception.py:1088
msgid "When resizing, instances must change flavor!"
msgstr "When resizing, instances must change flavor!"
#: nova/exception.py:1092
#, python-format
msgid "Resize error: %(reason)s"
msgstr ""
#: nova/exception.py:1096
#, python-format
msgid "Server disk was unable to be resized because: %(reason)s"
msgstr ""
#: nova/exception.py:1100
msgid "Flavor's memory is too small for requested image."
msgstr ""
#: nova/exception.py:1104
msgid "Flavor's disk is too small for requested image."
msgstr ""
#: nova/exception.py:1108
#, python-format
msgid "Insufficient free memory on compute node to start %(uuid)s."
msgstr "Insufficient free memory on compute node to start %(uuid)s."
#: nova/exception.py:1112
#, python-format
msgid "No valid host was found. %(reason)s"
msgstr "No valid host was found. %(reason)s"
#: nova/exception.py:1117
#, python-format
msgid "Quota exceeded: code=%(code)s"
msgstr ""
#: nova/exception.py:1124
#, python-format
msgid ""
"Quota exceeded for %(overs)s: Requested %(req)s, but already used "
"%(used)d of %(allowed)d %(resource)s"
msgstr ""
"Quota exceeded for %(overs)s: Requested %(req)s, but already used "
"%(used)d of %(allowed)d %(resource)s"
#: nova/exception.py:1129
msgid "Maximum number of floating ips exceeded"
msgstr "Maximum number of floating ips exceeded"
#: nova/exception.py:1133
#, fuzzy
msgid "Maximum number of fixed ips exceeded"
msgstr "Maximum number of floating ips exceeded"
#: nova/exception.py:1137
#, python-format
msgid "Maximum number of metadata items exceeds %(allowed)d"
msgstr "Maximum number of metadata items exceeds %(allowed)d"
#: nova/exception.py:1141
msgid "Personality file limit exceeded"
msgstr "Personality file limit exceeded"
#: nova/exception.py:1145
msgid "Personality file path too long"
msgstr "Personality file path too long"
#: nova/exception.py:1149
msgid "Personality file content too long"
msgstr "Personality file content too long"
#: nova/exception.py:1153 nova/tests/compute/test_keypairs.py:155
msgid "Maximum number of key pairs exceeded"
msgstr "Maximum number of key pairs exceeded"
#: nova/exception.py:1158
msgid "Maximum number of security groups or rules exceeded"
msgstr "Maximum number of security groups or rules exceeded"
#: nova/exception.py:1162
msgid "Maximum number of ports exceeded"
msgstr ""
#: nova/exception.py:1166
#, python-format
msgid ""
"Aggregate %(aggregate_id)s: action '%(action)s' caused an error: "
"%(reason)s."
msgstr ""
"Aggregate %(aggregate_id)s: action '%(action)s' caused an error: "
"%(reason)s."
#: nova/exception.py:1171
#, python-format
msgid "Aggregate %(aggregate_id)s could not be found."
msgstr "Aggregate %(aggregate_id)s could not be found."
#: nova/exception.py:1175
#, python-format
msgid "Aggregate %(aggregate_name)s already exists."
msgstr "Aggregate %(aggregate_name)s already exists."
#: nova/exception.py:1179
#, python-format
msgid "Aggregate %(aggregate_id)s has no host %(host)s."
msgstr "Aggregate %(aggregate_id)s has no host %(host)s."
#: nova/exception.py:1183
#, python-format
msgid "Aggregate %(aggregate_id)s has no metadata with key %(metadata_key)s."
msgstr "Aggregate %(aggregate_id)s has no metadata with key %(metadata_key)s."
#: nova/exception.py:1188
#, python-format
msgid "Aggregate %(aggregate_id)s already has host %(host)s."
msgstr "Aggregate %(aggregate_id)s already has host %(host)s."
#: nova/exception.py:1192
msgid "Unable to create flavor"
msgstr ""
#: nova/exception.py:1196
#, python-format
msgid "Failed to set admin password on %(instance)s because %(reason)s"
msgstr "Failed to set admin password on %(instance)s because %(reason)s"
#: nova/exception.py:1202
#, python-format
msgid "Detected existing vlan with id %(vlan)d"
msgstr "Detected existing vlan with id %(vlan)d"
#: nova/exception.py:1206
msgid "There was a conflict when trying to complete your request."
msgstr ""
#: nova/exception.py:1212
#, python-format
msgid "Instance %(instance_id)s could not be found."
msgstr "Instance %(instance_id)s could not be found."
#: nova/exception.py:1216
#, fuzzy, python-format
msgid "Info cache for instance %(instance_uuid)s could not be found."
msgstr "Console for instance %(instance_uuid)s could not be found."
#: nova/exception.py:1221
#, fuzzy, python-format
msgid "Node %(node_id)s could not be found."
msgstr "Volume %(volume_id)s could not be found."
#: nova/exception.py:1225
#, fuzzy, python-format
msgid "Node with UUID %(node_uuid)s could not be found."
msgstr "Port %(port_id)s could not be found."
#: nova/exception.py:1229
#, python-format
msgid "Marker %(marker)s could not be found."
msgstr "Marker %(marker)s could not be found."
#: nova/exception.py:1234
#, python-format
msgid "Invalid id: %(val)s (expecting \"i-...\")."
msgstr "Invalid id: %(val)s (expecting \"i-...\")."
#: nova/exception.py:1238
#, python-format
msgid "Could not fetch image %(image_id)s"
msgstr "Could not fetch image %(image_id)s"
#: nova/exception.py:1242
#, fuzzy, python-format
msgid "Could not upload image %(image_id)s"
msgstr "Could not fetch image %(image_id)s"
#: nova/exception.py:1246
#, python-format
msgid "Task %(task_name)s is already running on host %(host)s"
msgstr "Task %(task_name)s is already running on host %(host)s"
#: nova/exception.py:1250
#, python-format
msgid "Task %(task_name)s is not running on host %(host)s"
msgstr "Task %(task_name)s is not running on host %(host)s"
#: nova/exception.py:1254
#, python-format
msgid "Instance %(instance_uuid)s is locked"
msgstr "Instance %(instance_uuid)s is locked"
#: nova/exception.py:1258
#, python-format
msgid "Invalid value for Config Drive option: %(option)s"
msgstr ""
#: nova/exception.py:1262
#, python-format
msgid "Could not mount vfat config drive. %(operation)s failed. Error: %(error)s"
msgstr "Could not mount vfat config drive. %(operation)s failed. Error: %(error)s"
#: nova/exception.py:1267
#, python-format
msgid "Unknown config drive format %(format)s. Select one of iso9660 or vfat."
msgstr "Unknown config drive format %(format)s. Select one of iso9660 or vfat."
#: nova/exception.py:1272
#, fuzzy, python-format
msgid "Failed to attach network adapter device to %(instance)s"
msgstr "Failed to dealloc network for deleted instance"
#: nova/exception.py:1276
#, fuzzy, python-format
msgid "Failed to detach network adapter device from %(instance)s"
msgstr "Failed to dealloc network for deleted instance"
#: nova/exception.py:1280
#, python-format
msgid ""
"User data too large. User data must be no larger than %(maxsize)s bytes "
"once base64 encoded. Your data is %(length)d bytes"
msgstr ""
"User data too large. User data must be no larger than %(maxsize)s bytes "
"once base64 encoded. Your data is %(length)d bytes"
#: nova/exception.py:1286
msgid "User data needs to be valid base 64."
msgstr "User data needs to be valid base 64."
#: nova/exception.py:1290
#, python-format
msgid ""
"Unexpected task state: expecting %(expected)s but the actual state is "
"%(actual)s"
msgstr ""
#: nova/exception.py:1299
#, fuzzy, python-format
msgid ""
"Action for request_id %(request_id)s on instance %(instance_uuid)s not "
"found"
msgstr "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s"
#: nova/exception.py:1304
#, fuzzy, python-format
msgid "Event %(event)s not found for action id %(action_id)s"
msgstr "Keypair %(name)s not found for user %(user_id)s"
#: nova/exception.py:1308
#, python-format
msgid ""
"Unexpected VM state: expecting %(expected)s but the actual state is "
"%(actual)s"
msgstr ""
#: nova/exception.py:1313
#, python-format
msgid "The CA file for %(project)s could not be found"
msgstr "The CA file for %(project)s could not be found"
#: nova/exception.py:1317
#, python-format
msgid "The CRL file for %(project)s could not be found"
msgstr "The CRL file for %(project)s could not be found"
#: nova/exception.py:1321
msgid "Instance recreate is not supported."
msgstr ""
#: nova/exception.py:1325
#, python-format
msgid ""
"The service from servicegroup driver %(driver)s is temporarily "
"unavailable."
msgstr ""
#: nova/exception.py:1330
#, python-format
msgid "%(binary)s attempted direct database access which is not allowed by policy"
msgstr ""
#: nova/exception.py:1335
#, python-format
msgid "Virtualization type '%(virt)s' is not supported by this compute driver"
msgstr ""
#: nova/exception.py:1340
#, python-format
msgid ""
"Requested hardware '%(model)s' is not supported by the '%(virt)s' virt "
"driver"
msgstr ""
#: nova/exception.py:1345
#, python-format
msgid "Invalid Base 64 data for file %(path)s"
msgstr ""
#: nova/exception.py:1349
#, fuzzy, python-format
msgid "Build of instance %(instance_uuid)s aborted: %(reason)s"
msgstr "Instance %(instance_id)s is not in rescue mode"
#: nova/exception.py:1353
#, fuzzy, python-format
msgid "Build of instance %(instance_uuid)s was re-scheduled: %(reason)s"
msgstr "Instance %(instance_id)s is not in rescue mode"
#: nova/exception.py:1358
#, fuzzy, python-format
msgid "Shadow table with name %(name)s already exists."
msgstr "Instance Type with name %(name)s already exists."
#: nova/exception.py:1363
#, python-format
msgid "Instance rollback performed due to: %s"
msgstr ""
#: nova/exception.py:1369
#, fuzzy, python-format
msgid "Unsupported object type %(objtype)s"
msgstr "Expected object of type: %s"
#: nova/exception.py:1373
#, python-format
msgid "Cannot call %(method)s on orphaned %(objtype)s object"
msgstr ""
#: nova/exception.py:1377
#, python-format
msgid "Version %(objver)s of %(objname)s is not supported"
msgstr ""
#: nova/exception.py:1381
#, python-format
msgid "Object action %(action)s failed because: %(reason)s"
msgstr ""
#: nova/exception.py:1385
#, python-format
msgid "Field %(field)s of %(objname)s is not an instance of Field"
msgstr ""
#: nova/exception.py:1389
#, python-format
msgid "Core API extensions are missing: %(missing_apis)s"
msgstr ""
#: nova/exception.py:1393
#, python-format
msgid "Error during following call to agent: %(method)s"
msgstr ""
#: nova/exception.py:1397
#, python-format
msgid "Unable to contact guest agent. The following call timed out: %(method)s"
msgstr ""
#: nova/exception.py:1402
#, python-format
msgid "Agent does not support the call: %(method)s"
msgstr ""
#: nova/exception.py:1406
#, python-format
msgid "Instance group %(group_uuid)s could not be found."
msgstr ""
#: nova/exception.py:1410
#, python-format
msgid "Instance group %(group_uuid)s already exists."
msgstr ""
#: nova/exception.py:1414
#, python-format
msgid "Instance group %(group_uuid)s has no metadata with key %(metadata_key)s."
msgstr ""
#: nova/exception.py:1419
#, python-format
msgid "Instance group %(group_uuid)s has no member with id %(instance_id)s."
msgstr ""
#: nova/exception.py:1424
#, python-format
msgid "Instance group %(group_uuid)s has no policy %(policy)s."
msgstr ""
#: nova/exception.py:1428
#, python-format
msgid "Number of retries to plugin (%(num_retries)d) exceeded."
msgstr ""
#: nova/exception.py:1432
#, python-format
msgid "There was an error with the download module %(module)s. %(reason)s"
msgstr ""
#: nova/exception.py:1437
#, python-format
msgid ""
"The metadata for this location will not work with this module %(module)s."
" %(reason)s."
msgstr ""
#: nova/exception.py:1442
#, python-format
msgid "The method %(method_name)s is not implemented."
msgstr ""
#: nova/exception.py:1446
#, python-format
msgid "The module %(module)s is misconfigured: %(reason)s."
msgstr ""
#: nova/exception.py:1450
#, python-format
msgid "Error when creating resource monitor: %(monitor)s"
msgstr ""
#: nova/exception.py:1454
#, python-format
msgid "The PCI address %(address)s has an incorrect format."
msgstr ""
#: nova/exception.py:1458
#, python-format
msgid "PCI device %(id)s not found"
msgstr ""
#: nova/exception.py:1462
#, python-format
msgid "PCI Device %(node_id)s:%(address)s not found."
msgstr ""
#: nova/exception.py:1466
#, python-format
msgid ""
"PCI device %(compute_node_id)s:%(address)s is %(status)s instead of "
"%(hopestatus)s"
msgstr ""
#: nova/exception.py:1472
#, python-format
msgid ""
"PCI device %(compute_node_id)s:%(address)s is owned by %(owner)s instead "
"of %(hopeowner)s"
msgstr ""
#: nova/exception.py:1478
#, python-format
msgid "PCI device request (%requests)s failed"
msgstr ""
#: nova/exception.py:1483
#, python-format
msgid ""
"Attempt to consume PCI device %(compute_node_id)s:%(address)s from empty "
"pool"
msgstr ""
#: nova/exception.py:1489
#, python-format
msgid "Invalid PCI alias definition: %(reason)s"
msgstr ""
#: nova/exception.py:1493
#, python-format
msgid "PCI alias %(alias)s is not defined"
msgstr ""
#: nova/exception.py:1498
#, python-format
msgid "Not enough parameters: %(reason)s"
msgstr ""
#: nova/exception.py:1503
#, python-format
msgid "Invalid PCI devices Whitelist config %(reason)s"
msgstr ""
#: nova/exception.py:1507
#, python-format
msgid "Cannot change %(node_id)s to %(new_node_id)s"
msgstr ""
#: nova/exception.py:1517
#, python-format
msgid ""
"Failed to prepare PCI device %(id)s for instance %(instance_uuid)s: "
"%(reason)s"
msgstr ""
#: nova/exception.py:1522
#, python-format
msgid "Failed to detach PCI device %(dev)s: %(reason)s"
msgstr ""
#: nova/exception.py:1526
#, python-format
msgid "%(type)s hypervisor does not support PCI devices"
msgstr ""
#: nova/exception.py:1530
#, python-format
msgid "Key manager error: %(reason)s"
msgstr ""
#: nova/exception.py:1534
#, python-format
msgid "Failed to remove volume(s): (%(reason)s)"
msgstr ""
#: nova/exception.py:1538
#, python-format
msgid "Provided video model (%(model)s) is not supported."
msgstr ""
#: nova/exception.py:1542
#, python-format
msgid "The provided RNG device path: (%(path)s) is not present on the host."
msgstr ""
#: nova/exception.py:1547
#, python-format
msgid ""
"The requested amount of video memory %(req_vram)d is higher than the "
"maximum allowed by flavor %(max_vram)d."
msgstr ""
#: nova/exception.py:1552
#, python-format
msgid "Provided watchdog action (%(action)s) is not supported."
msgstr ""
#: nova/exception.py:1556
msgid ""
"Block migration of instances with config drives is not supported in "
"libvirt."
msgstr ""
#: nova/exception.py:1561
#, python-format
msgid "Error during unshelve instance %(instance_id)s: %(reason)s"
msgstr ""
#: nova/filters.py:70
#, python-format
msgid "Starting with %d host(s)"
msgstr ""
#: nova/filters.py:79
#, python-format
msgid "Filter %(cls_name)s says to stop filtering"
msgstr ""
#: nova/filters.py:84
#, python-format
msgid "Filter %s returned 0 hosts"
msgstr ""
#: nova/filters.py:86
#, python-format
msgid "Filter %(cls_name)s returned %(obj_len)d host(s)"
msgstr ""
#: nova/hooks.py:68
#, python-format
msgid "Running %(name)s pre-hook: %(obj)s"
msgstr ""
#: nova/hooks.py:80
#, python-format
msgid "Running %(name)s post-hook: %(obj)s"
msgstr ""
#: nova/notifications.py:146 nova/notifications.py:185
msgid "Failed to send state update notification"
msgstr "Failed to send state update notification"
#: nova/notifications.py:269
#, fuzzy
msgid "Failed to get nw_info"
msgstr "Failed to get info for disk %s"
#: nova/policy.py:31
msgid "JSON file representing policy"
msgstr "JSON file representing policy"
#: nova/policy.py:34
msgid "Rule checked when requested rule is not found"
msgstr "Rule checked when requested rule is not found"
#: nova/quota.py:1165
#, python-format
msgid "Created reservations %s"
msgstr ""
#: nova/quota.py:1188
#, python-format
msgid "Failed to commit reservations %s"
msgstr ""
#: nova/quota.py:1190
#, python-format
msgid "Committed reservations %s"
msgstr ""
#: nova/quota.py:1211
#, python-format
msgid "Failed to roll back reservations %s"
msgstr ""
#: nova/quota.py:1214
#, python-format
msgid "Rolled back reservations %s"
msgstr ""
#: nova/service.py:160
#, fuzzy, python-format
msgid "Starting %(topic)s node (version %(version)s)"
msgstr "Starting %(topic)s node (version %(vcs_string)s)"
#: nova/service.py:184
#, python-format
msgid "Creating RPC server for service %s"
msgstr ""
#: nova/service.py:201
#, python-format
msgid "Join ServiceGroup membership for this service %s"
msgstr ""
#: nova/service.py:284
msgid "Service killed that has no database entry"
msgstr "Service killed that has no database entry"
#: nova/service.py:296
msgid "Service error occurred during cleanup_host"
msgstr ""
#: nova/service.py:313
#, python-format
msgid "Temporary directory is invalid: %s"
msgstr ""
#: nova/service.py:338
#, python-format
msgid "%(worker_name)s value of %(workers)s is invalid, must be greater than 0"
msgstr ""
#: nova/service.py:423
msgid "serve() can only be called once"
msgstr "serve() can only be called once"
#: nova/utils.py:148
#, fuzzy, python-format
msgid "Expected to receive %(exp)s bytes, but actually %(act)s"
msgstr ""
"unexpected task state: expecting %(expected)s but the actual state is "
"%(actual)s"
#: nova/utils.py:354
#, python-format
msgid "Couldn't get IPv4 : %(ex)s"
msgstr ""
#: nova/utils.py:370
#, python-format
msgid "IPv4 address is not found.: %s"
msgstr ""
#: nova/utils.py:373
#, python-format
msgid "Couldn't get IPv4 of %(interface)s : %(ex)s"
msgstr ""
#: nova/utils.py:388
#, python-format
msgid "Link Local address is not found.:%s"
msgstr "Link Local address is not found.:%s"
#: nova/utils.py:391
#, python-format
msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s"
msgstr "Couldn't get Link Local IP of %(interface)s :%(ex)s"
#: nova/utils.py:412
#, python-format
msgid "Invalid backend: %s"
msgstr "Invalid backend: %s"
#: nova/utils.py:457
#, python-format
msgid "Expected object of type: %s"
msgstr "Expected object of type: %s"
#: nova/utils.py:485
#, python-format
msgid "Invalid server_string: %s"
msgstr "Invalid server_string: %s"
#: nova/utils.py:662
#, python-format
msgid "Reloading cached file %s"
msgstr "Reloading cached file %s"
#: nova/utils.py:776 nova/virt/configdrive.py:176
#, python-format
msgid "Could not remove tmpdir: %s"
msgstr "Could not remove tmpdir: %s"
#: nova/utils.py:966
#, fuzzy, python-format
msgid "%s is not a string or unicode"
msgstr "Server name is not a string or unicode"
#: nova/utils.py:970
#, python-format
msgid "%(name)s has a minimum character requirement of %(min_length)s."
msgstr ""
#: nova/utils.py:975
#, python-format
msgid "%(name)s has more than %(max_length)s characters."
msgstr ""
#: nova/utils.py:985
#, python-format
msgid "%(value_name)s must be an integer"
msgstr ""
#: nova/utils.py:991
#, python-format
msgid "%(value_name)s must be >= %(min_value)d"
msgstr ""
#: nova/utils.py:997
#, python-format
msgid "%(value_name)s must be <= %(max_value)d"
msgstr ""
#: nova/utils.py:1031
#, python-format
msgid "Hypervisor version %s is invalid."
msgstr ""
#: nova/version.py:65
#, python-format
msgid "Failed to load %(cfgfile)s: %(ex)s"
msgstr ""
#: nova/wsgi.py:132
#, python-format
msgid "Could not bind to %(host)s:%(port)s"
msgstr ""
#: nova/wsgi.py:137
#, python-format
msgid "%(name)s listening on %(host)s:%(port)s"
msgstr "%(name)s listening on %(host)s:%(port)s"
#: nova/wsgi.py:152 nova/openstack/common/sslutils.py:50
#, fuzzy, python-format
msgid "Unable to find cert_file : %s"
msgstr "Unable to find address %r"
#: nova/wsgi.py:156 nova/openstack/common/sslutils.py:53
#, fuzzy, python-format
msgid "Unable to find ca_file : %s"
msgstr "Unable to find address %r"
#: nova/wsgi.py:160 nova/openstack/common/sslutils.py:56
#, fuzzy, python-format
msgid "Unable to find key_file : %s"
msgstr "Unable to find address %r"
#: nova/wsgi.py:164 nova/openstack/common/sslutils.py:59
msgid ""
"When running server in SSL mode, you must specify both a cert_file and "
"key_file option value in your configuration file"
msgstr ""
#: nova/wsgi.py:195
#, python-format
msgid "Failed to start %(name)s on %(host)s:%(port)s with SSL support"
msgstr ""
#: nova/wsgi.py:223
msgid "Stopping WSGI server."
msgstr "Stopping WSGI server."
#: nova/wsgi.py:242
msgid "WSGI server has stopped."
msgstr "WSGI server has stopped."
#: nova/wsgi.py:311
msgid "You must implement __call__"
msgstr "You must implement __call__"
#: nova/wsgi.py:500
#, python-format
msgid "Loading app %(name)s from %(path)s"
msgstr "Loading app %(name)s from %(path)s"
#: nova/api/auth.py:72
msgid "ratelimit_v3 is removed from v3 api."
msgstr ""
#: nova/api/auth.py:135
msgid "Invalid service catalog json."
msgstr "Invalid service catalog json."
#: nova/api/auth.py:159
msgid "Sourcing roles from deprecated X-Role HTTP header"
msgstr "Sourcing roles from deprecated X-Role HTTP header"
#: nova/api/sizelimit.py:53 nova/api/sizelimit.py:62 nova/api/sizelimit.py:76
#: nova/api/metadata/password.py:62
msgid "Request is too large."
msgstr "Request is too large."
#: nova/api/ec2/__init__.py:87
#, python-format
msgid "FaultWrapper: %s"
msgstr "FaultWrapper: %s"
#: nova/api/ec2/__init__.py:158
msgid "Too many failed authentications."
msgstr "Too many failed authentications."
#: nova/api/ec2/__init__.py:167
#, python-format
msgid ""
"Access key %(access_key)s has had %(failures)d failed authentications and"
" will be locked out for %(lock_mins)d minutes."
msgstr ""
"Access key %(access_key)s has had %(failures)d failed authentications and"
" will be locked out for %(lock_mins)d minutes."
#: nova/api/ec2/__init__.py:186
msgid "Signature not provided"
msgstr "Signature not provided"
#: nova/api/ec2/__init__.py:191
msgid "Access key not provided"
msgstr "Access key not provided"
#: nova/api/ec2/__init__.py:227 nova/api/ec2/__init__.py:243
msgid "Failure communicating with keystone"
msgstr "Failure communicating with keystone"
#: nova/api/ec2/__init__.py:242
#, fuzzy, python-format
msgid "Keystone failure: %s"
msgstr "Live Migration failure: %(e)s"
#: nova/api/ec2/__init__.py:303
#, fuzzy
msgid "Timestamp failed validation."
msgstr "Too many failed authentications."
#: nova/api/ec2/__init__.py:401
#, python-format
msgid "Unauthorized request for controller=%(controller)s and action=%(action)s"
msgstr "Unauthorized request for controller=%(controller)s and action=%(action)s"
#: nova/api/ec2/__init__.py:491
#, python-format
msgid "Unexpected %(ex_name)s raised: %(ex_str)s"
msgstr ""
#: nova/api/ec2/__init__.py:494
#, python-format
msgid "%(ex_name)s raised: %(ex_str)s"
msgstr ""
#: nova/api/ec2/__init__.py:518
#, python-format
msgid "Environment: %s"
msgstr "Environment: %s"
#: nova/api/ec2/__init__.py:520
msgid "Unknown error occurred."
msgstr ""
#: nova/api/ec2/apirequest.py:60
#, python-format
msgid "Unsupported API request: controller = %(controller)s, action = %(action)s"
msgstr "Unsupported API request: controller = %(controller)s, action = %(action)s"
#: nova/api/ec2/cloud.py:396
#, python-format
msgid "Create snapshot of volume %s"
msgstr "Create snapshot of volume %s"
#: nova/api/ec2/cloud.py:421
#, python-format
msgid "Could not find key pair(s): %s"
msgstr "Could not find key pair(s): %s"
#: nova/api/ec2/cloud.py:437
#, python-format
msgid "Create key pair %s"
msgstr "Create key pair %s"
#: nova/api/ec2/cloud.py:449
#, python-format
msgid "Import key %s"
msgstr "Import key %s"
#: nova/api/ec2/cloud.py:462
#, python-format
msgid "Delete key pair %s"
msgstr "Delete key pair %s"
#: nova/api/ec2/cloud.py:604 nova/api/ec2/cloud.py:734
msgid "need group_name or group_id"
msgstr ""
#: nova/api/ec2/cloud.py:609
msgid "can't build a valid rule"
msgstr ""
#: nova/api/ec2/cloud.py:617
#, python-format
msgid "Invalid IP protocol %(protocol)s"
msgstr ""
#: nova/api/ec2/cloud.py:651 nova/api/ec2/cloud.py:687
msgid "No rule for the specified parameters."
msgstr "No rule for the specified parameters."
#: nova/api/ec2/cloud.py:765
#, python-format
msgid "Get console output for instance %s"
msgstr "Get console output for instance %s"
#: nova/api/ec2/cloud.py:837
#, python-format
msgid "Create volume from snapshot %s"
msgstr "Create volume from snapshot %s"
#: nova/api/ec2/cloud.py:841 nova/api/openstack/compute/contrib/volumes.py:243
#, python-format
msgid "Create volume of %s GB"
msgstr "Create volume of %s GB"
#: nova/api/ec2/cloud.py:881
#, python-format
msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s"
msgstr "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s"
#: nova/api/ec2/cloud.py:910 nova/api/openstack/compute/contrib/volumes.py:506
#, python-format
msgid "Detach volume %s"
msgstr "Detach volume %s"
#: nova/api/ec2/cloud.py:1240
msgid "Allocate address"
msgstr "Allocate address"
#: nova/api/ec2/cloud.py:1245
#, python-format
msgid "Release address %s"
msgstr "Release address %s"
#: nova/api/ec2/cloud.py:1250
#, python-format
msgid "Associate address %(public_ip)s to instance %(instance_id)s"
msgstr "Associate address %(public_ip)s to instance %(instance_id)s"
#: nova/api/ec2/cloud.py:1260
msgid "Unable to associate IP Address, no fixed_ips."
msgstr "Unable to associate IP Address, no fixed_ips."
#: nova/api/ec2/cloud.py:1268
#: nova/api/openstack/compute/contrib/floating_ips.py:260
#, python-format
msgid "multiple fixed_ips exist, using the first: %s"
msgstr "multiple fixed_ips exist, using the first: %s"
#: nova/api/ec2/cloud.py:1281
#, python-format
msgid "Disassociate address %s"
msgstr "Disassociate address %s"
#: nova/api/ec2/cloud.py:1298 nova/api/openstack/compute/servers.py:919
#: nova/api/openstack/compute/plugins/v3/multiple_create.py:64
msgid "min_count must be <= max_count"
msgstr "min_count must be <= max_count"
#: nova/api/ec2/cloud.py:1330
msgid "Image must be available"
msgstr "Image must be available"
#: nova/api/ec2/cloud.py:1432
#, python-format
msgid "Reboot instance %r"
msgstr "Reboot instance %r"
#: nova/api/ec2/cloud.py:1545
#, python-format
msgid "De-registering image %s"
msgstr "De-registering image %s"
#: nova/api/ec2/cloud.py:1561
msgid "imageLocation is required"
msgstr "imageLocation is required"
#: nova/api/ec2/cloud.py:1581
#, python-format
msgid "Registered image %(image_location)s with id %(image_id)s"
msgstr "Registered image %(image_location)s with id %(image_id)s"
#: nova/api/ec2/cloud.py:1642
msgid "user or group not specified"
msgstr "user or group not specified"
#: nova/api/ec2/cloud.py:1645
msgid "only group \"all\" is supported"
msgstr "only group \"all\" is supported"
#: nova/api/ec2/cloud.py:1648
msgid "operation_type must be add or remove"
msgstr "operation_type must be add or remove"
#: nova/api/ec2/cloud.py:1650
#, python-format
msgid "Updating image %s publicity"
msgstr "Updating image %s publicity"
#: nova/api/ec2/cloud.py:1663
#, python-format
msgid "Not allowed to modify attributes for image %s"
msgstr "Not allowed to modify attributes for image %s"
#: nova/api/ec2/cloud.py:1689
#, python-format
msgid ""
"Invalid value '%(ec2_instance_id)s' for instanceId. Instance does not "
"have a volume attached at root (%(root)s)"
msgstr ""
"Invalid value '%(ec2_instance_id)s' for instanceId. Instance does not "
"have a volume attached at root (%(root)s)"
#: nova/api/ec2/cloud.py:1720
#, python-format
msgid "Couldn't stop instance within %d sec"
msgstr ""
#: nova/api/ec2/cloud.py:1739
#, python-format
msgid "image of %(instance)s at %(now)s"
msgstr "image of %(instance)s at %(now)s"
#: nova/api/ec2/cloud.py:1764 nova/api/ec2/cloud.py:1814
msgid "resource_id and tag are required"
msgstr ""
#: nova/api/ec2/cloud.py:1768 nova/api/ec2/cloud.py:1818
#, fuzzy
msgid "Expecting a list of resources"
msgstr "Getting list of instances"
#: nova/api/ec2/cloud.py:1773 nova/api/ec2/cloud.py:1823
#: nova/api/ec2/cloud.py:1881
#, fuzzy
msgid "Only instances implemented"
msgstr "instance not present"
#: nova/api/ec2/cloud.py:1777 nova/api/ec2/cloud.py:1827
#, fuzzy
msgid "Expecting a list of tagSets"
msgstr "Getting list of instances"
#: nova/api/ec2/cloud.py:1783 nova/api/ec2/cloud.py:1836
msgid "Expecting tagSet to be key/value pairs"
msgstr ""
#: nova/api/ec2/cloud.py:1790
msgid "Expecting both key and value to be set"
msgstr ""
#: nova/api/ec2/cloud.py:1841
msgid "Expecting key to be set"
msgstr ""
#: nova/api/ec2/cloud.py:1915
msgid "Invalid CIDR"
msgstr "Invalid CIDR"
#: nova/api/ec2/ec2utils.py:258
msgid "Request must include either Timestamp or Expires, but cannot contain both"
msgstr ""
#: nova/api/ec2/ec2utils.py:276
#, fuzzy
msgid "Timestamp is invalid."
msgstr "The request is invalid."
#: nova/api/metadata/handler.py:111
msgid ""
"X-Instance-ID present in request headers. The "
"'service_neutron_metadata_proxy' option must be enabled to process this "
"header."
msgstr ""
#: nova/api/metadata/handler.py:140 nova/api/metadata/handler.py:147
#, python-format
msgid "Failed to get metadata for ip: %s"
msgstr "Failed to get metadata for ip: %s"
#: nova/api/metadata/handler.py:142 nova/api/metadata/handler.py:198
msgid "An unknown error has occurred. Please try your request again."
msgstr "An unknown error has occurred. Please try your request again."
#: nova/api/metadata/handler.py:160
msgid "X-Instance-ID header is missing from request."
msgstr ""
#: nova/api/metadata/handler.py:162
msgid "X-Tenant-ID header is missing from request."
msgstr ""
#: nova/api/metadata/handler.py:164
msgid "Multiple X-Instance-ID headers found within request."
msgstr ""
#: nova/api/metadata/handler.py:166
msgid "Multiple X-Tenant-ID headers found within request."
msgstr ""
#: nova/api/metadata/handler.py:180
#, python-format
msgid ""
"X-Instance-ID-Signature: %(signature)s does not match the expected value:"
" %(expected_signature)s for id: %(instance_id)s. Request From: "
"%(remote_address)s"
msgstr ""
#: nova/api/metadata/handler.py:189
#, fuzzy
msgid "Invalid proxy request signature."
msgstr "Invalid request: %s"
#: nova/api/metadata/handler.py:196 nova/api/metadata/handler.py:203
#, fuzzy, python-format
msgid "Failed to get metadata for instance id: %s"
msgstr "Failed to get metadata for ip: %s"
#: nova/api/metadata/handler.py:207
#, python-format
msgid ""
"Tenant_id %(tenant_id)s does not match tenant_id of instance "
"%(instance_id)s."
msgstr ""
#: nova/api/metadata/vendordata_json.py:47
msgid "file does not exist"
msgstr ""
#: nova/api/metadata/vendordata_json.py:49
msgid "Unexpected IOError when reading"
msgstr ""
#: nova/api/metadata/vendordata_json.py:52
msgid "failed to load json"
msgstr ""
#: nova/api/openstack/__init__.py:89
#, python-format
msgid "Caught error: %s"
msgstr "Caught error: %s"
#: nova/api/openstack/__init__.py:98
#, python-format
msgid "%(url)s returned with HTTP %(status)d"
msgstr "%(url)s returned with HTTP %(status)d"
#: nova/api/openstack/__init__.py:190
msgid "Must specify an ExtensionManager class"
msgstr "Must specify an ExtensionManager class"
#: nova/api/openstack/__init__.py:236 nova/api/openstack/__init__.py:410
#, python-format
msgid ""
"Extension %(ext_name)s: Cannot extend resource %(collection)s: No such "
"resource"
msgstr ""
"Extension %(ext_name)s: Cannot extend resource %(collection)s: No such "
"resource"
#: nova/api/openstack/__init__.py:283
#: nova/api/openstack/compute/plugins/v3/servers.py:100
#, python-format
msgid "Not loading %s because it is in the blacklist"
msgstr ""
#: nova/api/openstack/__init__.py:288
#: nova/api/openstack/compute/plugins/v3/servers.py:105
#, python-format
msgid "Not loading %s because it is not in the whitelist"
msgstr ""
#: nova/api/openstack/__init__.py:308
#, python-format
msgid "Extensions in both blacklist and whitelist: %s"
msgstr ""
#: nova/api/openstack/__init__.py:332
#, fuzzy, python-format
msgid "Missing core API extensions: %s"
msgstr "Loading extension %s"
#: nova/api/openstack/common.py:132
#, python-format
msgid ""
"status is UNKNOWN from vm_state=%(vm_state)s task_state=%(task_state)s. "
"Bad upgrade or db corrupted?"
msgstr ""
"status is UNKNOWN from vm_state=%(vm_state)s task_state=%(task_state)s. "
"Bad upgrade or db corrupted?"
#: nova/api/openstack/common.py:182
#, python-format
msgid "%s param must be an integer"
msgstr ""
#: nova/api/openstack/common.py:185
#, python-format
msgid "%s param must be positive"
msgstr ""
#: nova/api/openstack/common.py:210
msgid "offset param must be an integer"
msgstr "offset param must be an integer"
#: nova/api/openstack/common.py:216
msgid "limit param must be an integer"
msgstr "limit param must be an integer"
#: nova/api/openstack/common.py:220
msgid "limit param must be positive"
msgstr "limit param must be positive"
#: nova/api/openstack/common.py:224
msgid "offset param must be positive"
msgstr "offset param must be positive"
#: nova/api/openstack/common.py:259 nova/api/openstack/compute/flavors.py:146
#: nova/api/openstack/compute/servers.py:604
#: nova/api/openstack/compute/plugins/v3/flavors.py:110
#: nova/api/openstack/compute/plugins/v3/servers.py:281
#, python-format
msgid "marker [%s] not found"
msgstr "marker [%s] not found"
#: nova/api/openstack/common.py:299
#, python-format
msgid "href %s does not contain version"
msgstr "href %s does not contain version"
#: nova/api/openstack/common.py:314
msgid "Image metadata limit exceeded"
msgstr "Image metadata limit exceeded"
#: nova/api/openstack/common.py:322
msgid "Image metadata key cannot be blank"
msgstr "Image metadata key cannot be blank"
#: nova/api/openstack/common.py:325
msgid "Image metadata key too long"
msgstr "Image metadata key too long"
#: nova/api/openstack/common.py:328
msgid "Invalid image metadata"
msgstr "Invalid image metadata"
#: nova/api/openstack/common.py:391
#, python-format
msgid "Cannot '%(action)s' while instance is in %(attr)s %(state)s"
msgstr "Cannot '%(action)s' while instance is in %(attr)s %(state)s"
#: nova/api/openstack/common.py:394
#, python-format
msgid "Cannot '%s' an instance which has never been active"
msgstr ""
#: nova/api/openstack/common.py:397
#, fuzzy, python-format
msgid "Instance is in an invalid state for '%s'"
msgstr "Instance is in an invalid state for '%(action)s'"
#: nova/api/openstack/common.py:477
msgid "Rejecting snapshot request, snapshots currently disabled"
msgstr "Rejecting snapshot request, snapshots currently disabled"
#: nova/api/openstack/common.py:479
msgid "Instance snapshots are not permitted at this time."
msgstr "Instance snapshots are not permitted at this time."
#: nova/api/openstack/common.py:600
msgid "Cells is not enabled."
msgstr ""
#: nova/api/openstack/extensions.py:197
#, python-format
msgid "Loaded extension: %s"
msgstr "Loaded extension: %s"
#: nova/api/openstack/extensions.py:243
#: nova/api/openstack/compute/plugins/__init__.py:51
#, python-format
msgid "Exception loading extension: %s"
msgstr "Exception loading extension: %s"
#: nova/api/openstack/extensions.py:278
#, python-format
msgid "Failed to load extension %(ext_factory)s: %(exc)s"
msgstr "Failed to load extension %(ext_factory)s: %(exc)s"
#: nova/api/openstack/extensions.py:349
#, python-format
msgid "Failed to load extension %(classpath)s: %(exc)s"
msgstr "Failed to load extension %(classpath)s: %(exc)s"
#: nova/api/openstack/extensions.py:372
#, fuzzy, python-format
msgid "Failed to load extension %(ext_name)s:%(exc)s"
msgstr "Failed to load extension %(ext_name)s: %(exc)s"
#: nova/api/openstack/extensions.py:494
msgid "Unexpected exception in API method"
msgstr ""
#: nova/api/openstack/extensions.py:495
#, python-format
msgid ""
"Unexpected API Error. Please report this at "
"http://bugs.launchpad.net/nova/ and attach the Nova API log if possible."
"\n"
"%s"
msgstr ""
#: nova/api/openstack/wsgi.py:228 nova/api/openstack/wsgi.py:644
msgid "cannot understand JSON"
msgstr "cannot understand JSON"
#: nova/api/openstack/wsgi.py:649
msgid "too many body keys"
msgstr "too many body keys"
#: nova/api/openstack/wsgi.py:693
#, python-format
msgid "Exception handling resource: %s"
msgstr "Exception handling resource: %s"
#: nova/api/openstack/wsgi.py:697
#, python-format
msgid "Fault thrown: %s"
msgstr "Fault thrown: %s"
#: nova/api/openstack/wsgi.py:700
#, python-format
msgid "HTTP exception thrown: %s"
msgstr "HTTP exception thrown: %s"
#: nova/api/openstack/wsgi.py:930
#, python-format
msgid "There is no such action: %s"
msgstr "There is no such action: %s"
#: nova/api/openstack/wsgi.py:933 nova/api/openstack/wsgi.py:960
#: nova/api/openstack/compute/server_metadata.py:57
#: nova/api/openstack/compute/server_metadata.py:75
#: nova/api/openstack/compute/server_metadata.py:100
#: nova/api/openstack/compute/server_metadata.py:126
#: nova/api/openstack/compute/contrib/evacuate.py:45
#: nova/api/openstack/compute/plugins/v3/server_metadata.py:58
#: nova/api/openstack/compute/plugins/v3/server_metadata.py:73
#: nova/api/openstack/compute/plugins/v3/server_metadata.py:95
msgid "Malformed request body"
msgstr "Malformed request body"
#: nova/api/openstack/wsgi.py:937
#, python-format
msgid "Action: '%(action)s', body: %(body)s"
msgstr ""
#: nova/api/openstack/wsgi.py:957
msgid "Unsupported Content-Type"
msgstr "Unsupported Content-Type"
#: nova/api/openstack/wsgi.py:969
#, python-format
msgid ""
"Malformed request URL: URL's project_id '%(project_id)s' doesn't match "
"Context's project_id '%(context_project_id)s'"
msgstr ""
#: nova/api/openstack/xmlutil.py:286
msgid "element is not a child"
msgstr "element is not a child"
#: nova/api/openstack/xmlutil.py:444
msgid "root element selecting a list"
msgstr "root element selecting a list"
#: nova/api/openstack/xmlutil.py:767
#, python-format
msgid "Template tree mismatch; adding slave %(slavetag)s to master %(mastertag)s"
msgstr "Template tree mismatch; adding slave %(slavetag)s to master %(mastertag)s"
#: nova/api/openstack/xmlutil.py:887
msgid "subclasses must implement construct()!"
msgstr "subclasses must implement construct()!"
#: nova/api/openstack/compute/extensions.py:37
msgid "Initializing extension manager."
msgstr "Initializing extension manager."
#: nova/api/openstack/compute/flavors.py:107
#: nova/api/openstack/compute/plugins/v3/flavors.py:70
#, python-format
msgid "Invalid is_public filter [%s]"
msgstr "Invalid is_public filter [%s]"
#: nova/api/openstack/compute/flavors.py:131
#, python-format
msgid "Invalid minRam filter [%s]"
msgstr "Invalid minRam filter [%s]"
#: nova/api/openstack/compute/flavors.py:138
#, python-format
msgid "Invalid minDisk filter [%s]"
msgstr "Invalid minDisk filter [%s]"
#: nova/api/openstack/compute/image_metadata.py:35
#: nova/api/openstack/compute/images.py:141
#: nova/api/openstack/compute/images.py:157
msgid "Image not found."
msgstr "Image not found."
#: nova/api/openstack/compute/image_metadata.py:78
msgid "Incorrect request body format"
msgstr "Incorrect request body format"
#: nova/api/openstack/compute/image_metadata.py:82
#: nova/api/openstack/compute/server_metadata.py:79
#: nova/api/openstack/compute/contrib/flavorextraspecs.py:106
#: nova/api/openstack/compute/plugins/v3/flavors_extraspecs.py:84
#: nova/api/openstack/compute/plugins/v3/server_metadata.py:77
msgid "Request body and URI mismatch"
msgstr "Request body and URI mismatch"
#: nova/api/openstack/compute/image_metadata.py:85
#: nova/api/openstack/compute/server_metadata.py:83
#: nova/api/openstack/compute/contrib/flavorextraspecs.py:109
#: nova/api/openstack/compute/plugins/v3/flavors_extraspecs.py:87
#: nova/api/openstack/compute/plugins/v3/server_metadata.py:81
msgid "Request body contains too many items"
msgstr "Request body contains too many items"
#: nova/api/openstack/compute/image_metadata.py:117
msgid "Invalid metadata key"
msgstr "Invalid metadata key"
#: nova/api/openstack/compute/images.py:162
msgid "You are not allowed to delete the image."
msgstr ""
#: nova/api/openstack/compute/ips.py:67
#: nova/api/openstack/compute/plugins/v3/ips.py:39
msgid "Instance does not exist"
msgstr "Instance does not exist"
#: nova/api/openstack/compute/ips.py:90
#: nova/api/openstack/compute/plugins/v3/ips.py:60
msgid "Instance is not a member of specified network"
msgstr "Instance is not a member of specified network"
#: nova/api/openstack/compute/limits.py:161
#, python-format
msgid ""
"Only %(value)s %(verb)s request(s) can be made to %(uri)s every "
"%(unit_string)s."
msgstr ""
"Only %(value)s %(verb)s request(s) can be made to %(uri)s every "
"%(unit_string)s."
#: nova/api/openstack/compute/limits.py:287
msgid "This request was rate-limited."
msgstr "This request was rate-limited."
#: nova/api/openstack/compute/server_metadata.py:37
#: nova/api/openstack/compute/server_metadata.py:122
#: nova/api/openstack/compute/server_metadata.py:177
#: nova/api/openstack/compute/plugins/v3/server_metadata.py:41
msgid "Server does not exist"
msgstr "Server does not exist"
#: nova/api/openstack/compute/server_metadata.py:157
#: nova/api/openstack/compute/server_metadata.py:168
#: nova/api/openstack/compute/plugins/v3/server_metadata.py:144
#: nova/api/openstack/compute/plugins/v3/server_metadata.py:156
msgid "Metadata item was not found"
msgstr "Metadata item was not found"
#: nova/api/openstack/compute/servers.py:82
msgid ""
"XML support has been deprecated and may be removed as early as the Juno "
"release."
msgstr ""
#: nova/api/openstack/compute/servers.py:552
#: nova/api/openstack/compute/contrib/cells.py:423
#: nova/api/openstack/compute/plugins/v3/cells.py:331
msgid "Invalid changes-since value"
msgstr "Invalid changes-since value"
#: nova/api/openstack/compute/servers.py:571
#: nova/api/openstack/compute/plugins/v3/servers.py:235
msgid "Only administrators may list deleted instances"
msgstr "Only administrators may list deleted instances"
#: nova/api/openstack/compute/servers.py:607
#: nova/api/openstack/compute/plugins/v3/servers.py:284
#, fuzzy, python-format
msgid "Flavor '%s' could not be found "
msgstr "Host '%s' could not be found."
#: nova/api/openstack/compute/servers.py:626
#: nova/api/openstack/compute/servers.py:773
#: nova/api/openstack/compute/servers.py:1079
#: nova/api/openstack/compute/servers.py:1199
#: nova/api/openstack/compute/servers.py:1384
#: nova/api/openstack/compute/plugins/v3/servers.py:615
#: nova/api/openstack/compute/plugins/v3/servers.py:727
#: nova/api/openstack/compute/plugins/v3/servers.py:846
msgid "Instance could not be found"
msgstr "Instance could not be found"
#: nova/api/openstack/compute/servers.py:657
#, python-format
msgid "Bad personality format: missing %s"
msgstr "Bad personality format: missing %s"
#: nova/api/openstack/compute/servers.py:660
msgid "Bad personality format"
msgstr "Bad personality format"
#: nova/api/openstack/compute/servers.py:663
#, python-format
msgid "Personality content for %s cannot be decoded"
msgstr "Personality content for %s cannot be decoded"
#: nova/api/openstack/compute/servers.py:678
msgid "Unknown argument : port"
msgstr ""
#: nova/api/openstack/compute/servers.py:681
#: nova/api/openstack/compute/plugins/v3/servers.py:339
#, python-format
msgid "Bad port format: port uuid is not in proper format (%s)"
msgstr "Bad port format: port uuid is not in proper format (%s)"
#: nova/api/openstack/compute/servers.py:691
#: nova/api/openstack/compute/plugins/v3/servers.py:355
#, python-format
msgid "Bad networks format: network uuid is not in proper format (%s)"
msgstr "Bad networks format: network uuid is not in proper format (%s)"
#: nova/api/openstack/compute/servers.py:702
#: nova/api/openstack/compute/plugins/v3/servers.py:328
#, python-format
msgid "Invalid fixed IP address (%s)"
msgstr "Invalid fixed IP address (%s)"
#: nova/api/openstack/compute/servers.py:715
#: nova/api/openstack/compute/plugins/v3/servers.py:370
#, python-format
msgid "Duplicate networks (%s) are not allowed"
msgstr "Duplicate networks (%s) are not allowed"
#: nova/api/openstack/compute/servers.py:721
#: nova/api/openstack/compute/plugins/v3/servers.py:376
#, python-format
msgid "Bad network format: missing %s"
msgstr "Bad network format: missing %s"
#: nova/api/openstack/compute/servers.py:724
#: nova/api/openstack/compute/servers.py:825
#: nova/api/openstack/compute/plugins/v3/servers.py:379
msgid "Bad networks format"
msgstr "Bad networks format"
#: nova/api/openstack/compute/servers.py:750
msgid "Userdata content cannot be decoded"
msgstr "Userdata content cannot be decoded"
#: nova/api/openstack/compute/servers.py:755
msgid "accessIPv4 is not proper IPv4 format"
msgstr "accessIPv4 is not proper IPv4 format"
#: nova/api/openstack/compute/servers.py:760
msgid "accessIPv6 is not proper IPv6 format"
msgstr "accessIPv6 is not proper IPv6 format"
#: nova/api/openstack/compute/servers.py:789
#: nova/api/openstack/compute/plugins/v3/servers.py:420
msgid "Server name is not defined"
msgstr "Server name is not defined"
#: nova/api/openstack/compute/servers.py:841
#: nova/api/openstack/compute/servers.py:969
msgid "Invalid flavorRef provided."
msgstr "Invalid flavorRef provided."
#: nova/api/openstack/compute/servers.py:881
msgid ""
"Using different block_device_mapping syntaxes is not allowed in the same "
"request."
msgstr ""
#: nova/api/openstack/compute/servers.py:966
#: nova/api/openstack/compute/plugins/v3/servers.py:496
msgid "Can not find requested image"
msgstr "Can not find requested image"
#: nova/api/openstack/compute/servers.py:972
#: nova/api/openstack/compute/plugins/v3/servers.py:502
msgid "Invalid key_name provided."
msgstr "Invalid key_name provided."
#: nova/api/openstack/compute/servers.py:975
#: nova/api/openstack/compute/plugins/v3/servers.py:505
msgid "Invalid config_drive provided."
msgstr ""
#: nova/api/openstack/compute/servers.py:1064
msgid "HostId cannot be updated."
msgstr "HostId cannot be updated."
#: nova/api/openstack/compute/servers.py:1068
#, fuzzy
msgid "Personality cannot be updated."
msgstr "HostId cannot be updated."
#: nova/api/openstack/compute/servers.py:1094
#: nova/api/openstack/compute/servers.py:1113
#: nova/api/openstack/compute/plugins/v3/servers.py:626
#: nova/api/openstack/compute/plugins/v3/servers.py:642
msgid "Instance has not been resized."
msgstr "Instance has not been resized."
#: nova/api/openstack/compute/servers.py:1116
#: nova/api/openstack/compute/plugins/v3/servers.py:645
#, fuzzy
msgid "Flavor used by the instance could not be found."
msgstr "Instance %(instance_id)s could not be found."
#: nova/api/openstack/compute/servers.py:1132
#: nova/api/openstack/compute/plugins/v3/servers.py:659
msgid "Argument 'type' for reboot must be a string"
msgstr ""
#: nova/api/openstack/compute/servers.py:1138
#: nova/api/openstack/compute/plugins/v3/servers.py:665
msgid "Argument 'type' for reboot is not HARD or SOFT"
msgstr "Argument 'type' for reboot is not HARD or SOFT"
#: nova/api/openstack/compute/servers.py:1142
#: nova/api/openstack/compute/plugins/v3/servers.py:669
msgid "Missing argument 'type' for reboot"
msgstr "Missing argument 'type' for reboot"
#: nova/api/openstack/compute/servers.py:1169
#: nova/api/openstack/compute/plugins/v3/servers.py:697
msgid "Unable to locate requested flavor."
msgstr "Unable to locate requested flavor."
#: nova/api/openstack/compute/servers.py:1172
#: nova/api/openstack/compute/plugins/v3/servers.py:700
msgid "Resize requires a flavor change."
msgstr "Resize requires a flavor change."
#: nova/api/openstack/compute/servers.py:1180
#: nova/api/openstack/compute/plugins/v3/servers.py:708
msgid "You are not authorized to access the image the instance was started with."
msgstr ""
#: nova/api/openstack/compute/servers.py:1184
#: nova/api/openstack/compute/plugins/v3/servers.py:712
#, fuzzy
msgid "Image that the instance was started with could not be found."
msgstr "Instance %(instance_id)s could not be found."
#: nova/api/openstack/compute/servers.py:1188
#: nova/api/openstack/compute/plugins/v3/servers.py:716
#, fuzzy
msgid "Invalid instance image."
msgstr "%s is a valid instance name"
#: nova/api/openstack/compute/servers.py:1211
msgid "Missing imageRef attribute"
msgstr "Missing imageRef attribute"
#: nova/api/openstack/compute/servers.py:1216
#: nova/api/openstack/compute/servers.py:1224
msgid "Invalid imageRef provided."
msgstr "Invalid imageRef provided."
#: nova/api/openstack/compute/servers.py:1254
msgid "Missing flavorRef attribute"
msgstr "Missing flavorRef attribute"
#: nova/api/openstack/compute/servers.py:1267
msgid "No adminPass was specified"
msgstr "No adminPass was specified"
#: nova/api/openstack/compute/servers.py:1275
#: nova/api/openstack/compute/plugins/v3/admin_password.py:56
#, fuzzy
msgid "Unable to set password on instance"
msgstr "Failed to soft reboot instance."
#: nova/api/openstack/compute/servers.py:1284
msgid "Unable to parse metadata key/value pairs."
msgstr "Unable to parse metadata key/value pairs."
#: nova/api/openstack/compute/servers.py:1297
msgid "Resize request has invalid 'flavorRef' attribute."
msgstr "Resize request has invalid 'flavorRef' attribute."
#: nova/api/openstack/compute/servers.py:1300
msgid "Resize requests require 'flavorRef' attribute."
msgstr "Resize requests require 'flavorRef' attribute."
#: nova/api/openstack/compute/servers.py:1320
msgid "Could not parse imageRef from request."
msgstr "Could not parse imageRef from request."
#: nova/api/openstack/compute/servers.py:1390
#: nova/api/openstack/compute/plugins/v3/servers.py:852
msgid "Cannot find image for rebuild"
msgstr "Cannot find image for rebuild"
#: nova/api/openstack/compute/servers.py:1423
msgid "createImage entity requires name attribute"
msgstr "createImage entity requires name attribute"
#: nova/api/openstack/compute/servers.py:1432
#: nova/api/openstack/compute/contrib/admin_actions.py:286
#: nova/api/openstack/compute/plugins/v3/create_backup.py:85
#: nova/api/openstack/compute/plugins/v3/servers.py:892
msgid "Invalid metadata"
msgstr "Invalid metadata"
#: nova/api/openstack/compute/servers.py:1492
msgid "Invalid adminPass"
msgstr "Invalid adminPass"
#: nova/api/openstack/compute/contrib/admin_actions.py:63
#: nova/api/openstack/compute/contrib/admin_actions.py:88
#: nova/api/openstack/compute/contrib/admin_actions.py:113
#: nova/api/openstack/compute/contrib/admin_actions.py:135
#: nova/api/openstack/compute/contrib/admin_actions.py:176
#: nova/api/openstack/compute/contrib/admin_actions.py:195
#: nova/api/openstack/compute/contrib/admin_actions.py:214
#: nova/api/openstack/compute/contrib/admin_actions.py:233
#: nova/api/openstack/compute/contrib/admin_actions.py:386
#: nova/api/openstack/compute/contrib/multinic.py:43
#: nova/api/openstack/compute/contrib/rescue.py:45
#: nova/api/openstack/compute/contrib/shelve.py:43
msgid "Server not found"
msgstr "Server not found"
#: nova/api/openstack/compute/contrib/admin_actions.py:66
msgid "Virt driver does not implement pause function."
msgstr ""
#: nova/api/openstack/compute/contrib/admin_actions.py:70
#, python-format
msgid "Compute.api::pause %s"
msgstr "Compute.api::pause %s"
#: nova/api/openstack/compute/contrib/admin_actions.py:91
msgid "Virt driver does not implement unpause function."
msgstr ""
#: nova/api/openstack/compute/contrib/admin_actions.py:95
#, python-format
msgid "Compute.api::unpause %s"
msgstr "Compute.api::unpause %s"
#: nova/api/openstack/compute/contrib/admin_actions.py:117
#, python-format
msgid "compute.api::suspend %s"
msgstr "compute.api::suspend %s"
#: nova/api/openstack/compute/contrib/admin_actions.py:139
#, python-format
msgid "compute.api::resume %s"
msgstr "compute.api::resume %s"
#: nova/api/openstack/compute/contrib/admin_actions.py:163
#, python-format
msgid "Error in migrate %s"
msgstr "Error in migrate %s"
#: nova/api/openstack/compute/contrib/admin_actions.py:182
#, python-format
msgid "Compute.api::reset_network %s"
msgstr "Compute.api::reset_network %s"
#: nova/api/openstack/compute/contrib/admin_actions.py:201
#, python-format
msgid "Compute.api::inject_network_info %s"
msgstr "Compute.api::inject_network_info %s"
#: nova/api/openstack/compute/contrib/admin_actions.py:218
#, python-format
msgid "Compute.api::lock %s"
msgstr "Compute.api::lock %s"
#: nova/api/openstack/compute/contrib/admin_actions.py:237
#, python-format
msgid "Compute.api::unlock %s"
msgstr "Compute.api::unlock %s"
#: nova/api/openstack/compute/contrib/admin_actions.py:263
#, python-format
msgid "createBackup entity requires %s attribute"
msgstr "createBackup entity requires %s attribute"
#: nova/api/openstack/compute/contrib/admin_actions.py:267
msgid "Malformed createBackup entity"
msgstr "Malformed createBackup entity"
#: nova/api/openstack/compute/contrib/admin_actions.py:273
msgid "createBackup attribute 'rotation' must be an integer"
msgstr "createBackup attribute 'rotation' must be an integer"
#: nova/api/openstack/compute/contrib/admin_actions.py:276
#, fuzzy
msgid "createBackup attribute 'rotation' must be greater than or equal to zero"
msgstr "createBackup attribute 'rotation' must be an integer"
#: nova/api/openstack/compute/contrib/admin_actions.py:292
#: nova/api/openstack/compute/contrib/console_output.py:44
#: nova/api/openstack/compute/contrib/server_start_stop.py:40
#: nova/virt/hyperv/vmops.py:353
msgid "Instance not found"
msgstr "Instance not found"
#: nova/api/openstack/compute/contrib/admin_actions.py:323
#: nova/api/openstack/compute/plugins/v3/migrate_server.py:80
msgid ""
"host, block_migration and disk_over_commit must be specified for live "
"migration."
msgstr ""
#: nova/api/openstack/compute/contrib/admin_actions.py:355
#, fuzzy, python-format
msgid "Live migration of instance %s to another host failed"
msgstr "Live migration of instance %(id)s to host %(host)s failed"
#: nova/api/openstack/compute/contrib/admin_actions.py:358
#, python-format
msgid "Live migration of instance %(id)s to host %(host)s failed"
msgstr "Live migration of instance %(id)s to host %(host)s failed"
#: nova/api/openstack/compute/contrib/admin_actions.py:376
#: nova/api/openstack/compute/plugins/v3/admin_actions.py:83
#, python-format
msgid "Desired state must be specified. Valid states are: %s"
msgstr "Desired state must be specified. Valid states are: %s"
#: nova/api/openstack/compute/contrib/admin_actions.py:390
#, python-format
msgid "Compute.api::resetState %s"
msgstr "Compute.api::resetState %s"
#: nova/api/openstack/compute/contrib/aggregates.py:98
#, fuzzy, python-format
msgid "Cannot show aggregate: %s"
msgstr "Cannot show aggregate: %(id)s"
#: nova/api/openstack/compute/contrib/aggregates.py:133
#, fuzzy, python-format
msgid "Cannot update aggregate: %s"
msgstr "Cannot update aggregate: %(id)s"
#: nova/api/openstack/compute/contrib/aggregates.py:147
#, fuzzy, python-format
msgid "Cannot delete aggregate: %s"
msgstr "Cannot delete aggregate: %(id)s"
#: nova/api/openstack/compute/contrib/aggregates.py:158
#, python-format
msgid "Aggregates does not have %s action"
msgstr "Aggregates does not have %s action"
#: nova/api/openstack/compute/contrib/aggregates.py:162
#: nova/api/openstack/compute/contrib/flavormanage.py:55
#: nova/api/openstack/compute/contrib/keypairs.py:86
#: nova/api/openstack/compute/plugins/v3/aggregates.py:46
#: nova/api/openstack/compute/plugins/v3/aggregates.py:82
#: nova/api/openstack/compute/plugins/v3/aggregates.py:120
#: nova/api/openstack/compute/plugins/v3/aggregates.py:205
msgid "Invalid request body"
msgstr "Invalid request body"
#: nova/api/openstack/compute/contrib/aggregates.py:172
#: nova/api/openstack/compute/contrib/aggregates.py:177
#, python-format
msgid "Cannot add host %(host)s in aggregate %(id)s"
msgstr "Cannot add host %(host)s in aggregate %(id)s"
#: nova/api/openstack/compute/contrib/aggregates.py:191
#: nova/api/openstack/compute/contrib/aggregates.py:195
#: nova/api/openstack/compute/plugins/v3/aggregates.py:189
#: nova/api/openstack/compute/plugins/v3/aggregates.py:193
#, python-format
msgid "Cannot remove host %(host)s in aggregate %(id)s"
msgstr "Cannot remove host %(host)s in aggregate %(id)s"
#: nova/api/openstack/compute/contrib/aggregates.py:215
#, python-format
msgid "Cannot set metadata %(metadata)s in aggregate %(id)s"
msgstr "Cannot set metadata %(metadata)s in aggregate %(id)s"
#: nova/api/openstack/compute/contrib/assisted_volume_snapshots.py:66
#, python-format
msgid "Create assisted snapshot from volume %s"
msgstr ""
#: nova/api/openstack/compute/contrib/assisted_volume_snapshots.py:77
#: nova/api/openstack/compute/contrib/volumes.py:649
#, python-format
msgid "Delete snapshot with id: %s"
msgstr "Delete snapshot with id: %s"
#: nova/api/openstack/compute/contrib/attach_interfaces.py:104
#, fuzzy
msgid "Attach interface"
msgstr "Failed to add interface: %s"
#: nova/api/openstack/compute/contrib/attach_interfaces.py:119
#: nova/api/openstack/compute/contrib/attach_interfaces.py:154
#: nova/api/openstack/compute/contrib/attach_interfaces.py:177
#: nova/api/openstack/compute/plugins/v3/attach_interfaces.py:165
#, fuzzy
msgid "Network driver does not support this function."
msgstr "Virt driver does not implement uptime function."
#: nova/api/openstack/compute/contrib/attach_interfaces.py:123
#, fuzzy
msgid "Failed to attach interface"
msgstr "Failed to add interface: %s"
#: nova/api/openstack/compute/contrib/attach_interfaces.py:130
#: nova/api/openstack/compute/plugins/v3/attach_interfaces.py:127
#, fuzzy
msgid "Attachments update is not supported"
msgstr "attribute not supported: %s"
#: nova/api/openstack/compute/contrib/attach_interfaces.py:142
#: nova/api/openstack/compute/plugins/v3/attach_interfaces.py:138
#, fuzzy, python-format
msgid "Detach interface %s"
msgstr "Starting VLAN interface %s"
#: nova/api/openstack/compute/contrib/baremetal_nodes.py:163
#: nova/api/openstack/compute/contrib/baremetal_nodes.py:206
msgid "Must specify address in the form of xx:xx:xx:xx:xx:xx"
msgstr ""
#: nova/api/openstack/compute/contrib/baremetal_nodes.py:227
msgid "Must specify id or address"
msgstr ""
#: nova/api/openstack/compute/contrib/cells.py:252
#, fuzzy, python-format
msgid "Cell %(id)s not found."
msgstr "Rule (%s) not found"
#: nova/api/openstack/compute/contrib/cells.py:285
#: nova/api/openstack/compute/plugins/v3/cells.py:192
#, fuzzy
msgid "Cell name cannot be empty"
msgstr "Security group name cannot be empty"
#: nova/api/openstack/compute/contrib/cells.py:289
#: nova/api/openstack/compute/plugins/v3/cells.py:196
msgid "Cell name cannot contain '!' or '.'"
msgstr ""
#: nova/api/openstack/compute/contrib/cells.py:296
#: nova/api/openstack/compute/plugins/v3/cells.py:203
msgid "Cell type must be 'parent' or 'child'"
msgstr ""
#: nova/api/openstack/compute/contrib/cells.py:352
#: nova/api/openstack/compute/contrib/cells.py:376
#: nova/api/openstack/compute/plugins/v3/cells.py:259
#: nova/api/openstack/compute/plugins/v3/cells.py:282
#, fuzzy
msgid "No cell information in request"
msgstr "Block device information present: %s"
#: nova/api/openstack/compute/contrib/cells.py:357
#: nova/api/openstack/compute/plugins/v3/cells.py:264
msgid "No cell name in request"
msgstr ""
#: nova/api/openstack/compute/contrib/cells.py:411
#: nova/api/openstack/compute/plugins/v3/cells.py:319
msgid "Only 'updated_since', 'project_id' and 'deleted' are understood."
msgstr ""
#: nova/api/openstack/compute/contrib/certificates.py:59
#: nova/api/openstack/compute/plugins/v3/certificates.py:49
msgid "Only root certificate can be retrieved."
msgstr "Only root certificate can be retrieved."
#: nova/api/openstack/compute/contrib/cloudpipe.py:150
msgid ""
"Unable to claim IP for VPN instances, ensure it isn't running, and try "
"again in a few minutes"
msgstr ""
"Unable to claim IP for VPN instances, ensure it isn't running, and try "
"again in a few minutes"
#: nova/api/openstack/compute/contrib/cloudpipe_update.py:40
#, fuzzy, python-format
msgid "Unknown action %s"
msgstr "Unknown chain: %r"
#: nova/api/openstack/compute/contrib/console_auth_tokens.py:40
#: nova/api/openstack/compute/plugins/v3/console_auth_tokens.py:45
msgid "Token not found"
msgstr ""
#: nova/api/openstack/compute/contrib/console_auth_tokens.py:46
#: nova/api/openstack/compute/plugins/v3/console_auth_tokens.py:51
msgid "The requested console type details are not accessible"
msgstr ""
#: nova/api/openstack/compute/contrib/console_output.py:50
msgid "os-getConsoleOutput malformed or missing from request body"
msgstr "os-getConsoleOutput malformed or missing from request body"
#: nova/api/openstack/compute/contrib/console_output.py:61
msgid "Length in request body must be an integer value"
msgstr "Length in request body must be an integer value"
#: nova/api/openstack/compute/contrib/console_output.py:69
msgid "Unable to get console"
msgstr "Unable to get console"
#: nova/api/openstack/compute/contrib/console_output.py:74
#: nova/api/openstack/compute/plugins/v3/console_output.py:59
msgid "Unable to get console log, functionality not implemented"
msgstr ""
#: nova/api/openstack/compute/contrib/consoles.py:50
#, fuzzy
msgid "Instance not yet ready"
msgstr "instance %s:not booted"
#: nova/api/openstack/compute/contrib/consoles.py:52
#: nova/api/openstack/compute/plugins/v3/remote_consoles.py:59
msgid "Unable to get vnc console, functionality not implemented"
msgstr ""
#: nova/api/openstack/compute/contrib/consoles.py:76
#: nova/api/openstack/compute/plugins/v3/remote_consoles.py:89
msgid "Unable to get spice console, functionality not implemented"
msgstr ""
#: nova/api/openstack/compute/contrib/consoles.py:101
#: nova/api/openstack/compute/plugins/v3/remote_consoles.py:122
msgid "Unable to get rdp console, functionality not implemented"
msgstr ""
#: nova/api/openstack/compute/contrib/disk_config.py:42
#, python-format
msgid "%s must be either 'MANUAL' or 'AUTO'."
msgstr "%s must be either 'MANUAL' or 'AUTO'."
#: nova/api/openstack/compute/contrib/evacuate.py:53
#, fuzzy
msgid "host and onSharedStorage must be specified."
msgstr "host and block_migration must be specified."
#: nova/api/openstack/compute/contrib/evacuate.py:61
#: nova/api/openstack/compute/plugins/v3/evacuate.py:67
msgid "admin password can't be changed on existing disk"
msgstr ""
#: nova/api/openstack/compute/contrib/evacuate.py:71
#: nova/api/openstack/compute/plugins/v3/evacuate.py:77
#, python-format
msgid "Compute host %s not found."
msgstr ""
#: nova/api/openstack/compute/contrib/fixed_ips.py:39
#, python-format
msgid "Fixed IP %s has been deleted"
msgstr ""
#: nova/api/openstack/compute/contrib/fixed_ips.py:72
#, fuzzy, python-format
msgid "Fixed IP %s not found"
msgstr "Fixed ip %(fixed_ip_id)s not found"
#: nova/api/openstack/compute/contrib/flavor_access.py:94
msgid "Flavor not found."
msgstr "Flavor not found."
#: nova/api/openstack/compute/contrib/flavor_access.py:99
#: nova/api/openstack/compute/plugins/v3/flavor_access.py:61
msgid "Access list not available for public flavors."
msgstr "Access list not available for public flavors."
#: nova/api/openstack/compute/contrib/flavor_access.py:111
msgid "No request body"
msgstr "No request body"
#: nova/api/openstack/compute/contrib/flavorextraspecs.py:56
#: nova/api/openstack/compute/plugins/v3/flavors_extraspecs.py:42
msgid "No Request Body"
msgstr "No Request Body"
#: nova/api/openstack/compute/contrib/flavorextraspecs.py:61
msgid "Bad extra_specs provided"
msgstr ""
#: nova/api/openstack/compute/contrib/floating_ip_dns.py:222
#, fuzzy
msgid "DNS entries not found."
msgstr "Instance not found"
#: nova/api/openstack/compute/contrib/floating_ips.py:132
#: nova/api/openstack/compute/contrib/floating_ips.py:188
#, python-format
msgid "Floating ip not found for id %s"
msgstr "Floating ip not found for id %s"
#: nova/api/openstack/compute/contrib/floating_ips.py:173
#, python-format
msgid "No more floating ips in pool %s."
msgstr "No more floating ips in pool %s."
#: nova/api/openstack/compute/contrib/floating_ips.py:175
msgid "No more floating ips available."
msgstr "No more floating ips available."
#: nova/api/openstack/compute/contrib/floating_ips.py:229
#: nova/api/openstack/compute/contrib/floating_ips.py:294
#: nova/api/openstack/compute/contrib/security_groups.py:457
msgid "Missing parameter dict"
msgstr "Missing parameter dict"
#: nova/api/openstack/compute/contrib/floating_ips.py:232
#: nova/api/openstack/compute/contrib/floating_ips.py:297
msgid "Address not specified"
msgstr "Address not specified"
#: nova/api/openstack/compute/contrib/floating_ips.py:238
msgid "No nw_info cache associated with instance"
msgstr "No nw_info cache associated with instance"
#: nova/api/openstack/compute/contrib/floating_ips.py:243
msgid "No fixed ips associated to instance"
msgstr "No fixed ips associated to instance"
#: nova/api/openstack/compute/contrib/floating_ips.py:254
#, fuzzy
msgid "Specified fixed address not assigned to instance"
msgstr "No fixed ips associated to instance"
#: nova/api/openstack/compute/contrib/floating_ips.py:268
msgid "floating ip is already associated"
msgstr "floating ip is already associated"
#: nova/api/openstack/compute/contrib/floating_ips.py:271
msgid "l3driver call to add floating ip failed"
msgstr "l3driver call to add floating ip failed"
#: nova/api/openstack/compute/contrib/floating_ips.py:274
#: nova/api/openstack/compute/contrib/floating_ips.py:305
msgid "floating ip not found"
msgstr "floating ip not found"
#: nova/api/openstack/compute/contrib/floating_ips.py:279
msgid "Error. Unable to associate floating ip"
msgstr "Error. Unable to associate floating ip"
#: nova/api/openstack/compute/contrib/floating_ips.py:320
msgid "Floating ip is not associated"
msgstr "Floating ip is not associated"
#: nova/api/openstack/compute/contrib/floating_ips.py:324
#, fuzzy, python-format
msgid "Floating ip %(address)s is not associated with instance %(id)s."
msgstr "Floating ip %(address)s is not associated."
#: nova/api/openstack/compute/contrib/floating_ips_bulk.py:120
#: nova/api/openstack/compute/contrib/services.py:173
#: nova/api/openstack/compute/plugins/v3/services.py:124
msgid "Unknown action"
msgstr ""
#: nova/api/openstack/compute/contrib/floating_ips_bulk.py:148
#: nova/cmd/manage.py:417
#, python-format
msgid "/%s should be specified as single address(es) not in cidr format"
msgstr ""
#: nova/api/openstack/compute/contrib/fping.py:52
#, fuzzy
msgid "fping utility is not found."
msgstr "floating ip not found"
#: nova/api/openstack/compute/contrib/hosts.py:183
#: nova/api/openstack/compute/plugins/v3/hosts.py:128
#, python-format
msgid "Invalid update setting: '%s'"
msgstr "Invalid update setting: '%s'"
#: nova/api/openstack/compute/contrib/hosts.py:186
#: nova/api/openstack/compute/plugins/v3/hosts.py:131
#, python-format
msgid "Invalid status: '%s'"
msgstr "Invalid status: '%s'"
#: nova/api/openstack/compute/contrib/hosts.py:188
#: nova/api/openstack/compute/plugins/v3/hosts.py:133
#, python-format
msgid "Invalid mode: '%s'"
msgstr "Invalid mode: '%s'"
#: nova/api/openstack/compute/contrib/hosts.py:190
#: nova/api/openstack/compute/plugins/v3/hosts.py:135
msgid "'status' or 'maintenance_mode' needed for host update"
msgstr ""
#: nova/api/openstack/compute/contrib/hosts.py:206
#: nova/api/openstack/compute/plugins/v3/hosts.py:152
#, fuzzy, python-format
msgid "Putting host %(host_name)s in maintenance mode %(mode)s."
msgstr "Putting host %(host)s in maintenance mode %(mode)s."
#: nova/api/openstack/compute/contrib/hosts.py:212
#: nova/api/openstack/compute/plugins/v3/hosts.py:158
#, fuzzy
msgid "Virt driver does not implement host maintenance mode."
msgstr "Virt driver does not implement uptime function."
#: nova/api/openstack/compute/contrib/hosts.py:227
#: nova/api/openstack/compute/plugins/v3/hosts.py:174
#, fuzzy, python-format
msgid "Enabling host %s."
msgstr "Calling setter %s"
#: nova/api/openstack/compute/contrib/hosts.py:229
#: nova/api/openstack/compute/plugins/v3/hosts.py:176
#, fuzzy, python-format
msgid "Disabling host %s."
msgstr "Updating host stats"
#: nova/api/openstack/compute/contrib/hosts.py:234
#: nova/api/openstack/compute/plugins/v3/hosts.py:181
#, fuzzy
msgid "Virt driver does not implement host disabled status."
msgstr "Virt driver does not implement uptime function."
#: nova/api/openstack/compute/contrib/hosts.py:250
#: nova/api/openstack/compute/plugins/v3/hosts.py:199
#, fuzzy
msgid "Virt driver does not implement host power management."
msgstr "Virt driver does not implement uptime function."
#: nova/api/openstack/compute/contrib/hosts.py:336
#: nova/api/openstack/compute/plugins/v3/hosts.py:292
msgid "Describe-resource is admin only functionality"
msgstr "Describe-resource is admin only functionality"
#: nova/api/openstack/compute/contrib/hypervisors.py:193
#: nova/api/openstack/compute/contrib/hypervisors.py:205
#: nova/api/openstack/compute/plugins/v3/hypervisors.py:93
#: nova/api/openstack/compute/plugins/v3/hypervisors.py:105
#: nova/api/openstack/compute/plugins/v3/hypervisors.py:140
#, python-format
msgid "Hypervisor with ID '%s' could not be found."
msgstr "Hypervisor with ID '%s' could not be found."
#: nova/api/openstack/compute/contrib/hypervisors.py:213
#: nova/api/openstack/compute/plugins/v3/hypervisors.py:113
msgid "Virt driver does not implement uptime function."
msgstr "Virt driver does not implement uptime function."
#: nova/api/openstack/compute/contrib/hypervisors.py:229
#: nova/api/openstack/compute/contrib/hypervisors.py:239
#, python-format
msgid "No hypervisor matching '%s' could be found."
msgstr "No hypervisor matching '%s' could be found."
#: nova/api/openstack/compute/contrib/instance_usage_audit_log.py:56
#, python-format
msgid "Invalid timestamp for date %s"
msgstr "Invalid timestamp for date %s"
#: nova/api/openstack/compute/contrib/keypairs.py:104
#: nova/api/openstack/compute/plugins/v3/keypairs.py:88
msgid "Quota exceeded, too many key pairs."
msgstr "Quota exceeded, too many key pairs."
#: nova/api/openstack/compute/contrib/multinic.py:54
msgid "Missing 'networkId' argument for addFixedIp"
msgstr "Missing 'networkId' argument for addFixedIp"
#: nova/api/openstack/compute/contrib/multinic.py:70
msgid "Missing 'address' argument for removeFixedIp"
msgstr "Missing 'address' argument for removeFixedIp"
#: nova/api/openstack/compute/contrib/multinic.py:80
#, python-format
msgid "Unable to find address %r"
msgstr "Unable to find address %r"
#: nova/api/openstack/compute/contrib/networks_associate.py:40
#: nova/api/openstack/compute/contrib/networks_associate.py:56
#: nova/api/openstack/compute/contrib/networks_associate.py:74
#: nova/api/openstack/compute/contrib/os_networks.py:78
#: nova/api/openstack/compute/contrib/os_networks.py:93
#: nova/api/openstack/compute/contrib/os_networks.py:104
#: nova/api/openstack/compute/contrib/os_tenant_networks.py:110
#: nova/api/openstack/compute/contrib/os_tenant_networks.py:135
msgid "Network not found"
msgstr "Network not found"
#: nova/api/openstack/compute/contrib/networks_associate.py:43
msgid "Disassociate host is not implemented by the configured Network API"
msgstr ""
#: nova/api/openstack/compute/contrib/networks_associate.py:59
msgid "Disassociate project is not implemented by the configured Network API"
msgstr ""
#: nova/api/openstack/compute/contrib/networks_associate.py:77
msgid "Associate host is not implemented by the configured Network API"
msgstr ""
#: nova/api/openstack/compute/contrib/os_networks.py:81
msgid "Disassociate network is not implemented by the configured Network API"
msgstr ""
#: nova/api/openstack/compute/contrib/os_networks.py:100
#: nova/api/openstack/compute/contrib/os_tenant_networks.py:125
#, python-format
msgid "Deleting network with id %s"
msgstr "Deleting network with id %s"
#: nova/api/openstack/compute/contrib/os_networks.py:116
msgid "Missing network in body"
msgstr "Missing network in body"
#: nova/api/openstack/compute/contrib/os_networks.py:120
msgid "Network label is required"
msgstr "Network label is required"
#: nova/api/openstack/compute/contrib/os_networks.py:124
msgid "Network cidr or cidr_v6 is required"
msgstr "Network cidr or cidr_v6 is required"
#: nova/api/openstack/compute/contrib/os_networks.py:150
msgid "VLAN support must be enabled"
msgstr ""
#: nova/api/openstack/compute/contrib/os_networks.py:153
#, python-format
msgid "Cannot associate network %(network)s with project %(project)s: %(message)s"
msgstr "Cannot associate network %(network)s with project %(project)s: %(message)s"
#: nova/api/openstack/compute/contrib/os_tenant_networks.py:83
msgid "Failed to get default networks"
msgstr ""
#: nova/api/openstack/compute/contrib/os_tenant_networks.py:122
#, fuzzy
msgid "Failed to update usages deallocating network."
msgstr "Failed to update usages deallocating floating IP"
#: nova/api/openstack/compute/contrib/os_tenant_networks.py:155
#, fuzzy
msgid "No CIDR requested"
msgstr "Can not find requested image"
#: nova/api/openstack/compute/contrib/os_tenant_networks.py:161
msgid "Requested network does not contain enough (2+) usable hosts"
msgstr ""
#: nova/api/openstack/compute/contrib/os_tenant_networks.py:165
msgid "CIDR is malformed."
msgstr ""
#: nova/api/openstack/compute/contrib/os_tenant_networks.py:168
#, fuzzy
msgid "Address could not be converted."
msgstr "Resource could not be found."
#: nova/api/openstack/compute/contrib/os_tenant_networks.py:176
#, fuzzy
msgid "Quota exceeded, too many networks."
msgstr "Quota exceeded, too many key pairs."
#: nova/api/openstack/compute/contrib/os_tenant_networks.py:189
#, fuzzy
msgid "Create networks failed"
msgstr "Create failed"
#: nova/api/openstack/compute/contrib/quotas.py:72
#: nova/api/openstack/compute/plugins/v3/quota_sets.py:56
#: nova/cmd/manage.py:255
msgid "Quota limit must be -1 or greater."
msgstr "Quota limit must be -1 or greater."
#: nova/api/openstack/compute/contrib/quotas.py:76
#: nova/api/openstack/compute/plugins/v3/quota_sets.py:60
#: nova/cmd/manage.py:259
#, python-format
msgid "Quota limit must be greater than %s."
msgstr ""
#: nova/api/openstack/compute/contrib/quotas.py:79
#: nova/api/openstack/compute/plugins/v3/quota_sets.py:63
#: nova/cmd/manage.py:262
#, python-format
msgid "Quota limit must be less than %s."
msgstr ""
#: nova/api/openstack/compute/contrib/quotas.py:140
#: nova/api/openstack/compute/plugins/v3/quota_sets.py:118
msgid "quota_set not specified"
msgstr ""
#: nova/api/openstack/compute/contrib/quotas.py:162
#: nova/api/openstack/compute/plugins/v3/quota_sets.py:139
#, python-format
msgid "Bad key(s) %s in quota_set"
msgstr ""
#: nova/api/openstack/compute/contrib/quotas.py:188
#: nova/api/openstack/compute/plugins/v3/quota_sets.py:173
#, python-format
msgid ""
"Quota value %(value)s for %(key)s are less than already used and reserved"
" %(quota_used)s"
msgstr ""
#: nova/api/openstack/compute/contrib/rescue.py:78
#: nova/api/openstack/compute/plugins/v3/rescue.py:75
msgid "The rescue operation is not implemented by this cloud."
msgstr ""
#: nova/api/openstack/compute/contrib/rescue.py:98
#: nova/api/openstack/compute/plugins/v3/rescue.py:99
msgid "The unrescue operation is not implemented by this cloud."
msgstr ""
#: nova/api/openstack/compute/contrib/scheduler_hints.py:37
#: nova/api/openstack/compute/plugins/v3/scheduler_hints.py:39
msgid "Malformed scheduler_hints attribute"
msgstr "Malformed scheduler_hints attribute"
#: nova/api/openstack/compute/contrib/security_group_default_rules.py:127
#: nova/api/openstack/compute/contrib/security_groups.py:371
msgid "Not enough parameters to build a valid rule."
msgstr "Not enough parameters to build a valid rule."
#: nova/api/openstack/compute/contrib/security_group_default_rules.py:131
#, fuzzy
msgid "This default rule already exists."
msgstr "This rule already exists in group %s"
#: nova/api/openstack/compute/contrib/security_group_default_rules.py:156
#, fuzzy
msgid "security group default rule not found"
msgstr "Security group with rule %(rule_id)s not found."
#: nova/api/openstack/compute/contrib/security_groups.py:379
#, fuzzy, python-format
msgid "Bad prefix for network in cidr %s"
msgstr "Bad prefix for to_global_ipv6: %s"
#: nova/api/openstack/compute/contrib/security_groups.py:460
msgid "Security group not specified"
msgstr "Security group not specified"
#: nova/api/openstack/compute/contrib/security_groups.py:464
msgid "Security group name cannot be empty"
msgstr "Security group name cannot be empty"
#: nova/api/openstack/compute/contrib/server_external_events.py:92
#: nova/api/openstack/compute/plugins/v3/server_external_events.py:65
#, python-format
msgid "event entity requires key %(key)s"
msgstr ""
#: nova/api/openstack/compute/contrib/server_external_events.py:96
#: nova/api/openstack/compute/plugins/v3/server_external_events.py:69
#, python-format
msgid "event entity contains unsupported items: %s"
msgstr ""
#: nova/api/openstack/compute/contrib/server_external_events.py:102
#: nova/api/openstack/compute/plugins/v3/server_external_events.py:75
#, python-format
msgid "Invalid event status `%s'"
msgstr ""
#: nova/api/openstack/compute/contrib/server_external_events.py:121
#: nova/api/openstack/compute/plugins/v3/server_external_events.py:94
#, python-format
msgid "Create event %(name)s:%(tag)s for instance %(instance_uuid)s"
msgstr ""
#: nova/api/openstack/compute/contrib/server_external_events.py:130
#: nova/api/openstack/compute/plugins/v3/server_external_events.py:103
msgid "No instances found for any event"
msgstr ""
#: nova/api/openstack/compute/contrib/server_groups.py:176
msgid "Conflicting policies configured!"
msgstr ""
#: nova/api/openstack/compute/contrib/server_groups.py:181
#, python-format
msgid "Invalid policies: %s"
msgstr ""
#: nova/api/openstack/compute/contrib/server_groups.py:186
msgid "the body is invalid."
msgstr ""
#: nova/api/openstack/compute/contrib/server_groups.py:195
#, python-format
msgid "'%s' is either missing or empty."
msgstr ""
#: nova/api/openstack/compute/contrib/server_groups.py:201
#, python-format
msgid "Invalid format for name: '%s'"
msgstr ""
#: nova/api/openstack/compute/contrib/server_groups.py:209
#, python-format
msgid "'%s' is not a list"
msgstr ""
#: nova/api/openstack/compute/contrib/server_groups.py:213
#, python-format
msgid "unsupported fields: %s"
msgstr ""
#: nova/api/openstack/compute/contrib/services.py:146
#: nova/api/openstack/compute/plugins/v3/services.py:99
#, python-format
msgid "Service %s not found."
msgstr ""
#: nova/api/openstack/compute/contrib/services.py:192
msgid ""
"The string containing the reason for disabling the service contains "
"invalid characters or is too long."
msgstr ""
#: nova/api/openstack/compute/contrib/services.py:200
#: nova/api/openstack/compute/plugins/v3/services.py:150
msgid "Invalid attribute in the request"
msgstr ""
#: nova/api/openstack/compute/contrib/services.py:202
#: nova/api/openstack/compute/plugins/v3/services.py:152
msgid "Missing disabled reason field"
msgstr ""
#: nova/api/openstack/compute/contrib/simple_tenant_usage.py:238
msgid "Invalid start time. The start time cannot occur after the end time."
msgstr ""
#: nova/api/openstack/compute/contrib/volumes.py:77
#, python-format
msgid "vol=%s"
msgstr "vol=%s"
#: nova/api/openstack/compute/contrib/volumes.py:188
#, python-format
msgid "Delete volume with id: %s"
msgstr "Delete volume with id: %s"
#: nova/api/openstack/compute/contrib/volumes.py:362
#: nova/api/openstack/compute/contrib/volumes.py:519
#, python-format
msgid "Instance %s is not attached."
msgstr ""
#: nova/api/openstack/compute/contrib/volumes.py:373
#: nova/api/openstack/compute/contrib/volumes.py:494
#: nova/api/openstack/compute/contrib/volumes.py:545
#, python-format
msgid "volume_id not found: %s"
msgstr ""
#: nova/api/openstack/compute/contrib/volumes.py:383
#, fuzzy, python-format
msgid "Bad volumeId format: volumeId is not in proper format (%s)"
msgstr "Bad port format: port uuid is not in proper format (%s)"
#: nova/api/openstack/compute/contrib/volumes.py:399
#: nova/api/openstack/compute/contrib/volumes.py:460
msgid "volumeId must be specified."
msgstr ""
#: nova/api/openstack/compute/contrib/volumes.py:405
#: nova/api/openstack/compute/plugins/v3/extended_volumes.py:139
#, python-format
msgid "Attach volume %(volume_id)s to instance %(server_id)s at %(device)s"
msgstr "Attach volume %(volume_id)s to instance %(server_id)s at %(device)s"
#: nova/api/openstack/compute/contrib/volumes.py:528
#: nova/api/openstack/compute/plugins/v3/extended_volumes.py:201
msgid "Can't detach root device volume"
msgstr ""
#: nova/api/openstack/compute/contrib/volumes.py:689
#, python-format
msgid "Create snapshot from volume %s"
msgstr "Create snapshot from volume %s"
#: nova/api/openstack/compute/contrib/volumes.py:696
#, fuzzy, python-format
msgid "Invalid value '%s' for force."
msgstr "Invalid value '%s' for force. "
#: nova/api/openstack/compute/plugins/__init__.py:34
#, fuzzy, python-format
msgid "Loaded extension %s"
msgstr "Loaded extension: %s"
#: nova/api/openstack/compute/plugins/v3/access_ips.py:115
msgid "access_ip_v4 is not proper IPv4 format"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/access_ips.py:120
msgid "access_ip_v6 is not proper IPv6 format"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/aggregates.py:50
msgid "Could not find host to be set in request body"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/aggregates.py:54
msgid "The value of host must be a string"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/aggregates.py:87
#, python-format
msgid "Could not find %s parameter in the request"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/aggregates.py:124
msgid "Request body is empty"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/aggregates.py:127
#, python-format
msgid "Invalid key %s in request body."
msgstr ""
#: nova/api/openstack/compute/plugins/v3/aggregates.py:208
msgid "Invalid request format for metadata"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/attach_interfaces.py:103
#, python-format
msgid "Attach interface to %s"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/cells.py:187
#, python-format
msgid "Cell %s doesn't exist."
msgstr ""
#: nova/api/openstack/compute/plugins/v3/console_auth_tokens.py:40
msgid "token not provided"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/create_backup.py:62
#, python-format
msgid "create_backup entity requires %s attribute"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/create_backup.py:66
msgid "Malformed create_backup entity"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/create_backup.py:72
msgid "create_backup attribute 'rotation' must be an integer"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/create_backup.py:75
msgid "create_backup attribute 'rotation' must be greater than or equal to zero"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/extended_volumes.py:98
msgid "The volume was either invalid or not attached to the instance."
msgstr ""
#: nova/api/openstack/compute/plugins/v3/extended_volumes.py:176
#, python-format
msgid "Detach volume %(volume_id)s from instance %(server_id)s"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/extended_volumes.py:191
#: nova/api/openstack/compute/plugins/v3/extended_volumes.py:218
#, python-format
msgid "Volume %(volume_id)s is not attached to the instance %(server_id)s"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/flavors.py:94
#, python-format
msgid "Invalid min_ram filter [%s]"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/flavors.py:101
#, python-format
msgid "Invalid min_disk filter [%s]"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/flavors_extraspecs.py:66
msgid "No or bad extra_specs provided"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/flavors_extraspecs.py:72
#: nova/api/openstack/compute/plugins/v3/flavors_extraspecs.py:93
msgid "Concurrent transaction has been committed, try again"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/hosts.py:120
msgid "The request body invalid"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/hypervisors.py:125
msgid "Need parameter 'query' to specify which hypervisor to filter on"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/server_actions.py:76
#, python-format
msgid "Action %s not found"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/servers.py:213
msgid "Invalid changes_since value"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/servers.py:336
msgid "Unknown argument: port"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/servers.py:344
#, python-format
msgid ""
"Specified Fixed IP '%(addr)s' cannot be used with port '%(port)s': port "
"already has a Fixed IP allocated."
msgstr ""
#: nova/api/openstack/compute/plugins/v3/servers.py:413
#: nova/api/openstack/compute/plugins/v3/servers.py:585
msgid "The request body is invalid"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/servers.py:471
#: nova/api/openstack/compute/plugins/v3/servers.py:499
msgid "Invalid flavor_ref provided."
msgstr ""
#: nova/api/openstack/compute/plugins/v3/servers.py:596
msgid "host_id cannot be updated."
msgstr ""
#: nova/api/openstack/compute/plugins/v3/servers.py:741
msgid "Invalid image_ref provided."
msgstr ""
#: nova/api/openstack/compute/plugins/v3/servers.py:760
msgid "Missing image_ref attribute"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/servers.py:767
msgid "Missing flavor_ref attribute"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/servers.py:780
msgid "Resize request has invalid 'flavor_ref' attribute."
msgstr ""
#: nova/api/openstack/compute/plugins/v3/servers.py:783
msgid "Resize requests require 'flavor_ref' attribute."
msgstr ""
#: nova/api/openstack/compute/plugins/v3/servers.py:799
msgid "Could not parse image_ref from request."
msgstr ""
#: nova/api/openstack/compute/plugins/v3/servers.py:883
msgid "create_image entity requires name attribute"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/servers.py:947
msgid "Invalid admin_password"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/services.py:143
msgid "Disabled reason contains invalid characters or is too long"
msgstr ""
#: nova/api/openstack/compute/views/servers.py:197
msgid "Instance has had its instance_type removed from the DB"
msgstr "Instance has had its instance_type removed from the DB"
#: nova/api/validation/validators.py:61
#, python-format
msgid "Invalid input for field/attribute %(path)s. Value: %(value)s. %(message)s"
msgstr ""
#: nova/cells/manager.py:78
msgid ""
"The cells feature of Nova is considered experimental by the OpenStack "
"project because it receives much less testing than the rest of Nova. This"
" may change in the future, but current deployers should be aware that the"
" use of it in production right now may be risky."
msgstr ""
#: nova/cells/messaging.py:205
#, fuzzy, python-format
msgid "Error processing message locally: %(exc)s"
msgstr "Error processing message. Skipping it."
#: nova/cells/messaging.py:366 nova/cells/messaging.py:374
#, python-format
msgid "destination is %(target_cell)s but routing_path is %(routing_path)s"
msgstr ""
#: nova/cells/messaging.py:386
#, python-format
msgid "Unknown %(cell_type)s when routing to %(target_cell)s"
msgstr ""
#: nova/cells/messaging.py:410
#, fuzzy, python-format
msgid "Error locating next hop for message: %(exc)s"
msgstr "no method for message: %s"
#: nova/cells/messaging.py:437
#, fuzzy, python-format
msgid "Failed to send message to cell: %(next_hop)s: %(exc)s"
msgstr "Failed to load extension %(ext_factory)s: %(exc)s"
#: nova/cells/messaging.py:516
#, fuzzy, python-format
msgid "Error locating next hops for message: %(exc)s"
msgstr "no method for message: %s"
#: nova/cells/messaging.py:536
#, fuzzy, python-format
msgid "Error sending message to next hops: %(exc)s"
msgstr "Sending message(s) to: %s"
#: nova/cells/messaging.py:554
#, python-format
msgid "Error waiting for responses from neighbor cells: %(exc)s"
msgstr ""
#: nova/cells/messaging.py:669
#, fuzzy, python-format
msgid "Unknown method '%(method)s' in compute API"
msgstr "Casted '%(method)s' to compute '%(host)s'"
#: nova/cells/messaging.py:1100
#, python-format
msgid "Got message to create instance fault: %(instance_fault)s"
msgstr ""
#: nova/cells/messaging.py:1123
#, python-format
msgid ""
"Forcing a sync of instances, project_id=%(projid_str)s, "
"updated_since=%(since_str)s"
msgstr ""
#: nova/cells/messaging.py:1202
#, python-format
msgid "No match when trying to update BDM: %(bdm)s"
msgstr ""
#: nova/cells/messaging.py:1686
#, python-format
msgid "No cell_name for %(method)s() from API"
msgstr ""
#: nova/cells/messaging.py:1703
msgid "No cell_name for instance update from API"
msgstr ""
#: nova/cells/messaging.py:1866
#, python-format
msgid "Returning exception %s to caller"
msgstr "Returning exception %s to caller"
#: nova/cells/rpcapi.py:375
msgid "Failed to notify cells of BDM update/create."
msgstr ""
#: nova/cells/rpcapi.py:391
msgid "Failed to notify cells of BDM destroy."
msgstr ""
#: nova/cells/scheduler.py:193 nova/cells/scheduler.py:234
#, python-format
msgid "Couldn't communicate with cell '%s'"
msgstr ""
#: nova/cells/scheduler.py:197 nova/cells/scheduler.py:238
msgid "Couldn't communicate with any cells"
msgstr ""
#: nova/cells/scheduler.py:295
#, python-format
msgid ""
"No cells available when scheduling. Will retry in %(sleep_time)s "
"second(s)"
msgstr ""
#: nova/cells/scheduler.py:301
#, fuzzy, python-format
msgid "Error scheduling instances %(instance_uuids)s"
msgstr "Destroying VDIs for Instance %(instance_uuid)s"
#: nova/cells/state.py:352
#, python-format
msgid "Unknown cell '%(cell_name)s' when trying to update capabilities"
msgstr ""
#: nova/cells/state.py:367
#, python-format
msgid "Unknown cell '%(cell_name)s' when trying to update capacities"
msgstr ""
#: nova/cells/filters/target_cell.py:58
#, python-format
msgid ""
"Forcing direct route to %(cell_name)s because of 'target_cell' scheduler "
"hint"
msgstr ""
#: nova/cells/weights/mute_child.py:66
#, python-format
msgid ""
"%(cell)s has not been seen since %(last_seen)s and is being treated as "
"mute."
msgstr ""
#: nova/cloudpipe/pipelib.py:47
msgid "Flavor for vpn instances"
msgstr ""
#: nova/cloudpipe/pipelib.py:50
msgid "Template for cloudpipe instance boot script"
msgstr "Template for cloudpipe instance boot script"
#: nova/cloudpipe/pipelib.py:53
msgid "Network to push into openvpn config"
msgstr "Network to push into openvpn config"
#: nova/cloudpipe/pipelib.py:56
msgid "Netmask to push into openvpn config"
msgstr "Netmask to push into openvpn config"
#: nova/cmd/all.py:63 nova/cmd/all.py:69 nova/cmd/all.py:92
#, fuzzy, python-format
msgid "Failed to load %s"
msgstr "Failed to create VM %s"
#: nova/cmd/baremetal_deploy_helper.py:211
#, python-format
msgid "parent device '%s' not found"
msgstr ""
#: nova/cmd/baremetal_deploy_helper.py:214
#, python-format
msgid "root device '%s' not found"
msgstr ""
#: nova/cmd/baremetal_deploy_helper.py:216
#, python-format
msgid "swap device '%s' not found"
msgstr ""
#: nova/cmd/baremetal_deploy_helper.py:218
#, python-format
msgid "ephemeral device '%s' not found"
msgstr ""
#: nova/cmd/baremetal_deploy_helper.py:228
msgid "Failed to detect root device UUID."
msgstr ""
#: nova/cmd/baremetal_deploy_helper.py:252
#, python-format
msgid "Cmd : %s"
msgstr ""
#: nova/cmd/baremetal_deploy_helper.py:253
#, python-format
msgid "StdOut : %r"
msgstr ""
#: nova/cmd/baremetal_deploy_helper.py:254
#, python-format
msgid "StdErr : %r"
msgstr ""
#: nova/cmd/baremetal_deploy_helper.py:282
#, python-format
msgid "start deployment for node %(node_id)s, params %(params)s"
msgstr ""
#: nova/cmd/baremetal_deploy_helper.py:291
#, fuzzy, python-format
msgid "deployment to node %s failed"
msgstr "element is not a child"
#: nova/cmd/baremetal_deploy_helper.py:295
#, python-format
msgid "deployment to node %s done"
msgstr ""
#: nova/cmd/baremetal_deploy_helper.py:317
#, python-format
msgid "post: environ=%s"
msgstr ""
#: nova/cmd/baremetal_deploy_helper.py:336
#, python-format
msgid "Deploy agent error message: %s"
msgstr ""
#: nova/cmd/baremetal_deploy_helper.py:360
#, python-format
msgid "request is queued: node %(node_id)s, params %(params)s"
msgstr ""
#: nova/cmd/baremetal_manage.py:159 nova/cmd/manage.py:1350
#, python-format
msgid "Could not read %s. Re-running with sudo"
msgstr ""
#: nova/cmd/baremetal_manage.py:163 nova/cmd/manage.py:1354
msgid "sudo failed, continuing as if nothing happened"
msgstr ""
#: nova/cmd/baremetal_manage.py:165 nova/cmd/manage.py:1356
msgid "Please re-run nova-manage as root."
msgstr ""
#: nova/cmd/baremetal_manage.py:207 nova/cmd/manage.py:1403
msgid "Command failed, please check log for more info"
msgstr ""
#: nova/cmd/compute.py:50
#, python-format
msgid "No db access allowed in nova-compute: %s"
msgstr ""
#: nova/cmd/dhcpbridge.py:109
#, python-format
msgid "No db access allowed in nova-dhcpbridge: %s"
msgstr ""
#: nova/cmd/dhcpbridge.py:132
#, python-format
msgid "Called '%(action)s' for mac '%(mac)s' with ip '%(ip)s'"
msgstr ""
#: nova/cmd/dhcpbridge.py:142
msgid "Environment variable 'NETWORK_ID' must be set."
msgstr ""
#: nova/cmd/manage.py:214
msgid ""
"The above error may show that the database has not been created.\n"
"Please create a database using 'nova-manage db sync' before running this "
"command."
msgstr ""
#: nova/cmd/manage.py:271
#, python-format
msgid "%(key)s is not a valid quota key. Valid options are: %(options)s."
msgstr ""
#: nova/cmd/manage.py:277
msgid "Quota"
msgstr ""
#: nova/cmd/manage.py:278
msgid "Limit"
msgstr ""
#: nova/cmd/manage.py:279
msgid "In Use"
msgstr ""
#: nova/cmd/manage.py:280
#, fuzzy
msgid "Reserved"
msgstr "received %s"
#: nova/cmd/manage.py:323 nova/cmd/manage.py:398 nova/cmd/manage.py:735
#: nova/cmd/manage.py:749 nova/cmd/manage.py:819
#, fuzzy, python-format
msgid "error: %s"
msgstr "DB error: %s"
#: nova/cmd/manage.py:331
#, fuzzy
msgid "network"
msgstr "Reset network"
#: nova/cmd/manage.py:332
#, fuzzy
msgid "IP address"
msgstr "start address"
#: nova/cmd/manage.py:333
msgid "hostname"
msgstr ""
#: nova/cmd/manage.py:334 nova/cmd/manage.py:875
msgid "host"
msgstr ""
#: nova/cmd/manage.py:346 nova/cmd/manage.py:370
#, fuzzy
msgid "No fixed IP found."
msgstr "Zero fixed ips could be found."
#: nova/cmd/manage.py:362
#, fuzzy, python-format
msgid "WARNING: fixed ip %s allocated to missing instance"
msgstr "No fixed ips associated to instance"
#: nova/cmd/manage.py:424
#, python-format
msgid ""
"Too many IP addresses will be generated. Please increase /%s to reduce "
"the number generated."
msgstr ""
#: nova/cmd/manage.py:475
#, fuzzy
msgid "No floating IP addresses have been defined."
msgstr "Floating ip %(address)s already exists."
#: nova/cmd/manage.py:494
msgid ""
"ERROR: Network commands are not supported when using the Neutron API. "
"Use python-neutronclient instead."
msgstr ""
#: nova/cmd/manage.py:549 nova/tests/test_nova_manage.py:214
msgid "id"
msgstr "id"
#: nova/cmd/manage.py:550 nova/tests/test_nova_manage.py:215
msgid "IPv4"
msgstr "IPv4"
#: nova/cmd/manage.py:551 nova/tests/test_nova_manage.py:216
msgid "IPv6"
msgstr "IPv6"
#: nova/cmd/manage.py:552 nova/tests/test_nova_manage.py:217
msgid "start address"
msgstr "start address"
#: nova/cmd/manage.py:553 nova/tests/test_nova_manage.py:218
msgid "DNS1"
msgstr "DNS1"
#: nova/cmd/manage.py:554 nova/tests/test_nova_manage.py:219
msgid "DNS2"
msgstr "DNS2"
#: nova/cmd/manage.py:555 nova/tests/test_nova_manage.py:220
msgid "VlanID"
msgstr "VlanID"
#: nova/cmd/manage.py:556 nova/cmd/manage.py:663
#: nova/tests/test_nova_manage.py:221
msgid "project"
msgstr "project"
#: nova/cmd/manage.py:557 nova/tests/test_nova_manage.py:222
msgid "uuid"
msgstr "uuid"
#: nova/cmd/manage.py:564
#, fuzzy
msgid "No networks found"
msgstr "Network not found"
#: nova/cmd/manage.py:583
msgid "Please specify either fixed_range or uuid"
msgstr ""
#: nova/cmd/manage.py:588
msgid "UUID is required to delete Neutron Networks"
msgstr ""
#: nova/cmd/manage.py:591
msgid "Deleting by fixed_range is not supported with the NeutronManager"
msgstr ""
#: nova/cmd/manage.py:655
#, fuzzy
msgid "instance"
msgstr "stop instance"
#: nova/cmd/manage.py:656
msgid "node"
msgstr ""
#: nova/cmd/manage.py:657
msgid "type"
msgstr ""
#: nova/cmd/manage.py:658
msgid "state"
msgstr ""
#: nova/cmd/manage.py:659
msgid "launched"
msgstr ""
#: nova/cmd/manage.py:660
msgid "image"
msgstr ""
#: nova/cmd/manage.py:661
msgid "kernel"
msgstr ""
#: nova/cmd/manage.py:662
msgid "ramdisk"
msgstr ""
#: nova/cmd/manage.py:664
msgid "user"
msgstr ""
#: nova/cmd/manage.py:665 nova/cmd/manage.py:876
msgid "zone"
msgstr ""
#: nova/cmd/manage.py:666
msgid "index"
msgstr ""
#: nova/cmd/manage.py:710
msgid "Binary"
msgstr ""
#: nova/cmd/manage.py:711
msgid "Host"
msgstr ""
#: nova/cmd/manage.py:712
msgid "Zone"
msgstr ""
#: nova/cmd/manage.py:713
msgid "Status"
msgstr ""
#: nova/cmd/manage.py:714
msgid "State"
msgstr ""
#: nova/cmd/manage.py:715
msgid "Updated_At"
msgstr ""
#: nova/cmd/manage.py:737
#, fuzzy, python-format
msgid "Service %(service)s on host %(host)s enabled."
msgstr "Service %(service_id)s could not be found."
#: nova/cmd/manage.py:751
#, fuzzy, python-format
msgid "Service %(service)s on host %(host)s disabled."
msgstr "Service %(service_id)s could not be found."
#: nova/cmd/manage.py:823
#, fuzzy
msgid "An unexpected error has occurred."
msgstr "Unexpected error: %s"
#: nova/cmd/manage.py:824
msgid "[Result]"
msgstr ""
#: nova/cmd/manage.py:828
msgid "HOST"
msgstr ""
#: nova/cmd/manage.py:829
#, fuzzy
msgid "PROJECT"
msgstr "project"
#: nova/cmd/manage.py:830
msgid "cpu"
msgstr ""
#: nova/cmd/manage.py:831
msgid "mem(mb)"
msgstr ""
#: nova/cmd/manage.py:832
msgid "hdd"
msgstr ""
#: nova/cmd/manage.py:915
msgid "Must supply a positive value for max_rows"
msgstr ""
#: nova/cmd/manage.py:961
msgid "Must supply valid parameters to create flavor"
msgstr ""
#: nova/cmd/manage.py:965
msgid "Flavor exists."
msgstr ""
#: nova/cmd/manage.py:966
msgid "Please ensure flavor name and flavorid are unique."
msgstr ""
#: nova/cmd/manage.py:968
msgid "Currently defined flavor names and flavorids:"
msgstr ""
#: nova/cmd/manage.py:973
#, fuzzy
msgid "Unknown error"
msgstr "unknown guestmount error"
#: nova/cmd/manage.py:976
#, fuzzy, python-format
msgid "%s created"
msgstr "Table |%s| not created!"
#: nova/cmd/manage.py:984
msgid "Valid flavor name is required"
msgstr ""
#: nova/cmd/manage.py:987
#, fuzzy, python-format
msgid "DB Error: %s"
msgstr "DB error: %s"
#: nova/cmd/manage.py:992
#, python-format
msgid "%s deleted"
msgstr ""
#: nova/cmd/manage.py:1028
#, fuzzy, python-format
msgid "Key %(key)s set to %(value)s on instance type %(name)s"
msgstr "%(key)s with value %(value)s failed validator %(name)s"
#: nova/cmd/manage.py:1051
#, python-format
msgid "Key %(key)s on flavor %(name)s unset"
msgstr ""
#: nova/cmd/manage.py:1112
#, fuzzy, python-format
msgid "Hypervisor: %s"
msgstr "hyperv vm state: %s"
#: nova/cmd/manage.py:1161
#, python-format
msgid "Line %(linenum)d : %(line)s"
msgstr ""
#: nova/cmd/manage.py:1164
msgid "No errors in logfiles!"
msgstr ""
#: nova/cmd/manage.py:1178
msgid "Unable to find system log file!"
msgstr ""
#: nova/cmd/manage.py:1182
#, python-format
msgid "Last %s nova syslog entries:-"
msgstr ""
#: nova/cmd/manage.py:1191
msgid "No nova entries in syslog!"
msgstr ""
#: nova/cmd/network.py:50
#, python-format
msgid "No db access allowed in nova-network: %s"
msgstr ""
#: nova/compute/api.py:365
msgid "Cannot run any more instances of this type."
msgstr "Cannot run any more instances of this type."
#: nova/compute/api.py:372
#, 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:384
#, python-format
msgid ""
"%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)d "
"instances. %(msg)s"
msgstr ""
#: nova/compute/api.py:388
#, python-format
msgid ""
"%(overs)s quota exceeded for %(pid)s, tried to run between %(min_count)d "
"and %(max_count)d instances. %(msg)s"
msgstr ""
#: nova/compute/api.py:409
msgid "Metadata type should be dict."
msgstr ""
#: nova/compute/api.py:415
#, python-format
msgid ""
"Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata "
"properties"
msgstr ""
"Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata "
"properties"
#: nova/compute/api.py:427
#, python-format
msgid "Metadata property key '%s' is not a string."
msgstr ""
#: nova/compute/api.py:430
#, python-format
msgid "Metadata property value '%(v)s' for key '%(k)s' is not a string."
msgstr ""
#: nova/compute/api.py:434
msgid "Metadata property key blank"
msgstr "Metadata property key blank"
#: nova/compute/api.py:437
msgid "Metadata property key greater than 255 characters"
msgstr "Metadata property key greater than 255 characters"
#: nova/compute/api.py:440
msgid "Metadata property value greater than 255 characters"
msgstr "Metadata property value greater than 255 characters"
#: nova/compute/api.py:572
msgid "Failed to set instance name using multi_instance_display_name_template."
msgstr ""
#: nova/compute/api.py:674
#, fuzzy
msgid "Cannot attach one or more volumes to multiple instances"
msgstr "Unable to attach boot volume to instance %s"
#: nova/compute/api.py:718
msgid "The requested availability zone is not available"
msgstr ""
#: nova/compute/api.py:1115
msgid ""
"Images with destination_type 'volume' need to have a non-zero size "
"specified"
msgstr ""
#: nova/compute/api.py:1142
msgid "More than one swap drive requested."
msgstr ""
#: nova/compute/api.py:1291
#: nova/tests/api/openstack/compute/test_servers.py:3117
#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:2458
msgid ""
"Unable to launch multiple instances with a single configured port ID. "
"Please launch your instance one by one with different ports."
msgstr ""
#: nova/compute/api.py:1393
#, fuzzy
msgid "instance termination disabled"
msgstr "Going to start terminating instances"
#: nova/compute/api.py:1408
#, python-format
msgid "Working on deleting snapshot %s from shelved instance..."
msgstr ""
#: nova/compute/api.py:1415
#, python-format
msgid "Failed to delete snapshot from shelved instance (%s)."
msgstr ""
#: nova/compute/api.py:1419
msgid ""
"Something wrong happened when trying to delete snapshot from shelved "
"instance."
msgstr ""
#: nova/compute/api.py:1485
msgid "Instance is already in deleting state, ignoring this request"
msgstr ""
#: nova/compute/api.py:1533
#, python-format
msgid ""
"Found an unconfirmed migration during delete, id: %(id)s, status: "
"%(status)s"
msgstr ""
#: nova/compute/api.py:1543
msgid "Instance may have been confirmed during delete"
msgstr ""
#: nova/compute/api.py:1560
#, python-format
msgid "Migration %s may have been confirmed during delete"
msgstr ""
#: nova/compute/api.py:1596
#, python-format
msgid "Flavor %d not found"
msgstr ""
#: nova/compute/api.py:1614
#, fuzzy, python-format
msgid "instance's host %s is down, deleting from database"
msgstr "host for instance is down, deleting from database"
#: nova/compute/api.py:1641 nova/compute/manager.py:2242
#, python-format
msgid "Ignoring volume cleanup failure due to %s"
msgstr "Ignoring volume cleanup failure due to %s"
#: nova/compute/api.py:2036
#, python-format
msgid "snapshot for %s"
msgstr "snapshot for %s"
#: nova/compute/api.py:2408
#, 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:2572
msgid "Cannot rescue a volume-backed instance"
msgstr ""
#: nova/compute/api.py:2800
msgid "Volume must be attached in order to detach."
msgstr "Volume must be attached in order to detach."
#: nova/compute/api.py:2820
msgid "Old volume is attached to a different instance."
msgstr ""
#: nova/compute/api.py:2823
msgid "New volume must be detached in order to swap."
msgstr ""
#: nova/compute/api.py:2826
msgid "New volume must be the same size or larger."
msgstr ""
#: nova/compute/api.py:3019
#, python-format
msgid "Instance compute service state on %s expected to be down, but it was up."
msgstr ""
#: nova/compute/api.py:3328
msgid "Host aggregate is not empty"
msgstr ""
#: nova/compute/api.py:3388
#, python-format
msgid "Host already in availability zone %s"
msgstr ""
#: nova/compute/api.py:3476 nova/tests/compute/test_keypairs.py:135
msgid "Keypair name contains unsafe characters"
msgstr "Keypair name contains unsafe characters"
#: nova/compute/api.py:3480 nova/tests/compute/test_keypairs.py:127
#: nova/tests/compute/test_keypairs.py:131
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:3568
#, 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:3571
#, python-format
msgid "Security group %s cannot be empty."
msgstr "Security group %s cannot be empty."
#: nova/compute/api.py:3579
#, python-format
msgid ""
"Value (%(value)s) for parameter Group%(property)s is invalid. Content "
"limited to '%(allowed)s'."
msgstr ""
#: nova/compute/api.py:3585
#, 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:3603
msgid "Quota exceeded, too many security groups."
msgstr "Quota exceeded, too many security groups."
#: nova/compute/api.py:3606
#, python-format
msgid "Create Security Group %s"
msgstr "Create Security Group %s"
#: nova/compute/api.py:3618
#, python-format
msgid "Security group %s already exists"
msgstr "Security group %s already exists"
#: nova/compute/api.py:3631
#, fuzzy, python-format
msgid "Unable to update system group '%s'"
msgstr "Unable to destroy vbd %s"
#: nova/compute/api.py:3693
#, fuzzy, python-format
msgid "Unable to delete system group '%s'"
msgstr "Unable to destroy vbd %s"
#: nova/compute/api.py:3698
msgid "Security group is still in use"
msgstr "Security group is still in use"
#: nova/compute/api.py:3708
msgid "Failed to update usages deallocating security group"
msgstr "Failed to update usages deallocating security group"
#: nova/compute/api.py:3711
#, python-format
msgid "Delete security group %s"
msgstr "Delete security group %s"
#: nova/compute/api.py:3787 nova/compute/api.py:3872
#, python-format
msgid "Rule (%s) not found"
msgstr "Rule (%s) not found"
#: nova/compute/api.py:3803
msgid "Quota exceeded, too many security group rules."
msgstr "Quota exceeded, too many security group rules."
#: nova/compute/api.py:3806
#, python-format
msgid ""
"Security group %(name)s added %(protocol)s ingress "
"(%(from_port)s:%(to_port)s)"
msgstr ""
#: nova/compute/api.py:3821
#, python-format
msgid ""
"Security group %(name)s removed %(protocol)s ingress "
"(%(from_port)s:%(to_port)s)"
msgstr ""
#: nova/compute/api.py:3879
msgid "Security group id should be integer"
msgstr "Security group id should be integer"
#: nova/compute/claims.py:135
#, python-format
msgid ""
"Attempting claim: memory %(memory_mb)d MB, disk %(disk_gb)d GB, VCPUs "
"%(vcpus)d"
msgstr ""
"Attempting claim: memory %(memory_mb)d MB, disk %(disk_gb)d GB, VCPUs "
"%(vcpus)d"
#: nova/compute/claims.py:150
msgid "Claim successful"
msgstr ""
#: nova/compute/claims.py:153
msgid "memory"
msgstr ""
#: nova/compute/claims.py:162
msgid "disk"
msgstr ""
#: nova/compute/claims.py:177 nova/compute/claims.py:249
msgid "Claim pci failed."
msgstr ""
#: nova/compute/claims.py:180
msgid "CPUs"
msgstr ""
#: nova/compute/claims.py:192
#, fuzzy, python-format
msgid "Total %(type)s: %(total)d %(unit)s, used: %(used).02f %(unit)s"
msgstr "Total VCPUs: %(total_vcpus)d, used: %(used_vcpus)d"
#: nova/compute/claims.py:199
#, fuzzy, python-format
msgid "%(type)s limit not specified, defaulting to unlimited"
msgstr "Disk limit not specified, defaulting to unlimited"
#: nova/compute/claims.py:206
#, fuzzy, python-format
msgid "%(type)s limit: %(limit).02f %(unit)s, free: %(free).02f %(unit)s"
msgstr "Disk limit: %(disk_gb_limit)d GB, free: %(free_disk_gb)d GB"
#: nova/compute/claims.py:212
#, python-format
msgid "Free %(type)s %(free).02f %(unit)s < requested %(requested)d %(unit)s"
msgstr ""
#: nova/compute/flavors.py:109
msgid ""
"Flavor names can only contain alphanumeric characters, periods, dashes, "
"underscores and spaces."
msgstr ""
#: nova/compute/flavors.py:119
msgid "id cannot contain leading and/or trailing whitespace(s)"
msgstr ""
#: nova/compute/flavors.py:129
msgid ""
"Flavor id can only contain letters from A-Z (both cases), periods, "
"dashes, underscores and spaces."
msgstr ""
#: nova/compute/flavors.py:150
#, python-format
msgid "'rxtx_factor' argument must be a float between 0 and %g"
msgstr ""
#: nova/compute/flavors.py:161
msgid "is_public must be a boolean"
msgstr ""
#: nova/compute/flavors.py:166
#, python-format
msgid "DB error: %s"
msgstr "DB error: %s"
#: nova/compute/flavors.py:177
#, python-format
msgid "Instance type %s not found for deletion"
msgstr "Instance type %s not found for deletion"
#: nova/compute/flavors.py:327
msgid ""
"Key Names can only contain alphanumeric characters, periods, dashes, "
"underscores, colons and spaces."
msgstr ""
#: nova/compute/manager.py:277
#, python-format
msgid "Task possibly preempted: %s"
msgstr ""
#: nova/compute/manager.py:360 nova/compute/manager.py:2804
#, python-format
msgid "Error while trying to clean up image %s"
msgstr ""
#: nova/compute/manager.py:511
msgid "Instance event failed"
msgstr ""
#: nova/compute/manager.py:609
#, python-format
msgid "%s is not a valid node managed by this compute host."
msgstr ""
#: nova/compute/manager.py:692
#, fuzzy, python-format
msgid ""
"Deleting instance as its host (%(instance_host)s) is not equal to our "
"host (%(our_host)s)."
msgstr "Unable to migrate instance (%(instance_id)s) to current host (%(host)s)."
#: nova/compute/manager.py:708
msgid "Instance has been marked deleted already, removing it from the hypervisor."
msgstr ""
#: nova/compute/manager.py:729
msgid ""
"Hypervisor driver does not support instance shared storage check, "
"assuming it's not on shared storage"
msgstr ""
#: nova/compute/manager.py:735
#, fuzzy
msgid "Failed to check if instance shared"
msgstr "Failed to terminate instance"
#: nova/compute/manager.py:801 nova/compute/manager.py:853
msgid "Failed to complete a deletion"
msgstr ""
#: nova/compute/manager.py:835
msgid ""
"Service started deleting the instance during the previous run, but did "
"not finish. Restarting the deletion now."
msgstr ""
#: nova/compute/manager.py:877
#, python-format
msgid ""
"Instance in transitional state (%(task_state)s) at start-up and power "
"state is (%(power_state)s), clearing task state"
msgstr ""
#: nova/compute/manager.py:895
msgid "Failed to stop instance"
msgstr ""
#: nova/compute/manager.py:908
msgid "Failed to start instance"
msgstr ""
#: nova/compute/manager.py:934
msgid "Failed to revert crashed migration"
msgstr ""
#: nova/compute/manager.py:937
msgid "Instance found in migrating state during startup. Resetting task_state"
msgstr ""
#: nova/compute/manager.py:954
msgid "Rebooting instance after nova-compute restart."
msgstr "Rebooting instance after nova-compute restart."
#: nova/compute/manager.py:964
msgid "Hypervisor driver does not support resume guests"
msgstr "Hypervisor driver does not support resume guests"
#: nova/compute/manager.py:969
#, fuzzy
msgid "Failed to resume instance"
msgstr "Failed to suspend instance"
#: nova/compute/manager.py:978
msgid "Hypervisor driver does not support firewall rules"
msgstr "Hypervisor driver does not support firewall rules"
#: nova/compute/manager.py:1003
#, python-format
msgid "Lifecycle event %(state)d on VM %(uuid)s"
msgstr ""
#: nova/compute/manager.py:1019
#, fuzzy, python-format
msgid "Unexpected power state %d"
msgstr "Unexpected status code"
#: nova/compute/manager.py:1124
msgid "Hypervisor driver does not support security groups."
msgstr ""
#: nova/compute/manager.py:1164
#, python-format
msgid "Volume id: %s finished being created but was not set as 'available'"
msgstr ""
#: nova/compute/manager.py:1222 nova/compute/manager.py:1971
msgid "Success"
msgstr ""
#: nova/compute/manager.py:1246
msgid "Instance disappeared before we could start it"
msgstr ""
#: nova/compute/manager.py:1274
msgid "Anti-affinity instance group policy was violated."
msgstr ""
#: nova/compute/manager.py:1351
msgid "Failed to dealloc network for deleted instance"
msgstr "Failed to dealloc network for deleted instance"
#: nova/compute/manager.py:1356
msgid "Instance disappeared during build"
msgstr ""
#: nova/compute/manager.py:1372
msgid "Failed to dealloc network for failed instance"
msgstr ""
#: nova/compute/manager.py:1399
#, fuzzy, python-format
msgid "Error: %s"
msgstr "DB error: %s"
#: nova/compute/manager.py:1445 nova/compute/manager.py:3428
msgid "Error trying to reschedule"
msgstr "Error trying to reschedule"
#: nova/compute/manager.py:1499
msgid "Instance build timed out. Set to error state."
msgstr "Instance build timed out. Set to error state."
#: nova/compute/manager.py:1509 nova/compute/manager.py:1870
msgid "Starting instance..."
msgstr "Starting instance..."
#: nova/compute/manager.py:1527
#, python-format
msgid ""
"Treating negative config value (%(retries)s) for "
"'network_allocate_retries' as 0."
msgstr ""
#: nova/compute/manager.py:1554
#, python-format
msgid "Instance failed network setup after %(attempts)d attempt(s)"
msgstr ""
#: nova/compute/manager.py:1558
#, python-format
msgid "Instance failed network setup (attempt %(attempt)d of %(attempts)d)"
msgstr ""
#: nova/compute/manager.py:1738
msgid "Instance failed block device setup"
msgstr "Instance failed block device setup"
#: nova/compute/manager.py:1758 nova/compute/manager.py:2068
#: nova/compute/manager.py:3940
msgid "Instance failed to spawn"
msgstr "Instance failed to spawn"
#: nova/compute/manager.py:1877
msgid "Instance disappeared before build."
msgstr ""
#: nova/compute/manager.py:1916
msgid "Instance disappeared during build."
msgstr ""
#: nova/compute/manager.py:1930
msgid "Unexpected build failure, not rescheduling build."
msgstr ""
#: nova/compute/manager.py:1993
msgid "Failed to allocate network(s)"
msgstr ""
#: nova/compute/manager.py:1997 nova/compute/manager.py:2034
msgid "Failed to allocate the network(s), not rescheduling."
msgstr ""
#: nova/compute/manager.py:2058
msgid "Failure prepping block device"
msgstr ""
#: nova/compute/manager.py:2060
msgid "Failure prepping block device."
msgstr ""
#: nova/compute/manager.py:2077
msgid "Could not clean up failed build, not rescheduling"
msgstr ""
#: nova/compute/manager.py:2089
msgid "Failed to deallocate networks"
msgstr ""
#: nova/compute/manager.py:2100
msgid "Failed to cleanup volumes for failed build, not rescheduling"
msgstr ""
#: nova/compute/manager.py:2135
#, fuzzy
msgid "Failed to deallocate network for instance."
msgstr "Failed to dealloc network for deleted instance"
#: nova/compute/manager.py:2143
#, python-format
msgid "%(action_str)s instance"
msgstr "%(action_str)s instance"
#: nova/compute/manager.py:2185
#, python-format
msgid "Ignoring DiskNotFound: %s"
msgstr "Ignoring DiskNotFound: %s"
#: nova/compute/manager.py:2188
#, python-format
msgid "Ignoring VolumeNotFound: %s"
msgstr "Ignoring VolumeNotFound: %s"
#: nova/compute/manager.py:2286
msgid "Instance disappeared during terminate"
msgstr ""
#: nova/compute/manager.py:2292 nova/compute/manager.py:3608
#: nova/compute/manager.py:5631
msgid "Setting instance vm_state to ERROR"
msgstr ""
#: nova/compute/manager.py:2465
msgid "Rebuilding instance"
msgstr "Rebuilding instance"
#: nova/compute/manager.py:2478
msgid "Invalid state of instance files on shared storage"
msgstr ""
#: nova/compute/manager.py:2482
msgid "disk on shared storage, recreating using existing disk"
msgstr ""
#: nova/compute/manager.py:2486
#, python-format
msgid "disk not on shared storage, rebuilding from: '%s'"
msgstr ""
#: nova/compute/manager.py:2497 nova/compute/manager.py:4749
#, fuzzy, python-format
msgid "Failed to get compute_info for %s"
msgstr "Failed to get info for disk %s"
#: nova/compute/manager.py:2572
#, python-format
msgid "bringing vm to original state: '%s'"
msgstr ""
#: nova/compute/manager.py:2603
#, fuzzy, python-format
msgid "Detaching from volume api: %s"
msgstr "Attach boot from volume failed: %s"
#: nova/compute/manager.py:2630 nova/virt/hyperv/vmops.py:364
msgid "Rebooting instance"
msgstr "Rebooting instance"
#: nova/compute/manager.py:2647
#, python-format
msgid ""
"trying to reboot a non-running instance: (state: %(state)s expected: "
"%(running)s)"
msgstr ""
"trying to reboot a non-running instance: (state: %(state)s expected: "
"%(running)s)"
#: nova/compute/manager.py:2683
msgid "Reboot failed but instance is running"
msgstr ""
#: nova/compute/manager.py:2691
#, python-format
msgid "Cannot reboot instance: %s"
msgstr ""
#: nova/compute/manager.py:2703
#, fuzzy
msgid "Instance disappeared during reboot"
msgstr "instance %s: rebooted"
#: nova/compute/manager.py:2767
msgid "instance snapshotting"
msgstr "instance snapshotting"
#: nova/compute/manager.py:2773
#, python-format
msgid ""
"trying to snapshot a non-running instance: (state: %(state)s expected: "
"%(running)s)"
msgstr ""
"trying to snapshot a non-running instance: (state: %(state)s expected: "
"%(running)s)"
#: nova/compute/manager.py:2798
msgid "Instance disappeared during snapshot"
msgstr ""
#: nova/compute/manager.py:2809
msgid "Image not found during snapshot"
msgstr ""
#: nova/compute/manager.py:2888
#, 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:2895
msgid "Root password set"
msgstr "Root password set"
#: nova/compute/manager.py:2900
#, 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:2913
#, python-format
msgid "set_admin_password failed: %s"
msgstr "set_admin_password failed: %s"
#: nova/compute/manager.py:2920
msgid "error setting admin password"
msgstr "error setting admin password"
#: nova/compute/manager.py:2936
#, python-format
msgid ""
"trying to inject a file into a non-running (state: %(current_state)s "
"expected: %(expected_state)s)"
msgstr ""
#: nova/compute/manager.py:2941
#, python-format
msgid "injecting file to %s"
msgstr ""
#: nova/compute/manager.py:2959
msgid ""
"Unable to find a different image to use for rescue VM, using instance's "
"current image"
msgstr ""
#: nova/compute/manager.py:2980
msgid "Rescuing"
msgstr "Rescuing"
#: nova/compute/manager.py:3001
#, fuzzy
msgid "Error trying to Rescue Instance"
msgstr "Error trying to reschedule"
#: nova/compute/manager.py:3005
#, fuzzy, python-format
msgid "Driver Error: %s"
msgstr "DB error: %s"
#: nova/compute/manager.py:3028
msgid "Unrescuing"
msgstr "Unrescuing"
#: nova/compute/manager.py:3099
#, python-format
msgid "Migration %s is not found during confirmation"
msgstr ""
#: nova/compute/manager.py:3104
#, python-format
msgid "Migration %s is already confirmed"
msgstr ""
#: nova/compute/manager.py:3108
#, python-format
msgid ""
"Unexpected confirmation status '%(status)s' of migration %(id)s, exit "
"confirmation process"
msgstr ""
#: nova/compute/manager.py:3122
msgid "Instance is not found during confirmation"
msgstr ""
#: nova/compute/manager.py:3303
#, fuzzy, python-format
msgid "Updating instance to original state: '%s'"
msgstr "Setting instance to %(state)s state."
#: nova/compute/manager.py:3326
#, fuzzy
msgid "Instance has no source host"
msgstr "Instance has no volume."
#: nova/compute/manager.py:3332
msgid "destination same as source!"
msgstr "destination same as source!"
#: nova/compute/manager.py:3350
msgid "Migrating"
msgstr "Migrating"
#: nova/compute/manager.py:3614
#, python-format
msgid "Failed to rollback quota for failed finish_resize: %s"
msgstr ""
#: nova/compute/manager.py:3674
msgid "Pausing"
msgstr "Pausing"
#: nova/compute/manager.py:3691
msgid "Unpausing"
msgstr "Unpausing"
#: nova/compute/manager.py:3732
msgid "Retrieving diagnostics"
msgstr "Retrieving diagnostics"
#: nova/compute/manager.py:3767
msgid "Resuming"
msgstr "Resuming"
#: nova/compute/manager.py:3985
msgid "Get console output"
msgstr "Get console output"
#: nova/compute/manager.py:4184
#, python-format
msgid "Attaching volume %(volume_id)s to %(mountpoint)s"
msgstr "Attaching volume %(volume_id)s to %(mountpoint)s"
#: nova/compute/manager.py:4193
#, python-format
msgid "Failed to attach %(volume_id)s at %(mountpoint)s"
msgstr ""
#: nova/compute/manager.py:4209
#, 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:4220
msgid "Detaching volume from unknown instance"
msgstr "Detaching volume from unknown instance"
#: nova/compute/manager.py:4232
#, 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:4305
#, python-format
msgid "Failed to swap volume %(old_volume_id)s for %(new_volume_id)s"
msgstr ""
#: nova/compute/manager.py:4312
#, python-format
msgid "Failed to connect to volume %(volume_id)s with volume at %(mountpoint)s"
msgstr ""
#: nova/compute/manager.py:4399
#, fuzzy, python-format
msgid "allocate_port_for_instance returned %(ports)s ports"
msgstr "allocate_for_instance() for %s"
#: nova/compute/manager.py:4421
#, python-format
msgid "Port %s is not attached"
msgstr ""
#: nova/compute/manager.py:4433 nova/tests/compute/test_compute.py:10662
#, python-format
msgid "Host %s not found"
msgstr ""
#: nova/compute/manager.py:4587
#, python-format
msgid "Pre live migration failed at %s"
msgstr ""
#: nova/compute/manager.py:4617
msgid "_post_live_migration() is started.."
msgstr "_post_live_migration() is started.."
#: nova/compute/manager.py:4690
#, python-format
msgid "Migrating instance to %s finished successfully."
msgstr ""
#: nova/compute/manager.py:4692
msgid ""
"You may see the error \"libvirt: QEMU error: Domain not found: no domain "
"with matching name.\" This error can be safely ignored."
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:4717
msgid "Post operation of migration started"
msgstr "Post operation of migration started"
#: nova/compute/manager.py:4925
msgid "An error occurred while refreshing the network cache."
msgstr ""
#: nova/compute/manager.py:4979
#, python-format
msgid ""
"Found %(migration_count)d unconfirmed migrations older than "
"%(confirm_window)d seconds"
msgstr ""
"Found %(migration_count)d unconfirmed migrations older than "
"%(confirm_window)d seconds"
#: nova/compute/manager.py:4984
#, 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:4993
#, python-format
msgid ""
"Automatically confirming migration %(migration_id)s for instance "
"%(instance_uuid)s"
msgstr ""
"Automatically confirming migration %(migration_id)s for instance "
"%(instance_uuid)s"
#: nova/compute/manager.py:5003
#, python-format
msgid "Instance %s not found"
msgstr ""
#: nova/compute/manager.py:5008
msgid "In ERROR state"
msgstr "In ERROR state"
#: nova/compute/manager.py:5015
#, 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:5026
#, python-format
msgid "Error auto-confirming resize: %s. Will retry later."
msgstr ""
#: nova/compute/manager.py:5055
msgid "Periodic task failed to offload instance."
msgstr ""
#: nova/compute/manager.py:5075
#, python-format
msgid ""
"Running instance usage audit for host %(host)s from %(begin_time)s to "
"%(end_time)s. %(number_instances)s instances."
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:5095
#, 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:5124
msgid "Updating bandwidth usage cache"
msgstr "Updating bandwidth usage cache"
#: nova/compute/manager.py:5146
msgid "Bandwidth usage not supported by hypervisor."
msgstr ""
#: nova/compute/manager.py:5270
#, python-format
msgid ""
"Found %(num_db_instances)s in the database and %(num_vm_instances)s on "
"the hypervisor."
msgstr ""
"Found %(num_db_instances)s in the database and %(num_vm_instances)s on "
"the hypervisor."
#: nova/compute/manager.py:5277 nova/compute/manager.py:5340
#, python-format
msgid "During sync_power_state the instance has a pending task (%(task)s). Skip."
msgstr ""
#: nova/compute/manager.py:5301
msgid "Periodic sync_power_state task had an error while processing an instance."
msgstr ""
#: nova/compute/manager.py:5327
#, python-format
msgid ""
"During the sync_power process the instance has moved from host %(src)s to"
" host %(dst)s"
msgstr ""
"During the sync_power process the instance has moved from host %(src)s to"
" host %(dst)s"
#: nova/compute/manager.py:5365
msgid "Instance shutdown by itself. Calling the stop API."
msgstr "Instance shutdown by itself. Calling the stop API."
#: nova/compute/manager.py:5377 nova/compute/manager.py:5386
#: nova/compute/manager.py:5417 nova/compute/manager.py:5428
msgid "error during stop() in sync_power_state."
msgstr "error during stop() in sync_power_state."
#: nova/compute/manager.py:5381
#, 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:5397
#, fuzzy
msgid "Instance is paused unexpectedly. Ignore."
msgstr "Instance is paused or suspended unexpectedly. Calling the stop API."
#: nova/compute/manager.py:5403
msgid "Instance is unexpectedly not found. Ignore."
msgstr ""
#: nova/compute/manager.py:5409
msgid "Instance is not stopped. Calling the stop API."
msgstr "Instance is not stopped. Calling the stop API."
#: nova/compute/manager.py:5423
msgid "Paused instance shutdown by itself. Calling the stop API."
msgstr ""
#: nova/compute/manager.py:5437
msgid "Instance is not (soft-)deleted."
msgstr "Instance is not (soft-)deleted."
#: nova/compute/manager.py:5466
msgid "Reclaiming deleted instance"
msgstr "Reclaiming deleted instance"
#: nova/compute/manager.py:5470
#, python-format
msgid "Periodic reclaim failed to delete instance: %s"
msgstr ""
#: nova/compute/manager.py:5495
#, fuzzy, python-format
msgid "Deleting orphan compute node %s"
msgstr "Loading compute driver '%s'"
#: nova/compute/manager.py:5503 nova/compute/resource_tracker.py:392
#, python-format
msgid "No service record for host %s"
msgstr "No service record for host %s"
#: nova/compute/manager.py:5545
#, python-format
msgid ""
"Detected instance with name label '%s' which is marked as DELETED but "
"still present on host."
msgstr ""
#: nova/compute/manager.py:5551
#, python-format
msgid ""
"Powering off instance with name label '%s' which is marked as DELETED but"
" still present on host."
msgstr ""
#: nova/compute/manager.py:5560
msgid "set_bootable is not implemented for the current driver"
msgstr ""
#: nova/compute/manager.py:5565
msgid "Failed to power off instance"
msgstr ""
#: nova/compute/manager.py:5569
#, python-format
msgid ""
"Destroying instance with name label '%s' which is marked as DELETED but "
"still present on host."
msgstr ""
#: nova/compute/manager.py:5579
#, python-format
msgid "Periodic cleanup failed to delete instance: %s"
msgstr ""
#: nova/compute/manager.py:5583
#, python-format
msgid "Unrecognized value '%s' for CONF.running_deleted_instance_action"
msgstr ""
#: nova/compute/manager.py:5614
#, python-format
msgid "Setting instance back to %(state)s after: %(error)s"
msgstr ""
#: nova/compute/manager.py:5624
#, fuzzy, python-format
msgid "Setting instance back to ACTIVE after: %s"
msgstr "Setting instance to %(state)s state."
#: nova/compute/resource_tracker.py:106
#, fuzzy
msgid ""
"Host field should not be set on the instance until resources have been "
"claimed."
msgstr ""
"Host field should be not be set on the instance until resources have been"
" claimed."
#: nova/compute/resource_tracker.py:111
msgid ""
"Node field should not be set on the instance until resources have been "
"claimed."
msgstr ""
#: nova/compute/resource_tracker.py:273
#, python-format
msgid "Cannot get the metrics from %s."
msgstr ""
#: nova/compute/resource_tracker.py:292
msgid "Auditing locally available compute resources"
msgstr ""
#: nova/compute/resource_tracker.py:297
msgid ""
"Virt driver does not support 'get_available_resource' Compute tracking "
"is disabled."
msgstr ""
"Virt driver does not support 'get_available_resource' Compute tracking "
"is disabled."
#: nova/compute/resource_tracker.py:372
#, fuzzy, python-format
msgid "Compute_service record created for %(host)s:%(node)s"
msgstr "Compute_service record created for %s "
#: nova/compute/resource_tracker.py:378
#, fuzzy, python-format
msgid "Compute_service record updated for %(host)s:%(node)s"
msgstr "Compute_service record updated for %s "
#: nova/compute/resource_tracker.py:431
#, python-format
msgid "Free ram (MB): %s"
msgstr "Free ram (MB): %s"
#: nova/compute/resource_tracker.py:432
#, python-format
msgid "Free disk (GB): %s"
msgstr "Free disk (GB): %s"
#: nova/compute/resource_tracker.py:437
#, python-format
msgid "Free VCPUS: %s"
msgstr "Free VCPUS: %s"
#: nova/compute/resource_tracker.py:439
msgid "Free VCPU information unavailable"
msgstr "Free VCPU information unavailable"
#: nova/compute/resource_tracker.py:442
#, python-format
msgid "PCI stats: %s"
msgstr ""
#: nova/compute/resource_tracker.py:478
#, fuzzy, python-format
msgid "Updating from migration %s"
msgstr "Starting finish_migration"
#: nova/compute/resource_tracker.py:545
#, fuzzy
msgid "Instance not resizing, skipping migration."
msgstr "VM is not present, skipping destroy..."
#: nova/compute/resource_tracker.py:560
msgid "Flavor could not be found, skipping migration."
msgstr ""
#: nova/compute/resource_tracker.py:650
#, python-format
msgid ""
"Detected running orphan instance: %(uuid)s (consuming %(memory_mb)s MB "
"memory)"
msgstr ""
#: nova/compute/resource_tracker.py:664
#, python-format
msgid "Missing keys: %s"
msgstr "Missing keys: %s"
#: nova/compute/rpcapi.py:58
msgid "No compute host specified"
msgstr "No compute host specified"
#: nova/compute/rpcapi.py:60
#, python-format
msgid "Unable to find host for Instance %s"
msgstr "Unable to find host for Instance %s"
#: nova/compute/utils.py:207
#, python-format
msgid "Can't access image %(image_id)s: %(error)s"
msgstr ""
#: nova/compute/utils.py:331
#, python-format
msgid ""
"No host name specified for the notification of HostAPI.%s and it will be "
"ignored"
msgstr ""
#: nova/compute/utils.py:459
#, python-format
msgid ""
"Value of 0 or None specified for %s. This behaviour will change in "
"meaning in the K release, to mean 'call at the default rate' rather than "
"'do not call'. To keep the 'do not call' behaviour, use a negative value."
msgstr ""
#: nova/compute/monitors/__init__.py:177
#, python-format
msgid ""
"Excluding monitor %(monitor_name)s due to metric name overlap; "
"overlapping metrics: %(overlap)s"
msgstr ""
#: nova/compute/monitors/__init__.py:185
#, python-format
msgid "Monitor %(monitor_name)s cannot be used: %(ex)s"
msgstr ""
#: nova/compute/monitors/__init__.py:191
#, python-format
msgid "The following monitors have been disabled: %s"
msgstr ""
#: nova/compute/monitors/virt/cpu_monitor.py:112
#, python-format
msgid "Not all properties needed are implemented in the compute driver: %s"
msgstr ""
#: nova/conductor/api.py:298
msgid ""
"Timed out waiting for nova-conductor. Is it running? Or did this service "
"start before nova-conductor?"
msgstr ""
#: nova/conductor/manager.py:122
#, python-format
msgid "Instance update attempted for '%(key)s' on %(instance_uuid)s"
msgstr ""
#: nova/conductor/manager.py:352
#, fuzzy
msgid "Invalid block_device_mapping_destroy invocation"
msgstr "block_device_mapping %s"
#: nova/conductor/manager.py:717
msgid "No valid host found for cold migrate"
msgstr ""
#: nova/conductor/manager.py:780
#, python-format
msgid ""
"Migration of instance %(instance_id)s to host %(dest)s unexpectedly "
"failed."
msgstr ""
#: nova/conductor/manager.py:837
#, python-format
msgid "Unshelve attempted but the image %s cannot be found."
msgstr ""
#: nova/conductor/manager.py:860
msgid "No valid host found for unshelve instance"
msgstr ""
#: nova/conductor/manager.py:864
msgid "Unshelve attempted but vm_state not SHELVED or SHELVED_OFFLOADED"
msgstr ""
#: nova/conductor/tasks/live_migrate.py:113
#, python-format
msgid ""
"Unable to migrate %(instance_uuid)s to %(dest)s: Lack of "
"memory(host:%(avail)s <= instance:%(mem_inst)s)"
msgstr ""
"Unable to migrate %(instance_uuid)s to %(dest)s: Lack of "
"memory(host:%(avail)s <= instance:%(mem_inst)s)"
#: nova/conductor/tasks/live_migrate.py:177
#, python-format
msgid ""
"Exceeded max scheduling retries %(max_retries)d for instance "
"%(instance_uuid)s during live migration"
msgstr ""
#: nova/console/websocketproxy.py:56
#, fuzzy
msgid "Invalid Token"
msgstr "Invalid volume"
#: nova/console/websocketproxy.py:75
msgid "Invalid Connection Info"
msgstr ""
#: nova/console/xvp.py:124
msgid "Failed to write configuration file"
msgstr ""
#: nova/console/xvp.py:147
#, python-format
msgid "Error starting xvp: %s"
msgstr "Error starting xvp: %s"
#: nova/console/xvp.py:203
#, fuzzy
msgid "Failed to run xvp."
msgstr "Failed to resume server"
#: nova/consoleauth/manager.py:99
#, python-format
msgid "Received Token: %(token)s, %(token_dict)s"
msgstr ""
#: nova/consoleauth/manager.py:124
#, python-format
msgid "Checking Token: %(token)s, %(token_valid)s"
msgstr ""
#: nova/db/api.py:669
msgid "Failed to notify cells of instance destroy"
msgstr ""
#: nova/db/api.py:757 nova/db/api.py:785
#, fuzzy
msgid "Failed to notify cells of instance update"
msgstr "Failed to reboot instance"
#: nova/db/api.py:1657
msgid "Failed to notify cells of bw_usage update"
msgstr ""
#: nova/db/sqlalchemy/api.py:204
#, python-format
msgid "Deadlock detected when running '%(func_name)s': Retrying..."
msgstr ""
#: nova/db/sqlalchemy/api.py:245
msgid "model or base_model parameter should be subclass of NovaBase"
msgstr ""
#: nova/db/sqlalchemy/api.py:258
#: nova/openstack/common/db/sqlalchemy/utils.py:174
#: nova/virt/baremetal/db/sqlalchemy/api.py:60
#, python-format
msgid "Unrecognized read_deleted value '%s'"
msgstr "Unrecognized read_deleted value '%s'"
#: nova/db/sqlalchemy/api.py:745
#, fuzzy, python-format
msgid "Invalid floating ip id %s in request"
msgstr "instance %s: rescued"
#: nova/db/sqlalchemy/api.py:847
msgid "Failed to update usages bulk deallocating floating IP"
msgstr ""
#: nova/db/sqlalchemy/api.py:1003
#, fuzzy, python-format
msgid "Invalid floating IP %s in request"
msgstr "instance %s: rescued"
#: nova/db/sqlalchemy/api.py:1305 nova/db/sqlalchemy/api.py:1344
#, fuzzy, python-format
msgid "Invalid fixed IP Address %s in request"
msgstr "instance %s: rescued"
#: nova/db/sqlalchemy/api.py:1479
#, fuzzy, python-format
msgid "Invalid virtual interface address %s in request"
msgstr "instance %s: rescued"
#: nova/db/sqlalchemy/api.py:1573
#, 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:1732
#, fuzzy, python-format
msgid "Invalid instance id %s in request"
msgstr "instance %s: rescued"
#: nova/db/sqlalchemy/api.py:2010
#, python-format
msgid "Invalid field name: %s"
msgstr ""
#: nova/db/sqlalchemy/api.py:3177
#, python-format
msgid "Change will make usage less than 0 for the following resources: %s"
msgstr ""
#: nova/db/sqlalchemy/api.py:4829
#, python-format
msgid ""
"Volume(%s) has lower stats then what is in the database. Instance must "
"have been rebooted or crashed. Updating totals."
msgstr ""
#: nova/db/sqlalchemy/api.py:5186
#, python-format
msgid "Add metadata failed for aggregate %(id)s after %(retries)s retries"
msgstr ""
#: nova/db/sqlalchemy/api.py:5578
#, python-format
msgid "IntegrityError detected when archiving table %s"
msgstr ""
#: nova/db/sqlalchemy/migration.py:39
#: nova/openstack/common/db/sqlalchemy/migration.py:190
#: nova/virt/baremetal/db/sqlalchemy/migration.py:37
msgid "version should be an integer"
msgstr "version should be an integer"
#: nova/db/sqlalchemy/migration.py:66
#: nova/virt/baremetal/db/sqlalchemy/migration.py:65
msgid "Upgrade DB using Essex release first."
msgstr "Upgrade DB using Essex release first."
#: nova/db/sqlalchemy/utils.py:69
#, python-format
msgid "Missing column %(table)s.%(column)s in shadow table"
msgstr ""
#: nova/db/sqlalchemy/utils.py:75
#, python-format
msgid ""
"Different types in %(table)s.%(column)s and shadow table: %(c_type)s "
"%(shadow_c_type)s"
msgstr ""
#: nova/db/sqlalchemy/utils.py:84
#, python-format
msgid "Extra column %(table)s.%(column)s in shadow table"
msgstr ""
#: nova/db/sqlalchemy/utils.py:105
msgid "Specify `table_name` or `table` param"
msgstr ""
#: nova/db/sqlalchemy/utils.py:108
msgid "Specify only one param `table_name` `table`"
msgstr ""
#: nova/db/sqlalchemy/utils.py:131 nova/db/sqlalchemy/utils.py:135
#: nova/db/sqlalchemy/migrate_repo/versions/216_havana.py:84
#: nova/db/sqlalchemy/migrate_repo/versions/216_havana.py:1103
msgid "Exception while creating table."
msgstr ""
#: nova/db/sqlalchemy/migrate_repo/versions/216_havana.py:111
msgid "Exception while seeding instance_types table"
msgstr ""
#: nova/image/glance.py:214
#, python-format
msgid ""
"Error contacting glance server '%(host)s:%(port)s' for '%(method)s', "
"%(extra)s."
msgstr ""
"Error contacting glance server '%(host)s:%(port)s' for '%(method)s', "
"%(extra)s."
#: nova/image/glance.py:248
#, python-format
msgid ""
"When loading the module %(module_str)s the following error occurred: "
"%(ex)s"
msgstr ""
#: nova/image/glance.py:286
#, python-format
msgid "Failed to instantiate the download handler for %(scheme)s"
msgstr ""
#: nova/image/glance.py:302
#, python-format
msgid "Successfully transferred using %s"
msgstr ""
#: nova/image/s3.py:331
#, python-format
msgid "Failed to download %(image_location)s to %(image_path)s"
msgstr "Failed to download %(image_location)s to %(image_path)s"
#: nova/image/s3.py:348
#, python-format
msgid "Failed to decrypt %(image_location)s to %(image_path)s"
msgstr "Failed to decrypt %(image_location)s to %(image_path)s"
#: nova/image/s3.py:359
#, python-format
msgid "Failed to untar %(image_location)s to %(image_path)s"
msgstr "Failed to untar %(image_location)s to %(image_path)s"
#: nova/image/s3.py:369
#, python-format
msgid "Failed to upload %(image_location)s to %(image_path)s"
msgstr "Failed to upload %(image_location)s to %(image_path)s"
#: nova/image/s3.py:381
#, python-format
msgid "Image %s was deleted underneath us"
msgstr ""
#: nova/image/s3.py:396
#, python-format
msgid "Failed to decrypt private key: %s"
msgstr "Failed to decrypt private key: %s"
#: nova/image/s3.py:403
#, python-format
msgid "Failed to decrypt initialization vector: %s"
msgstr "Failed to decrypt initialization vector: %s"
#: nova/image/s3.py:414
#, python-format
msgid "Failed to decrypt image file %(image_file)s: %(err)s"
msgstr "Failed to decrypt image file %(image_file)s: %(err)s"
#: nova/image/s3.py:426
msgid "Unsafe filenames in image"
msgstr "Unsafe filenames in image"
#: nova/image/download/__init__.py:42
#, python-format
msgid ""
"%(scheme)s is registered as a module twice. %(module_name)s is not being "
"used."
msgstr ""
#: nova/image/download/file.py:30
msgid ""
"List of file systems that are configured in this file in the "
"image_file_url:<list entry name> sections"
msgstr ""
#: nova/image/download/file.py:78
msgid ""
"A unique ID given to each file system. This is value is set in Glance "
"and agreed upon here so that the operator knowns they are dealing with "
"the same file system."
msgstr ""
#: nova/image/download/file.py:83
msgid "The path at which the file system is mounted."
msgstr ""
#: nova/image/download/file.py:92
#, python-format
msgid "The group %s(group_name) must be configured with an id."
msgstr ""
#: nova/image/download/file.py:110
#, python-format
msgid "The key %s is required in all file system descriptions."
msgstr ""
#: nova/image/download/file.py:120
#, python-format
msgid ""
"The key %(r)s is required in the location metadata to access the url "
"%(url)s."
msgstr ""
#: nova/image/download/file.py:127
#, python-format
msgid "The ID %(id)s is unknown."
msgstr ""
#: nova/image/download/file.py:135
#, python-format
msgid ""
"The mount point advertised by glance: %(glance_mount)s, does not match "
"the URL path: %(path)s"
msgstr ""
#: nova/image/download/file.py:153
#, python-format
msgid "No matching ID for the URL %s was found."
msgstr ""
#: nova/image/download/file.py:164
#, python-format
msgid "Copied %(source_file)s using %(module_str)s"
msgstr ""
#: nova/ipv6/account_identifier.py:39 nova/ipv6/rfc2462.py:34
#, python-format
msgid "Bad mac for to_global_ipv6: %s"
msgstr "Bad mac for to_global_ipv6: %s"
#: nova/ipv6/account_identifier.py:41 nova/ipv6/rfc2462.py:36
#, python-format
msgid "Bad prefix for to_global_ipv6: %s"
msgstr "Bad prefix for to_global_ipv6: %s"
#: nova/ipv6/account_identifier.py:43
#, python-format
msgid "Bad project_id for to_global_ipv6: %s"
msgstr "Bad project_id for to_global_ipv6: %s"
#: nova/keymgr/conf_key_mgr.py:58
msgid "keymgr.fixed_key not defined"
msgstr ""
#: nova/keymgr/mock_key_mgr.py:54
msgid "This key manager is not suitable for use in production deployments"
msgstr ""
#: nova/keymgr/single_key_mgr.py:40
msgid ""
"This key manager is insecure and is not recommended for production "
"deployments"
msgstr ""
#: nova/keymgr/single_key_mgr.py:72
#, python-format
msgid "Not deleting key %s"
msgstr ""
#: nova/network/api.py:205 nova/network/neutronv2/api.py:741
#, python-format
msgid "re-assign floating IP %(address)s from instance %(instance_id)s"
msgstr "re-assign floating IP %(address)s from instance %(instance_id)s"
#: nova/network/base_api.py:47
#, fuzzy
msgid "Failed storing info cache"
msgstr "Failed to terminate instance"
#: nova/network/base_api.py:66
msgid "instance is a required argument to use @refresh_cache"
msgstr "instance is a required argument to use @refresh_cache"
#: nova/network/driver.py:39
#, fuzzy
msgid "Network driver option required, but not specified"
msgstr "Compute driver option required, but not specified"
#: nova/network/driver.py:42
#, fuzzy, python-format
msgid "Loading network driver '%s'"
msgstr "Loading compute driver '%s'"
#: nova/network/floating_ips.py:90
#, python-format
msgid "Fixed ip %s not found"
msgstr ""
#: nova/network/floating_ips.py:181
#, python-format
msgid "Floating IP %s is not associated. Ignore."
msgstr ""
#: nova/network/floating_ips.py:200
#, python-format
msgid "Address |%(address)s| is not allocated"
msgstr "Address |%(address)s| is not allocated"
#: nova/network/floating_ips.py:204
#, python-format
msgid "Address |%(address)s| is not allocated to your project |%(project)s|"
msgstr "Address |%(address)s| is not allocated to your project |%(project)s|"
#: nova/network/floating_ips.py:224
#, python-format
msgid "Quota exceeded for %s, tried to allocate floating IP"
msgstr ""
#: nova/network/floating_ips.py:284
msgid "Failed to update usages deallocating floating IP"
msgstr "Failed to update usages deallocating floating IP"
#: nova/network/floating_ips.py:386
#, python-format
msgid "Failed to disassociated floating address: %s"
msgstr ""
#: nova/network/floating_ips.py:391
#, python-format
msgid "Interface %s not found"
msgstr ""
#: nova/network/floating_ips.py:554
#, python-format
msgid "Starting migration network for instance %s"
msgstr ""
#: nova/network/floating_ips.py:561
#, python-format
msgid ""
"Floating ip address |%(address)s| no longer belongs to instance "
"%(instance_uuid)s. Will not migrate it "
msgstr ""
#: nova/network/floating_ips.py:594
#, python-format
msgid "Finishing migration network for instance %s"
msgstr ""
#: nova/network/floating_ips.py:602
#, python-format
msgid ""
"Floating ip address |%(address)s| no longer belongs to instance "
"%(instance_uuid)s. Will notsetup it."
msgstr ""
"Floating ip address |%(address)s| no longer belongs to instance "
"%(instance_uuid)s. Will notsetup it."
#: nova/network/floating_ips.py:645
#, python-format
msgid ""
"Database inconsistency: DNS domain |%s| is registered in the Nova db but "
"not visible to either the floating or instance DNS driver. It will be "
"ignored."
msgstr ""
"Database inconsistency: DNS domain |%s| is registered in the Nova db but "
"not visible to either the floating or instance DNS driver. It will be "
"ignored."
#: nova/network/floating_ips.py:685
#, python-format
msgid "Domain |%(domain)s| already exists, changing zone to |%(av_zone)s|."
msgstr "Domain |%(domain)s| already exists, changing zone to |%(av_zone)s|."
#: nova/network/floating_ips.py:694
#, python-format
msgid "Domain |%(domain)s| already exists, changing project to |%(project)s|."
msgstr "Domain |%(domain)s| already exists, changing project to |%(project)s|."
#: nova/network/ldapdns.py:108
#, python-format
msgid ""
"Found multiple matches for domain %(domain)s.\n"
"%(entry)s"
msgstr ""
#: nova/network/ldapdns.py:135
#, python-format
msgid "Unable to dequalify. %(name)s is not in %(domain)s.\n"
msgstr ""
#: nova/network/ldapdns.py:322
msgid "ldap not installed"
msgstr ""
#: nova/network/ldapdns.py:333
msgid "This driver only supports type 'a' entries."
msgstr "This driver only supports type 'a' entries."
#: nova/network/ldapdns.py:376
msgid "This shouldn't be getting called except during testing."
msgstr ""
#: nova/network/linux_net.py:228
#, python-format
msgid "Attempted to remove chain %s which does not exist"
msgstr "Attempted to remove chain %s which does not exist"
#: nova/network/linux_net.py:264
#, python-format
msgid "Unknown chain: %r"
msgstr "Unknown chain: %r"
#: nova/network/linux_net.py:295
#, python-format
msgid ""
"Tried to remove rule that was not there: %(chain)r %(rule)r %(wrap)r "
"%(top)r"
msgstr ""
"Tried to remove rule that was not there: %(chain)r %(rule)r %(wrap)r "
"%(top)r"
#: nova/network/linux_net.py:763
#, python-format
msgid "Removed %(num)d duplicate rules for floating ip %(float)s"
msgstr ""
#: nova/network/linux_net.py:811
#, python-format
msgid "Error deleting conntrack entries for %s"
msgstr ""
#: nova/network/linux_net.py:1069
#, python-format
msgid "Hupping dnsmasq threw %s"
msgstr "Hupping dnsmasq threw %s"
#: nova/network/linux_net.py:1151
#, python-format
msgid "killing radvd threw %s"
msgstr "killing radvd threw %s"
#: nova/network/linux_net.py:1303
#, python-format
msgid "Unable to execute %(cmd)s. Exception: %(exception)s"
msgstr ""
#: nova/network/linux_net.py:1361
#, python-format
msgid "Failed removing net device: '%s'"
msgstr ""
#: nova/network/linux_net.py:1533
#, fuzzy, python-format
msgid "Adding interface %(interface)s to bridge %(bridge)s"
msgstr "Ensuring vlan %(vlan)s and bridge %(bridge)s"
#: nova/network/linux_net.py:1571
#, python-format
msgid "Failed to add interface: %s"
msgstr "Failed to add interface: %s"
#: nova/network/manager.py:822
#, python-format
msgid "instance-dns-zone not found |%s|."
msgstr ""
#: nova/network/manager.py:829
#, python-format
msgid ""
"instance-dns-zone is |%(domain)s|, which is in availability zone "
"|%(zone)s|. Instance is in zone |%(zone2)s|. No DNS record will be "
"created."
msgstr ""
"instance-dns-zone is |%(domain)s|, which is in availability zone "
"|%(zone)s|. Instance is in zone |%(zone2)s|. No DNS record will be "
"created."
#: nova/network/manager.py:862
#, python-format
msgid "Quota exceeded for %s, tried to allocate fixed IP"
msgstr ""
#: nova/network/manager.py:925
#, fuzzy
msgid "Failed to update usages deallocating fixed IP"
msgstr "Failed to update usages deallocating floating IP"
#: nova/network/manager.py:949
#, python-format
msgid "Unable to release %s because vif doesn't exist."
msgstr "Unable to release %s because vif doesn't exist."
#: nova/network/manager.py:990
#, python-format
msgid "IP %s leased that is not associated"
msgstr "IP %s leased that is not associated"
#: nova/network/manager.py:996
#, python-format
msgid "IP |%s| leased that isn't allocated"
msgstr "IP |%s| leased that isn't allocated"
#: nova/network/manager.py:1005
#, python-format
msgid "IP %s released that is not associated"
msgstr "IP %s released that is not associated"
#: nova/network/manager.py:1009
#, python-format
msgid "IP %s released that was not leased"
msgstr "IP %s released that was not leased"
#: nova/network/manager.py:1027
#, python-format
msgid "%s must be an integer"
msgstr "%s must be an integer"
#: nova/network/manager.py:1051
msgid "Maximum allowed length for 'label' is 255."
msgstr "Maximum allowed length for 'label' is 255."
#: nova/network/manager.py:1071
#, python-format
msgid ""
"Subnet(s) too large, defaulting to /%s. To override, specify "
"network_size flag."
msgstr ""
"Subnet(s) too large, defaulting to /%s. To override, specify "
"network_size flag."
#: nova/network/manager.py:1154
msgid "cidr already in use"
msgstr "cidr already in use"
#: nova/network/manager.py:1157
#, python-format
msgid "requested cidr (%(cidr)s) conflicts with existing supernet (%(super)s)"
msgstr "requested cidr (%(cidr)s) conflicts with existing supernet (%(super)s)"
#: nova/network/manager.py:1168
#, python-format
msgid ""
"requested cidr (%(cidr)s) conflicts with existing smaller cidr "
"(%(smaller)s)"
msgstr ""
"requested cidr (%(cidr)s) conflicts with existing smaller cidr "
"(%(smaller)s)"
#: nova/network/manager.py:1250
#, python-format
msgid "Network must be disassociated from project %s before delete"
msgstr "Network must be disassociated from project %s before delete"
#: nova/network/manager.py:1860
msgid ""
"The sum between the number of networks and the vlan start cannot be "
"greater than 4094"
msgstr ""
"The sum between the number of networks and the vlan start cannot be "
"greater than 4094"
#: nova/network/manager.py:1867
#, fuzzy, python-format
msgid ""
"The network range is not big enough to fit %(num_networks)s networks. "
"Network size is %(network_size)s"
msgstr ""
"The network range is not big enough to fit %(num_networks)s. Network size"
" is %(network_size)s"
#: nova/network/minidns.py:75 nova/network/minidns.py:106
#, fuzzy
msgid "Invalid name"
msgstr "Invalid volume"
#: nova/network/minidns.py:78
msgid "This driver only supports type 'a'"
msgstr "This driver only supports type 'a'"
#: nova/network/minidns.py:122
#, fuzzy, python-format
msgid "Cannot delete entry |%s|"
msgstr "Cannot delete aggregate: %(id)s"
#: nova/network/minidns.py:201
#, fuzzy, python-format
msgid "deleted %s"
msgstr "_delete: %s"
#: nova/network/minidns.py:207
#, fuzzy, python-format
msgid "Cannot delete domain |%s|"
msgstr "Cannot delete aggregate: %(id)s"
#: nova/network/model.py:94
#, python-format
msgid "Invalid IP format %s"
msgstr ""
#: nova/network/neutronv2/api.py:185
msgid "Neutron error: quota exceeded"
msgstr ""
#: nova/network/neutronv2/api.py:188
#, python-format
msgid "Neutron error creating port on network %s"
msgstr ""
#: nova/network/neutronv2/api.py:222
#, python-format
msgid "empty project id for instance %s"
msgstr "empty project id for instance %s"
#: nova/network/neutronv2/api.py:257
msgid "No network configured!"
msgstr ""
#: nova/network/neutronv2/api.py:277
#, python-format
msgid ""
"Multiple security groups found matching '%s'. Use an ID to be more "
"specific."
msgstr ""
#: nova/network/neutronv2/api.py:347
#, python-format
msgid "Failed to update port %s"
msgstr ""
#: nova/network/neutronv2/api.py:354
#, python-format
msgid "Failed to delete port %s"
msgstr ""
#: nova/network/neutronv2/api.py:417
#, python-format
msgid "Port %s does not exist"
msgstr ""
#: nova/network/neutronv2/api.py:420 nova/network/neutronv2/api.py:444
#, python-format
msgid "Failed to delete neutron port %s"
msgstr ""
#: nova/network/neutronv2/api.py:542
#, 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/neutronv2/api.py:571
#, 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/neutronv2/api.py:598
msgid "Multiple possible networks found, use a Network ID to be more specific."
msgstr ""
#: nova/network/neutronv2/api.py:617
#, python-format
msgid "Failed to access port %s"
msgstr ""
#: nova/network/neutronv2/api.py:824
#, python-format
msgid "Unable to access floating IP %s"
msgstr ""
#: nova/network/neutronv2/api.py:926
#, python-format
msgid "Multiple floating IP pools matches found for name '%s'"
msgstr "Multiple floating IP pools matches found for name '%s'"
#: nova/network/neutronv2/api.py:970
#, python-format
msgid "Unable to access floating IP %(fixed_ip)s for port %(port_id)s"
msgstr ""
#: nova/network/neutronv2/api.py:1029
#, python-format
msgid "Unable to update host of port %s"
msgstr ""
#: nova/network/neutronv2/api.py:1065
#, python-format
msgid ""
"Network %(id)s not matched with the tenants network! The ports tenant "
"%(tenant_id)s will be used."
msgstr ""
#: nova/network/security_group/neutron_driver.py:57
#, python-format
msgid "Neutron Error creating security group %s"
msgstr ""
#: nova/network/security_group/neutron_driver.py:78
#, python-format
msgid "Neutron Error updating security group %s"
msgstr ""
#: nova/network/security_group/neutron_driver.py:137
#: nova/network/security_group/neutron_driver.py:184
#: nova/network/security_group/neutron_driver.py:279
#, python-format
msgid "Neutron Error: %s"
msgstr ""
#: nova/network/security_group/neutron_driver.py:158
msgid "Neutron Error getting security groups"
msgstr ""
#: nova/network/security_group/neutron_driver.py:167
#, fuzzy
msgid "Security group id should be uuid"
msgstr "Security group id should be integer"
#: nova/network/security_group/neutron_driver.py:204
#, python-format
msgid "Neutron Error getting security group %s"
msgstr ""
#: nova/network/security_group/neutron_driver.py:208
#, python-format
msgid "Neutron Error adding rules to security group %s"
msgstr ""
#: nova/network/security_group/neutron_driver.py:212
#: nova/network/security_group/neutron_driver.py:408
#: nova/network/security_group/neutron_driver.py:415
#: nova/network/security_group/neutron_driver.py:441
#: nova/network/security_group/neutron_driver.py:459
#: nova/network/security_group/neutron_driver.py:466
#: nova/network/security_group/neutron_driver.py:495
msgid "Neutron Error:"
msgstr ""
#: nova/network/security_group/neutron_driver.py:266
#, python-format
msgid "Neutron Error unable to delete %s"
msgstr ""
#: nova/network/security_group/neutron_driver.py:402
#: nova/network/security_group/neutron_driver.py:453
#, python-format
msgid "Security group %(name)s is not found for project %(project)s"
msgstr ""
#: nova/network/security_group/neutron_driver.py:418
#: nova/network/security_group/neutron_driver.py:469
#, python-format
msgid "instance_id %s could not be found as device id on any ports"
msgstr ""
#: nova/network/security_group/neutron_driver.py:424
#, python-format
msgid ""
"Cannot add security group %(name)s to %(instance)s since the port "
"%(port_id)s does not meet security requirements"
msgstr ""
#: nova/network/security_group/neutron_driver.py:434
#: nova/network/security_group/neutron_driver.py:487
#, fuzzy, python-format
msgid "Adding security group %(security_group_id)s to port %(port_id)s"
msgstr "Security group %(security_group_id)s not found for project %(project_id)s."
#: nova/network/security_group/neutron_driver.py:497
#, python-format
msgid ""
"Security group %(security_group_name)s not associated with the instance "
"%(instance)s"
msgstr ""
#: nova/network/security_group/security_group_base.py:134
#, python-format
msgid "This rule already exists in group %s"
msgstr "This rule already exists in group %s"
#: nova/objects/base.py:77
#, fuzzy, python-format
msgid "Error setting %(attr)s"
msgstr "error setting admin password"
#: nova/objects/base.py:231
#, python-format
msgid "Unable to instantiate unregistered object type %(objtype)s"
msgstr ""
#: nova/objects/base.py:350
#, python-format
msgid "Cannot load '%s' in the base class"
msgstr ""
#: nova/objects/base.py:396
#, python-format
msgid "%(objname)s object has no attribute '%(attrname)s'"
msgstr ""
#: nova/objects/block_device.py:136
msgid "Volume does not belong to the requested instance."
msgstr ""
#: nova/objects/fields.py:30
#, python-format
msgid "Key %(key)s must be of type %(expected)s not %(actual)s"
msgstr ""
#: nova/objects/fields.py:40
#, python-format
msgid "Element %(key)s:%(val)s must be of type %(expected)s not %(actual)s"
msgstr ""
#: nova/objects/fields.py:142
#, python-format
msgid "Field `%s' cannot be None"
msgstr ""
#: nova/objects/fields.py:217
#, python-format
msgid "A string is required here, not %s"
msgstr ""
#: nova/objects/fields.py:253
msgid "A datetime.datetime is required here"
msgstr ""
#: nova/objects/fields.py:291 nova/objects/fields.py:300
#: nova/objects/fields.py:309
#, python-format
msgid "Network \"%s\" is not valid"
msgstr ""
#: nova/objects/fields.py:348
msgid "A list is required here"
msgstr ""
#: nova/objects/fields.py:364
msgid "A dict is required here"
msgstr ""
#: nova/objects/fields.py:403
#, python-format
msgid "An object of type %s is required here"
msgstr ""
#: nova/objects/fields.py:430
msgid "A NetworkModel is required here"
msgstr ""
#: nova/objects/instance.py:435
#, python-format
msgid "No save handler for %s"
msgstr ""
#: nova/objects/instance_info_cache.py:82
msgid "Failed to notify cells of instance info cache update"
msgstr ""
#: nova/openstack/common/gettextutils.py:271
msgid "Message objects do not support addition."
msgstr ""
#: nova/openstack/common/gettextutils.py:280
msgid ""
"Message objects do not support str() because they may contain non-ascii "
"characters. Please use unicode() or translate() instead."
msgstr ""
#: nova/openstack/common/imageutils.py:75
#, python-format
msgid "Invalid input value \"%s\"."
msgstr ""
#: nova/openstack/common/imageutils.py:104
msgid "Snapshot list encountered but no header found!"
msgstr ""
#: nova/openstack/common/lockutils.py:103
#, python-format
msgid "Could not release the acquired lock `%s`"
msgstr "Could not release the acquired lock `%s`"
#: nova/openstack/common/lockutils.py:168
#, python-format
msgid "Got semaphore \"%(lock)s\""
msgstr ""
#: nova/openstack/common/lockutils.py:177
#, python-format
msgid "Attempting to grab file lock \"%(lock)s\""
msgstr ""
#: nova/openstack/common/lockutils.py:187
#, python-format
msgid "Created lock path: %s"
msgstr ""
#: nova/openstack/common/lockutils.py:205
#, python-format
msgid "Got file lock \"%(lock)s\" at %(path)s"
msgstr ""
#: nova/openstack/common/lockutils.py:209
#, python-format
msgid "Released file lock \"%(lock)s\" at %(path)s"
msgstr ""
#: nova/openstack/common/lockutils.py:247
#, python-format
msgid "Got semaphore / lock \"%(function)s\""
msgstr ""
#: nova/openstack/common/lockutils.py:251
#, python-format
msgid "Semaphore / lock released \"%(function)s\""
msgstr ""
#: nova/openstack/common/log.py:327
#, fuzzy, python-format
msgid "Deprecated: %s"
msgstr "Deprecated Config: %s"
#: nova/openstack/common/log.py:438
#, fuzzy, python-format
msgid "Error loading logging config %(log_config)s: %(err_msg)s"
msgstr "Error reading image info file %(filename)s: %(error)s"
#: nova/openstack/common/log.py:489
#, python-format
msgid "syslog facility must be one of: %s"
msgstr "syslog facility must be one of: %s"
#: nova/openstack/common/log.py:710
#, fuzzy, python-format
msgid "Fatal call to deprecated config: %(msg)s"
msgstr "Fatal call to deprecated config %(msg)s"
#: nova/openstack/common/periodic_task.py:43
#, python-format
msgid "Unexpected argument for periodic task creation: %(arg)s."
msgstr ""
#: nova/openstack/common/periodic_task.py:134
#, python-format
msgid "Skipping periodic task %(task)s because its interval is negative"
msgstr ""
#: nova/openstack/common/periodic_task.py:139
#, python-format
msgid "Skipping periodic task %(task)s because it is disabled"
msgstr ""
#: nova/openstack/common/periodic_task.py:177
#, python-format
msgid "Running periodic task %(full_task_name)s"
msgstr "Running periodic task %(full_task_name)s"
#: nova/openstack/common/periodic_task.py:186
#, python-format
msgid "Error during %(full_task_name)s: %(e)s"
msgstr "Error during %(full_task_name)s: %(e)s"
#: nova/openstack/common/policy.py:394
#, python-format
msgid "Failed to understand rule %(rule)s"
msgstr "Failed to understand rule %(rule)s"
#: nova/openstack/common/policy.py:404
#, python-format
msgid "No handler for matches of kind %s"
msgstr "No handler for matches of kind %s"
#: nova/openstack/common/policy.py:679
#, python-format
msgid "Failed to understand rule %(rule)r"
msgstr "Failed to understand rule %(rule)r"
#: nova/openstack/common/processutils.py:58
msgid "Unexpected error while running command."
msgstr ""
#: nova/openstack/common/processutils.py:61
#, python-format
msgid ""
"%(description)s\n"
"Command: %(cmd)s\n"
"Exit code: %(exit_code)s\n"
"Stdout: %(stdout)r\n"
"Stderr: %(stderr)r"
msgstr ""
#: nova/openstack/common/processutils.py:139
#, python-format
msgid "Got unknown keyword args to utils.execute: %r"
msgstr "Got unknown keyword args to utils.execute: %r"
#: nova/openstack/common/processutils.py:145
msgid "Command requested root, but did not specify a root helper."
msgstr ""
#: nova/openstack/common/processutils.py:241
msgid "Environment not supported over SSH"
msgstr "Environment not supported over SSH"
#: nova/openstack/common/processutils.py:245
msgid "process_input not supported over SSH"
msgstr "process_input not supported over SSH"
#: nova/openstack/common/sslutils.py:98
#, python-format
msgid "Invalid SSL version : %s"
msgstr ""
#: nova/openstack/common/strutils.py:92
#, python-format
msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s"
msgstr ""
#: nova/openstack/common/strutils.py:202
#, python-format
msgid "Invalid unit system: \"%s\""
msgstr ""
#: nova/openstack/common/strutils.py:211
#, python-format
msgid "Invalid string format: %s"
msgstr ""
#: nova/openstack/common/versionutils.py:69
#, python-format
msgid ""
"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and "
"may be removed in %(remove_in)s."
msgstr ""
#: nova/openstack/common/versionutils.py:73
#, python-format
msgid ""
"%(what)s is deprecated as of %(as_of)s and may be removed in "
"%(remove_in)s. It will not be superseded."
msgstr ""
#: nova/openstack/common/db/sqlalchemy/migration.py:226
#, python-format
msgid ""
"Tables \"%s\" have non utf8 collation, please make sure all tables are "
"CHARSET=utf8"
msgstr ""
#: nova/openstack/common/db/sqlalchemy/migration.py:250
msgid ""
"The database is not under version control, but has tables. Please stamp "
"the current version of the schema manually."
msgstr ""
#: nova/openstack/common/db/sqlalchemy/utils.py:119
msgid "Unknown sort direction, must be 'desc' or 'asc'"
msgstr "Unknown sort direction, must be 'desc' or 'asc'"
#: nova/openstack/common/db/sqlalchemy/utils.py:162
#, python-format
msgid ""
"There is no `deleted` column in `%s` table. Project doesn't use soft-"
"deleted feature."
msgstr ""
#: nova/openstack/common/db/sqlalchemy/utils.py:181
#, python-format
msgid "There is no `project_id` column in `%s` table."
msgstr ""
#: nova/openstack/common/db/sqlalchemy/utils.py:243
msgid "model should be a subclass of ModelBase"
msgstr ""
#: nova/openstack/common/db/sqlalchemy/utils.py:294
#, python-format
msgid ""
"Please specify column %s in col_name_col_instance param. It is required "
"because column has unsupported type by sqlite)."
msgstr ""
#: nova/openstack/common/db/sqlalchemy/utils.py:300
#, python-format
msgid ""
"col_name_col_instance param has wrong type of column instance for column "
"%s It should be instance of sqlalchemy.Column."
msgstr ""
#: nova/openstack/common/db/sqlalchemy/utils.py:408
#, fuzzy
msgid "Unsupported id columns type"
msgstr "Unsupported Content-Type"
#: nova/pci/pci_manager.py:154
#, python-format
msgid ""
"Trying to remove device with %(status)s ownership %(instance_uuid)s "
"because of %(pci_exception)s"
msgstr ""
#: nova/scheduler/chance.py:55
msgid "Is the appropriate service running?"
msgstr "Is the appropriate service running?"
#: nova/scheduler/chance.py:60
msgid "Could not find another compute"
msgstr "Could not find another compute"
#: nova/scheduler/driver.py:59
msgid "Exception during scheduler.run_instance"
msgstr "Exception during scheduler.run_instance"
#: nova/scheduler/driver.py:61 nova/scheduler/utils.py:79
#, python-format
msgid "Setting instance to %s state."
msgstr ""
#: nova/scheduler/driver.py:122
msgid "Driver must implement schedule_run_instance"
msgstr "Driver must implement schedule_run_instance"
#: nova/scheduler/driver.py:131
msgid "Driver must implement select_destinations"
msgstr ""
#: nova/scheduler/filter_scheduler.py:78
#, fuzzy, python-format
msgid ""
"Attempting to build %(num_instances)d instance(s) uuids: "
"%(instance_uuids)s"
msgstr "Attempting to build %(num_instances)d instance(s)"
#: nova/scheduler/filter_scheduler.py:102
#, fuzzy, python-format
msgid "Choosing host %(weighed_host)s for instance %(instance_uuid)s"
msgstr "Destroying VDIs for Instance %(instance_uuid)s"
#: nova/scheduler/filter_scheduler.py:164
msgid "Instance disappeared during scheduling"
msgstr ""
#: nova/scheduler/filter_scheduler.py:203
msgid "Invalid value for 'scheduler_max_attempts', must be >= 1"
msgstr "Invalid value for 'scheduler_max_attempts', must be >= 1"
#: nova/scheduler/filter_scheduler.py:220
#, python-format
msgid "Error from last host: %(last_host)s (node %(last_node)s): %(exc)s"
msgstr ""
#: nova/scheduler/filter_scheduler.py:254
#, python-format
msgid ""
"Exceeded max scheduling attempts %(max_attempts)d for instance "
"%(instance_uuid)s"
msgstr ""
"Exceeded max scheduling attempts %(max_attempts)d for instance "
"%(instance_uuid)s"
#: nova/scheduler/host_manager.py:179
#, python-format
msgid "Metric name unknown of %r"
msgstr ""
#: nova/scheduler/host_manager.py:194
#, python-format
msgid ""
"Host has more disk space than database expected (%(physical)sgb > "
"%(database)sgb)"
msgstr ""
#: nova/scheduler/host_manager.py:373
#, fuzzy, python-format
msgid "Host filter ignoring hosts: %s"
msgstr "Host filter fails for ignored host %(host)s"
#: nova/scheduler/host_manager.py:385
#, fuzzy, python-format
msgid "Host filter forcing available hosts to %s"
msgstr "Host filter fails for non-forced host %(host)s"
#: nova/scheduler/host_manager.py:388
#, python-format
msgid "No hosts matched due to not matching 'force_hosts' value of '%s'"
msgstr ""
#: nova/scheduler/host_manager.py:401
#, fuzzy, python-format
msgid "Host filter forcing available nodes to %s"
msgstr "Host filter fails for non-forced host %(host)s"
#: nova/scheduler/host_manager.py:404
#, python-format
msgid "No nodes matched due to not matching 'force_nodes' value of '%s'"
msgstr ""
#: nova/scheduler/host_manager.py:452
#: nova/scheduler/filters/trusted_filter.py:208
#, python-format
msgid "No service for compute ID %s"
msgstr "No service for compute ID %s"
#: nova/scheduler/host_manager.py:474
#, python-format
msgid "Removing dead compute node %(host)s:%(node)s from scheduler"
msgstr ""
#: nova/scheduler/scheduler_options.py:69
#, python-format
msgid "Could not stat scheduler options file %(filename)s: '%(e)s'"
msgstr "Could not stat scheduler options file %(filename)s: '%(e)s'"
#: nova/scheduler/scheduler_options.py:78
#, python-format
msgid "Could not decode scheduler options: '%s'"
msgstr ""
#: nova/scheduler/utils.py:63
#, python-format
msgid "Failed to %(service)s_%(method)s: %(ex)s"
msgstr ""
#: nova/scheduler/utils.py:162
#, python-format
msgid "Ignoring the invalid elements of the option %(name)s: %(options)s"
msgstr ""
#: nova/scheduler/filters/compute_filter.py:47
#, python-format
msgid "%(host_state)s has not been heard from in a while"
msgstr ""
#: nova/scheduler/filters/core_filter.py:51
msgid "VCPUs not set; assuming CPU collection broken"
msgstr "VCPUs not set; assuming CPU collection broken"
#: nova/scheduler/filters/core_filter.py:94
#: nova/scheduler/filters/ram_filter.py:96
#, python-format
msgid ""
"%(num_values)d ratio values found, of which the minimum value will be "
"used."
msgstr ""
#: nova/scheduler/filters/core_filter.py:101
#, python-format
msgid "Could not decode cpu_allocation_ratio: '%s'"
msgstr ""
#: nova/scheduler/filters/ram_filter.py:103
#, python-format
msgid "Could not decode ram_allocation_ratio: '%s'"
msgstr ""
#: nova/servicegroup/api.py:70
#, python-format
msgid "unknown ServiceGroup driver name: %s"
msgstr ""
#: nova/servicegroup/api.py:88
#, python-format
msgid ""
"Report interval must be less than service down time. Current config: "
"<service_down_time: %(service_down_time)s, report_interval: "
"%(report_interval)s>. Setting service_down_time to: "
"%(new_service_down_time)s"
msgstr ""
#: nova/servicegroup/api.py:106
#, python-format
msgid ""
"Join new ServiceGroup member %(member_id)s to the %(group_id)s group, "
"service = %(service)s"
msgstr ""
#: nova/servicegroup/api.py:122
#, python-format
msgid ""
"Explicitly remove the given member %(member_id)s from the%(group_id)s "
"group monitoring"
msgstr ""
#: nova/servicegroup/drivers/db.py:43
#, python-format
msgid ""
"DB_Driver: join new ServiceGroup member %(member_id)s to the %(group_id)s"
" group, service = %(service)s"
msgstr ""
#: nova/servicegroup/drivers/db.py:48
msgid "service is a mandatory argument for DB based ServiceGroup driver"
msgstr ""
#: nova/servicegroup/drivers/db.py:73
#, python-format
msgid "Seems service is down. Last heartbeat was %(lhb)s. Elapsed time is %(el)s"
msgstr ""
#: nova/servicegroup/drivers/db.py:104 nova/servicegroup/drivers/mc.py:100
msgid "Recovered model server connection!"
msgstr "Recovered model server connection!"
#: nova/servicegroup/drivers/db.py:110 nova/servicegroup/drivers/mc.py:106
msgid "model server went away"
msgstr "model server went away"
#: nova/servicegroup/drivers/mc.py:44
#, fuzzy
msgid "memcached_servers not defined"
msgstr "Server name is not defined"
#: nova/servicegroup/drivers/mc.py:52
#, python-format
msgid ""
"Memcached_Driver: join new ServiceGroup member %(member_id)s to the "
"%(group_id)s group, service = %(service)s"
msgstr ""
#: nova/servicegroup/drivers/mc.py:58
msgid "service is a mandatory argument for Memcached based ServiceGroup driver"
msgstr ""
#: nova/servicegroup/drivers/zk.py:90
msgid ""
"Unable to join. It is possible that either another node exists with the "
"same name, or this node just restarted. We will try again in a short "
"while to make sure."
msgstr ""
#: nova/servicegroup/drivers/zk.py:109
#, python-format
msgid "ZooKeeperDriver.leave: %(id)s has not joined to the %(gr)s group"
msgstr ""
#: nova/storage/linuxscsi.py:100
#, python-format
msgid "Multipath call failed exit (%(code)s)"
msgstr ""
#: nova/storage/linuxscsi.py:121
#, python-format
msgid "Couldn't find multipath device %s"
msgstr ""
#: nova/tests/fake_ldap.py:33
msgid "Attempted to instantiate singleton"
msgstr "Attempted to instantiate singleton"
#: nova/tests/fake_volume.py:187
msgid "status must be available"
msgstr "status must be available"
#: nova/tests/fake_volume.py:191 nova/volume/cinder.py:230
msgid "already attached"
msgstr "already attached"
#: nova/tests/fake_volume.py:195 nova/volume/cinder.py:241
msgid "Instance and volume not in same availability_zone"
msgstr ""
#: nova/tests/fake_volume.py:200 nova/volume/cinder.py:247
msgid "already detached"
msgstr "already detached"
#: nova/tests/api/test_auth.py:97
msgid "unexpected role header"
msgstr "unexpected role header"
#: nova/tests/api/openstack/compute/test_servers.py:3197
#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:2423
msgid ""
"Quota exceeded for instances: Requested 1, but already used 10 of 10 "
"instances"
msgstr ""
"Quota exceeded for instances: Requested 1, but already used 10 of 10 "
"instances"
#: nova/tests/api/openstack/compute/test_servers.py:3202
#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:2428
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:3207
#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:2433
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:1642
#: nova/tests/compute/test_compute.py:1669
#: nova/tests/compute/test_compute.py:1747
#: nova/tests/compute/test_compute.py:1787
#: nova/tests/compute/test_compute.py:5604
#, python-format
msgid "Running instances: %s"
msgstr "Running instances: %s"
#: nova/tests/compute/test_compute.py:1649
#: nova/tests/compute/test_compute.py:1717
#: nova/tests/compute/test_compute.py:1755
#, python-format
msgid "After terminating instances: %s"
msgstr "After terminating instances: %s"
#: nova/tests/compute/test_compute.py:2795
msgid "Internal error"
msgstr "Internal error"
#: nova/tests/compute/test_compute.py:5615
#, python-format
msgid "After force-killing instances: %s"
msgstr "After force-killing instances: %s"
#: nova/tests/compute/test_compute.py:6231
msgid "wrong host/node"
msgstr ""
#: nova/tests/compute/test_compute.py:10870
#, fuzzy
msgid "spawn error"
msgstr "unknown guestmount error"
#: nova/tests/compute/test_keypairs.py:123
msgid "Keypair data is invalid"
msgstr "Keypair data is invalid"
#: nova/tests/db/test_migrations.py:839
#, python-format
msgid ""
"The following migrations are missing a downgrade:\n"
"\t%s"
msgstr ""
"The following migrations are missing a downgrade:\n"
"\t%s"
#: nova/tests/integrated/api_samples_test_base.py:116
#, fuzzy, python-format
msgid "%(result_str)s: %(result)s is not a dict."
msgstr "Result: %(result)s is not a dict."
#: nova/tests/integrated/api_samples_test_base.py:130
#, python-format
msgid ""
"Dictionary key mismatch:\n"
"Extra key(s) in template:\n"
"%(ex_delta)s\n"
"Extra key(s) in %(result_str)s:\n"
"%(res_delta)s\n"
msgstr ""
#: nova/tests/integrated/api_samples_test_base.py:142
#, fuzzy, python-format
msgid "%(result_str)s: %(result)s is not a list."
msgstr "Result: %(result)s is not a list."
#: nova/tests/integrated/api_samples_test_base.py:162
msgid "Extra list items in template:"
msgstr ""
#: nova/tests/integrated/api_samples_test_base.py:166
#, python-format
msgid "Extra list items in %(result_str)s:"
msgstr ""
#: nova/tests/integrated/api_samples_test_base.py:187
#: nova/tests/integrated/api_samples_test_base.py:203
#, fuzzy, python-format
msgid ""
"Values do not match:\n"
"Template: %(expected)s\n"
"%(result_str)s: %(result)s"
msgstr ""
"Values do not match:\n"
"%(expected)s\n"
"%(result)s"
#: nova/tests/integrated/api/client.py:39
#, python-format
msgid ""
"%(message)s\n"
"Status Code: %(_status)s\n"
"Body: %(_body)s"
msgstr ""
"%(message)s\n"
"Status Code: %(_status)s\n"
"Body: %(_body)s"
#: nova/tests/integrated/api/client.py:50
msgid "Authentication error"
msgstr "Authentication error"
#: nova/tests/integrated/api/client.py:58
msgid "Authorization error"
msgstr "Authorization error"
#: nova/tests/integrated/api/client.py:66
msgid "Item not found"
msgstr "Item not found"
#: nova/tests/integrated/api/client.py:108
#, python-format
msgid "Doing %(method)s on %(relative_url)s"
msgstr "Doing %(method)s on %(relative_url)s"
#: nova/tests/integrated/api/client.py:111
#, python-format
msgid "Body: %s"
msgstr "Body: %s"
#: nova/tests/integrated/api/client.py:171
msgid "Unexpected status code"
msgstr "Unexpected status code"
#: nova/tests/virt/hyperv/test_hypervapi.py:512
#, fuzzy
msgid "fake vswitch not found"
msgstr "marker [%s] not found"
#: nova/tests/virt/hyperv/test_hypervapi.py:973
msgid "Simulated failure"
msgstr ""
#: nova/tests/virt/libvirt/fakelibvirt.py:1019
msgid "Expected a list for 'auth' parameter"
msgstr "Expected a list for 'auth' parameter"
#: nova/tests/virt/libvirt/fakelibvirt.py:1023
msgid "Expected a function in 'auth[0]' parameter"
msgstr "Expected a function in 'auth[0]' parameter"
#: nova/tests/virt/libvirt/fakelibvirt.py:1027
msgid "Expected a function in 'auth[1]' parameter"
msgstr "Expected a function in 'auth[1]' parameter"
#: nova/tests/virt/libvirt/fakelibvirt.py:1040
msgid ""
"virEventRegisterDefaultImpl() must be called before "
"connection is used."
msgstr ""
#: nova/tests/virt/vmwareapi/test_vm_util.py:175
#: nova/virt/vmwareapi/vm_util.py:1146
#, python-format
msgid "Datastore regex %s did not match any datastores"
msgstr ""
#: nova/tests/virt/xenapi/test_vm_utils.py:515
#: nova/virt/xenapi/vm_utils.py:2383
#, python-format
msgid ""
"Sparse copy in progress, %(complete_pct).2f%% complete. %(left)s bytes "
"left to copy"
msgstr ""
#: nova/tests/virt/xenapi/image/test_bittorrent.py:126
#: nova/virt/xenapi/image/bittorrent.py:98
msgid ""
"Cannot create default bittorrent URL without torrent_base_url set or "
"torrent URL fetcher extension"
msgstr ""
#: nova/tests/virt/xenapi/image/test_bittorrent.py:160
#: nova/virt/xenapi/image/bittorrent.py:102
msgid "Multiple torrent URL fetcher extensions found. Failing."
msgstr ""
#: nova/virt/block_device.py:242
#, python-format
msgid "Driver failed to attach volume %(volume_id)s at %(mountpoint)s"
msgstr ""
#: nova/virt/block_device.py:361
#, python-format
msgid "Booting with volume %(volume_id)s at %(mountpoint)s"
msgstr "Booting with volume %(volume_id)s at %(mountpoint)s"
#: nova/virt/configdrive.py:96
#, python-format
msgid "Added %(filepath)s to config drive"
msgstr "Added %(filepath)s to config drive"
#: nova/virt/cpu.py:57 nova/virt/cpu.py:61
#, python-format
msgid "Invalid range expression %r"
msgstr ""
#: nova/virt/cpu.py:70
#, fuzzy, python-format
msgid "Invalid exclusion expression %r"
msgstr "Invalid reservation expiration %(expire)s."
#: nova/virt/cpu.py:77
#, fuzzy, python-format
msgid "Invalid inclusion expression %r"
msgstr "Invalid reservation expiration %(expire)s."
#: nova/virt/cpu.py:82
#, python-format
msgid "No CPUs available after parsing %r"
msgstr ""
#: nova/virt/driver.py:1202
#, python-format
msgid "Discarding event %s"
msgstr ""
#: nova/virt/driver.py:1207
msgid "Event must be an instance of nova.virt.event.Event"
msgstr ""
#: nova/virt/driver.py:1210
#, python-format
msgid "Emitting event %s"
msgstr ""
#: nova/virt/driver.py:1213
#, python-format
msgid "Exception dispatching event %(event)s: %(ex)s"
msgstr ""
#: nova/virt/driver.py:1295
msgid "Compute driver option required, but not specified"
msgstr "Compute driver option required, but not specified"
#: nova/virt/driver.py:1298
#, python-format
msgid "Loading compute driver '%s'"
msgstr "Loading compute driver '%s'"
#: nova/virt/driver.py:1305
#, fuzzy
msgid "Unable to load the virtualization driver"
msgstr "Unable to load the virtualization driver: %s"
#: nova/virt/fake.py:216
#, python-format
msgid "Key '%(key)s' not in instances '%(inst)s'"
msgstr ""
#: nova/virt/firewall.py:178 nova/virt/libvirt/firewall.py:309
msgid "Attempted to unfilter instance which is not filtered"
msgstr "Attempted to unfilter instance which is not filtered"
#: nova/virt/firewall.py:186
msgid "Filters added to instance"
msgstr "Filters added to instance"
#: nova/virt/firewall.py:188
msgid "Provider Firewall Rules refreshed"
msgstr "Provider Firewall Rules refreshed"
#: nova/virt/firewall.py:370
#, python-format
msgid "Adding security group rule: %r"
msgstr "Adding security group rule: %r"
#: nova/virt/firewall.py:501 nova/virt/xenapi/firewall.py:75
#, python-format
msgid "Adding provider rule: %s"
msgstr "Adding provider rule: %s"
#: nova/virt/images.py:86
msgid "'qemu-img info' parsing failed."
msgstr "'qemu-img info' parsing failed."
#: nova/virt/images.py:92
#, python-format
msgid "fmt=%(fmt)s backed by: %(backing_file)s"
msgstr "fmt=%(fmt)s backed by: %(backing_file)s"
#: nova/virt/images.py:105
#, python-format
msgid ""
"%(base)s virtual size %(disk_size)s larger than flavor root disk size "
"%(size)s"
msgstr ""
#: nova/virt/images.py:122
#, python-format
msgid "Converted to raw, but format is now %s"
msgstr "Converted to raw, but format is now %s"
#: nova/virt/storage_users.py:63 nova/virt/storage_users.py:101
#, python-format
msgid "Cannot decode JSON from %(id_path)s"
msgstr ""
#: nova/virt/baremetal/common.py:27
msgid "Connection failed"
msgstr ""
#: nova/virt/baremetal/common.py:65
msgid "Connection error"
msgstr ""
#: nova/virt/baremetal/driver.py:87
#, python-format
msgid "Request for baremetal node %s sent to wrong service host"
msgstr ""
#: nova/virt/baremetal/driver.py:141
msgid "cpu_arch is not found in flavor_extra_specs"
msgstr ""
#: nova/virt/baremetal/driver.py:180
#, python-format
msgid "Baremetal node id not supplied to driver for %r"
msgstr ""
#: nova/virt/baremetal/driver.py:283
#, python-format
msgid "Error deploying instance %(instance)s on baremetal node %(node)s."
msgstr ""
#: nova/virt/baremetal/driver.py:358
#, python-format
msgid "Baremetal power manager failed to restart node for instance %r"
msgstr ""
#: nova/virt/baremetal/driver.py:369
#, fuzzy, python-format
msgid "Destroy called on non-existing instance %s"
msgstr "get_info called for instance"
#: nova/virt/baremetal/driver.py:387
#, python-format
msgid "Error from baremetal driver during destroy: %s"
msgstr ""
#: nova/virt/baremetal/driver.py:392
#, python-format
msgid "Error while recording destroy failure in baremetal database: %s"
msgstr ""
#: nova/virt/baremetal/driver.py:407
#, python-format
msgid "Baremetal power manager failed to stop node for instance %r"
msgstr ""
#: nova/virt/baremetal/driver.py:420
#, python-format
msgid "Baremetal power manager failed to start node for instance %r"
msgstr ""
#: nova/virt/baremetal/iboot_pdu.py:51
msgid "iboot PDU relay ID must be an integer."
msgstr ""
#: nova/virt/baremetal/iboot_pdu.py:62
msgid "iboot PDU port must be an integer."
msgstr ""
#: nova/virt/baremetal/iboot_pdu.py:89
#: nova/virt/baremetal/virtual_power_driver.py:157
#, python-format
msgid "activate_node name %s"
msgstr ""
#: nova/virt/baremetal/iboot_pdu.py:101
#, python-format
msgid "reboot_node: %s"
msgstr ""
#: nova/virt/baremetal/iboot_pdu.py:114
#: nova/virt/baremetal/virtual_power_driver.py:180
#, python-format
msgid "deactivate_node name %s"
msgstr ""
#: nova/virt/baremetal/iboot_pdu.py:127
#: nova/virt/baremetal/virtual_power_driver.py:193
#, python-format
msgid "Checking if %s is running"
msgstr ""
#: nova/virt/baremetal/ipmi.py:88
#, fuzzy, python-format
msgid "pid file %s does not contain any pid"
msgstr "href %s does not contain version"
#: nova/virt/baremetal/ipmi.py:111
msgid "Node id not supplied to IPMI"
msgstr ""
#: nova/virt/baremetal/ipmi.py:114
#, fuzzy
msgid "Address not supplied to IPMI"
msgstr "Address not specified"
#: nova/virt/baremetal/ipmi.py:117
#, fuzzy
msgid "User not supplied to IPMI"
msgstr "pause not supported for vmwareapi"
#: nova/virt/baremetal/ipmi.py:120
#, fuzzy
msgid "Password not supplied to IPMI"
msgstr "pause not supported for vmwareapi"
#: nova/virt/baremetal/ipmi.py:137
#, fuzzy, python-format
msgid "ipmitool stdout: '%(out)s', stderr: '%(err)s'"
msgstr ""
"CLI output:\n"
" stdout: %(out)s\n"
" stderr: %(err)s"
#: nova/virt/baremetal/ipmi.py:153
#, python-format
msgid "IPMI power on failed after %d tries"
msgstr ""
#: nova/virt/baremetal/ipmi.py:163
msgid "IPMI power on failed"
msgstr ""
#: nova/virt/baremetal/ipmi.py:180
#, python-format
msgid "IPMI power off failed after %d tries"
msgstr ""
#: nova/virt/baremetal/ipmi.py:190
msgid "IPMI power off failed"
msgstr ""
#: nova/virt/baremetal/ipmi.py:201
msgid "IPMI set next bootdev failed"
msgstr ""
#: nova/virt/baremetal/ipmi.py:213 nova/virt/baremetal/tilera_pdu.py:152
#, python-format
msgid "Activate node called, but node %s is already active"
msgstr ""
#: nova/virt/baremetal/pxe.py:110
#, python-format
msgid "Building PXE config for deployment %s."
msgstr ""
#: nova/virt/baremetal/pxe.py:224
#, python-format
msgid ""
"Can not activate PXE bootloader. The following boot parameters were not "
"passed to baremetal driver: %s"
msgstr ""
#: nova/virt/baremetal/pxe.py:248 nova/virt/baremetal/tilera.py:131
#, fuzzy, python-format
msgid "Fetching kernel and ramdisk for instance %s"
msgstr "floating IP allocation for instance |%s|"
#: nova/virt/baremetal/pxe.py:280 nova/virt/baremetal/tilera.py:162
#, fuzzy, python-format
msgid "Fetching image %(ami)s for instance %(name)s"
msgstr "Fetching image '%s' from glance"
#: nova/virt/baremetal/pxe.py:321 nova/virt/baremetal/tilera.py:199
#, fuzzy, python-format
msgid "Injecting files into image for instance %(name)s"
msgstr "Injecting %(injection)s into image %(img_id)s"
#: nova/virt/baremetal/pxe.py:465 nova/virt/baremetal/tilera.py:317
#, python-format
msgid "Node associated with another instance while waiting for deploy of %s"
msgstr ""
#: nova/virt/baremetal/pxe.py:472
#, fuzzy, python-format
msgid "PXE deploy started for instance %s"
msgstr "empty project id for instance %s"
#: nova/virt/baremetal/pxe.py:477
#, fuzzy, python-format
msgid "PXE deploy completed for instance %s"
msgstr "Get console output for instance %s"
#: nova/virt/baremetal/pxe.py:481
#, fuzzy, python-format
msgid "PXE deploy failed for instance %s"
msgstr "empty project id for instance %s"
#: nova/virt/baremetal/pxe.py:483 nova/virt/baremetal/tilera.py:342
#, python-format
msgid "Baremetal node deleted while waiting for deployment of instance %s"
msgstr ""
#: nova/virt/baremetal/pxe.py:488
#, fuzzy, python-format
msgid "Timeout reached while waiting for PXE deploy of instance %s"
msgstr "Timeout while waiting on RPC response."
#: nova/virt/baremetal/tilera.py:106
#, python-format
msgid ""
"Can not activate Tilera bootloader. The following boot parameters were "
"not passed to baremetal driver: %s"
msgstr ""
#: nova/virt/baremetal/tilera.py:323
#, fuzzy, python-format
msgid "Tilera deploy started for instance %s"
msgstr "empty project id for instance %s"
#: nova/virt/baremetal/tilera.py:329
#, fuzzy, python-format
msgid "Tilera deploy completed for instance %s"
msgstr "Get console output for instance %s"
#: nova/virt/baremetal/tilera.py:337
msgid "Node is unknown error state."
msgstr "Node is unknown error state."
#: nova/virt/baremetal/tilera.py:340
#, fuzzy, python-format
msgid "Tilera deploy failed for instance %s"
msgstr "Unable to find host for Instance %s"
#: nova/virt/baremetal/tilera_pdu.py:83
msgid "Node id not supplied to PDU"
msgstr ""
#: nova/virt/baremetal/tilera_pdu.py:86
#, fuzzy
msgid "Address not supplied to PDU"
msgstr "Address not specified"
#: nova/virt/baremetal/tilera_pdu.py:89
#, fuzzy
msgid "User not supplied to PDU"
msgstr "pause not supported for vmwareapi"
#: nova/virt/baremetal/tilera_pdu.py:92
msgid "Password not supplied to PDU"
msgstr ""
#: nova/virt/baremetal/tilera_pdu.py:116
#, fuzzy
msgid "PDU failed"
msgstr "Create failed"
#: nova/virt/baremetal/tilera_pdu.py:133
msgid "PDU power on failed"
msgstr ""
#: nova/virt/baremetal/tilera_pdu.py:146
msgid "PDU power off failed"
msgstr ""
#: nova/virt/baremetal/utils.py:44 nova/virt/libvirt/driver.py:2570
#, python-format
msgid "Image %s not found on disk storage. Continue without injecting data"
msgstr ""
#: nova/virt/baremetal/utils.py:47
#, fuzzy, python-format
msgid "Failed to inject data into image %(image)s. Error: %(e)s"
msgstr "Ignoring error injecting data into image %(img_id)s (%(e)s)"
#: nova/virt/baremetal/utils.py:58
#, fuzzy, python-format
msgid "Failed to unlink %(path)s, error: %(e)s"
msgstr "Failed to load plugin %(plug)s: %(exc)s"
#: nova/virt/baremetal/utils.py:67
#, fuzzy, python-format
msgid "Failed to remove dir %(path)s, error: %(e)s"
msgstr "Failed to remove %(base_file)s, error was %(error)s"
#: nova/virt/baremetal/utils.py:83
#, fuzzy, python-format
msgid "Failed to create symlink from %(source)s to %(link)s, error: %(e)s"
msgstr "Failed to create Difference Disk from %(base)s to %(target)s"
#: nova/virt/baremetal/vif_driver.py:38
#, python-format
msgid "plug: instance_uuid=%(uuid)s vif=%(vif)s"
msgstr ""
#: nova/virt/baremetal/vif_driver.py:50
#, python-format
msgid "pif:%(id)s is plugged (vif_uuid=%(vif_uuid)s)"
msgstr ""
#: nova/virt/baremetal/vif_driver.py:57
#, python-format
msgid ""
"Baremetal node: %(id)s has no available physical interface for virtual "
"interface %(vif_uuid)s"
msgstr ""
#: nova/virt/baremetal/vif_driver.py:63
#, python-format
msgid "unplug: instance_uuid=%(uuid)s vif=%(vif)s"
msgstr ""
#: nova/virt/baremetal/vif_driver.py:70
#, python-format
msgid "pif:%(id)s is unplugged (vif_uuid=%(vif_uuid)s)"
msgstr ""
#: nova/virt/baremetal/vif_driver.py:74
#, python-format
msgid "no pif for vif_uuid=%s"
msgstr ""
#: nova/virt/baremetal/virtual_power_driver.py:87
#, python-format
msgid "Setting up %s commands."
msgstr ""
#: nova/virt/baremetal/virtual_power_driver.py:107
msgid "virtual_power_ssh_host not defined. Can not Start"
msgstr ""
#: nova/virt/baremetal/virtual_power_driver.py:111
msgid "virtual_power_host_user not defined. Can not Start"
msgstr ""
#: nova/virt/baremetal/virtual_power_driver.py:117
msgid "virtual_power_host_pass/key not set. Can not Start"
msgstr ""
#: nova/virt/baremetal/virtual_power_driver.py:135
msgid "Getting full node list."
msgstr ""
#: nova/virt/baremetal/virtual_power_driver.py:141
#, python-format
msgid "Looking up Name for Mac address %s."
msgstr ""
#: nova/virt/baremetal/virtual_power_driver.py:169
#, python-format
msgid "reset node: %s"
msgstr ""
#: nova/virt/baremetal/virtual_power_driver.py:196
#, python-format
msgid "Node \"%(name)s\" with MAC address %(mac)s not found."
msgstr ""
#: nova/virt/baremetal/virtual_power_driver.py:230
#, python-format
msgid "Result for run_command: %s"
msgstr ""
#: nova/virt/baremetal/virtual_power_driver.py:233
#, python-format
msgid "Error running command: %s"
msgstr ""
#: nova/virt/baremetal/volume_driver.py:124
#, python-format
msgid "baremetal driver was unable to delete tid %s"
msgstr ""
#: nova/virt/baremetal/volume_driver.py:195 nova/virt/hyperv/volumeops.py:189
#: nova/virt/libvirt/driver.py:1143
msgid "Could not determine iscsi initiator name"
msgstr "Could not determine iscsi initiator name"
#: nova/virt/baremetal/volume_driver.py:234
#, fuzzy, python-format
msgid "No fixed PXE IP is associated to %s"
msgstr "No fixed ips associated to instance"
#: nova/virt/baremetal/volume_driver.py:288
#, python-format
msgid "detach volume could not find tid for %s"
msgstr ""
#: nova/virt/baremetal/db/sqlalchemy/api.py:198
msgid "instance_uuid must be supplied to bm_node_associate_and_update"
msgstr ""
#: nova/virt/baremetal/db/sqlalchemy/api.py:210
#, python-format
msgid "Failed to associate instance %(i_uuid)s to baremetal node %(n_uuid)s."
msgstr ""
#: nova/virt/baremetal/db/sqlalchemy/api.py:245
#: nova/virt/baremetal/db/sqlalchemy/api.py:287
#, fuzzy, python-format
msgid "Baremetal interface %s not found"
msgstr "partition %s not found"
#: nova/virt/baremetal/db/sqlalchemy/api.py:297
#, fuzzy, python-format
msgid "Baremetal interface %s already in use"
msgstr "Virtual Interface creation failed"
#: nova/virt/baremetal/db/sqlalchemy/api.py:310
#, fuzzy, python-format
msgid "Baremetal virtual interface %s not found"
msgstr "partition %s not found"
#: nova/virt/disk/api.py:128
#, python-format
msgid ""
"Checking the file system with e2fsck has failed, the resize will be "
"aborted. (%s)"
msgstr ""
#: nova/virt/disk/api.py:162
#, python-format
msgid "Resizing the file system with resize2fs has failed with error: %s"
msgstr ""
#: nova/virt/disk/api.py:184
#, python-format
msgid "Checking if we can resize image %(image)s. size=%(size)s"
msgstr ""
#: nova/virt/disk/api.py:190
#, python-format
msgid "Cannot resize image %s to a smaller size."
msgstr ""
#: nova/virt/disk/api.py:198
#, python-format
msgid "Checking if we can resize filesystem inside %(image)s. CoW=%(use_cow)s"
msgstr ""
#: nova/virt/disk/api.py:208
#, python-format
msgid "Unable to mount image %(image)s with error %(error)s. Cannot resize."
msgstr ""
#: nova/virt/disk/api.py:218
#, python-format
msgid ""
"Unable to determine label for image %(image)s with error %(error)s. "
"Cannot resize."
msgstr ""
#: nova/virt/disk/api.py:285
msgid "image already mounted"
msgstr "image already mounted"
#: nova/virt/disk/api.py:341
#, python-format
msgid ""
"Inject data image=%(image)s key=%(key)s net=%(net)s metadata=%(metadata)s"
" admin_password=<SANITIZED> files=%(files)s partition=%(partition)s "
"use_cow=%(use_cow)s"
msgstr ""
#: nova/virt/disk/api.py:359
#, fuzzy, python-format
msgid "Ignoring error injecting data into image (%(e)s)"
msgstr "Ignoring error injecting data into image %(img_id)s (%(e)s)"
#: nova/virt/disk/api.py:381
#, python-format
msgid ""
"Failed to mount container filesystem '%(image)s' on '%(target)s': "
"%(errors)s"
msgstr ""
"Failed to mount container filesystem '%(image)s' on '%(target)s': "
"%(errors)s"
#: nova/virt/disk/api.py:403 nova/virt/disk/mount/loop.py:57
#, fuzzy, python-format
msgid "Release loop device %s"
msgstr "Release address %s"
#: nova/virt/disk/api.py:407 nova/virt/disk/mount/nbd.py:125
#, fuzzy, python-format
msgid "Release nbd device %s"
msgstr "No free nbd devices"
#: nova/virt/disk/api.py:411
#, python-format
msgid "Failed to teardown container filesystem: %s"
msgstr ""
#: nova/virt/disk/api.py:424
#, fuzzy, python-format
msgid "Failed to umount container filesystem: %s"
msgstr "Failed to unmount container filesystem: %s"
#: nova/virt/disk/api.py:449
#, fuzzy, python-format
msgid "Ignoring error injecting %(inject)s into image (%(e)s)"
msgstr "Ignoring error injecting data into image %(img_id)s (%(e)s)"
#: nova/virt/disk/api.py:468
#, python-format
msgid "Inject file fs=%(fs)s path=%(path)s append=%(append)s"
msgstr ""
#: nova/virt/disk/api.py:477
#, python-format
msgid "Inject metadata fs=%(fs)s metadata=%(metadata)s"
msgstr ""
#: nova/virt/disk/api.py:517
#, python-format
msgid "Inject key fs=%(fs)s key=%(key)s"
msgstr ""
#: nova/virt/disk/api.py:545
#, python-format
msgid "Inject key fs=%(fs)s net=%(net)s"
msgstr ""
#: nova/virt/disk/api.py:570
#, python-format
msgid "Inject admin password fs=%(fs)s admin_passwd=<SANITIZED>"
msgstr ""
#: nova/virt/disk/api.py:609
msgid "Not implemented on Windows"
msgstr "Not implemented on Windows"
#: nova/virt/disk/api.py:638
#, python-format
msgid "User %(username)s not found in password file."
msgstr "User %(username)s not found in password file."
#: nova/virt/disk/api.py:654
#, python-format
msgid "User %(username)s not found in shadow file."
msgstr "User %(username)s not found in shadow file."
#: nova/virt/disk/mount/api.py:40
#, python-format
msgid ""
"Instance for format imgfile=%(imgfile)s mountdir=%(mountdir)s "
"partition=%(partition)s imgfmt=%(imgfmt)s"
msgstr ""
#: nova/virt/disk/mount/api.py:46 nova/virt/disk/mount/api.py:64
#: nova/virt/disk/vfs/localfs.py:66
msgid "Using LoopMount"
msgstr ""
#: nova/virt/disk/mount/api.py:51 nova/virt/disk/mount/api.py:69
#: nova/virt/disk/vfs/localfs.py:71
msgid "Using NbdMount"
msgstr ""
#: nova/virt/disk/mount/api.py:58
#, python-format
msgid ""
"Instance for device imgfile=%(imgfile)s mountdir=%(mountdir)s "
"partition=%(partition)s device=%(device)s"
msgstr ""
#: nova/virt/disk/mount/api.py:120
msgid "Device allocation failed. Will retry in 2 seconds."
msgstr ""
#: nova/virt/disk/mount/api.py:123
msgid "Device allocation failed after repeated retries."
msgstr ""
#: nova/virt/disk/mount/api.py:138
#, fuzzy, python-format
msgid "Map dev %s"
msgstr "Import key %s"
#: nova/virt/disk/mount/api.py:143
#, python-format
msgid "partition search unsupported with %s"
msgstr "partition search unsupported with %s"
#: nova/virt/disk/mount/api.py:159
#, python-format
msgid "partition %s not found"
msgstr "partition %s not found"
#: nova/virt/disk/mount/api.py:160
#, python-format
msgid "Failed to map partitions: %s"
msgstr "Failed to map partitions: %s"
#: nova/virt/disk/mount/api.py:182
#, python-format
msgid "Unmap dev %s"
msgstr ""
#: nova/virt/disk/mount/api.py:190
#, python-format
msgid "Mount %(dev)s on %(dir)s"
msgstr ""
#: nova/virt/disk/mount/api.py:195
#, python-format
msgid "Failed to mount filesystem: %s"
msgstr "Failed to mount filesystem: %s"
#: nova/virt/disk/mount/api.py:207
#, python-format
msgid "Umount %s"
msgstr ""
#: nova/virt/disk/mount/api.py:221
#, fuzzy
msgid "Fail to mount, tearing back down"
msgstr "Failed to spawn, rolling back"
#: nova/virt/disk/mount/loop.py:32
#, python-format
msgid "Could not attach image to loopback: %s"
msgstr "Could not attach image to loopback: %s"
#: nova/virt/disk/mount/loop.py:33
#, fuzzy, python-format
msgid "Loop mount error: %s"
msgstr "qemu-nbd error: %s"
#: nova/virt/disk/mount/loop.py:39
#, fuzzy, python-format
msgid "Got loop device %s"
msgstr "Found no PIF for device %s"
#: nova/virt/disk/mount/nbd.py:57
#, python-format
msgid "NBD error - previous umount did not cleanup /var/lock/qemu-nbd-%s."
msgstr ""
#: nova/virt/disk/mount/nbd.py:59 nova/virt/disk/mount/nbd.py:73
msgid "No free nbd devices"
msgstr "No free nbd devices"
#: nova/virt/disk/mount/nbd.py:64
#, fuzzy
msgid "nbd module not loaded"
msgstr "nbd unavailable: module not loaded"
#: nova/virt/disk/mount/nbd.py:65
msgid "nbd unavailable: module not loaded"
msgstr "nbd unavailable: module not loaded"
#: nova/virt/disk/mount/nbd.py:85
#, python-format
msgid "Get nbd device %(dev)s for %(imgfile)s"
msgstr ""
#: nova/virt/disk/mount/nbd.py:90
#, python-format
msgid "qemu-nbd error: %s"
msgstr "qemu-nbd error: %s"
#: nova/virt/disk/mount/nbd.py:91 nova/virt/disk/mount/nbd.py:104
#, fuzzy, python-format
msgid "NBD mount error: %s"
msgstr "qemu-nbd error: %s"
#: nova/virt/disk/mount/nbd.py:103
#, python-format
msgid "nbd device %s did not show up"
msgstr "nbd device %s did not show up"
#: nova/virt/disk/mount/nbd.py:110
#, python-format
msgid "Detaching from erroneous nbd device returned error: %s"
msgstr ""
#: nova/virt/disk/vfs/api.py:26
#, python-format
msgid ""
"Instance for image imgfile=%(imgfile)s imgfmt=%(imgfmt)s "
"partition=%(partition)s"
msgstr ""
#: nova/virt/disk/vfs/api.py:32
#, fuzzy
msgid "Trying to import guestfs"
msgstr "Unable to import suds."
#: nova/virt/disk/vfs/api.py:39
msgid "Using primary VFSGuestFS"
msgstr ""
#: nova/virt/disk/vfs/api.py:44
msgid "Falling back to VFSLocalFS"
msgstr ""
#: nova/virt/disk/vfs/guestfs.py:51
#, python-format
msgid "Mount guest OS image %(imgfile)s partition %(part)s"
msgstr ""
#: nova/virt/disk/vfs/guestfs.py:60
#, fuzzy, python-format
msgid "Inspecting guest OS image %s"
msgstr "Deleting image %s"
#: nova/virt/disk/vfs/guestfs.py:64
#, fuzzy, python-format
msgid "No operating system found in %s"
msgstr "Floating ip not found for id %s"
#: nova/virt/disk/vfs/guestfs.py:68
#, python-format
msgid "Multi-boot OS %(roots)s"
msgstr ""
#: nova/virt/disk/vfs/guestfs.py:70
#, python-format
msgid "Multi-boot operating system found in %s"
msgstr ""
#: nova/virt/disk/vfs/guestfs.py:76
#, fuzzy, python-format
msgid "Inspecting guest OS root filesystem %s"
msgstr "Failed to mount filesystem: %s"
#: nova/virt/disk/vfs/guestfs.py:81
#, python-format
msgid "No mount points found in %(root)s of %(imgfile)s"
msgstr ""
#: nova/virt/disk/vfs/guestfs.py:89
#, python-format
msgid "Mounting %(dev)s at %(dir)s"
msgstr ""
#: nova/virt/disk/vfs/guestfs.py:95
#, python-format
msgid ""
"Error mounting %(device)s to %(dir)s in image %(imgfile)s with libguestfs"
" (%(e)s)"
msgstr ""
#: nova/virt/disk/vfs/guestfs.py:105
#, python-format
msgid "Setting up appliance for %(imgfile)s %(imgfmt)s"
msgstr ""
#: nova/virt/disk/vfs/guestfs.py:131
#, python-format
msgid "Error mounting %(imgfile)s with libguestfs (%(e)s)"
msgstr ""
#: nova/virt/disk/vfs/guestfs.py:141
#, fuzzy
msgid "Tearing down appliance"
msgstr "Starting instance"
#: nova/virt/disk/vfs/guestfs.py:147
#, fuzzy, python-format
msgid "Failed to close augeas %s"
msgstr "Failed to live migrate VM %s"
#: nova/virt/disk/vfs/guestfs.py:155
#, python-format
msgid "Failed to shutdown appliance %s"
msgstr ""
#: nova/virt/disk/vfs/guestfs.py:163
#, fuzzy, python-format
msgid "Failed to close guest handle %s"
msgstr "Failed to understand rule %(rule)s"
#: nova/virt/disk/vfs/guestfs.py:175 nova/virt/disk/vfs/localfs.py:100
#, python-format
msgid "Make directory path=%s"
msgstr ""
#: nova/virt/disk/vfs/guestfs.py:180 nova/virt/disk/vfs/localfs.py:105
#, python-format
msgid "Append file path=%s"
msgstr ""
#: nova/virt/disk/vfs/guestfs.py:185 nova/virt/disk/vfs/localfs.py:114
#, python-format
msgid "Replace file path=%s"
msgstr ""
#: nova/virt/disk/vfs/guestfs.py:190 nova/virt/disk/vfs/localfs.py:123
#, python-format
msgid "Read file path=%s"
msgstr ""
#: nova/virt/disk/vfs/guestfs.py:195 nova/virt/disk/vfs/localfs.py:129
#, python-format
msgid "Has file path=%s"
msgstr ""
#: nova/virt/disk/vfs/guestfs.py:204
#, python-format
msgid "Set permissions path=%(path)s mode=%(mode)s"
msgstr ""
#: nova/virt/disk/vfs/guestfs.py:210
#, python-format
msgid "Set ownership path=%(path)s user=%(user)s group=%(group)s"
msgstr ""
#: nova/virt/disk/vfs/guestfs.py:224
#, python-format
msgid "chown uid=%(uid)d gid=%(gid)s"
msgstr ""
#: nova/virt/disk/vfs/localfs.py:45
#, fuzzy, python-format
msgid "File path %s not valid"
msgstr "injected file path not valid"
#: nova/virt/disk/vfs/localfs.py:80
#, fuzzy, python-format
msgid "Failed to mount image %(ex)s)"
msgstr "Failed to update agent: %(resp)r"
#: nova/virt/disk/vfs/localfs.py:88
#, fuzzy, python-format
msgid "Failed to unmount %(imgdir)s: %(ex)s"
msgstr "Failed to load plugin %(plug)s: %(exc)s"
#: nova/virt/disk/vfs/localfs.py:94
#, fuzzy, python-format
msgid "Failed to remove %(imgdir)s: %(ex)s"
msgstr "Failed to schedule_%(method)s: %(ex)s"
#: nova/virt/disk/vfs/localfs.py:137
#, python-format
msgid "Set permissions path=%(path)s mode=%(mode)o"
msgstr ""
#: nova/virt/disk/vfs/localfs.py:143
#, python-format
msgid "Set permissions path=%(path)s user=%(user)s group=%(group)s"
msgstr ""
#: nova/virt/hyperv/basevolumeutils.py:71
msgid "The ISCSI initiator name can't be found. Choosing the default one"
msgstr "The ISCSI initiator name can't be found. Choosing the default one"
#: nova/virt/hyperv/driver.py:165
msgid "VIF plugging is not supported by the Hyper-V driver."
msgstr ""
#: nova/virt/hyperv/driver.py:170
msgid "VIF unplugging is not supported by the Hyper-V driver."
msgstr ""
#: nova/virt/hyperv/driver.py:174
msgid "ensure_filtering_rules_for_instance called"
msgstr "ensure_filtering_rules_for_instance called"
#: nova/virt/hyperv/driver.py:178
msgid "unfilter_instance called"
msgstr "unfilter_instance called"
#: nova/virt/hyperv/hostops.py:92
#, python-format
msgid "Windows version: %s "
msgstr "Windows version: %s "
#: nova/virt/hyperv/hostops.py:104
msgid "get_available_resource called"
msgstr "get_available_resource called"
#: nova/virt/hyperv/hostops.py:138 nova/virt/libvirt/driver.py:5299
#: nova/virt/xenapi/host.py:232
msgid "Updating host stats"
msgstr "Updating host stats"
#: nova/virt/hyperv/hostops.py:164
#, fuzzy
msgid "get_host_stats called"
msgstr "get_console_output called"
#: nova/virt/hyperv/hostops.py:179
#, fuzzy, python-format
msgid "Host IP address is: %s"
msgstr "Release address %s"
#: nova/virt/hyperv/imagecache.py:65
#, python-format
msgid ""
"Cannot resize the image to a size smaller than the VHD max. internal "
"size: %(vhd_size)s. Requested disk size: %(root_vhd_size)s"
msgstr ""
#: nova/virt/hyperv/imagecache.py:80
#, fuzzy, python-format
msgid "Copying VHD %(vhd_path)s to %(resized_vhd_path)s"
msgstr "Copying VHD %(src_vhd_path)s to %(dest_vhd_path)s"
#: nova/virt/hyperv/imagecache.py:85
#, python-format
msgid "Resizing VHD %(resized_vhd_path)s to new size %(root_vhd_size)s"
msgstr ""
#: nova/virt/hyperv/livemigrationops.py:39
msgid "Live migration is supported starting with Hyper-V Server 2012"
msgstr ""
#: nova/virt/hyperv/livemigrationops.py:62
msgid "live_migration called"
msgstr "live_migration called"
#: nova/virt/hyperv/livemigrationops.py:72
#, python-format
msgid "Calling live migration recover_method for instance: %s"
msgstr "Calling live migration recover_method for instance: %s"
#: nova/virt/hyperv/livemigrationops.py:76
#, python-format
msgid "Calling live migration post_method for instance: %s"
msgstr "Calling live migration post_method for instance: %s"
#: nova/virt/hyperv/livemigrationops.py:83
msgid "pre_live_migration called"
msgstr "pre_live_migration called"
#: nova/virt/hyperv/livemigrationops.py:97
msgid "post_live_migration_at_destination called"
msgstr "post_live_migration_at_destination called"
#: nova/virt/hyperv/livemigrationops.py:105
#, fuzzy
msgid "check_can_live_migrate_destination called"
msgstr "post_live_migration_at_destination called"
#: nova/virt/hyperv/livemigrationops.py:111
#, fuzzy
msgid "check_can_live_migrate_destination_cleanup called"
msgstr "post_live_migration_at_destination called"
#: nova/virt/hyperv/livemigrationops.py:116
#, fuzzy
msgid "check_can_live_migrate_source called"
msgstr "pre_live_migration called"
#: nova/virt/hyperv/livemigrationutils.py:43
#, fuzzy, python-format
msgid "Live migration is not supported on target host \"%s\""
msgstr "Live migration is not enabled on this host"
#: nova/virt/hyperv/livemigrationutils.py:46
#, fuzzy, python-format
msgid "Target live migration host \"%s\" is unreachable"
msgstr "Starting live migration for instance: %s"
#: nova/virt/hyperv/livemigrationutils.py:49
#, fuzzy, python-format
msgid "Live migration failed: %s"
msgstr "Live Migration failure: %(e)s"
#: nova/virt/hyperv/livemigrationutils.py:61
msgid "Live migration is not enabled on this host"
msgstr "Live migration is not enabled on this host"
#: nova/virt/hyperv/livemigrationutils.py:64
msgid "Live migration networks are not configured on this host"
msgstr "Live migration networks are not configured on this host"
#: nova/virt/hyperv/livemigrationutils.py:70 nova/virt/hyperv/vmutils.py:144
#, fuzzy, python-format
msgid "VM not found: %s"
msgstr "Item not found"
#: nova/virt/hyperv/livemigrationutils.py:72 nova/virt/hyperv/vmutils.py:153
#, fuzzy, python-format
msgid "Duplicate VM name found: %s"
msgstr "duplicate name found: %s"
#: nova/virt/hyperv/livemigrationutils.py:77
#, fuzzy, python-format
msgid "Destroying existing remote planned VM: %s"
msgstr "Removing existing folder %s "
#: nova/virt/hyperv/livemigrationutils.py:99
#, python-format
msgid "Creating remote planned VM for VM: %s"
msgstr ""
#: nova/virt/hyperv/livemigrationutils.py:156
#, python-format
msgid ""
"Replacing host resource %(old_disk_path)s with %(new_disk_path)s on "
"planned VM %(vm_name)s"
msgstr ""
#: nova/virt/hyperv/livemigrationutils.py:165
#, python-format
msgid "Updating remote planned VM disk paths for VM: %s"
msgstr ""
#: nova/virt/hyperv/livemigrationutils.py:201
#, fuzzy, python-format
msgid "Starting live migration for VM: %s"
msgstr "Starting live migration for instance: %s"
#: nova/virt/hyperv/livemigrationutils.py:210
#, python-format
msgid "Getting live migration networks for remote host: %s"
msgstr "Getting live migration networks for remote host: %s"
#: nova/virt/hyperv/migrationops.py:50
msgid "Migration target is the source host"
msgstr ""
#: nova/virt/hyperv/migrationops.py:52
#, fuzzy, python-format
msgid "Migration target host: %s"
msgstr "Updating agent to %s"
#: nova/virt/hyperv/migrationops.py:73
#, python-format
msgid "Copying disk \"%(disk_file)s\" to \"%(dest_path)s\""
msgstr ""
#: nova/virt/hyperv/migrationops.py:97
msgid "Cannot cleanup migration files"
msgstr ""
#: nova/virt/hyperv/migrationops.py:105
#, python-format
msgid ""
"Cannot resize the root disk to a smaller size. Current size: "
"%(curr_root_gb)s GB. Requested size: %(new_root_gb)s GB"
msgstr ""
#: nova/virt/hyperv/migrationops.py:113
#, fuzzy
msgid "migrate_disk_and_power_off called"
msgstr "Starting migrate_disk_and_power_off"
#: nova/virt/hyperv/migrationops.py:133
msgid "confirm_migration called"
msgstr "confirm_migration called"
#: nova/virt/hyperv/migrationops.py:148
msgid "finish_revert_migration called"
msgstr "finish_revert_migration called"
#: nova/virt/hyperv/migrationops.py:170
#, 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:176
#, fuzzy, python-format
msgid ""
"Reconnecting copied base VHD %(base_vhd_copy_path)s and diff VHD "
"%(diff_vhd_path)s"
msgstr ""
"Reconnecting copied base VHD %(dest_base_disk_path)s and diff VHD "
"%(dest_vhd_path)s"
#: nova/virt/hyperv/migrationops.py:184
#, 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:200
msgid "Cannot resize a VHD to a smaller size"
msgstr ""
#: nova/virt/hyperv/migrationops.py:207
#, python-format
msgid "Getting parent disk info for disk: %s"
msgstr ""
#: nova/virt/hyperv/migrationops.py:213
#, python-format
msgid "Resizing disk \"%(vhd_path)s\" to new max size %(new_size)s"
msgstr ""
#: nova/virt/hyperv/migrationops.py:225
#, fuzzy, python-format
msgid ""
"Reconnecting copied base VHD %(base_vhd_path)s and diff VHD "
"%(diff_vhd_path)s"
msgstr ""
"Reconnecting copied base VHD %(dest_base_disk_path)s and diff VHD "
"%(dest_vhd_path)s"
#: nova/virt/hyperv/migrationops.py:236
msgid "finish_migration called"
msgstr "finish_migration called"
#: nova/virt/hyperv/migrationops.py:245
#, python-format
msgid "Cannot find boot VHD file for instance: %s"
msgstr ""
#: nova/virt/hyperv/networkutils.py:45 nova/virt/hyperv/networkutilsv2.py:42
#, fuzzy, python-format
msgid "vswitch \"%s\" not found"
msgstr "partition %s not found"
#: nova/virt/hyperv/networkutils.py:58
#, fuzzy, python-format
msgid "Failed to create vswitch port %(port_name)s on switch %(vswitch_path)s"
msgstr "Created switch port %(vm_name)s on switch %(ext_path)s"
#: nova/virt/hyperv/networkutilsv2.py:55
msgid "No external vswitch found"
msgstr ""
#: nova/virt/hyperv/pathutils.py:71
#, python-format
msgid "The file copy from %(src)s to %(dest)s failed"
msgstr ""
#: nova/virt/hyperv/pathutils.py:93
#, fuzzy, python-format
msgid "Creating directory: %s"
msgstr "Creating directory with path %s"
#: nova/virt/hyperv/pathutils.py:98 nova/virt/hyperv/snapshotops.py:122
#, fuzzy, python-format
msgid "Removing directory: %s"
msgstr "Creating directory with path %s"
#: nova/virt/hyperv/rdpconsoleops.py:31
msgid "get_rdp_console called"
msgstr ""
#: nova/virt/hyperv/rdpconsoleops.py:36
#, python-format
msgid "RDP console: %(host)s:%(port)s, %(vm_id)s"
msgstr ""
#: nova/virt/hyperv/snapshotops.py:53
#, python-format
msgid "Creating snapshot for instance %s"
msgstr "Creating snapshot for instance %s"
#: nova/virt/hyperv/snapshotops.py:62
#, python-format
msgid "Getting info for VHD %s"
msgstr "Getting info for VHD %s"
#: nova/virt/hyperv/snapshotops.py:70
#, python-format
msgid "Copying VHD %(src_vhd_path)s to %(dest_vhd_path)s"
msgstr "Copying VHD %(src_vhd_path)s to %(dest_vhd_path)s"
#: nova/virt/hyperv/snapshotops.py:81
#, python-format
msgid "Copying base disk %(src_vhd_path)s to %(dest_base_disk_path)s"
msgstr "Copying base disk %(src_vhd_path)s to %(dest_base_disk_path)s"
#: nova/virt/hyperv/snapshotops.py:88
#, python-format
msgid ""
"Reconnecting copied base VHD %(dest_base_disk_path)s and diff VHD "
"%(dest_vhd_path)s"
msgstr ""
"Reconnecting copied base VHD %(dest_base_disk_path)s and diff VHD "
"%(dest_vhd_path)s"
#: nova/virt/hyperv/snapshotops.py:96
#, python-format
msgid "Merging base disk %(dest_base_disk_path)s and diff disk %(dest_vhd_path)s"
msgstr "Merging base disk %(dest_base_disk_path)s and diff disk %(dest_vhd_path)s"
#: nova/virt/hyperv/snapshotops.py:103
#, python-format
msgid ""
"Updating Glance image %(name)s with content from merged disk "
"%(image_vhd_path)s"
msgstr ""
#: nova/virt/hyperv/snapshotops.py:110
#, python-format
msgid "Snapshot image %(name)s updated for VM %(instance_name)s"
msgstr ""
#: nova/virt/hyperv/snapshotops.py:115
#, python-format
msgid "Removing snapshot %s"
msgstr "Removing snapshot %s"
#: nova/virt/hyperv/snapshotops.py:119
#, python-format
msgid "Failed to remove snapshot for VM %s"
msgstr "Failed to remove snapshot for VM %s"
#: nova/virt/hyperv/vhdutils.py:65 nova/virt/hyperv/vhdutilsv2.py:63
#, python-format
msgid "Unsupported disk format: %s"
msgstr ""
#: nova/virt/hyperv/vhdutils.py:150
#, python-format
msgid "The %(vhd_type)s type VHD is not supported"
msgstr ""
#: nova/virt/hyperv/vhdutils.py:161
#, python-format
msgid "Unable to obtain block size from VHD %(vhd_path)s"
msgstr ""
#: nova/virt/hyperv/vhdutils.py:208
msgid "Unsupported virtual disk format"
msgstr ""
#: nova/virt/hyperv/vhdutilsv2.py:134
msgid "Differencing VHDX images are not supported"
msgstr ""
#: nova/virt/hyperv/vhdutilsv2.py:157
#, python-format
msgid "Unable to obtain internal size from VHDX: %(vhd_path)s. Exception: %(ex)s"
msgstr ""
#: nova/virt/hyperv/vif.py:72
#, fuzzy, python-format
msgid "Creating vswitch port for instance: %s"
msgstr "Creating snapshot for instance %s"
#: nova/virt/hyperv/vmops.py:113
#, python-format
msgid "VIF driver not found for network_api_class: %s"
msgstr ""
#: nova/virt/hyperv/vmops.py:122
msgid "get_info called for instance"
msgstr "get_info called for instance"
#: nova/virt/hyperv/vmops.py:145
#, python-format
msgid ""
"Creating differencing VHD. Parent: %(base_vhd_path)s, Target: "
"%(root_vhd_path)s"
msgstr ""
#: nova/virt/hyperv/vmops.py:153
#, fuzzy, python-format
msgid "Copying VHD image %(base_vhd_path)s to target: %(root_vhd_path)s"
msgstr "Copying VHD %(src_vhd_path)s to %(dest_vhd_path)s"
#: nova/virt/hyperv/vmops.py:169
#, python-format
msgid ""
"Cannot resize a VHD to a smaller size, the original size is "
"%(base_vhd_size)s, the newer size is %(root_vhd_size)s"
msgstr ""
#: nova/virt/hyperv/vmops.py:176
#, fuzzy, python-format
msgid "Resizing VHD %(root_vhd_path)s to new size %(root_vhd_size)s"
msgstr "Copying VHD %(src_vhd_path)s to %(dest_vhd_path)s"
#: nova/virt/hyperv/vmops.py:206
#, fuzzy
msgid "Spawning new instance"
msgstr "Starting instance"
#: nova/virt/hyperv/vmops.py:268
msgid "Creating nic for instance"
msgstr ""
#: nova/virt/hyperv/vmops.py:280 nova/virt/vmwareapi/vmops.py:528
#, python-format
msgid "Invalid config_drive_format \"%s\""
msgstr ""
#: nova/virt/hyperv/vmops.py:283 nova/virt/vmwareapi/vmops.py:532
msgid "Using config drive for instance"
msgstr ""
#: nova/virt/hyperv/vmops.py:296 nova/virt/libvirt/driver.py:2719
#, python-format
msgid "Creating config drive at %(path)s"
msgstr "Creating config drive at %(path)s"
#: nova/virt/hyperv/vmops.py:304 nova/virt/libvirt/driver.py:2726
#: nova/virt/vmwareapi/vmops.py:557
#, fuzzy, python-format
msgid "Creating config drive failed with error: %s"
msgstr "Creating config drive at %(path)s"
#: nova/virt/hyperv/vmops.py:340
msgid "Got request to destroy instance"
msgstr ""
#: nova/virt/hyperv/vmops.py:359
#, fuzzy, python-format
msgid "Failed to destroy instance: %s"
msgstr "Failed to destroy vm %s"
#: nova/virt/hyperv/vmops.py:370
msgid "Pause instance"
msgstr "Pause instance"
#: nova/virt/hyperv/vmops.py:376
msgid "Unpause instance"
msgstr "Unpause instance"
#: nova/virt/hyperv/vmops.py:382
msgid "Suspend instance"
msgstr "Suspend instance"
#: nova/virt/hyperv/vmops.py:388
msgid "Resume instance"
msgstr "Resume instance"
#: nova/virt/hyperv/vmops.py:394
msgid "Power off instance"
msgstr "Power off instance"
#: nova/virt/hyperv/vmops.py:400
msgid "Power on instance"
msgstr "Power on instance"
#: nova/virt/hyperv/vmops.py:407
#, fuzzy, python-format
msgid "Successfully changed state of VM %(vm_name)s to: %(req_state)s"
msgstr "Successfully changed vm state of %(vm_name)s to %(req_state)s"
#: nova/virt/hyperv/vmops.py:412
#, python-format
msgid "Failed to change vm state of %(vm_name)s to %(req_state)s"
msgstr "Failed to change vm state of %(vm_name)s to %(req_state)s"
#: nova/virt/hyperv/vmutils.py:122
#, fuzzy, python-format
msgid "Cannot get VM summary data for: %s"
msgstr "Failed to get metadata for ip: %s"
#: nova/virt/hyperv/vmutils.py:213
msgid ""
"The Windows account running nova-compute on this Hyper-V host doesn't "
"have the required permissions to create or operate the virtual machine."
msgstr ""
#: nova/virt/hyperv/vmutils.py:223
#, fuzzy, python-format
msgid "Creating VM %s"
msgstr "Creating volume: %s"
#: nova/virt/hyperv/vmutils.py:228
#, fuzzy, python-format
msgid "Setting memory for vm %s"
msgstr "Set memory for vm %s..."
#: nova/virt/hyperv/vmutils.py:231
#, fuzzy, python-format
msgid "Set vCPUs for vm %s"
msgstr "Set vcpus for vm %s..."
#: nova/virt/hyperv/vmutils.py:392
#, python-format
msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s"
msgstr "Successfully changed vm state of %(vm_name)s to %(req_state)s"
#: nova/virt/hyperv/vmutils.py:441
#, python-format
msgid "Operation failed with return value: %s"
msgstr ""
#: nova/virt/hyperv/vmutils.py:457
#, python-format
msgid ""
"WMI job failed with status %(job_state)d. Error details: %(err_sum_desc)s"
" - %(err_desc)s - Error code: %(err_code)d"
msgstr ""
#: nova/virt/hyperv/vmutils.py:468
#, python-format
msgid "WMI job failed with status %(job_state)d. Error details: %(error)s"
msgstr ""
#: nova/virt/hyperv/vmutils.py:474
#, python-format
msgid "WMI job failed with status %d. No error description available"
msgstr ""
#: nova/virt/hyperv/vmutils.py:480
#, fuzzy, python-format
msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s"
msgstr "WMI job succeeded: %(desc)s, Elapsed=%(elap)s "
#: nova/virt/hyperv/vmutils.py:577
msgid "Metrics collection is not supported on this version of Hyper-V"
msgstr ""
#: nova/virt/hyperv/vmutilsv2.py:244
#, python-format
msgid "Metric not found: %s"
msgstr ""
#: nova/virt/hyperv/volumeops.py:93
#, python-format
msgid ""
"Already logged in on storage target. No need to login. Portal: "
"%(target_portal)s, IQN: %(target_iqn)s, LUN: %(target_lun)s"
msgstr ""
#: nova/virt/hyperv/volumeops.py:99
#, python-format
msgid ""
"Logging in on storage target. Portal: %(target_portal)s, IQN: "
"%(target_iqn)s, LUN: %(target_lun)s"
msgstr ""
#: nova/virt/hyperv/volumeops.py:114
#, fuzzy, python-format
msgid "Attach_volume: %(connection_info)s to %(instance_name)s"
msgstr "Attach_volume: %(connection_info)s, %(instance_name)s, %(mountpoint)s"
#: nova/virt/hyperv/volumeops.py:146
#, python-format
msgid "Unable to attach volume to instance %s"
msgstr "Unable to attach volume to instance %s"
#: nova/virt/hyperv/volumeops.py:161
#, python-format
msgid "Logging off storage target %s"
msgstr ""
#: nova/virt/hyperv/volumeops.py:166
#, fuzzy, python-format
msgid "Detach_volume: %(connection_info)s from %(instance_name)s"
msgstr "Detach_volume: %(connection_info)s, %(instance_name)s, %(mountpoint)s"
#: nova/virt/hyperv/volumeops.py:179
#, fuzzy, python-format
msgid "Detaching physical disk from instance: %s"
msgstr "Creating snapshot for instance %s"
#: nova/virt/hyperv/volumeops.py:207
#, python-format
msgid ""
"Attempt %d to get device_number from get_device_number_for_target failed."
" Retrying..."
msgstr ""
#: nova/virt/hyperv/volumeops.py:215 nova/virt/hyperv/volumeops.py:229
#, python-format
msgid "Unable to find a mounted disk for target_iqn: %s"
msgstr "Unable to find a mounted disk for target_iqn: %s"
#: nova/virt/hyperv/volumeops.py:217
#, python-format
msgid "Device number: %(device_number)s, target lun: %(target_lun)s"
msgstr ""
#: nova/virt/hyperv/volumeutils.py:50
#, python-format
msgid "An error has occurred when calling the iscsi initiator: %s"
msgstr "An error has occurred when calling the iscsi initiator: %s"
#: nova/virt/hyperv/volumeutils.py:97
#, python-format
msgid ""
"Attempt %(attempt)d to connect to target %(target_iqn)s failed. "
"Retrying. Exceptipn: %(exc)s "
msgstr ""
#: nova/virt/hyperv/volumeutils.py:105 nova/virt/hyperv/volumeutilsv2.py:101
#, python-format
msgid "Failed to login target %s"
msgstr ""
#: nova/virt/libvirt/blockinfo.py:145
#, python-format
msgid "Unable to determine disk prefix for %s"
msgstr ""
#: nova/virt/libvirt/blockinfo.py:193
#, python-format
msgid "No free disk device names for prefix '%s'"
msgstr ""
#: nova/virt/libvirt/blockinfo.py:294
#, fuzzy, python-format
msgid "Unable to determine disk bus for '%s'"
msgstr "Unable to find vbd for vdi %s"
#: nova/virt/libvirt/config.py:71
#, python-format
msgid "Generated XML %s "
msgstr ""
#: nova/virt/libvirt/driver.py:411
#, python-format
msgid "Invalid cachemode %(cache_mode)s specified for disk type %(disk_type)s."
msgstr ""
#: nova/virt/libvirt/driver.py:584
#, python-format
msgid "Connection to libvirt lost: %s"
msgstr ""
#: nova/virt/libvirt/driver.py:628
msgid "Starting native event thread"
msgstr ""
#: nova/virt/libvirt/driver.py:633
msgid "Starting green dispatch thread"
msgstr ""
#: nova/virt/libvirt/driver.py:648
#, python-format
msgid ""
"The libvirt driver is not tested on %(type)s/%(arch)s by the OpenStack "
"project and thus its quality can not be ensured. For more information, "
"see: https://wiki.openstack.org/wiki/HypervisorSupportMatrix"
msgstr ""
#: nova/virt/libvirt/driver.py:667
#, python-format
msgid "Nova requires libvirt version %(major)i.%(minor)i.%(micro)i or greater."
msgstr "Nova requires libvirt version %(major)i.%(minor)i.%(micro)i or greater."
#: nova/virt/libvirt/driver.py:675
#, python-format
msgid "Connecting to libvirt: %s"
msgstr "Connecting to libvirt: %s"
#: nova/virt/libvirt/driver.py:691
#, python-format
msgid "Registering for lifecycle events %s"
msgstr ""
#: nova/virt/libvirt/driver.py:698
#, python-format
msgid "URI %(uri)s does not support events: %(error)s"
msgstr ""
#: nova/virt/libvirt/driver.py:702
#, python-format
msgid "Registering for connection events: %s"
msgstr ""
#: nova/virt/libvirt/driver.py:712
#, python-format
msgid ""
"The version of python-libvirt does not support registerCloseCallback or "
"is too old: %s"
msgstr ""
#: nova/virt/libvirt/driver.py:715
#, python-format
msgid "URI %(uri)s does not support connection events: %(error)s"
msgstr ""
#: nova/virt/libvirt/driver.py:746
msgid "Connection to libvirt broke"
msgstr "Connection to libvirt broke"
#: nova/virt/libvirt/driver.py:767
#, python-format
msgid "Can not handle authentication request for %d credentials"
msgstr "Can not handle authentication request for %d credentials"
#: nova/virt/libvirt/driver.py:792
#, fuzzy, python-format
msgid "Connection to libvirt failed: %s"
msgstr "Connecting to libvirt: %s"
#: nova/virt/libvirt/driver.py:908
msgid "Cannot destroy instance, operation time out"
msgstr ""
#: nova/virt/libvirt/driver.py:910
msgid "operation time out"
msgstr ""
#: nova/virt/libvirt/driver.py:915
#, python-format
msgid "Error from libvirt during destroy. Code=%(errcode)s Error=%(e)s"
msgstr "Error from libvirt during destroy. Code=%(errcode)s Error=%(e)s"
#: nova/virt/libvirt/driver.py:931
msgid "During wait destroy, instance disappeared."
msgstr "During wait destroy, instance disappeared."
#: nova/virt/libvirt/driver.py:936
msgid "Instance destroyed successfully."
msgstr "Instance destroyed successfully."
#: nova/virt/libvirt/driver.py:946
msgid "Instance may be started again."
msgstr ""
#: nova/virt/libvirt/driver.py:956
#, fuzzy
msgid "Going to destroy instance again."
msgstr "Going to stop instances"
#: nova/virt/libvirt/driver.py:976
msgid "Error from libvirt during undefineFlags. Retrying with undefine"
msgstr "Error from libvirt during undefineFlags. Retrying with undefine"
#: nova/virt/libvirt/driver.py:992
#, python-format
msgid "Error from libvirt during undefine. Code=%(errcode)s Error=%(e)s"
msgstr "Error from libvirt during undefine. Code=%(errcode)s Error=%(e)s"
#: nova/virt/libvirt/driver.py:1012
msgid "Instance may be still running, destroy it again."
msgstr ""
#: nova/virt/libvirt/driver.py:1018
#, python-format
msgid "Error from libvirt during unfilter. Code=%(errcode)s Error=%(e)s"
msgstr "Error from libvirt during unfilter. Code=%(errcode)s Error=%(e)s"
#: nova/virt/libvirt/driver.py:1067
#, python-format
msgid "Ignoring Volume Error on vol %(vol_id)s during delete %(exc)s"
msgstr ""
#: nova/virt/libvirt/driver.py:1117
#, python-format
msgid "Volume %(disk)s possibly unsafe to remove, please clean up manually"
msgstr ""
#: nova/virt/libvirt/driver.py:1149
#, fuzzy
msgid "Could not determine fibre channel world wide node names"
msgstr "Could not determine iscsi initiator name"
#: nova/virt/libvirt/driver.py:1156
#, fuzzy
msgid "Could not determine fibre channel world wide port names"
msgstr "Could not determine iscsi initiator name"
#: nova/virt/libvirt/driver.py:1220
#, python-format
msgid ""
"Volume sets block size, but the current libvirt hypervisor '%s' does not "
"support custom block size"
msgstr ""
#: nova/virt/libvirt/driver.py:1227
#, python-format
msgid "Volume sets block size, but libvirt '%s' or later is required."
msgstr ""
#: nova/virt/libvirt/driver.py:1325
msgid "Swap only supports host devices"
msgstr ""
#: nova/virt/libvirt/driver.py:1393
msgid "During detach_volume, instance disappeared."
msgstr "During detach_volume, instance disappeared."
#: nova/virt/libvirt/driver.py:1417
#, fuzzy
msgid "attaching network adapter failed."
msgstr "No networks defined."
#: nova/virt/libvirt/driver.py:1438
#, fuzzy
msgid "During detach_interface, instance disappeared."
msgstr "During detach_volume, instance disappeared."
#: nova/virt/libvirt/driver.py:1442
#, fuzzy
msgid "detaching network adapter failed."
msgstr "No networks defined."
#: nova/virt/libvirt/driver.py:1549
msgid "Beginning live snapshot process"
msgstr ""
#: nova/virt/libvirt/driver.py:1552
msgid "Beginning cold snapshot process"
msgstr ""
#: nova/virt/libvirt/driver.py:1581
msgid "Snapshot extracted, beginning image upload"
msgstr ""
#: nova/virt/libvirt/driver.py:1593
msgid "Snapshot image upload complete"
msgstr ""
#: nova/virt/libvirt/driver.py:1610
msgid "libvirt error while requesting blockjob info."
msgstr ""
#: nova/virt/libvirt/driver.py:1694
msgid "Failed to send updated snapshot status to volume service."
msgstr ""
#: nova/virt/libvirt/driver.py:1744
msgid "Found no disk to snapshot."
msgstr ""
#: nova/virt/libvirt/driver.py:1767
#, python-format
msgid "snap xml: %s"
msgstr ""
#: nova/virt/libvirt/driver.py:1781
msgid ""
"Unable to create quiesced VM snapshot, attempting again with quiescing "
"disabled."
msgstr ""
#: nova/virt/libvirt/driver.py:1788
msgid "Unable to create VM snapshot, failing volume_snapshot operation."
msgstr ""
#: nova/virt/libvirt/driver.py:1815
#, python-format
msgid "volume_snapshot_create: create_info: %(c_info)s"
msgstr ""
#: nova/virt/libvirt/driver.py:1824
#, python-format
msgid "Unknown type: %s"
msgstr ""
#: nova/virt/libvirt/driver.py:1829
msgid "snapshot_id required in create_info"
msgstr ""
#: nova/virt/libvirt/driver.py:1838
msgid ""
"Error occurred during volume_snapshot_create, sending error status to "
"Cinder."
msgstr ""
#: nova/virt/libvirt/driver.py:1887
#, python-format
msgid "Libvirt '%s' or later is required for online deletion of volume snapshots."
msgstr ""
#: nova/virt/libvirt/driver.py:1891
#, python-format
msgid "volume_snapshot_delete: delete_info: %s"
msgstr ""
#: nova/virt/libvirt/driver.py:1894
#, python-format
msgid "Unknown delete_info type %s"
msgstr ""
#: nova/virt/libvirt/driver.py:1924
#, python-format
msgid "Unable to locate disk matching id: %s"
msgstr ""
#: nova/virt/libvirt/driver.py:1927
#, python-format
msgid "found dev, it's %(dev)s, with active disk: %(disk)s"
msgstr ""
#: nova/virt/libvirt/driver.py:1940
#, python-format
msgid "disk: %(disk)s, base: %(base)s, bw: %(bw)s, flags: %(flags)s"
msgstr ""
#: nova/virt/libvirt/driver.py:1951
msgid "blockRebase started successfully"
msgstr ""
#: nova/virt/libvirt/driver.py:1955
msgid "waiting for blockRebase job completion"
msgstr ""
#: nova/virt/libvirt/driver.py:1971
msgid "blockCommit started successfully"
msgstr ""
#: nova/virt/libvirt/driver.py:1975
msgid "waiting for blockCommit job completion"
msgstr ""
#: nova/virt/libvirt/driver.py:1985
msgid ""
"Error occurred during volume_snapshot_delete, sending error status to "
"Cinder."
msgstr ""
#: nova/virt/libvirt/driver.py:2002
#, python-format
msgid "Instance soft reboot failed: %s"
msgstr ""
#: nova/virt/libvirt/driver.py:2006
msgid "Instance soft rebooted successfully."
msgstr "Instance soft rebooted successfully."
#: nova/virt/libvirt/driver.py:2010
msgid "Failed to soft reboot instance. Trying hard reboot."
msgstr ""
#: nova/virt/libvirt/driver.py:2049
msgid "Instance shutdown successfully."
msgstr "Instance shutdown successfully."
#: nova/virt/libvirt/driver.py:2057
msgid "Instance may have been rebooted during soft reboot, so return now."
msgstr ""
#: nova/virt/libvirt/driver.py:2127
msgid "Instance rebooted successfully."
msgstr "Instance rebooted successfully."
#: nova/virt/libvirt/driver.py:2288
msgid "Instance is running"
msgstr "Instance is running"
#: nova/virt/libvirt/driver.py:2295
msgid "Instance spawned successfully."
msgstr "Instance spawned successfully."
#: nova/virt/libvirt/driver.py:2311
#, python-format
msgid "data: %(data)r, fpath: %(fpath)r"
msgstr "data: %(data)r, fpath: %(fpath)r"
#: nova/virt/libvirt/driver.py:2349 nova/virt/libvirt/driver.py:2375
#, python-format
msgid "Truncated console log returned, %d bytes ignored"
msgstr ""
#: nova/virt/libvirt/driver.py:2364 nova/virt/xenapi/vmops.py:1559
msgid "Guest does not have a console available"
msgstr "Guest does not have a console available"
#: nova/virt/libvirt/driver.py:2426
msgid "This python runtime does not support direct I/O"
msgstr ""
#: nova/virt/libvirt/driver.py:2440
#, python-format
msgid "Path '%(path)s' supports direct I/O"
msgstr "Path '%(path)s' supports direct I/O"
#: nova/virt/libvirt/driver.py:2444
#, python-format
msgid "Path '%(path)s' does not support direct I/O: '%(ex)s'"
msgstr "Path '%(path)s' does not support direct I/O: '%(ex)s'"
#: nova/virt/libvirt/driver.py:2449 nova/virt/libvirt/driver.py:2454
#, python-format
msgid "Error on '%(path)s' while checking direct I/O: '%(ex)s'"
msgstr "Error on '%(path)s' while checking direct I/O: '%(ex)s'"
#: nova/virt/libvirt/driver.py:2575
#, fuzzy, python-format
msgid "Error injecting data into image %(img_id)s (%(e)s)"
msgstr "Ignoring error injecting data into image %(img_id)s (%(e)s)"
#: nova/virt/libvirt/driver.py:2601
msgid "Creating image"
msgstr "Creating image"
#: nova/virt/libvirt/driver.py:2710
msgid "Using config drive"
msgstr "Using config drive"
#: nova/virt/libvirt/driver.py:2733
msgid "File injection into a boot from volume instance is not supported"
msgstr ""
#: nova/virt/libvirt/driver.py:2779
#, python-format
msgid "Detaching PCI devices with libvirt < %(ver)s is not permitted"
msgstr ""
#: nova/virt/libvirt/driver.py:2808
msgid "Instance disappeared while detaching a PCI device from it."
msgstr ""
#: nova/virt/libvirt/driver.py:2819
#, python-format
msgid "Attaching PCI devices %(dev)s to %(dom)s failed."
msgstr ""
#: nova/virt/libvirt/driver.py:2856
#, python-format
msgid "Updating compute service status to %s"
msgstr ""
#: nova/virt/libvirt/driver.py:2859
#, python-format
msgid "Not overriding manual compute service status with: %s"
msgstr ""
#: nova/virt/libvirt/driver.py:2863
#, python-format
msgid "Cannot update service status on host: %s,since it is not registered."
msgstr ""
#: nova/virt/libvirt/driver.py:2866
#, python-format
msgid "Cannot update service status on host: %s,due to an unexpected exception."
msgstr ""
#: nova/virt/libvirt/driver.py:2943
#, python-format
msgid ""
"Config requested an explicit CPU model, but the current libvirt "
"hypervisor '%s' does not support selecting CPU models"
msgstr ""
"Config requested an explicit CPU model, but the current libvirt "
"hypervisor '%s' does not support selecting CPU models"
#: nova/virt/libvirt/driver.py:2949
msgid "Config requested a custom CPU model, but no model name was provided"
msgstr "Config requested a custom CPU model, but no model name was provided"
#: nova/virt/libvirt/driver.py:2953
msgid "A CPU model name should not be set when a host CPU model is requested"
msgstr "A CPU model name should not be set when a host CPU model is requested"
#: nova/virt/libvirt/driver.py:2957
#, python-format
msgid "CPU mode '%(mode)s' model '%(model)s' was chosen"
msgstr "CPU mode '%(mode)s' model '%(model)s' was chosen"
#: nova/virt/libvirt/driver.py:2973
msgid ""
"Passthrough of the host CPU was requested but this libvirt version does "
"not support this feature"
msgstr ""
"Passthrough of the host CPU was requested but this libvirt version does "
"not support this feature"
#: nova/virt/libvirt/driver.py:3246
msgid "Configuring timezone for windows instance to localtime"
msgstr ""
#: nova/virt/libvirt/driver.py:3396
msgid "Qemu guest agent is enabled through image metadata"
msgstr ""
#: nova/virt/libvirt/driver.py:3462
#, python-format
msgid ""
"Start to_xml network_info=%(network_info)s disk_info=%(disk_info)s "
"image_meta=%(image_meta)s "
"rescue=%(rescue)sblock_device_info=%(block_device_info)s"
msgstr ""
#: nova/virt/libvirt/driver.py:3480
#, python-format
msgid "End to_xml xml=%(xml)s"
msgstr ""
#: nova/virt/libvirt/driver.py:3498
#, python-format
msgid ""
"Error from libvirt while looking up %(instance_id)s: [Error Code "
"%(error_code)s] %(ex)s"
msgstr ""
#: nova/virt/libvirt/driver.py:3519
#, python-format
msgid ""
"Error from libvirt while looking up %(instance_name)s: [Error Code "
"%(error_code)s] %(ex)s"
msgstr ""
"Error from libvirt while looking up %(instance_name)s: [Error Code "
"%(error_code)s] %(ex)s"
#: nova/virt/libvirt/driver.py:3576
#, python-format
msgid "An error occurred while trying to define a domain with xml: %s"
msgstr ""
#: nova/virt/libvirt/driver.py:3585
#, python-format
msgid "An error occurred while trying to launch a defined domain with xml: %s"
msgstr ""
#: nova/virt/libvirt/driver.py:3594
#, python-format
msgid "An error occurred while enabling hairpin mode on domain with xml: %s"
msgstr ""
#: nova/virt/libvirt/driver.py:3612
#, python-format
msgid "Neutron Reported failure on event %(event)s for instance %(uuid)s"
msgstr ""
#: nova/virt/libvirt/driver.py:3693
#, python-format
msgid "Timeout waiting for vif plugging callback for instance %(uuid)s"
msgstr ""
#: nova/virt/libvirt/driver.py:3714 nova/virt/libvirt/driver.py:3857
#: nova/virt/libvirt/driver.py:3883
#, python-format
msgid "libvirt can't find a domain with id: %s"
msgstr ""
#: nova/virt/libvirt/driver.py:3786
#, fuzzy
msgid ""
"Cannot get the number of cpu, because this function is not implemented "
"for this platform. "
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:3796
msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range."
msgstr ""
#: nova/virt/libvirt/driver.py:3849
#, python-format
msgid "couldn't obtain the vpu count from domain id: %(id)s, exception: %(ex)s"
msgstr ""
#: nova/virt/libvirt/driver.py:3924
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:3938 nova/virt/xenapi/host.py:256
#, python-format
msgid ""
"Hostname has changed from %(old)s to %(new)s. A restart is required to "
"take effect."
msgstr ""
#: nova/virt/libvirt/driver.py:4115
#, 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:4128
#, python-format
msgid ""
"Got volume usage stats for the volume=%(volume)s, rd_req=%(rd_req)d, "
"rd_bytes=%(rd_bytes)d, wr_req=%(wr_req)d, wr_bytes=%(wr_bytes)d"
msgstr ""
#: nova/virt/libvirt/driver.py:4143
#, 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:4149
#, python-format
msgid ""
"Could not find domain in libvirt for instance %s. Cannot get block stats "
"for device"
msgstr ""
#: nova/virt/libvirt/driver.py:4201
#, fuzzy, python-format
msgid ""
"Creating tmpfile %s to verify with other compute node that the instance "
"is on the same shared storage."
msgstr ""
"Creating tmpfile %s to notify to other compute nodes that they should "
"mount the same storage."
#: nova/virt/libvirt/driver.py:4285
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:4293
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:4337
#, 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 ""
"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:4364
#, python-format
msgid ""
"Instance launched has CPU info:\n"
"%s"
msgstr ""
"Instance launched has CPU info:\n"
"%s"
#: nova/virt/libvirt/driver.py:4376
#, python-format
msgid ""
"CPU doesn't have compatibility.\n"
"\n"
"%(ret)s\n"
"\n"
"Refer to %(u)s"
msgstr ""
"CPU doesn't have compatibility.\n"
"\n"
"%(ret)s\n"
"\n"
"Refer to %(u)s"
#: nova/virt/libvirt/driver.py:4393
#, python-format
msgid ""
"Creating tmpfile %s to notify to other compute nodes that they should "
"mount the same storage."
msgstr ""
"Creating tmpfile %s to notify to other compute nodes that they should "
"mount the same storage."
#: nova/virt/libvirt/driver.py:4443
#, 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:4515
#, python-format
msgid "Live Migration failure: %s"
msgstr ""
#: nova/virt/libvirt/driver.py:4628
#, 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:4761
#, fuzzy, python-format
msgid ""
"Error from libvirt while getting description of %(instance_name)s: [Error"
" Code %(error_code)s] %(ex)s"
msgstr ""
"Error from libvirt while looking up %(instance_name)s: [Error Code "
"%(error_code)s] %(ex)s"
#: nova/virt/libvirt/driver.py:4791
#, python-format
msgid "skipping disk for %s as it does not have a path"
msgstr ""
#: nova/virt/libvirt/driver.py:4796
#, python-format
msgid "skipping %s since it looks like volume"
msgstr ""
#: nova/virt/libvirt/driver.py:4800
#, python-format
msgid "skipping disk %(path)s (%(target)s) as it is a volume"
msgstr ""
#: nova/virt/libvirt/driver.py:4840
#, python-format
msgid ""
"Periodic task is updating the host stat, it is trying to get disk "
"%(i_name)s, but disk file was removed by concurrent operations such as "
"resize."
msgstr ""
#: nova/virt/libvirt/driver.py:4922
msgid "Starting migrate_disk_and_power_off"
msgstr "Starting migrate_disk_and_power_off"
#: nova/virt/libvirt/driver.py:4928
msgid "Unable to resize disk down."
msgstr ""
#: nova/virt/libvirt/driver.py:4999
msgid "Instance running successfully."
msgstr "Instance running successfully."
#: nova/virt/libvirt/driver.py:5024
msgid "Starting finish_migration"
msgstr "Starting finish_migration"
#: nova/virt/libvirt/driver.py:5087
msgid "Starting finish_revert_migration"
msgstr "Starting finish_revert_migration"
#: nova/virt/libvirt/driver.py:5195
#, python-format
msgid "Checking instance files accessibility %s"
msgstr ""
#: nova/virt/libvirt/driver.py:5219
#, python-format
msgid "Deleting instance files %s"
msgstr ""
#: nova/virt/libvirt/driver.py:5224
#, python-format
msgid "Failed to cleanup directory %(target)s: %(e)s"
msgstr "Failed to cleanup directory %(target)s: %(e)s"
#: nova/virt/libvirt/driver.py:5231
#, python-format
msgid "Deletion of %s failed"
msgstr ""
#: nova/virt/libvirt/driver.py:5234
#, python-format
msgid "Deletion of %s complete"
msgstr ""
#: nova/virt/libvirt/firewall.py:48
msgid ""
"Libvirt module could not be loaded. NWFilterFirewall will not work "
"correctly."
msgstr ""
"Libvirt module could not be loaded. NWFilterFirewall will not work "
"correctly."
#: nova/virt/libvirt/firewall.py:104
msgid "Called setup_basic_filtering in nwfilter"
msgstr "Called setup_basic_filtering in nwfilter"
#: nova/virt/libvirt/firewall.py:112
msgid "Ensuring static filters"
msgstr "Ensuring static filters"
#: nova/virt/libvirt/firewall.py:254
#, python-format
msgid "The nwfilter(%s) is not found."
msgstr ""
#: nova/virt/libvirt/firewall.py:272
#, python-format
msgid "The nwfilter(%(instance_filter_name)s) for%(name)s is not found."
msgstr "The nwfilter(%(instance_filter_name)s) for%(name)s is not found."
#: nova/virt/libvirt/firewall.py:290
msgid "iptables firewall: Setup Basic Filtering"
msgstr "iptables firewall: Setup Basic Filtering"
#: nova/virt/libvirt/imagebackend.py:210
#, python-format
msgid "Unable to preallocate_images=%(imgs)s at path: %(path)s"
msgstr ""
#: nova/virt/libvirt/imagebackend.py:238
#, python-format
msgid ""
"%(base)s virtual size %(base_size)s larger than flavor root disk size "
"%(size)s"
msgstr ""
#: nova/virt/libvirt/imagebackend.py:266
#, python-format
msgid "Could not load line %(line)s, got error %(error)s"
msgstr ""
#: nova/virt/libvirt/imagebackend.py:281
msgid "Attempted overwrite of an existing value."
msgstr ""
#: nova/virt/libvirt/imagebackend.py:437
msgid "You should specify images_volume_group flag to use LVM images."
msgstr ""
#: nova/virt/libvirt/imagebackend.py:509
#, python-format
msgid "error opening rbd image %s"
msgstr ""
#: nova/virt/libvirt/imagebackend.py:552
msgid "You should specify images_rbd_pool flag to use rbd images."
msgstr ""
#: nova/virt/libvirt/imagebackend.py:666
msgid "rbd python libraries not found"
msgstr ""
#: nova/virt/libvirt/imagebackend.py:705
#, python-format
msgid "Unknown image_type=%s"
msgstr "Unknown image_type=%s"
#: nova/virt/libvirt/imagecache.py:133
#, python-format
msgid "Error reading image info file %(filename)s: %(error)s"
msgstr "Error reading image info file %(filename)s: %(error)s"
#: nova/virt/libvirt/imagecache.py:172
#, python-format
msgid "Reading image info file: %s"
msgstr "Reading image info file: %s"
#: nova/virt/libvirt/imagecache.py:194
#, fuzzy, python-format
msgid "Writing stored info to %s"
msgstr "Writing image info file: %s"
#: nova/virt/libvirt/imagecache.py:292
#, python-format
msgid "%s is a valid instance name"
msgstr "%s is a valid instance name"
#: nova/virt/libvirt/imagecache.py:295
#, python-format
msgid "%s has a disk file"
msgstr "%s has a disk file"
#: nova/virt/libvirt/imagecache.py:302
#, python-format
msgid "Failed to get disk backing file: %s"
msgstr ""
#: nova/virt/libvirt/imagecache.py:307
#, python-format
msgid "Instance %(instance)s is backed by %(backing)s"
msgstr "Instance %(instance)s is backed by %(backing)s"
#: nova/virt/libvirt/imagecache.py:321
#, python-format
msgid ""
"Instance %(instance)s is using a backing file %(backing)s which does not "
"appear in the image service"
msgstr ""
"Instance %(instance)s is using a backing file %(backing)s which does not "
"appear in the image service"
#: nova/virt/libvirt/imagecache.py:394
#, fuzzy, python-format
msgid "image %(id)s at (%(base_file)s): image verification failed"
msgstr "%(id)s (%(base_file)s): image verification failed"
#: nova/virt/libvirt/imagecache.py:404
#, fuzzy, python-format
msgid ""
"image %(id)s at (%(base_file)s): image verification skipped, no hash "
"stored"
msgstr "%(id)s (%(base_file)s): image verification skipped, no hash stored"
#: nova/virt/libvirt/imagecache.py:413
#, fuzzy, python-format
msgid "%(id)s (%(base_file)s): generating checksum"
msgstr "%(id)s (%(base_file)s): checking"
#: nova/virt/libvirt/imagecache.py:428
#, python-format
msgid "Cannot remove %s, it does not exist"
msgstr ""
#: nova/virt/libvirt/imagecache.py:440
#, python-format
msgid "Base file too young to remove: %s"
msgstr "Base file too young to remove: %s"
#: nova/virt/libvirt/imagecache.py:443
#, python-format
msgid "Removing base file: %s"
msgstr "Removing base file: %s"
#: nova/virt/libvirt/imagecache.py:450
#, python-format
msgid "Failed to remove %(base_file)s, error was %(error)s"
msgstr "Failed to remove %(base_file)s, error was %(error)s"
#: nova/virt/libvirt/imagecache.py:461
#, fuzzy, python-format
msgid "image %(id)s at (%(base_file)s): checking"
msgstr "%(id)s (%(base_file)s): checking"
#: nova/virt/libvirt/imagecache.py:485
#, fuzzy, python-format
msgid ""
"image %(id)s at (%(base_file)s): in use: on this node %(local)d local, "
"%(remote)d on other nodes sharing this instance storage"
msgstr ""
"%(id)s (%(base_file)s): in use: on this node %(local)d local, %(remote)d "
"on other nodes"
#: nova/virt/libvirt/imagecache.py:497
#, fuzzy, python-format
msgid ""
"image %(id)s at (%(base_file)s): warning -- an absent base file is in "
"use! instances: %(instance_list)s"
msgstr ""
"%(id)s (%(base_file)s): warning -- an absent base file is in use! "
"instances: %(instance_list)s"
#: nova/virt/libvirt/imagecache.py:509
#, fuzzy, python-format
msgid "image %(id)s at (%(base_file)s): image is not in use"
msgstr "%(id)s (%(base_file)s): image is not in use"
#: nova/virt/libvirt/imagecache.py:516
#, fuzzy, python-format
msgid "image %(id)s at (%(base_file)s): image is in use"
msgstr "%(id)s (%(base_file)s): image is in use"
#: nova/virt/libvirt/imagecache.py:525
msgid "Verify base images"
msgstr "Verify base images"
#: nova/virt/libvirt/imagecache.py:529
#, python-format
msgid "Image id %(id)s yields fingerprint %(fingerprint)s"
msgstr "Image id %(id)s yields fingerprint %(fingerprint)s"
#: nova/virt/libvirt/imagecache.py:547
#, python-format
msgid "Unknown base file: %s"
msgstr "Unknown base file: %s"
#: nova/virt/libvirt/imagecache.py:552
#, python-format
msgid "Active base files: %s"
msgstr "Active base files: %s"
#: nova/virt/libvirt/imagecache.py:555
#, python-format
msgid "Corrupt base files: %s"
msgstr "Corrupt base files: %s"
#: nova/virt/libvirt/imagecache.py:559
#, python-format
msgid "Removable base files: %s"
msgstr "Removable base files: %s"
#: nova/virt/libvirt/imagecache.py:567
msgid "Verification complete"
msgstr "Verification complete"
#: nova/virt/libvirt/imagecache.py:584
#, python-format
msgid "Skipping verification, no base directory at %s"
msgstr "Skipping verification, no base directory at %s"
#: nova/virt/libvirt/utils.py:84
msgid "Cannot find any Fibre Channel HBAs"
msgstr ""
#: nova/virt/libvirt/utils.py:226
#, python-format
msgid ""
"Insufficient Space on Volume Group %(vg)s. Only %(free_space)db "
"available, but %(size)db required by volume %(lv)s."
msgstr ""
"Insufficient Space on Volume Group %(vg)s. Only %(free_space)db "
"available, but %(size)db required by volume %(lv)s."
#: nova/virt/libvirt/utils.py:314
#, fuzzy, python-format
msgid "vg %s must be LVM volume group"
msgstr "Path %s must be LVM logical volume"
#: nova/virt/libvirt/utils.py:343
#, python-format
msgid "Path %s must be LVM logical volume"
msgstr "Path %s must be LVM logical volume"
#: nova/virt/libvirt/utils.py:418
#, python-format
msgid "volume_clear='%s' is not handled"
msgstr ""
#: nova/virt/libvirt/utils.py:622
msgid "Can't retrieve root device path from instance libvirt configuration"
msgstr "Can't retrieve root device path from instance libvirt configuration"
#: nova/virt/libvirt/vif.py:346 nova/virt/libvirt/vif.py:602
#: nova/virt/libvirt/vif.py:784
#, python-format
msgid "vif_type=%(vif_type)s instance=%(instance)s vif=%(vif)s"
msgstr ""
#: nova/virt/libvirt/vif.py:353 nova/virt/libvirt/vif.py:609
#: nova/virt/libvirt/vif.py:791
msgid "vif_type parameter must be present for this vif_driver implementation"
msgstr ""
#: nova/virt/libvirt/vif.py:397 nova/virt/libvirt/vif.py:629
#: nova/virt/libvirt/vif.py:811
#, fuzzy, python-format
msgid "Unexpected vif_type=%s"
msgstr "Unexpected error: %s"
#: nova/virt/libvirt/vif.py:409
#, python-format
msgid "Ensuring vlan %(vlan)s and bridge %(bridge)s"
msgstr "Ensuring vlan %(vlan)s and bridge %(bridge)s"
#: nova/virt/libvirt/vif.py:420
#, python-format
msgid "Ensuring bridge %s"
msgstr "Ensuring bridge %s"
#: nova/virt/libvirt/vif.py:549 nova/virt/libvirt/vif.py:573
#: nova/virt/libvirt/vif.py:597
msgid "Failed while plugging vif"
msgstr ""
#: nova/virt/libvirt/vif.py:645 nova/virt/libvirt/vif.py:676
#: nova/virt/libvirt/vif.py:694 nova/virt/libvirt/vif.py:715
#: nova/virt/libvirt/vif.py:734 nova/virt/libvirt/vif.py:758
#: nova/virt/libvirt/vif.py:779
msgid "Failed while unplugging vif"
msgstr "Failed while unplugging vif"
#: nova/virt/libvirt/volume.py:145
#, python-format
msgid "Unknown content in connection_info/qos_specs: %s"
msgstr ""
#: nova/virt/libvirt/volume.py:154
#, python-format
msgid "Unknown content in connection_info/access_mode: %s"
msgstr ""
#: nova/virt/libvirt/volume.py:247 nova/virt/libvirt/volume.py:580
#, python-format
msgid "iscsiadm %(command)s: stdout=%(out)s stderr=%(err)s"
msgstr ""
#: nova/virt/libvirt/volume.py:304
#, python-format
msgid "iSCSI device not found at %s"
msgstr "iSCSI device not found at %s"
#: nova/virt/libvirt/volume.py:307
#, fuzzy, python-format
msgid ""
"ISCSI volume not yet found at: %(disk_dev)s. Will rescan & retry. 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:320
#, fuzzy, python-format
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:375
#, python-format
msgid "Unable to delete volume device %s"
msgstr ""
#: nova/virt/libvirt/volume.py:386
#, python-format
msgid ""
"Failed to remove multipath device descriptor %(dev_mapper)s. Exception "
"message: %(msg)s"
msgstr ""
#: nova/virt/libvirt/volume.py:590
#, python-format
msgid "multipath %(command)s: stdout=%(out)s stderr=%(err)s"
msgstr ""
#: nova/virt/libvirt/volume.py:678
#, python-format
msgid "The NFS share %s is still in use."
msgstr ""
#: nova/virt/libvirt/volume.py:680
#, python-format
msgid "Couldn't unmount the NFS share %s"
msgstr ""
#: nova/virt/libvirt/volume.py:708 nova/virt/libvirt/volume.py:858
#, python-format
msgid "%s is already mounted"
msgstr "%s is already mounted"
#: nova/virt/libvirt/volume.py:751
#, fuzzy, python-format
msgid "AoE device not found at %s"
msgstr "iSCSI device not found at %s"
#: nova/virt/libvirt/volume.py:753
#, 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:768
#, 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:828
#, python-format
msgid "The GlusterFS share %s is still in use."
msgstr ""
#: nova/virt/libvirt/volume.py:830
#, python-format
msgid "Couldn't unmount the GlusterFS share %s"
msgstr ""
#: nova/virt/libvirt/volume.py:924
msgid "We are unable to locate any Fibre Channel devices"
msgstr ""
#: nova/virt/libvirt/volume.py:933
#, python-format
msgid "Looking for Fibre Channel dev %(device)s"
msgstr ""
#: nova/virt/libvirt/volume.py:943
#, fuzzy
msgid "Fibre Channel device not found."
msgstr "iSCSI device not found at %s"
#: nova/virt/libvirt/volume.py:946
#, fuzzy, python-format
msgid ""
"Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. "
"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:963
#, 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:972
#, python-format
msgid "Multipath device discovered %(device)s"
msgstr ""
#: nova/virt/libvirt/volume.py:1005
#, python-format
msgid "devices to remove = %s"
msgstr ""
#: nova/virt/libvirt/volume.py:1049
msgid "Value required for 'scality_sofs_config'"
msgstr ""
#: nova/virt/libvirt/volume.py:1060
#, python-format
msgid "Cannot access 'scality_sofs_config': %s"
msgstr ""
#: nova/virt/libvirt/volume.py:1066
msgid "Cannot execute /sbin/mount.sofs"
msgstr ""
#: nova/virt/libvirt/volume.py:1081
msgid "Cannot mount Scality SOFS, check syslog for errors"
msgstr ""
#: nova/virt/vmwareapi/driver.py:103
msgid ""
"The VMware ESX driver is now deprecated and will be removed in the Juno "
"release. The VC driver will remain and continue to be supported."
msgstr ""
#: nova/virt/vmwareapi/driver.py:115
msgid ""
"Must specify host_ip, host_username and host_password to use "
"compute_driver=vmwareapi.VMwareESXDriver or vmwareapi.VMwareVCDriver"
msgstr ""
#: nova/virt/vmwareapi/driver.py:127
#, python-format
msgid "Invalid Regular Expression %s"
msgstr ""
#: nova/virt/vmwareapi/driver.py:163
msgid "No vSphere session was open during cleanup_host."
msgstr ""
#: nova/virt/vmwareapi/driver.py:242
msgid "Instance cannot be found in host, or in an unknownstate."
msgstr ""
#: nova/virt/vmwareapi/driver.py:398
#, python-format
msgid "All clusters specified %s were not found in the vCenter"
msgstr ""
#: nova/virt/vmwareapi/driver.py:407
#, python-format
msgid "The following clusters could not be found in the vCenter %s"
msgstr ""
#: nova/virt/vmwareapi/driver.py:544
#, python-format
msgid "The resource %s does not exist"
msgstr ""
#: nova/virt/vmwareapi/driver.py:590
#, python-format
msgid "Invalid cluster or resource pool name : %s"
msgstr ""
#: nova/virt/vmwareapi/driver.py:612
#, python-format
msgid "The available nodes are: %s"
msgstr ""
#: nova/virt/vmwareapi/driver.py:757
msgid ""
"Multiple hosts may be managed by the VMWare vCenter driver; therefore we "
"do not return uptime for just one host."
msgstr ""
#: nova/virt/vmwareapi/driver.py:845
#, python-format
msgid ""
"Unable to connect to server at %(server)s, sleeping for %(seconds)s "
"seconds"
msgstr ""
#: nova/virt/vmwareapi/driver.py:865
#, python-format
msgid "Unable to validate session %s!"
msgstr ""
#: nova/virt/vmwareapi/driver.py:867
#, python-format
msgid "Exception: %(ex)s"
msgstr ""
#: nova/virt/vmwareapi/driver.py:906
#, python-format
msgid "Session %s is inactive!"
msgstr ""
#: nova/virt/vmwareapi/driver.py:933
#, python-format
msgid ""
"_call_method(session=%(key)s) failed. Module: %(module)s. Method: "
"%(method)s. args: %(args)s. kwargs: %(kwargs)s. Iteration: %(n)s. "
"Exception: %(ex)s. "
msgstr ""
#: nova/virt/vmwareapi/driver.py:954
#, python-format
msgid "In vmwareapi: _call_method (session=%s)"
msgstr ""
#: nova/virt/vmwareapi/driver.py:992
#, 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:998
#, 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:1008
#, python-format
msgid "In vmwareapi:_poll_task, Got this error %s"
msgstr "In vmwareapi:_poll_task, Got this error %s"
#: nova/virt/vmwareapi/ds_util.py:48
#, python-format
msgid "Deleting the datastore file %s"
msgstr ""
#: nova/virt/vmwareapi/ds_util.py:57
msgid "Deleted the datastore file"
msgstr ""
#: nova/virt/vmwareapi/ds_util.py:82
#, python-format
msgid "Moving file from %(src)s to %(dst)s."
msgstr ""
#: nova/virt/vmwareapi/ds_util.py:94
msgid "File moved"
msgstr ""
#: nova/virt/vmwareapi/ds_util.py:121
#, python-format
msgid "Creating directory with path %s"
msgstr "Creating directory with path %s"
#: nova/virt/vmwareapi/ds_util.py:126
#, python-format
msgid "Created directory with path %s"
msgstr "Created directory with path %s"
#: nova/virt/vmwareapi/error_util.py:46
msgid "exception_summary must not be a list"
msgstr ""
#: nova/virt/vmwareapi/error_util.py:76
msgid "fault_list must be a list"
msgstr ""
#: nova/virt/vmwareapi/error_util.py:122
#, python-format
msgid "Error(s) %s occurred in the call to RetrievePropertiesEx"
msgstr ""
#: nova/virt/vmwareapi/error_util.py:136
msgid "VMware Driver fault."
msgstr ""
#: nova/virt/vmwareapi/error_util.py:142
msgid "VMware Driver configuration fault."
msgstr ""
#: nova/virt/vmwareapi/error_util.py:146
msgid "No default value for use_linked_clone found."
msgstr ""
#: nova/virt/vmwareapi/error_util.py:150
#, python-format
msgid "Missing parameter : %(param)s"
msgstr ""
#: nova/virt/vmwareapi/error_util.py:154
msgid "No root disk defined."
msgstr ""
#: nova/virt/vmwareapi/error_util.py:158
msgid "Resource already exists."
msgstr ""
#: nova/virt/vmwareapi/error_util.py:163
msgid "Cannot delete file."
msgstr ""
#: nova/virt/vmwareapi/error_util.py:168
msgid "File already exists."
msgstr ""
#: nova/virt/vmwareapi/error_util.py:173
msgid "File fault."
msgstr ""
#: nova/virt/vmwareapi/error_util.py:178
msgid "File locked."
msgstr ""
#: nova/virt/vmwareapi/error_util.py:183
msgid "File not found."
msgstr ""
#: nova/virt/vmwareapi/error_util.py:188
msgid "Invalid property."
msgstr ""
#: nova/virt/vmwareapi/error_util.py:193
msgid "No Permission."
msgstr ""
#: nova/virt/vmwareapi/error_util.py:198
msgid "Not Authenticated."
msgstr ""
#: nova/virt/vmwareapi/error_util.py:203
msgid "Invalid Power State."
msgstr ""
#: nova/virt/vmwareapi/error_util.py:228
#, python-format
msgid "Fault %s not matched."
msgstr ""
#: nova/virt/vmwareapi/fake.py:46 nova/virt/xenapi/fake.py:80
#, python-format
msgid "%(text)s: _db_content => %(content)s"
msgstr "%(text)s: _db_content => %(content)s"
#: nova/virt/vmwareapi/fake.py:243
#, python-format
msgid "Property %(attr)s not set for the managed object %(name)s"
msgstr "Property %(attr)s not set for the managed object %(name)s"
#: nova/virt/vmwareapi/fake.py:964
msgid "There is no VM registered"
msgstr "There is no VM registered"
#: nova/virt/vmwareapi/fake.py:966 nova/virt/vmwareapi/fake.py:1289
#, python-format
msgid "Virtual Machine with ref %s is not there"
msgstr "Virtual Machine with ref %s is not there"
#: nova/virt/vmwareapi/fake.py:1049
#, python-format
msgid "Logging out a session that is invalid or already logged out: %s"
msgstr "Logging out a session that is invalid or already logged out: %s"
#: nova/virt/vmwareapi/fake.py:1064
msgid "Session is faulty"
msgstr "Session is faulty"
#: nova/virt/vmwareapi/fake.py:1067
msgid "Session Invalid"
msgstr "Session Invalid"
#: nova/virt/vmwareapi/fake.py:1286
#, fuzzy
msgid "No Virtual Machine has been registered yet"
msgstr " No Virtual Machine has been registered yet"
#: nova/virt/vmwareapi/host.py:39
#, fuzzy, python-format
msgid "%(action)s %(host)s"
msgstr "action: %s"
#: nova/virt/vmwareapi/host.py:62
#, fuzzy, python-format
msgid "Set maintenance mod on %(host)s to %(mode)s"
msgstr "Setting host %(host)s to %(state)s."
#: nova/virt/vmwareapi/imagecache.py:74
#, python-format
msgid "Unable to delete %(file)s. Exception: %(ex)s"
msgstr ""
#: nova/virt/vmwareapi/imagecache.py:77
#, python-format
msgid "File not found: %s"
msgstr ""
#: nova/virt/vmwareapi/imagecache.py:88
#, python-format
msgid "Timestamp path %s exists. Deleting!"
msgstr ""
#: nova/virt/vmwareapi/imagecache.py:148
msgid "Timestamp already exists."
msgstr ""
#: nova/virt/vmwareapi/imagecache.py:149
#, python-format
msgid "Image %s is no longer used by this node. Pending deletion!"
msgstr ""
#: nova/virt/vmwareapi/imagecache.py:154
#, python-format
msgid "Image %s is no longer used. Deleting!"
msgstr ""
#: nova/virt/vmwareapi/io_util.py:121
#, python-format
msgid "Glance image %s is in killed state"
msgstr "Glance image %s is in killed state"
#: nova/virt/vmwareapi/io_util.py:129
#, python-format
msgid "Glance image %(image_id)s is in unknown state - %(state)s"
msgstr "Glance image %(image_id)s is in unknown state - %(state)s"
#: nova/virt/vmwareapi/network_util.py:50
msgid "No networks configured on host!"
msgstr ""
#: nova/virt/vmwareapi/network_util.py:54
#, python-format
msgid "Configured networks: %s"
msgstr ""
#: nova/virt/vmwareapi/network_util.py:80
#, python-format
msgid "Network %s not found on host!"
msgstr ""
#: nova/virt/vmwareapi/network_util.py:132
msgid ""
"ESX SOAP server returned an empty port group for the host system in its "
"response"
msgstr ""
"ESX SOAP server returned an empty port group for the host system in its "
"response"
#: nova/virt/vmwareapi/network_util.py:157
#, python-format
msgid "Creating Port Group with name %s on the ESX host"
msgstr "Creating Port Group with name %s on the ESX host"
#: nova/virt/vmwareapi/network_util.py:169
#, python-format
msgid "Port Group %s already exists."
msgstr ""
#: nova/virt/vmwareapi/network_util.py:170
#, python-format
msgid "Created Port Group with name %s on the ESX host"
msgstr "Created Port Group with name %s on the ESX host"
#: nova/virt/vmwareapi/read_write_util.py:145
#, fuzzy, python-format
msgid "Exception during HTTP connection close in VMwareHTTPWrite. Exception is %s"
msgstr "Exception during HTTP connection close in VMWareHTTpWrite. Exception is %s"
#: nova/virt/vmwareapi/vif.py:117
#, python-format
msgid ""
"No valid network found in %(opaque)s, from %(bridge)s or "
"%(integration_bridge)s"
msgstr ""
#: nova/virt/vmwareapi/vim.py:111
msgid "Unable to import suds."
msgstr "Unable to import suds."
#: nova/virt/vmwareapi/vim.py:208
#, python-format
msgid "No such SOAP method '%s' provided by VI SDK"
msgstr "No such SOAP method '%s' provided by VI SDK"
#: nova/virt/vmwareapi/vim.py:213
#, python-format
msgid "httplib error in %s: "
msgstr "httplib error in %s: "
#: nova/virt/vmwareapi/vim.py:217
#, python-format
msgid "urllib2 error in %s: "
msgstr ""
#: nova/virt/vmwareapi/vim.py:224
#, python-format
msgid "Socket error in %s: "
msgstr "Socket error in %s: "
#: nova/virt/vmwareapi/vim.py:229
#, python-format
msgid "Type error in %s: "
msgstr "Type error in %s: "
#: nova/virt/vmwareapi/vim.py:233
#, python-format
msgid "Exception in %s "
msgstr "Exception in %s "
#: nova/virt/vmwareapi/vim_util.py:191
#, python-format
msgid "Unable to retrieve value for %(path)s Reason: %(reason)s"
msgstr ""
#: nova/virt/vmwareapi/vm_util.py:197
#, python-format
msgid "%s is not supported."
msgstr ""
#: nova/virt/vmwareapi/vm_util.py:1038
msgid "No host available on cluster"
msgstr ""
#: nova/virt/vmwareapi/vm_util.py:1269
#, python-format
msgid "Failed to get cluster references %s"
msgstr ""
#: nova/virt/vmwareapi/vm_util.py:1281
#, python-format
msgid "Failed to get resource pool references %s"
msgstr ""
#: nova/virt/vmwareapi/vm_util.py:1384
#, fuzzy
msgid "Creating VM on the ESX host"
msgstr "Creating VM on the ESX host"
#: nova/virt/vmwareapi/vm_util.py:1390
#, fuzzy
msgid "Created VM on the ESX host"
msgstr "Created VM on the ESX host"
#: nova/virt/vmwareapi/vm_util.py:1463
msgid "vmwareapi:vm_util:clone_vmref_for_instance, called with vm_ref=None"
msgstr ""
#: nova/virt/vmwareapi/vm_util.py:1475
#, python-format
msgid "Cloning VM for instance %s"
msgstr ""
#: nova/virt/vmwareapi/vm_util.py:1482
#, python-format
msgid "Cloned VM for instance %s"
msgstr ""
#: nova/virt/vmwareapi/vm_util.py:1505
#, python-format
msgid "Disassociating VM from instance %s"
msgstr ""
#: nova/virt/vmwareapi/vm_util.py:1510
#, python-format
msgid "Disassociated VM from instance %s"
msgstr ""
#: nova/virt/vmwareapi/vm_util.py:1537
#, python-format
msgid "Associating VM to instance %s"
msgstr ""
#: nova/virt/vmwareapi/vm_util.py:1542
#, python-format
msgid "Associated VM to instance %s"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:107
msgid "Getting list of instances"
msgstr "Getting list of instances"
#: nova/virt/vmwareapi/vmops.py:113 nova/virt/vmwareapi/vmops.py:1592
#, python-format
msgid "Got total of %s instances"
msgstr "Got total of %s instances"
#: nova/virt/vmwareapi/vmops.py:118
#, python-format
msgid "Extending root virtual disk to %s"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:131
#, python-format
msgid "Extending virtual disk failed with error: %s"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:138
msgid "Extended root virtual disk"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:147
#, python-format
msgid ""
"Unable to delete %(ds)s. There may be more than one process or thread "
"that tries to delete the file. Exception: %(ex)s"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:186 nova/virt/xenapi/vmops.py:332
#, python-format
msgid "Block device information present: %s"
msgstr "Block device information present: %s"
#: nova/virt/vmwareapi/vmops.py:246
msgid "Image disk size greater than requested disk size"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:408
#, python-format
msgid "File %s already exists"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:425
#, python-format
msgid "Create blank virtual disk on %s"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:433
#, python-format
msgid "Blank virtual disk created on %s."
msgstr ""
#: nova/virt/vmwareapi/vmops.py:469
#, python-format
msgid "Copying root disk of size %sGb"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:479
#, python-format
msgid "Root disk file creation failed - %s"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:580
#, python-format
msgid "Reconfiguring VM instance %(instance_name)s to attach cdrom %(file_path)s"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:588
#, python-format
msgid "Reconfigured VM instance %(instance_name)s to attach cdrom %(file_path)s"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:645
msgid "Creating Snapshot of the VM instance"
msgstr "Creating Snapshot of the VM instance"
#: nova/virt/vmwareapi/vmops.py:654
msgid "Created Snapshot of the VM instance"
msgstr "Created Snapshot of the VM instance"
#: nova/virt/vmwareapi/vmops.py:662
msgid "Deleting Snapshot of the VM instance"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:668
msgid "Deleted Snapshot of the VM instance"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:744
#, python-format
msgid "Copying snapshotted disk %s."
msgstr ""
#: nova/virt/vmwareapi/vmops.py:758
#, python-format
msgid "Copied snapshotted disk %s."
msgstr ""
#: nova/virt/vmwareapi/vmops.py:770
#, python-format
msgid "Uploading image %s"
msgstr "Uploading image %s"
#: nova/virt/vmwareapi/vmops.py:785
#, python-format
msgid "Uploaded image %s"
msgstr "Uploaded image %s"
#: nova/virt/vmwareapi/vmops.py:840
msgid "instance is not powered on"
msgstr "instance is not powered on"
#: nova/virt/vmwareapi/vmops.py:847
msgid "Rebooting guest OS of VM"
msgstr "Rebooting guest OS of VM"
#: nova/virt/vmwareapi/vmops.py:850
msgid "Rebooted guest OS of VM"
msgstr "Rebooted guest OS of VM"
#: nova/virt/vmwareapi/vmops.py:852
msgid "Doing hard reboot of VM"
msgstr "Doing hard reboot of VM"
#: nova/virt/vmwareapi/vmops.py:856
msgid "Did hard reboot of VM"
msgstr "Did hard reboot of VM"
#: nova/virt/vmwareapi/vmops.py:884 nova/virt/vmwareapi/vmops.py:1082
msgid "Powering off the VM"
msgstr "Powering off the VM"
#: nova/virt/vmwareapi/vmops.py:889 nova/virt/vmwareapi/vmops.py:1084
msgid "Powered off the VM"
msgstr "Powered off the VM"
#: nova/virt/vmwareapi/vmops.py:893
msgid "Unregistering the VM"
msgstr "Unregistering the VM"
#: nova/virt/vmwareapi/vmops.py:896
msgid "Unregistered the VM"
msgstr "Unregistered the VM"
#: nova/virt/vmwareapi/vmops.py:898
#, python-format
msgid ""
"In vmwareapi:vmops:_destroy_instance, got this exception while un-"
"registering the VM: %s"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:908
#, python-format
msgid "Deleting contents of the VM from datastore %(datastore_name)s"
msgstr "Deleting contents of the VM from datastore %(datastore_name)s"
#: nova/virt/vmwareapi/vmops.py:918
#, python-format
msgid "Deleted contents of the VM from datastore %(datastore_name)s"
msgstr "Deleted contents of the VM from datastore %(datastore_name)s"
#: nova/virt/vmwareapi/vmops.py:923
#, python-format
msgid ""
"In vmwareapi:vmops:_destroy_instance, got this exception while deleting "
"the VM contents from the disk: %s"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:941
msgid "Destroying instance"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:943
msgid "Rescue VM configured"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:946
msgid "Rescue VM destroyed"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:954
msgid "Instance destroyed"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:957
msgid "pause not supported for vmwareapi"
msgstr "pause not supported for vmwareapi"
#: nova/virt/vmwareapi/vmops.py:961
msgid "unpause not supported for vmwareapi"
msgstr "unpause not supported for vmwareapi"
#: nova/virt/vmwareapi/vmops.py:972
msgid "Suspending the VM"
msgstr "Suspending the VM"
#: nova/virt/vmwareapi/vmops.py:976
msgid "Suspended the VM"
msgstr "Suspended the VM"
#: nova/virt/vmwareapi/vmops.py:979
#, fuzzy
msgid "instance is powered off and cannot be suspended."
msgstr "instance is powered off and can not be suspended."
#: nova/virt/vmwareapi/vmops.py:982
msgid "VM was already in suspended state. So returning without doing anything"
msgstr "VM was already in suspended state. So returning without doing anything"
#: nova/virt/vmwareapi/vmops.py:992
msgid "Resuming the VM"
msgstr "Resuming the VM"
#: nova/virt/vmwareapi/vmops.py:997
msgid "Resumed the VM"
msgstr "Resumed the VM"
#: nova/virt/vmwareapi/vmops.py:999
msgid "instance is not in a suspended state"
msgstr "instance is not in a suspended state"
#: nova/virt/vmwareapi/vmops.py:1087
#, fuzzy
msgid "instance is suspended and cannot be powered off."
msgstr "instance is not powered on"
#: nova/virt/vmwareapi/vmops.py:1090
#, fuzzy
msgid "VM was already in powered off state. So returning without doing anything"
msgstr "VM was already in suspended state. So returning without doing anything"
#: nova/virt/vmwareapi/vmops.py:1111
#, fuzzy, python-format
msgid "Updating instance '%(instance_uuid)s' progress to %(progress)d"
msgstr "Updating progress to %(progress)d"
#: nova/virt/vmwareapi/vmops.py:1167
msgid "instance not present"
msgstr "instance not present"
#: nova/virt/vmwareapi/vmops.py:1171
#, fuzzy
msgid "Destroying the VM"
msgstr "Destroying VM"
#: nova/virt/vmwareapi/vmops.py:1176
#, fuzzy
msgid "Destroyed the VM"
msgstr "VM destroyed"
#: nova/virt/vmwareapi/vmops.py:1178
#, fuzzy, python-format
msgid ""
"In vmwareapi:vmops:confirm_migration, got this exception while destroying"
" the VM: %s"
msgstr ""
"In vmwareapi:vmops:destroy, got this exception while un-registering the "
"VM: %s"
#: nova/virt/vmwareapi/vmops.py:1222
#, python-format
msgid "Migrating VM to host %s"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:1234
#, python-format
msgid "Migrated VM to host %s"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:1244 nova/virt/xenapi/vmops.py:1504
#, 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:1248 nova/virt/xenapi/vmops.py:1508
msgid "Automatically hard rebooting"
msgstr "Automatically hard rebooting"
#: nova/virt/vmwareapi/vmops.py:1362
#, fuzzy
msgid "Reconfiguring VM instance to set the machine id"
msgstr "Reconfiguring VM instance to attach the image disk"
#: nova/virt/vmwareapi/vmops.py:1368
#, fuzzy
msgid "Reconfigured VM instance to set the machine id"
msgstr "Reconfigured VM instance to attach the image disk"
#: nova/virt/vmwareapi/vmops.py:1378
#, 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:1385
#, 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:1448
#, python-format
msgid "Folder %s created."
msgstr ""
#: nova/virt/vmwareapi/vmops.py:1481
msgid "Image aging disabled. Aging will not be done."
msgstr ""
#: nova/virt/vmwareapi/vmops.py:1528
#, python-format
msgid ""
"Will copy while retaining adapter type %(adapter_type)s and disk type "
"%(disk_type)s"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:1580
#, python-format
msgid "Getting list of instances from cluster %s"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:1610
#, python-format
msgid "VM %(uuid)s is currently on host %(host_name)s"
msgstr ""
#: nova/virt/vmwareapi/vmware_images.py:92
#, python-format
msgid "Uploading iso %s to datastore"
msgstr ""
#: nova/virt/vmwareapi/vmware_images.py:103
#, python-format
msgid "Uploading iso of size : %s "
msgstr ""
#: nova/virt/vmwareapi/vmware_images.py:112
#, python-format
msgid "Uploaded iso %s to datastore"
msgstr ""
#: nova/virt/vmwareapi/vmware_images.py:147
#, python-format
msgid "Uploading image %s to the Glance image server"
msgstr "Uploading image %s to the Glance image server"
#: nova/virt/vmwareapi/vmware_images.py:177
#, python-format
msgid "Uploaded image %s to the Glance image server"
msgstr "Uploaded image %s to the Glance image server"
#: nova/virt/vmwareapi/vmware_images.py:187
#, python-format
msgid "Getting image size for the image %s"
msgstr "Getting image size for the image %s"
#: nova/virt/vmwareapi/vmware_images.py:192
#, python-format
msgid "Got image size of %(size)s for the image %(image)s"
msgstr "Got image size of %(size)s for the image %(image)s"
#: nova/virt/vmwareapi/volume_util.py:155
#, fuzzy, python-format
msgid "Rescanning HBA %s"
msgstr "Re-scanning SR %s"
#: nova/virt/vmwareapi/volume_util.py:158
#, fuzzy, python-format
msgid "Rescanned HBA %s "
msgstr "Re-scanning SR %s"
#: nova/virt/vmwareapi/volume_util.py:167
#, python-format
msgid "Adding iSCSI host %s to send targets"
msgstr ""
#: nova/virt/vmwareapi/volumeops.py:65
#, python-format
msgid ""
"Reconfiguring VM instance %(instance_name)s to attach disk %(vmdk_path)s "
"or device %(device_name)s with type %(disk_type)s"
msgstr ""
#: nova/virt/vmwareapi/volumeops.py:76
#, python-format
msgid ""
"Reconfigured VM instance %(instance_name)s to attach disk %(vmdk_path)s "
"or device %(device_name)s with type %(disk_type)s"
msgstr ""
#: nova/virt/vmwareapi/volumeops.py:121
#, fuzzy, python-format
msgid "Reconfiguring VM instance %(instance_name)s to detach disk %(disk_key)s"
msgstr "instance %(instance_name)s: deleting instance files %(target)s"
#: nova/virt/vmwareapi/volumeops.py:130
#, fuzzy, python-format
msgid "Reconfigured VM instance %(instance_name)s to detach disk %(disk_key)s"
msgstr "instance %(instance_name)s: deleting instance files %(target)s"
#: nova/virt/vmwareapi/volumeops.py:139
#, python-format
msgid "Discovering iSCSI target %(target_iqn)s from %(target_portal)s."
msgstr ""
#: nova/virt/vmwareapi/volumeops.py:145
msgid "Storage target found. No need to discover"
msgstr ""
#: nova/virt/vmwareapi/volumeops.py:154
#, python-format
msgid "Discovered iSCSI target %(target_iqn)s from %(target_portal)s."
msgstr ""
#: nova/virt/vmwareapi/volumeops.py:159
#, python-format
msgid "Unable to discovered iSCSI target %(target_iqn)s from %(target_portal)s."
msgstr ""
#: nova/virt/vmwareapi/volumeops.py:217 nova/virt/vmwareapi/volumeops.py:251
#: nova/virt/xenapi/volumeops.py:55
#, python-format
msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s"
msgstr "Mountpoint %(mountpoint)s attached to instance %(instance_name)s"
#: nova/virt/vmwareapi/volumeops.py:227
#, python-format
msgid "Attach_volume: %(connection_info)s, %(instance_name)s, %(mountpoint)s"
msgstr "Attach_volume: %(connection_info)s, %(instance_name)s, %(mountpoint)s"
#: nova/virt/vmwareapi/volumeops.py:239 nova/virt/vmwareapi/volumeops.py:414
#, fuzzy
msgid "Unable to find iSCSI Target"
msgstr "Unable to find address %r"
#: nova/virt/vmwareapi/volumeops.py:259
#, python-format
msgid "Volume attach. Driver type: %s"
msgstr ""
#: nova/virt/vmwareapi/volumeops.py:330
#, python-format
msgid ""
"The volume has not been displaced from its original location: %s. No "
"consolidation needed."
msgstr ""
#: nova/virt/vmwareapi/volumeops.py:337
#, python-format
msgid ""
"The volume's backing has been relocated to %s. Need to consolidate "
"backing disk file."
msgstr ""
#: nova/virt/vmwareapi/volumeops.py:375 nova/virt/vmwareapi/volumeops.py:422
#, fuzzy
msgid "Unable to find volume"
msgstr "Failed to find volume in db"
#: nova/virt/vmwareapi/volumeops.py:383 nova/virt/vmwareapi/volumeops.py:405
#: nova/virt/xenapi/volumeops.py:127
#, python-format
msgid "Detach_volume: %(instance_name)s, %(mountpoint)s"
msgstr "Detach_volume: %(instance_name)s, %(mountpoint)s"
#: nova/virt/vmwareapi/volumeops.py:395 nova/virt/vmwareapi/volumeops.py:424
#: nova/virt/xenapi/volumeops.py:146
#, python-format
msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s"
msgstr "Mountpoint %(mountpoint)s detached from instance %(instance_name)s"
#: nova/virt/vmwareapi/volumeops.py:432
#, python-format
msgid "Volume detach. Driver type: %s"
msgstr ""
#: nova/virt/vmwareapi/volumeops.py:445
#, python-format
msgid "Root volume attach. Driver type: %s"
msgstr ""
#: nova/virt/xenapi/agent.py:124 nova/virt/xenapi/vmops.py:1775
#, 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:129 nova/virt/xenapi/vmops.py:1780
#, python-format
msgid ""
"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. "
"args=%(args)r"
msgstr ""
"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. "
"args=%(args)r"
#: nova/virt/xenapi/agent.py:134 nova/virt/xenapi/vmops.py:1785
#, 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"
#: nova/virt/xenapi/agent.py:144
#, python-format
msgid ""
"The agent call to %(method)s returned an invalid response: %(ret)r. "
"args=%(args)r"
msgstr ""
#: nova/virt/xenapi/agent.py:151
#, python-format
msgid "The agent call to %(method)s returned an an error: %(ret)r. args=%(args)r"
msgstr ""
#: nova/virt/xenapi/agent.py:157
#, python-format
msgid "The agent call to %(method)s was successful: %(ret)r. args=%(args)r"
msgstr ""
#: nova/virt/xenapi/agent.py:183
#, python-format
msgid "Ignoring error while configuring instance with agent: %s"
msgstr ""
#: nova/virt/xenapi/agent.py:191
msgid "Error setting instance fault."
msgstr ""
#: nova/virt/xenapi/agent.py:205
msgid "Querying agent version"
msgstr "Querying agent version"
#: nova/virt/xenapi/agent.py:229
#, python-format
msgid ""
"Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is "
"%(version)s"
msgstr ""
"Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is "
"%(version)s"
#: nova/virt/xenapi/agent.py:232
#, 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/agent.py:243
#, python-format
msgid "Updating agent to %s"
msgstr "Updating agent to %s"
#: nova/virt/xenapi/agent.py:247
msgid "Skipping agent update."
msgstr ""
#: nova/virt/xenapi/agent.py:255
#, python-format
msgid "Unable to update the agent due to: %(exc)s"
msgstr ""
#: nova/virt/xenapi/agent.py:286
msgid "Setting admin password"
msgstr "Setting admin password"
#: nova/virt/xenapi/agent.py:308
msgid "Skipping setting of ssh key for Windows."
msgstr ""
#: nova/virt/xenapi/agent.py:313
msgid "Skipping agent ssh key injection for this image."
msgstr ""
#: nova/virt/xenapi/agent.py:330
msgid "Skipping agent file injection for this image."
msgstr ""
#: nova/virt/xenapi/agent.py:337
#, python-format
msgid "Injecting file path: %r"
msgstr "Injecting file path: %r"
#: nova/virt/xenapi/agent.py:347
msgid "Resetting network"
msgstr "Resetting network"
#: nova/virt/xenapi/agent.py:381
msgid ""
"XenServer tools installed in this image are capable of network injection."
" Networking files will not bemanipulated"
msgstr ""
"XenServer tools installed in this image are capable of network injection."
" Networking files will not bemanipulated"
#: nova/virt/xenapi/agent.py:389
msgid ""
"XenServer tools are present in this image but are not capable of network "
"injection"
msgstr ""
"XenServer tools are present in this image but are not capable of network "
"injection"
#: nova/virt/xenapi/agent.py:393
msgid "XenServer tools are not installed in this image"
msgstr "XenServer tools are not installed in this image"
#: nova/virt/xenapi/agent.py:407
msgid "Invalid 'agent_present' value. Falling back to the default."
msgstr ""
#: nova/virt/xenapi/agent.py:448
#, python-format
msgid "OpenSSL error: %s"
msgstr "OpenSSL error: %s"
#: nova/virt/xenapi/driver.py:151
msgid ""
"Must specify connection_url, connection_username (optionally), and "
"connection_password to use compute_driver=xenapi.XenAPIDriver"
msgstr ""
#: nova/virt/xenapi/driver.py:178
msgid "Failure while cleaning up attached VDIs"
msgstr "Failure while cleaning up attached VDIs"
#: nova/virt/xenapi/driver.py:411
#, python-format
msgid "Could not determine key: %s"
msgstr "Could not determine key: %s"
#: nova/virt/xenapi/driver.py:657
msgid "Host startup on XenServer is not supported."
msgstr "Host startup on XenServer is not supported."
#: nova/virt/xenapi/fake.py:810 nova/virt/xenapi/fake.py:918
#: nova/virt/xenapi/fake.py:937 nova/virt/xenapi/fake.py:1005
msgid "Raising NotImplemented"
msgstr "Raising NotImplemented"
#: nova/virt/xenapi/fake.py:812
#, python-format
msgid "xenapi.fake does not have an implementation for %s"
msgstr "xenapi.fake does not have an implementation for %s"
#: nova/virt/xenapi/fake.py:845
#, python-format
msgid "Calling %(name)s %(impl)s"
msgstr ""
#: nova/virt/xenapi/fake.py:851
#, python-format
msgid "Calling getter %s"
msgstr "Calling getter %s"
#: nova/virt/xenapi/fake.py:854
#, python-format
msgid "Calling setter %s"
msgstr "Calling setter %s"
#: nova/virt/xenapi/fake.py:920
#, python-format
msgid ""
"xenapi.fake does not have an implementation for %s or it has been called "
"with the wrong number of arguments"
msgstr ""
"xenapi.fake does not have an implementation for %s or it has been called "
"with the wrong number of arguments"
#: nova/virt/xenapi/host.py:72
#, python-format
msgid ""
"Instance %(name)s running on %(host)s could not be found in the database:"
" assuming it is a worker VM and skip ping migration to a new host"
msgstr ""
"Instance %(name)s running on %(host)s could not be found in the database:"
" assuming it is a worker VM and skip ping migration to a new host"
#: nova/virt/xenapi/host.py:84
#, fuzzy, python-format
msgid "Aggregate for host %(host)s count not be found."
msgstr "Compute host %(host)s could not be found."
#: nova/virt/xenapi/host.py:103
#, python-format
msgid "Unable to migrate VM %(vm_ref)s from %(host)s"
msgstr ""
#: nova/virt/xenapi/host.py:183
msgid "Failed to parse information about a pci device for passthrough"
msgstr ""
#: nova/virt/xenapi/host.py:281
#, python-format
msgid "Failed to extract instance support from %s"
msgstr "Failed to extract instance support from %s"
#: nova/virt/xenapi/host.py:298
msgid "Unable to get updated status"
msgstr "Unable to get updated status"
#: nova/virt/xenapi/host.py:301
#, python-format
msgid "The call to %(method)s returned an error: %(e)s."
msgstr "The call to %(method)s returned an error: %(e)s."
#: nova/virt/xenapi/network_utils.py:31
#, python-format
msgid "Found non-unique network for name_label %s"
msgstr "Found non-unique network for name_label %s"
#: nova/virt/xenapi/network_utils.py:49
#, python-format
msgid "Found non-unique network for bridge %s"
msgstr "Found non-unique network for bridge %s"
#: nova/virt/xenapi/network_utils.py:52
#, python-format
msgid "Found no network for bridge %s"
msgstr "Found no network for bridge %s"
#: nova/virt/xenapi/pool.py:67
#, python-format
msgid ""
"Aggregate %(aggregate_id)s: unrecoverable state during operation on "
"%(host)s"
msgstr ""
"Aggregate %(aggregate_id)s: unrecoverable state during operation on "
"%(host)s"
#: nova/virt/xenapi/pool.py:150
#, python-format
msgid "Unable to eject %s from the pool; pool not empty"
msgstr ""
#: nova/virt/xenapi/pool.py:165
#, python-format
msgid "Unable to eject %s from the pool; No master found"
msgstr ""
#: nova/virt/xenapi/pool.py:182
#, python-format
msgid "Pool-Join failed: %s"
msgstr ""
#: nova/virt/xenapi/pool.py:185
#, python-format
msgid "Unable to join %s in the pool"
msgstr ""
#: nova/virt/xenapi/pool.py:201
#, python-format
msgid "Pool-eject failed: %s"
msgstr ""
#: nova/virt/xenapi/pool.py:212
#, python-format
msgid "Unable to set up pool: %s."
msgstr ""
#: nova/virt/xenapi/pool.py:223
#, python-format
msgid "Pool-set_name_label failed: %s"
msgstr ""
#: nova/virt/xenapi/vif.py:103
#, python-format
msgid "Found no PIF for device %s"
msgstr "Found no PIF for device %s"
#: nova/virt/xenapi/vif.py:122
#, python-format
msgid ""
"PIF %(pif_uuid)s for network %(bridge)s has VLAN id %(pif_vlan)d. "
"Expected %(vlan_num)d"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:234
#, python-format
msgid ""
"Device id %(id)s specified is not supported by hypervisor version "
"%(version)s"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:334
msgid "Created VM"
msgstr "Created VM"
#: nova/virt/xenapi/vm_utils.py:346
msgid "VM destroyed"
msgstr "VM destroyed"
#: nova/virt/xenapi/vm_utils.py:351 nova/virt/xenapi/vm_utils.py:366
msgid "VM already halted, skipping shutdown..."
msgstr "VM already halted, skipping shutdown..."
#: nova/virt/xenapi/vm_utils.py:355
#, fuzzy
msgid "Shutting down VM (cleanly)"
msgstr "Shutting down VM"
#: nova/virt/xenapi/vm_utils.py:370
#, fuzzy
msgid "Shutting down VM (hard)"
msgstr "Shutting down VM"
#: nova/virt/xenapi/vm_utils.py:407
#, python-format
msgid "VBD not found in instance %s"
msgstr "VBD not found in instance %s"
#: nova/virt/xenapi/vm_utils.py:434
#, python-format
msgid "VBD %s already detached"
msgstr "VBD %s already detached"
#: nova/virt/xenapi/vm_utils.py:437
#, python-format
msgid ""
"VBD %(vbd_ref)s uplug failed with \"%(err)s\", attempt "
"%(num_attempt)d/%(max_attempts)d"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:444
#, python-format
msgid "Unable to unplug VBD %s"
msgstr "Unable to unplug VBD %s"
#: nova/virt/xenapi/vm_utils.py:447
#, python-format
msgid "Reached maximum number of retries trying to unplug VBD %s"
msgstr "Reached maximum number of retries trying to unplug VBD %s"
#: nova/virt/xenapi/vm_utils.py:458
#, python-format
msgid "Unable to destroy VBD %s"
msgstr "Unable to destroy VBD %s"
#: nova/virt/xenapi/vm_utils.py:480
#, python-format
msgid "Creating %(vbd_type)s-type VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... "
msgstr "Creating %(vbd_type)s-type VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... "
#: nova/virt/xenapi/vm_utils.py:484
#, python-format
msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s."
msgstr "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s."
#: nova/virt/xenapi/vm_utils.py:509
#, python-format
msgid "Unable to destroy VDI %s"
msgstr "Unable to destroy VDI %s"
#: nova/virt/xenapi/vm_utils.py:521
#, python-format
msgid "Ignoring error while destroying VDI: %s"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:540
#, python-format
msgid ""
"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s)"
" on %(sr_ref)s."
msgstr ""
"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s)"
" on %(sr_ref)s."
#: nova/virt/xenapi/vm_utils.py:556
msgid "SR not present and could not be introduced"
msgstr "SR not present and could not be introduced"
#: nova/virt/xenapi/vm_utils.py:580
#, python-format
msgid "block device info: %s"
msgstr "block device info: %s"
#: nova/virt/xenapi/vm_utils.py:669
#, python-format
msgid "Cloned VDI %(vdi_ref)s from VDI %(vdi_to_clone_ref)s"
msgstr "Cloned VDI %(vdi_ref)s from VDI %(vdi_to_clone_ref)s"
#: nova/virt/xenapi/vm_utils.py:737
#, python-format
msgid "No primary VDI found for %s"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:754
msgid "Error while removing sm_config"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:778
msgid "Starting snapshot for VM"
msgstr "Starting snapshot for VM"
#: nova/virt/xenapi/vm_utils.py:828
#, python-format
msgid ""
"Only file-based SRs (ext/NFS) are supported by this feature. SR %(uuid)s"
" is of type %(type)s"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:852
#, python-format
msgid "Destroying cached VDI '%(vdi_uuid)s'"
msgstr "Destroying cached VDI '%(vdi_uuid)s'"
#: nova/virt/xenapi/vm_utils.py:907
#, python-format
msgid "Multiple base images for image: %s"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:944
#, python-format
msgid "Resizing up VDI %(vdi_ref)s from %(virtual_size)d to %(new_disk_size)d"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:955
msgid "No need to change vdi virtual size."
msgstr ""
#: nova/virt/xenapi/vm_utils.py:962
#, python-format
msgid ""
"VDI %(vdi_ref)s is %(virtual_size)d bytes which is larger than flavor "
"size of %(new_disk_size)d bytes."
msgstr ""
#: nova/virt/xenapi/vm_utils.py:973 nova/virt/xenapi/vmops.py:1044
msgid "Can't resize a disk to 0 GB."
msgstr ""
#: nova/virt/xenapi/vm_utils.py:1018
msgid "Skipping auto_config_disk as destination size is 0GB"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:1025
msgid "Disk must have only one partition."
msgstr ""
#: nova/virt/xenapi/vm_utils.py:1030
#, python-format
msgid "Disk contains a filesystem we are unable to resize: %s"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:1035
msgid "The only partition should be partition 1."
msgstr ""
#: nova/virt/xenapi/vm_utils.py:1046
#, python-format
msgid "Attempted auto_configure_disk failed because: %s"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:1122
#, python-format
msgid "Error while generating disk number: %s"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:1185
#, python-format
msgid ""
"Error when generating ephemeral disk. Device: %(userdevice)s Size GB: "
"%(size_gb)s Error: %(exc)s"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:1230
msgid "Error while generating config drive"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:1282
msgid "Removing kernel/ramdisk files from dom0"
msgstr "Removing kernel/ramdisk files from dom0"
#: nova/virt/xenapi/vm_utils.py:1297
#, python-format
msgid ""
"Fast cloning is only supported on default local SR of type ext. SR on "
"this system was found to be of type %s. Ignoring the cow flag."
msgstr ""
#: nova/virt/xenapi/vm_utils.py:1372
#, python-format
msgid "Unrecognized cache_images value '%s', defaulting to True"
msgstr "Unrecognized cache_images value '%s', defaulting to True"
#: nova/virt/xenapi/vm_utils.py:1416
#, python-format
msgid "Fetched VDIs of type '%(vdi_type)s' with UUID '%(vdi_uuid)s'"
msgstr "Fetched VDIs of type '%(vdi_type)s' with UUID '%(vdi_uuid)s'"
#: nova/virt/xenapi/vm_utils.py:1448
#, python-format
msgid "Invalid value '%s' for torrent_images"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:1471
#, python-format
msgid "Invalid value '%d' for image_compression_level"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:1482
#, python-format
msgid "Asking xapi to fetch vhd image %s"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:1497
#, python-format
msgid ""
"Download handler '%(handler)s' raised an exception, falling back to "
"default handler '%(default_handler)s'"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:1514
msgid "Error while checking vdi size"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:1535
#, python-format
msgid "vdi_uuid=%(cur_vdi_uuid)s vdi_size_bytes=%(vdi_size_bytes)d"
msgstr "vdi_uuid=%(cur_vdi_uuid)s vdi_size_bytes=%(vdi_size_bytes)d"
#: nova/virt/xenapi/vm_utils.py:1553
#, python-format
msgid "Image size %(size)d exceeded flavor allowed size %(allowed_size)d"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:1577
#, python-format
msgid "Fetching image %(image_id)s, type %(image_type_str)s"
msgstr "Fetching image %(image_id)s, type %(image_type_str)s"
#: nova/virt/xenapi/vm_utils.py:1594
#, python-format
msgid "Size for image %(image_id)s: %(virtual_size)d"
msgstr "Size for image %(image_id)s: %(virtual_size)d"
#: nova/virt/xenapi/vm_utils.py:1604
#, python-format
msgid ""
"Kernel/Ramdisk image is too large: %(vdi_size)d bytes, max %(max_size)d "
"bytes"
msgstr ""
"Kernel/Ramdisk image is too large: %(vdi_size)d bytes, max %(max_size)d "
"bytes"
#: nova/virt/xenapi/vm_utils.py:1623
#, python-format
msgid "Copying VDI %s to /boot/guest on dom0"
msgstr "Copying VDI %s to /boot/guest on dom0"
#: nova/virt/xenapi/vm_utils.py:1637
#, python-format
msgid "Kernel/Ramdisk VDI %s destroyed"
msgstr "Kernel/Ramdisk VDI %s destroyed"
#: nova/virt/xenapi/vm_utils.py:1646
msgid "Failed to fetch glance image"
msgstr "Failed to fetch glance image"
#: nova/virt/xenapi/vm_utils.py:1690
#, python-format
msgid "Detected %(image_type_str)s format for image %(image_ref)s"
msgstr "Detected %(image_type_str)s format for image %(image_ref)s"
#: nova/virt/xenapi/vm_utils.py:1741
#, python-format
msgid "VDI %s is still available"
msgstr "VDI %s is still available"
#: nova/virt/xenapi/vm_utils.py:1854
#, python-format
msgid "Unable to parse rrd of %s"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:1873
#, python-format
msgid "Scanning SR %s"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:1884
#, python-format
msgid "Retry SR scan due to error: %s"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:1917
#, python-format
msgid "Flag sr_matching_filter '%s' does not respect formatting convention"
msgstr "Flag sr_matching_filter '%s' does not respect formatting convention"
#: nova/virt/xenapi/vm_utils.py:1938
msgid ""
"XenAPI is unable to find a Storage Repository to install guest instances "
"on. Please check your configuration (e.g. set a default SR for the pool) "
"and/or configure the flag 'sr_matching_filter'."
msgstr ""
#: nova/virt/xenapi/vm_utils.py:1951
msgid "Cannot find SR of content-type ISO"
msgstr "Cannot find SR of content-type ISO"
#: nova/virt/xenapi/vm_utils.py:1959
#, python-format
msgid "ISO: looking at SR %s"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:1961
msgid "ISO: not iso content"
msgstr "ISO: not iso content"
#: nova/virt/xenapi/vm_utils.py:1964
msgid "ISO: iso content_type, no 'i18n-key' key"
msgstr "ISO: iso content_type, no 'i18n-key' key"
#: nova/virt/xenapi/vm_utils.py:1967
msgid "ISO: iso content_type, i18n-key value not 'local-storage-iso'"
msgstr "ISO: iso content_type, i18n-key value not 'local-storage-iso'"
#: nova/virt/xenapi/vm_utils.py:1971
msgid "ISO: SR MATCHing our criteria"
msgstr "ISO: SR MATCHing our criteria"
#: nova/virt/xenapi/vm_utils.py:1973
msgid "ISO: ISO, looking to see if it is host local"
msgstr "ISO: ISO, looking to see if it is host local"
#: nova/virt/xenapi/vm_utils.py:1976
#, python-format
msgid "ISO: PBD %s disappeared"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:1979
#, python-format
msgid "ISO: PBD matching, want %(pbd_rec)s, have %(host)s"
msgstr "ISO: PBD matching, want %(pbd_rec)s, have %(host)s"
#: nova/virt/xenapi/vm_utils.py:1982
msgid "ISO: SR with local PBD"
msgstr "ISO: SR with local PBD"
#: nova/virt/xenapi/vm_utils.py:2004
#, python-format
msgid ""
"Unable to obtain RRD XML for VM %(vm_uuid)s with server details: "
"%(server)s."
msgstr ""
"Unable to obtain RRD XML for VM %(vm_uuid)s with server details: "
"%(server)s."
#: nova/virt/xenapi/vm_utils.py:2039
#, python-format
msgid "VHD %(vdi_uuid)s has parent %(parent_uuid)s"
msgstr "VHD %(vdi_uuid)s has parent %(parent_uuid)s"
#: nova/virt/xenapi/vm_utils.py:2129
#, python-format
msgid ""
"Parent %(parent_uuid)s doesn't match original parent "
"%(original_parent_uuid)s, waiting for coalesce..."
msgstr ""
"Parent %(parent_uuid)s doesn't match original parent "
"%(original_parent_uuid)s, waiting for coalesce..."
#: nova/virt/xenapi/vm_utils.py:2141
#, python-format
msgid "VHD coalesce attempts exceeded (%d), giving up..."
msgstr ""
#: nova/virt/xenapi/vm_utils.py:2176
#, python-format
msgid "Timeout waiting for device %s to be created"
msgstr "Timeout waiting for device %s to be created"
#: nova/virt/xenapi/vm_utils.py:2196
#, python-format
msgid "Disconnecting stale VDI %s from compute domU"
msgstr "Disconnecting stale VDI %s from compute domU"
#: nova/virt/xenapi/vm_utils.py:2209
#, python-format
msgid "Plugging VBD %s ... "
msgstr "Plugging VBD %s ... "
#: nova/virt/xenapi/vm_utils.py:2212
#, python-format
msgid "Plugging VBD %s done."
msgstr "Plugging VBD %s done."
#: nova/virt/xenapi/vm_utils.py:2214
#, python-format
msgid "VBD %(vbd_ref)s plugged as %(orig_dev)s"
msgstr "VBD %(vbd_ref)s plugged as %(orig_dev)s"
#: nova/virt/xenapi/vm_utils.py:2218
#, python-format
msgid "VBD %(vbd_ref)s plugged into wrong dev, remapping to %(dev)s"
msgstr "VBD %(vbd_ref)s plugged into wrong dev, remapping to %(dev)s"
#: nova/virt/xenapi/vm_utils.py:2225
#, python-format
msgid "Destroying VBD for VDI %s ... "
msgstr "Destroying VBD for VDI %s ... "
#: nova/virt/xenapi/vm_utils.py:2233
#, python-format
msgid "Destroying VBD for VDI %s done."
msgstr "Destroying VBD for VDI %s done."
#: nova/virt/xenapi/vm_utils.py:2275
msgid "Partitions:"
msgstr "Partitions:"
#: nova/virt/xenapi/vm_utils.py:2283
#, python-format
msgid " %(num)s: %(fstype)s %(size)d sectors"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:2309
#, python-format
msgid ""
"Writing partition table %(primary_first)d %(primary_last)d to "
"%(dev_path)s..."
msgstr ""
"Writing partition table %(primary_first)d %(primary_last)d to "
"%(dev_path)s..."
#: nova/virt/xenapi/vm_utils.py:2318
#, python-format
msgid "Writing partition table %s done."
msgstr "Writing partition table %s done."
#: nova/virt/xenapi/vm_utils.py:2354
msgid ""
"Shrinking the filesystem down with resize2fs has failed, please check if "
"you have enough free space on your disk."
msgstr ""
#: nova/virt/xenapi/vm_utils.py:2398
#, python-format
msgid ""
"Starting sparse_copy src=%(src_path)s dst=%(dst_path)s "
"virtual_size=%(virtual_size)d block_size=%(block_size)d"
msgstr ""
"Starting sparse_copy src=%(src_path)s dst=%(dst_path)s "
"virtual_size=%(virtual_size)d block_size=%(block_size)d"
#: nova/virt/xenapi/vm_utils.py:2434
#, python-format
msgid ""
"Finished sparse_copy in %(duration).2f secs, %(compression_pct).2f%% "
"reduction in size"
msgstr ""
"Finished sparse_copy in %(duration).2f secs, %(compression_pct).2f%% "
"reduction in size"
#: nova/virt/xenapi/vm_utils.py:2489
msgid "Manipulating interface files directly"
msgstr "Manipulating interface files directly"
#: nova/virt/xenapi/vm_utils.py:2498
#, python-format
msgid "Failed to mount filesystem (expected for non-linux instances): %s"
msgstr "Failed to mount filesystem (expected for non-linux instances): %s"
#: nova/virt/xenapi/vm_utils.py:2609
msgid "This domU must be running on the host specified by connection_url"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:2666
#, 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/vm_utils.py:2678
msgid "Failed to transfer vhd to new host"
msgstr "Failed to transfer vhd to new host"
#: nova/virt/xenapi/vm_utils.py:2704
msgid "ipxe_boot_menu_url not set, user will have to enter URL manually..."
msgstr ""
#: nova/virt/xenapi/vm_utils.py:2710
msgid "ipxe_network_name not set, user will have to enter IP manually..."
msgstr ""
#: nova/virt/xenapi/vm_utils.py:2721
#, python-format
msgid ""
"Unable to find network matching '%(network_name)s', user will have to "
"enter IP manually..."
msgstr ""
#: nova/virt/xenapi/vm_utils.py:2745
#, python-format
msgid "ISO creation tool '%s' does not exist."
msgstr ""
#: nova/virt/xenapi/vmops.py:170
#, fuzzy, python-format
msgid "Importing image upload handler: %s"
msgstr "Writing image info file: %s"
#: nova/virt/xenapi/vmops.py:185
msgid "Error: Agent is disabled"
msgstr ""
#: nova/virt/xenapi/vmops.py:305
msgid "Starting instance"
msgstr "Starting instance"
#: nova/virt/xenapi/vmops.py:382
msgid "ipxe_boot is True but no ISO image found"
msgstr ""
#: nova/virt/xenapi/vmops.py:525
msgid "Failed to spawn, rolling back"
msgstr "Failed to spawn, rolling back"
#: nova/virt/xenapi/vmops.py:565
#, python-format
msgid "Using PV kernel: %s"
msgstr ""
#: nova/virt/xenapi/vmops.py:591
msgid "Auto configuring disk, attempting to resize root disk..."
msgstr ""
#: nova/virt/xenapi/vmops.py:644
msgid "Waiting for instance state to become running"
msgstr "Waiting for instance state to become running"
#: nova/virt/xenapi/vmops.py:656
msgid "Skip agent setup, not enabled."
msgstr ""
#: nova/virt/xenapi/vmops.py:663
msgid "Skip agent setup, unable to contact agent."
msgstr ""
#: nova/virt/xenapi/vmops.py:667
#, python-format
msgid "Detected agent version: %s"
msgstr ""
#: nova/virt/xenapi/vmops.py:756
msgid "Finished snapshot and upload for VM"
msgstr "Finished snapshot and upload for VM"
#: nova/virt/xenapi/vmops.py:775
#, python-format
msgid "Updating progress to %d"
msgstr ""
#: nova/virt/xenapi/vmops.py:782
msgid "VM was already shutdown."
msgstr ""
#: nova/virt/xenapi/vmops.py:786
msgid "Clean shutdown did not complete successfully, trying hard shutdown."
msgstr ""
#: nova/virt/xenapi/vmops.py:790
#, fuzzy
msgid "Unable to terminate instance."
msgstr "Failed to terminate instance"
#: nova/virt/xenapi/vmops.py:842
#, python-format
msgid "_migrate_disk_resizing_down failed. Restoring orig vm due_to: %s."
msgstr ""
#: nova/virt/xenapi/vmops.py:895
msgid "Migrated root base vhds"
msgstr ""
#: nova/virt/xenapi/vmops.py:911
msgid "Migrated all base vhds."
msgstr ""
#: nova/virt/xenapi/vmops.py:945
#, python-format
msgid "Read-only migrated for disk: %s"
msgstr ""
#: nova/virt/xenapi/vmops.py:996
#, python-format
msgid "_migrate_disk_resizing_up failed. Restoring orig vm due_to: %s."
msgstr ""
#: nova/virt/xenapi/vmops.py:1003
#, python-format
msgid "_migrate_disk_resizing_up failed to rollback: %s"
msgstr ""
#: nova/virt/xenapi/vmops.py:1020
msgid "Can't resize down ephemeral disks."
msgstr ""
#: nova/virt/xenapi/vmops.py:1080
msgid "Not resizing the root volume."
msgstr ""
#: nova/virt/xenapi/vmops.py:1131
msgid "Starting halted instance found during reboot"
msgstr "Starting halted instance found during reboot"
#: nova/virt/xenapi/vmops.py:1137
msgid ""
"Reboot failed due to bad volumes, detaching bad volumes and starting "
"halted instance"
msgstr ""
#: nova/virt/xenapi/vmops.py:1215
msgid "Unable to update metadata, VM not found."
msgstr ""
#: nova/virt/xenapi/vmops.py:1261
msgid "Unable to find root VBD/VDI for VM"
msgstr "Unable to find root VBD/VDI for VM"
#: nova/virt/xenapi/vmops.py:1265
#, fuzzy
msgid "Destroying VDIs"
msgstr "Destroying VM"
#: nova/virt/xenapi/vmops.py:1292
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:1299
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:1307
msgid "kernel/ramdisk files removed"
msgstr "kernel/ramdisk files removed"
#: nova/virt/xenapi/vmops.py:1333
msgid "Destroying VM"
msgstr "Destroying VM"
#: nova/virt/xenapi/vmops.py:1362
msgid "VM is not present, skipping destroy..."
msgstr "VM is not present, skipping destroy..."
#: nova/virt/xenapi/vmops.py:1413
#, python-format
msgid "Instance is already in Rescue Mode: %s"
msgstr "Instance is already in Rescue Mode: %s"
#: nova/virt/xenapi/vmops.py:1455
#, fuzzy
msgid "VM is not present, skipping soft delete..."
msgstr "VM is not present, skipping destroy..."
#: nova/virt/xenapi/vmops.py:1656
msgid "Injecting network info to xenstore"
msgstr "Injecting network info to xenstore"
#: nova/virt/xenapi/vmops.py:1679
msgid "Creating vifs"
msgstr "Creating vifs"
#: nova/virt/xenapi/vmops.py:1688
#, python-format
msgid "Creating VIF for network %s"
msgstr ""
#: nova/virt/xenapi/vmops.py:1691
#, 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:1726
#, python-format
msgid "Injecting hostname (%s) into xenstore"
msgstr ""
#: nova/virt/xenapi/vmops.py:1736
msgid "Removing hostname from xenstore"
msgstr ""
#: nova/virt/xenapi/vmops.py:1841
#, python-format
msgid "Destination host:%s must be in the same aggregate as the source server"
msgstr ""
#: nova/virt/xenapi/vmops.py:1862
#, fuzzy
msgid "No suitable network for migrate"
msgstr "Bad networks format"
#: nova/virt/xenapi/vmops.py:1868
#, python-format
msgid "PIF %s does not contain IP address"
msgstr ""
#: nova/virt/xenapi/vmops.py:1881
msgid "Migrate Receive failed"
msgstr "Migrate Receive failed"
#: nova/virt/xenapi/vmops.py:1955
msgid "XAPI supporting relax-xsm-sr-check=true required"
msgstr ""
#: nova/virt/xenapi/vmops.py:1966
#, python-format
msgid "assert_can_migrate failed because: %s"
msgstr ""
#: nova/virt/xenapi/vmops.py:2026
msgid "Migrate Send failed"
msgstr "Migrate Send failed"
#: nova/virt/xenapi/volume_utils.py:60
#, python-format
msgid "Introducing SR %s"
msgstr ""
#: nova/virt/xenapi/volume_utils.py:67
#, fuzzy
msgid "Creating PBD for SR"
msgstr "Creating pbd for SR"
#: nova/virt/xenapi/volume_utils.py:70
msgid "Plugging SR"
msgstr "Plugging SR"
#: nova/virt/xenapi/volume_utils.py:79
#, fuzzy
msgid "Forgetting SR..."
msgstr "Forgetting SR %s..."
#: nova/virt/xenapi/volume_utils.py:101
#, python-format
msgid "Unable to find SR from VBD %s"
msgstr "Unable to find SR from VBD %s"
#: nova/virt/xenapi/volume_utils.py:118
#, python-format
msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s"
msgstr "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s"
#: nova/virt/xenapi/volume_utils.py:126
#, python-format
msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s"
msgstr "Ignoring exception %(exc)s when unplugging PBD %(pbd)s"
#: nova/virt/xenapi/volume_utils.py:158
#, python-format
msgid "Unable to introduce VDI on SR %s"
msgstr "Unable to introduce VDI on SR %s"
#: nova/virt/xenapi/volume_utils.py:161
#, python-format
msgid ""
"VDI not found on SR %(sr)s (vdi_uuid %(vdi_uuid)s, target_lun "
"%(target_lun)s)"
msgstr ""
#: nova/virt/xenapi/volume_utils.py:172
#, python-format
msgid "Unable to get record of VDI %s on"
msgstr "Unable to get record of VDI %s on"
#: nova/virt/xenapi/volume_utils.py:194
#, python-format
msgid "Unable to introduce VDI for SR %s"
msgstr "Unable to introduce VDI for SR %s"
#: nova/virt/xenapi/volume_utils.py:204
msgid "Cannot purge SR with referenced VDIs"
msgstr ""
#: nova/virt/xenapi/volume_utils.py:213 nova/virt/xenapi/volume_utils.py:259
#, python-format
msgid "Unable to obtain target information %s"
msgstr ""
#: nova/virt/xenapi/volume_utils.py:253
#, python-format
msgid "(vol_id,host,port,iqn): (%(vol_id)s,%(host)s,%(port)s,%(iqn)s)"
msgstr ""
#: nova/virt/xenapi/volume_utils.py:285
#, python-format
msgid "Mountpoint cannot be translated: %s"
msgstr "Mountpoint cannot be translated: %s"
#: nova/virt/xenapi/volumeops.py:42
#, python-format
msgid "Attach_volume: %(connection_info)s, %(instance_name)s,\" %(mountpoint)s"
msgstr ""
#: nova/virt/xenapi/volumeops.py:68
#, python-format
msgid "Connect_volume: %s"
msgstr ""
#: nova/virt/xenapi/volumeops.py:138
#, python-format
msgid "Skipping detach because VBD for %s was not found"
msgstr ""
#: nova/virt/xenapi/client/session.py:85
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/client/session.py:105
#, python-format
msgid "Plugin version mismatch (Expected %(exp)s, got %(got)s)"
msgstr ""
#: nova/virt/xenapi/client/session.py:139
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/client/session.py:224
#, python-format
msgid ""
"%(plugin)s.%(fn)s attempt %(attempt)d/%(attempts)d, callback_result: "
"%(callback_result)s"
msgstr ""
#: nova/virt/xenapi/client/session.py:233
#, python-format
msgid "%(plugin)s.%(fn)s failed. Retrying call."
msgstr ""
#: nova/virt/xenapi/client/session.py:239
#, python-format
msgid ""
"Lost connection to XenAPI during call to %(plugin)s.%(fn)s. Retrying "
"call."
msgstr ""
#: nova/virt/xenapi/client/session.py:250
#, python-format
msgid "RetryableError, so retrying %(fn)s"
msgstr ""
#: nova/virt/xenapi/client/session.py:254
#, python-format
msgid "Error due to a signal, retrying %(fn)s"
msgstr ""
#: nova/virt/xenapi/client/session.py:272
#: nova/virt/xenapi/client/session.py:286
#, python-format
msgid "Got exception: %s"
msgstr "Got exception: %s"
#: nova/virt/xenapi/image/bittorrent.py:106
#, python-format
msgid "Loading torrent URL fetcher from entry points %(ep)s"
msgstr ""
#: nova/vnc/xvp_proxy.py:94 nova/vnc/xvp_proxy.py:99
#, python-format
msgid "Error in handshake: %s"
msgstr "Error in handshake: %s"
#: nova/vnc/xvp_proxy.py:114
#, python-format
msgid "Invalid request: %s"
msgstr "Invalid request: %s"
#: nova/vnc/xvp_proxy.py:134
#, python-format
msgid "Request: %s"
msgstr "Request: %s"
#: nova/vnc/xvp_proxy.py:137
#, python-format
msgid "Request made with missing token: %s"
msgstr "Request made with missing token: %s"
#: nova/vnc/xvp_proxy.py:147
#, python-format
msgid "Request made with invalid token: %s"
msgstr "Request made with invalid token: %s"
#: nova/vnc/xvp_proxy.py:154
#, python-format
msgid "Unexpected error: %s"
msgstr "Unexpected error: %s"
#: nova/vnc/xvp_proxy.py:174
#, python-format
msgid "Starting nova-xvpvncproxy node (version %s)"
msgstr "Starting nova-xvpvncproxy node (version %s)"
#: nova/volume/cinder.py:221
#, fuzzy
msgid "status must be 'in-use'"
msgstr "status must be available"
#: nova/volume/cinder.py:227
#, fuzzy
msgid "status must be 'available'"
msgstr "status must be available"
#: nova/volume/encryptors/__init__.py:42
#, python-format
msgid "Error instantiating %(provider)s: %(exception)s"
msgstr ""
#: nova/volume/encryptors/__init__.py:57
#, python-format
msgid ""
"Failed to retrieve encryption metadata for volume %(volume_id)s: "
"%(exception)s"
msgstr ""