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

13775 lines
373 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-03-27 06:16+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:109
#, 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:54
msgid "Filename of root CA"
msgstr "Filename of root CA"
#: nova/crypto.py:57
msgid "Filename of private key"
msgstr "Filename of private key"
#: nova/crypto.py:60
msgid "Filename of root Certificate Revocation List"
msgstr "Filename of root Certificate Revocation List"
#: nova/crypto.py:63
msgid "Where we keep our keys"
msgstr "Where we keep our keys"
#: nova/crypto.py:66
msgid "Where we keep our root CA"
msgstr "Where we keep our root CA"
#: nova/crypto.py:69
msgid "Should we use a CA for each project?"
msgstr "Should we use a CA for each project?"
#: nova/crypto.py:73
#, 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:78
#, 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:143
msgid "failed to generate fingerprint"
msgstr ""
#: nova/crypto.py:210
#, fuzzy
msgid "Unable to find the key"
msgstr "Unable to find address %r"
#: nova/crypto.py:393
#, fuzzy
msgid "Failed to write inbound.csr"
msgstr "Failed to terminate instance"
#: nova/crypto.py:395
#, 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:77
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:60
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 "Image %(image_id)s is unacceptable: %(reason)s"
msgstr "Image %(image_id)s is unacceptable: %(reason)s"
#: nova/exception.py:471
#, python-format
msgid "Instance %(instance_id)s is unacceptable: %(reason)s"
msgstr "Instance %(instance_id)s is unacceptable: %(reason)s"
#: nova/exception.py:475
#, python-format
msgid "Ec2 id %(ec2_id)s is unacceptable."
msgstr "Ec2 id %(ec2_id)s is unacceptable."
#: nova/exception.py:479
#, python-format
msgid "Expected a uuid but received %(uuid)s."
msgstr "Expected a uuid but received %(uuid)s."
#: nova/exception.py:483
#, fuzzy, python-format
msgid "Invalid ID received %(id)s."
msgstr "Invalid cidr %(cidr)s."
#: nova/exception.py:487
msgid "Constraint not met."
msgstr "Constraint not met."
#: nova/exception.py:492
msgid "Resource could not be found."
msgstr "Resource could not be found."
#: nova/exception.py:497
#, fuzzy, python-format
msgid "No agent-build associated with id %(id)s."
msgstr "No fixed IP associated with id %(id)s."
#: nova/exception.py:501
#, python-format
msgid ""
"Agent-build with hypervisor %(hypervisor)s os %(os)s architecture "
"%(architecture)s exists."
msgstr ""
#: nova/exception.py:507
#, python-format
msgid "Volume %(volume_id)s could not be found."
msgstr "Volume %(volume_id)s could not be found."
#: nova/exception.py:511
#, python-format
msgid "No volume Block Device Mapping with id %(volume_id)s."
msgstr ""
#: nova/exception.py:516
#, python-format
msgid "Snapshot %(snapshot_id)s could not be found."
msgstr "Snapshot %(snapshot_id)s could not be found."
#: nova/exception.py:520
#, python-format
msgid "No disk at %(location)s"
msgstr "No disk at %(location)s"
#: nova/exception.py:524
#, 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:528
#, python-format
msgid "Invalid image href %(image_href)s."
msgstr "Invalid image href %(image_href)s."
#: nova/exception.py:532
#, python-format
msgid "Requested image %(image)s has automatic disk resize disabled."
msgstr ""
#: nova/exception.py:537
#, python-format
msgid "Image %(image_id)s could not be found."
msgstr "Image %(image_id)s could not be found."
#: nova/exception.py:541
msgid "The current driver does not support preserving ephemeral partitions."
msgstr ""
#: nova/exception.py:547
#, 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:554
#, python-format
msgid "Project %(project_id)s could not be found."
msgstr "Project %(project_id)s could not be found."
#: nova/exception.py:558
msgid "Cannot find SR to read/write VDI."
msgstr "Cannot find SR to read/write VDI."
#: nova/exception.py:562
#, fuzzy, python-format
msgid "Network %(network_id)s is duplicated."
msgstr "Network %(network_id)s is still in use."
#: nova/exception.py:566
#, python-format
msgid "Network %(network_id)s is still in use."
msgstr "Network %(network_id)s is still in use."
#: nova/exception.py:570
#, python-format
msgid "%(req)s is required to create a network."
msgstr "%(req)s is required to create a network."
#: nova/exception.py:574
#, python-format
msgid "Network %(network_id)s could not be found."
msgstr "Network %(network_id)s could not be found."
#: nova/exception.py:578
#, 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:582
#, 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:586
#, 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:590
#, 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:594
#, 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:598
msgid "No networks defined."
msgstr "No networks defined."
#: nova/exception.py:602
msgid "No more available networks."
msgstr ""
#: nova/exception.py:606
#, 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:611
msgid ""
"More than one possible network found. Specify network ID(s) to select "
"which one(s) to connect to,"
msgstr ""
#: nova/exception.py:616
#, python-format
msgid "Network %(network_uuid)s requires a subnet in order to boot instances on."
msgstr ""
#: nova/exception.py:621
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:625
#, python-format
msgid "Port %(port_id)s is still in use."
msgstr "Port %(port_id)s is still in use."
#: nova/exception.py:629
#, python-format
msgid "Port %(port_id)s requires a FixedIP in order to be used."
msgstr ""
#: nova/exception.py:633
#, 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:637
#, 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:641
#, python-format
msgid "Fixed ip %(address)s already exists."
msgstr ""
#: nova/exception.py:645
#, python-format
msgid "No fixed IP associated with id %(id)s."
msgstr "No fixed IP associated with id %(id)s."
#: nova/exception.py:649
#, python-format
msgid "Fixed ip not found for address %(address)s."
msgstr "Fixed ip not found for address %(address)s."
#: nova/exception.py:653
#, python-format
msgid "Instance %(instance_uuid)s has zero fixed ips."
msgstr "Instance %(instance_uuid)s has zero fixed ips."
#: nova/exception.py:657
#, 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:662
#, 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:666
#, 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:671
#, 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:676
#, 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:681
#, python-format
msgid "Fixed IP address %(address)s is invalid."
msgstr "Fixed IP address %(address)s is invalid."
#: nova/exception.py:686
msgid "Zero fixed ips available."
msgstr "Zero fixed ips available."
#: nova/exception.py:690
msgid "Zero fixed ips could be found."
msgstr "Zero fixed ips could be found."
#: nova/exception.py:694
#, python-format
msgid "Floating ip %(address)s already exists."
msgstr "Floating ip %(address)s already exists."
#: nova/exception.py:699
#, python-format
msgid "Floating ip not found for id %(id)s."
msgstr "Floating ip not found for id %(id)s."
#: nova/exception.py:703
#, 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:707
#, python-format
msgid "Floating ip not found for address %(address)s."
msgstr "Floating ip not found for address %(address)s."
#: nova/exception.py:711
#, python-format
msgid "Floating ip not found for host %(host)s."
msgstr "Floating ip not found for host %(host)s."
#: nova/exception.py:715
#, 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:719
msgid "Floating ip pool not found."
msgstr "Floating ip pool not found."
#: nova/exception.py:724
msgid "Zero floating ips available."
msgstr "Zero floating ips available."
#: nova/exception.py:730
#, python-format
msgid "Floating ip %(address)s is associated."
msgstr "Floating ip %(address)s is associated."
#: nova/exception.py:734
#, python-format
msgid "Floating ip %(address)s is not associated."
msgstr "Floating ip %(address)s is not associated."
#: nova/exception.py:738
msgid "Zero floating ips exist."
msgstr "Zero floating ips exist."
#: nova/exception.py:743
#, python-format
msgid "Interface %(interface)s not found."
msgstr "Interface %(interface)s not found."
#: nova/exception.py:748 nova/api/openstack/compute/contrib/floating_ips.py:97
msgid "Cannot disassociate auto assigned floating ip"
msgstr "Cannot disassociate auto assigned floating ip"
#: nova/exception.py:753
#, 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:757
#, python-format
msgid "Service %(service_id)s could not be found."
msgstr "Service %(service_id)s could not be found."
#: nova/exception.py:761
#, python-format
msgid "Service with host %(host)s binary %(binary)s exists."
msgstr ""
#: nova/exception.py:765
#, python-format
msgid "Service with host %(host)s topic %(topic)s exists."
msgstr ""
#: nova/exception.py:769
#, python-format
msgid "Host %(host)s could not be found."
msgstr "Host %(host)s could not be found."
#: nova/exception.py:773
#, python-format
msgid "Compute host %(host)s could not be found."
msgstr "Compute host %(host)s could not be found."
#: nova/exception.py:777
#, 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:781
#, python-format
msgid "Invalid reservation expiration %(expire)s."
msgstr "Invalid reservation expiration %(expire)s."
#: nova/exception.py:785
#, 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:790
msgid "Quota could not be found"
msgstr "Quota could not be found"
#: nova/exception.py:794
#, python-format
msgid "Quota exists for project %(project_id)s, resource %(resource)s"
msgstr ""
#: nova/exception.py:799
#, python-format
msgid "Unknown quota resources %(unknown)s."
msgstr "Unknown quota resources %(unknown)s."
#: nova/exception.py:803
#, python-format
msgid "Quota for user %(user_id)s in project %(project_id)s could not be found."
msgstr ""
#: nova/exception.py:808
#, 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:812
#, 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:816
#, 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:820
#, python-format
msgid "Quota reservation %(uuid)s could not be found."
msgstr "Quota reservation %(uuid)s could not be found."
#: nova/exception.py:824
#, python-format
msgid "Quota exceeded for resources: %(overs)s"
msgstr "Quota exceeded for resources: %(overs)s"
#: nova/exception.py:828
#, python-format
msgid "Security group %(security_group_id)s not found."
msgstr "Security group %(security_group_id)s not found."
#: nova/exception.py:832
#, 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:837
#, 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:842
#, python-format
msgid ""
"Security group %(security_group_name)s already exists for project "
"%(project_id)s."
msgstr ""
#: nova/exception.py:847
#, 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:852
#, 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:857
#, 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:861
msgid ""
"Network requires port_security_enabled and subnet associated in order to "
"apply security groups."
msgstr ""
#: nova/exception.py:867
#, python-format
msgid "Rule already exists in group: %(rule)s"
msgstr ""
#: nova/exception.py:871
msgid "No Unique Match Found."
msgstr ""
#: nova/exception.py:876
#, python-format
msgid "Migration %(migration_id)s could not be found."
msgstr "Migration %(migration_id)s could not be found."
#: nova/exception.py:880
#, 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:885
#, 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:889
#, 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:895
#, 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:901
#, python-format
msgid "Console %(console_id)s could not be found."
msgstr "Console %(console_id)s could not be found."
#: nova/exception.py:905
#, 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:909
#, 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:914
#, fuzzy, python-format
msgid "Invalid console type %(console_type)s"
msgstr "Invalid console type %(console_type)s "
#: nova/exception.py:918
#, python-format
msgid "Unavailable console type %(console_type)s."
msgstr ""
#: nova/exception.py:922
#, python-format
msgid "The console port range %(min_port)d-%(max_port)d is exhausted."
msgstr ""
#: nova/exception.py:927
#, python-format
msgid "Flavor %(flavor_id)s could not be found."
msgstr "Flavor %(flavor_id)s could not be found."
#: nova/exception.py:931
#, python-format
msgid "Flavor with name %(flavor_name)s could not be found."
msgstr ""
#: nova/exception.py:935
#, 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:940
#, fuzzy, python-format
msgid "Cell %(cell_name)s doesn't exist."
msgstr "pool %s doesn't exist"
#: nova/exception.py:944
#, python-format
msgid "Cell with name %(name)s already exists."
msgstr ""
#: nova/exception.py:948
#, python-format
msgid "Inconsistency in cell routing: %(reason)s"
msgstr ""
#: nova/exception.py:952
#, python-format
msgid "Service API method not found: %(detail)s"
msgstr ""
#: nova/exception.py:956
#, fuzzy
msgid "Timeout waiting for response from cell"
msgstr "Timed out waiting for RPC response: %s"
#: nova/exception.py:960
#, python-format
msgid "Cell message has reached maximum hop count: %(hop_count)s"
msgstr ""
#: nova/exception.py:964
msgid "No cells available matching scheduling criteria."
msgstr ""
#: nova/exception.py:968
msgid "Cannot update cells configuration file."
msgstr ""
#: nova/exception.py:972
#, fuzzy, python-format
msgid "Cell is not known for instance %(instance_uuid)s"
msgstr "Destroying VDIs for Instance %(instance_uuid)s"
#: nova/exception.py:976
#, 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:980
#, python-format
msgid "Flavor %(flavor_id)s has no extra specs with key %(extra_specs_key)s."
msgstr ""
#: nova/exception.py:985
#, python-format
msgid ""
"Metric %(name)s could not be found on the compute host node "
"%(host)s.%(node)s."
msgstr ""
#: nova/exception.py:990
#, python-format
msgid "File %(file_path)s could not be found."
msgstr "File %(file_path)s could not be found."
#: nova/exception.py:994
msgid "Zero files could be found."
msgstr "Zero files could be found."
#: nova/exception.py:998
#, 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:1003
#, python-format
msgid "Network adapter %(adapter)s could not be found."
msgstr "Network adapter %(adapter)s could not be found."
#: nova/exception.py:1007
#, 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:1011
msgid "Action not allowed."
msgstr "Action not allowed."
#: nova/exception.py:1015
msgid "Rotation is not allowed for snapshots"
msgstr "Rotation is not allowed for snapshots"
#: nova/exception.py:1019
msgid "Rotation param is required for backup image_type"
msgstr "Rotation param is required for backup image_type"
#: nova/exception.py:1024 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:1028
#, python-format
msgid "Instance %(name)s already exists."
msgstr "Instance %(name)s already exists."
#: nova/exception.py:1032
#, python-format
msgid "Flavor with name %(name)s already exists."
msgstr ""
#: nova/exception.py:1036
#, python-format
msgid "Flavor with ID %(flavor_id)s already exists."
msgstr ""
#: nova/exception.py:1040
#, python-format
msgid ""
"Flavor access already exists for flavor %(flavor_id)s and project "
"%(project_id)s combination."
msgstr ""
#: nova/exception.py:1045
#, 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:1049
#, 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:1053
#, python-format
msgid "Migration error: %(reason)s"
msgstr ""
#: nova/exception.py:1057
#, python-format
msgid "Migration pre-check error: %(reason)s"
msgstr ""
#: nova/exception.py:1061
#, python-format
msgid "Malformed message body: %(reason)s"
msgstr "Malformed message body: %(reason)s"
#: nova/exception.py:1067
#, python-format
msgid "Could not find config at %(path)s"
msgstr "Could not find config at %(path)s"
#: nova/exception.py:1071
#, 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:1075
msgid "When resizing, instances must change flavor!"
msgstr "When resizing, instances must change flavor!"
#: nova/exception.py:1079
#, python-format
msgid "Resize error: %(reason)s"
msgstr ""
#: nova/exception.py:1083
#, python-format
msgid "Server disk was unable to be resized because: %(reason)s"
msgstr ""
#: nova/exception.py:1087
msgid "Flavor's memory is too small for requested image."
msgstr ""
#: nova/exception.py:1091
msgid "Flavor's disk is too small for requested image."
msgstr ""
#: nova/exception.py:1095
#, 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:1099
#, python-format
msgid "No valid host was found. %(reason)s"
msgstr "No valid host was found. %(reason)s"
#: nova/exception.py:1104
#, python-format
msgid "Quota exceeded: code=%(code)s"
msgstr ""
#: nova/exception.py:1111
#, 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:1116
msgid "Maximum number of floating ips exceeded"
msgstr "Maximum number of floating ips exceeded"
#: nova/exception.py:1120
#, fuzzy
msgid "Maximum number of fixed ips exceeded"
msgstr "Maximum number of floating ips exceeded"
#: nova/exception.py:1124
#, python-format
msgid "Maximum number of metadata items exceeds %(allowed)d"
msgstr "Maximum number of metadata items exceeds %(allowed)d"
#: nova/exception.py:1128
msgid "Personality file limit exceeded"
msgstr "Personality file limit exceeded"
#: nova/exception.py:1132
msgid "Personality file path too long"
msgstr "Personality file path too long"
#: nova/exception.py:1136
msgid "Personality file content too long"
msgstr "Personality file content too long"
#: nova/exception.py:1140 nova/tests/compute/test_keypairs.py:155
msgid "Maximum number of key pairs exceeded"
msgstr "Maximum number of key pairs exceeded"
#: nova/exception.py:1145
msgid "Maximum number of security groups or rules exceeded"
msgstr "Maximum number of security groups or rules exceeded"
#: nova/exception.py:1149
msgid "Maximum number of ports exceeded"
msgstr ""
#: nova/exception.py:1153
#, 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:1158
#, python-format
msgid "Aggregate %(aggregate_id)s could not be found."
msgstr "Aggregate %(aggregate_id)s could not be found."
#: nova/exception.py:1162
#, python-format
msgid "Aggregate %(aggregate_name)s already exists."
msgstr "Aggregate %(aggregate_name)s already exists."
#: nova/exception.py:1166
#, 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:1170
#, 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:1175
#, 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:1179
msgid "Unable to create flavor"
msgstr ""
#: nova/exception.py:1183
#, 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:1189
#, python-format
msgid "Detected existing vlan with id %(vlan)d"
msgstr "Detected existing vlan with id %(vlan)d"
#: nova/exception.py:1193
msgid "There was a conflict when trying to complete your request."
msgstr ""
#: nova/exception.py:1199
#, python-format
msgid "Instance %(instance_id)s could not be found."
msgstr "Instance %(instance_id)s could not be found."
#: nova/exception.py:1203
#, 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:1208
#, fuzzy, python-format
msgid "Node %(node_id)s could not be found."
msgstr "Volume %(volume_id)s could not be found."
#: nova/exception.py:1212
#, 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:1216
#, python-format
msgid "Marker %(marker)s could not be found."
msgstr "Marker %(marker)s could not be found."
#: nova/exception.py:1221
#, python-format
msgid "Invalid id: %(val)s (expecting \"i-...\")."
msgstr "Invalid id: %(val)s (expecting \"i-...\")."
#: nova/exception.py:1225
#, python-format
msgid "Could not fetch image %(image_id)s"
msgstr "Could not fetch image %(image_id)s"
#: nova/exception.py:1229
#, fuzzy, python-format
msgid "Could not upload image %(image_id)s"
msgstr "Could not fetch image %(image_id)s"
#: nova/exception.py:1233
#, 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:1237
#, 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:1241
#, python-format
msgid "Instance %(instance_uuid)s is locked"
msgstr "Instance %(instance_uuid)s is locked"
#: nova/exception.py:1245
#, python-format
msgid "Invalid value for Config Drive option: %(option)s"
msgstr ""
#: nova/exception.py:1249
#, 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:1254
#, 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:1259
#, fuzzy, python-format
msgid "Failed to attach network adapter device to %(instance)s"
msgstr "Failed to dealloc network for deleted instance"
#: nova/exception.py:1263
#, fuzzy, python-format
msgid "Failed to detach network adapter device from %(instance)s"
msgstr "Failed to dealloc network for deleted instance"
#: nova/exception.py:1267
#, 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:1273
msgid "User data needs to be valid base 64."
msgstr "User data needs to be valid base 64."
#: nova/exception.py:1277
#, python-format
msgid ""
"Unexpected task state: expecting %(expected)s but the actual state is "
"%(actual)s"
msgstr ""
#: nova/exception.py:1286
#, 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:1291
#, 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:1295
#, python-format
msgid ""
"Unexpected VM state: expecting %(expected)s but the actual state is "
"%(actual)s"
msgstr ""
#: nova/exception.py:1300
#, 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:1304
#, 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:1308
msgid "Instance recreate is not supported."
msgstr ""
#: nova/exception.py:1312
#, python-format
msgid ""
"The service from servicegroup driver %(driver)s is temporarily "
"unavailable."
msgstr ""
#: nova/exception.py:1317
#, python-format
msgid "%(binary)s attempted direct database access which is not allowed by policy"
msgstr ""
#: nova/exception.py:1322
#, python-format
msgid "Virtualization type '%(virt)s' is not supported by this compute driver"
msgstr ""
#: nova/exception.py:1327
#, python-format
msgid ""
"Requested hardware '%(model)s' is not supported by the '%(virt)s' virt "
"driver"
msgstr ""
#: nova/exception.py:1332
#, python-format
msgid "Invalid Base 64 data for file %(path)s"
msgstr ""
#: nova/exception.py:1336
#, 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:1340
#, 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:1345
#, fuzzy, python-format
msgid "Shadow table with name %(name)s already exists."
msgstr "Instance Type with name %(name)s already exists."
#: nova/exception.py:1350
#, python-format
msgid "Instance rollback performed due to: %s"
msgstr ""
#: nova/exception.py:1356
#, fuzzy, python-format
msgid "Unsupported object type %(objtype)s"
msgstr "Expected object of type: %s"
#: nova/exception.py:1360
#, python-format
msgid "Cannot call %(method)s on orphaned %(objtype)s object"
msgstr ""
#: nova/exception.py:1364
#, python-format
msgid "Version %(objver)s of %(objname)s is not supported"
msgstr ""
#: nova/exception.py:1368
#, python-format
msgid "Object action %(action)s failed because: %(reason)s"
msgstr ""
#: nova/exception.py:1372
#, python-format
msgid "Core API extensions are missing: %(missing_apis)s"
msgstr ""
#: nova/exception.py:1376
#, python-format
msgid "Error during following call to agent: %(method)s"
msgstr ""
#: nova/exception.py:1380
#, python-format
msgid "Unable to contact guest agent. The following call timed out: %(method)s"
msgstr ""
#: nova/exception.py:1385
#, python-format
msgid "Agent does not support the call: %(method)s"
msgstr ""
#: nova/exception.py:1389
#, python-format
msgid "Instance group %(group_uuid)s could not be found."
msgstr ""
#: nova/exception.py:1393
#, python-format
msgid "Instance group %(group_uuid)s already exists."
msgstr ""
#: nova/exception.py:1397
#, python-format
msgid "Instance group %(group_uuid)s has no metadata with key %(metadata_key)s."
msgstr ""
#: nova/exception.py:1402
#, python-format
msgid "Instance group %(group_uuid)s has no member with id %(instance_id)s."
msgstr ""
#: nova/exception.py:1407
#, python-format
msgid "Instance group %(group_uuid)s has no policy %(policy)s."
msgstr ""
#: nova/exception.py:1411
#, python-format
msgid "Number of retries to plugin (%(num_retries)d) exceeded."
msgstr ""
#: nova/exception.py:1415
#, python-format
msgid "There was an error with the download module %(module)s. %(reason)s"
msgstr ""
#: nova/exception.py:1420
#, python-format
msgid ""
"The metadata for this location will not work with this module %(module)s."
" %(reason)s."
msgstr ""
#: nova/exception.py:1425
#, python-format
msgid "The method %(method_name)s is not implemented."
msgstr ""
#: nova/exception.py:1429
#, python-format
msgid "The module %(module)s is misconfigured: %(reason)s."
msgstr ""
#: nova/exception.py:1433
#, python-format
msgid "Error when creating resource monitor: %(monitor)s"
msgstr ""
#: nova/exception.py:1437
#, python-format
msgid "The PCI address %(address)s has an incorrect format."
msgstr ""
#: nova/exception.py:1441
#, python-format
msgid "PCI device %(id)s not found"
msgstr ""
#: nova/exception.py:1445
#, python-format
msgid "PCI Device %(node_id)s:%(address)s not found."
msgstr ""
#: nova/exception.py:1449
#, python-format
msgid ""
"PCI device %(compute_node_id)s:%(address)s is %(status)s instead of "
"%(hopestatus)s"
msgstr ""
#: nova/exception.py:1455
#, python-format
msgid ""
"PCI device %(compute_node_id)s:%(address)s is owned by %(owner)s instead "
"of %(hopeowner)s"
msgstr ""
#: nova/exception.py:1461
#, python-format
msgid "PCI device request (%requests)s failed"
msgstr ""
#: nova/exception.py:1466
#, python-format
msgid ""
"Attempt to consume PCI device %(compute_node_id)s:%(address)s from empty "
"pool"
msgstr ""
#: nova/exception.py:1472
#, python-format
msgid "Invalid PCI alias definition: %(reason)s"
msgstr ""
#: nova/exception.py:1476
#, python-format
msgid "PCI alias %(alias)s is not defined"
msgstr ""
#: nova/exception.py:1481
#, python-format
msgid "Not enough parameters: %(reason)s"
msgstr ""
#: nova/exception.py:1486
#, python-format
msgid "Invalid PCI devices Whitelist config %(reason)s"
msgstr ""
#: nova/exception.py:1490
#, python-format
msgid "Cannot change %(node_id)s to %(new_node_id)s"
msgstr ""
#: nova/exception.py:1500
#, python-format
msgid ""
"Failed to prepare PCI device %(id)s for instance %(instance_uuid)s: "
"%(reason)s"
msgstr ""
#: nova/exception.py:1505
#, python-format
msgid "Failed to detach PCI device %(dev)s: %(reason)s"
msgstr ""
#: nova/exception.py:1509
#, python-format
msgid "%(type)s hypervisor does not support PCI devices"
msgstr ""
#: nova/exception.py:1513
#, python-format
msgid "Key manager error: %(reason)s"
msgstr ""
#: nova/exception.py:1517
#, python-format
msgid "Provided video model (%(model)s) is not supported."
msgstr ""
#: nova/exception.py:1521
#, python-format
msgid "The provided RNG device path: (%(path)s) is not present on the host."
msgstr ""
#: nova/exception.py:1526
#, 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:1531
#, python-format
msgid "Provided watchdog action (%(action)s) is not supported."
msgstr ""
#: nova/exception.py:1535
msgid ""
"Block migration of instances with config drives is not supported in "
"libvirt."
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:147 nova/notifications.py:187
msgid "Failed to send state update notification"
msgstr "Failed to send state update notification"
#: nova/notifications.py:271
#, 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:1272
#, python-format
msgid "Created reservations %s"
msgstr ""
#: nova/quota.py:1295
#, python-format
msgid "Failed to commit reservations %s"
msgstr ""
#: nova/quota.py:1297
#, python-format
msgid "Committed reservations %s"
msgstr ""
#: nova/quota.py:1318
#, python-format
msgid "Failed to roll back reservations %s"
msgstr ""
#: nova/quota.py:1321
#, 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 nova/openstack/common/fileutils.py:63
#, 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/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:71
msgid "ratelimit_v3 is removed from v3 api."
msgstr ""
#: nova/api/auth.py:132
msgid "Invalid service catalog json."
msgstr "Invalid service catalog json."
#: nova/api/auth.py:155
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/validator.py:131
#, python-format
msgid "%(key)s with value %(value)s failed validator %(name)s"
msgstr "%(key)s with value %(value)s failed validator %(name)s"
#: 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:323
#, python-format
msgid "action: %s"
msgstr "action: %s"
#: nova/api/ec2/__init__.py:325
#, python-format
msgid "arg: %(key)s\t\tval: %(value)s"
msgstr "arg: %(key)s\t\tval: %(value)s"
#: 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:492
#, python-format
msgid "Unexpected %(ex_name)s raised: %(ex_str)s"
msgstr ""
#: nova/api/ec2/__init__.py:494
#, python-format
msgid "Unexpected %(ex_name)s raised"
msgstr ""
#: nova/api/ec2/__init__.py:498
#, python-format
msgid "%(ex_name)s raised: %(ex_str)s"
msgstr ""
#: nova/api/ec2/__init__.py:500
#, python-format
msgid "%(ex_name)s raised"
msgstr ""
#: nova/api/ec2/__init__.py:523
#, python-format
msgid "Environment: %s"
msgstr "Environment: %s"
#: nova/api/ec2/__init__.py:525
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:393
#, python-format
msgid "Create snapshot of volume %s"
msgstr "Create snapshot of volume %s"
#: nova/api/ec2/cloud.py:418
#, python-format
msgid "Could not find key pair(s): %s"
msgstr "Could not find key pair(s): %s"
#: nova/api/ec2/cloud.py:434
#, python-format
msgid "Create key pair %s"
msgstr "Create key pair %s"
#: nova/api/ec2/cloud.py:446
#, python-format
msgid "Import key %s"
msgstr "Import key %s"
#: nova/api/ec2/cloud.py:459
#, python-format
msgid "Delete key pair %s"
msgstr "Delete key pair %s"
#: nova/api/ec2/cloud.py:601 nova/api/ec2/cloud.py:725
msgid "need group_name or group_id"
msgstr ""
#: nova/api/ec2/cloud.py:606
msgid "can't build a valid rule"
msgstr ""
#: nova/api/ec2/cloud.py:614
#, python-format
msgid "Invalid IP protocol %(protocol)s"
msgstr ""
#: nova/api/ec2/cloud.py:645 nova/api/ec2/cloud.py:678
msgid "No rule for the specified parameters."
msgstr "No rule for the specified parameters."
#: nova/api/ec2/cloud.py:753
#, python-format
msgid "Get console output for instance %s"
msgstr "Get console output for instance %s"
#: nova/api/ec2/cloud.py:824
#, python-format
msgid "Create volume from snapshot %s"
msgstr "Create volume from snapshot %s"
#: nova/api/ec2/cloud.py:828 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:865
#, 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:894 nova/api/openstack/compute/contrib/volumes.py:505
#, python-format
msgid "Detach volume %s"
msgstr "Detach volume %s"
#: nova/api/ec2/cloud.py:1055
#, python-format
msgid "vol = %s\n"
msgstr "vol = %s\n"
#: nova/api/ec2/cloud.py:1221
msgid "Allocate address"
msgstr "Allocate address"
#: nova/api/ec2/cloud.py:1226
#, python-format
msgid "Release address %s"
msgstr "Release address %s"
#: nova/api/ec2/cloud.py:1231
#, 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:1241
msgid "Unable to associate IP Address, no fixed_ips."
msgstr "Unable to associate IP Address, no fixed_ips."
#: nova/api/ec2/cloud.py:1249
#: nova/api/openstack/compute/contrib/floating_ips.py:247
#, 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:1262
#, python-format
msgid "Disassociate address %s"
msgstr "Disassociate address %s"
#: nova/api/ec2/cloud.py:1279 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:1311
msgid "Image must be available"
msgstr "Image must be available"
#: nova/api/ec2/cloud.py:1400
msgid "Going to start terminating instances"
msgstr "Going to start terminating instances"
#: nova/api/ec2/cloud.py:1411
#, python-format
msgid "Reboot instance %r"
msgstr "Reboot instance %r"
#: nova/api/ec2/cloud.py:1421
msgid "Going to stop instances"
msgstr "Going to stop instances"
#: nova/api/ec2/cloud.py:1432
msgid "Going to start instances"
msgstr "Going to start instances"
#: nova/api/ec2/cloud.py:1524
#, python-format
msgid "De-registering image %s"
msgstr "De-registering image %s"
#: nova/api/ec2/cloud.py:1540
msgid "imageLocation is required"
msgstr "imageLocation is required"
#: nova/api/ec2/cloud.py:1560
#, 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:1621
msgid "user or group not specified"
msgstr "user or group not specified"
#: nova/api/ec2/cloud.py:1624
msgid "only group \"all\" is supported"
msgstr "only group \"all\" is supported"
#: nova/api/ec2/cloud.py:1627
msgid "operation_type must be add or remove"
msgstr "operation_type must be add or remove"
#: nova/api/ec2/cloud.py:1629
#, python-format
msgid "Updating image %s publicity"
msgstr "Updating image %s publicity"
#: nova/api/ec2/cloud.py:1642
#, 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:1668
#, 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:1699
#, python-format
msgid "Couldn't stop instance within %d sec"
msgstr ""
#: nova/api/ec2/cloud.py:1718
#, python-format
msgid "image of %(instance)s at %(now)s"
msgstr "image of %(instance)s at %(now)s"
#: nova/api/ec2/cloud.py:1743 nova/api/ec2/cloud.py:1793
msgid "resource_id and tag are required"
msgstr ""
#: nova/api/ec2/cloud.py:1747 nova/api/ec2/cloud.py:1797
#, fuzzy
msgid "Expecting a list of resources"
msgstr "Getting list of instances"
#: nova/api/ec2/cloud.py:1752 nova/api/ec2/cloud.py:1802
#: nova/api/ec2/cloud.py:1860
#, fuzzy
msgid "Only instances implemented"
msgstr "instance not present"
#: nova/api/ec2/cloud.py:1756 nova/api/ec2/cloud.py:1806
#, fuzzy
msgid "Expecting a list of tagSets"
msgstr "Getting list of instances"
#: nova/api/ec2/cloud.py:1762 nova/api/ec2/cloud.py:1815
msgid "Expecting tagSet to be key/value pairs"
msgstr ""
#: nova/api/ec2/cloud.py:1769
msgid "Expecting both key and value to be set"
msgstr ""
#: nova/api/ec2/cloud.py:1820
msgid "Expecting key to be set"
msgstr ""
#: nova/api/ec2/cloud.py:1894
msgid "Invalid CIDR"
msgstr "Invalid CIDR"
#: nova/api/ec2/ec2utils.py:255
msgid "Request must include either Timestamp or Expires, but cannot contain both"
msgstr ""
#: nova/api/ec2/ec2utils.py:273
#, fuzzy
msgid "Timestamp is invalid."
msgstr "The request is invalid."
#: nova/api/ec2/faults.py:29
#, python-format
msgid "EC2 error response: %(code)s: %(message)s"
msgstr ""
#: nova/api/metadata/base.py:392
#, python-format
msgid "future versions %s hidden in version list"
msgstr ""
#: nova/api/metadata/handler.py:108
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:134 nova/api/metadata/handler.py:141
#, python-format
msgid "Failed to get metadata for ip: %s"
msgstr "Failed to get metadata for ip: %s"
#: nova/api/metadata/handler.py:136 nova/api/metadata/handler.py:192
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:154
msgid "X-Instance-ID header is missing from request."
msgstr ""
#: nova/api/metadata/handler.py:156
msgid "X-Tenant-ID header is missing from request."
msgstr ""
#: nova/api/metadata/handler.py:158
msgid "Multiple X-Instance-ID headers found within request."
msgstr ""
#: nova/api/metadata/handler.py:160
msgid "Multiple X-Tenant-ID headers found within request."
msgstr ""
#: nova/api/metadata/handler.py:174
#, 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:183
#, fuzzy
msgid "Invalid proxy request signature."
msgstr "Invalid request: %s"
#: nova/api/metadata/handler.py:190 nova/api/metadata/handler.py:197
#, 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:201
#, 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:201
#, python-format
msgid "Extending resource: %s"
msgstr ""
#: 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:241
#, python-format
msgid "Extension %(ext_name)s extended resource: %(collection)s"
msgstr ""
#: 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:299
#, fuzzy, python-format
msgid "v3 API Extension Blacklist: %s"
msgstr "Calling extension factory %s"
#: nova/api/openstack/__init__.py:301
#, fuzzy, python-format
msgid "v3 API Extension Whitelist: %s"
msgstr "Loading extension %s"
#: 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/__init__.py:360
#, python-format
msgid "Running _register_resources on %s"
msgstr ""
#: nova/api/openstack/__init__.py:363
#, python-format
msgid "Extended resource: %s"
msgstr "Extended resource: %s"
#: nova/api/openstack/__init__.py:402
#, python-format
msgid "Running _register_controllers on %s"
msgstr ""
#: nova/api/openstack/__init__.py:415
#, python-format
msgid "Extension %(ext_name)s extending resource: %(collection)s"
msgstr "Extension %(ext_name)s extending resource: %(collection)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:592
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:236
#: nova/api/openstack/compute/plugins/__init__.py:45
#, python-format
msgid "Ext name: %s"
msgstr "Ext name: %s"
#: nova/api/openstack/extensions.py:237
#: nova/api/openstack/compute/plugins/__init__.py:46
#, python-format
msgid "Ext alias: %s"
msgstr "Ext alias: %s"
#: nova/api/openstack/extensions.py:238
#: nova/api/openstack/compute/plugins/__init__.py:47
#, python-format
msgid "Ext description: %s"
msgstr "Ext description: %s"
#: nova/api/openstack/extensions.py:240
#, python-format
msgid "Ext namespace: %s"
msgstr "Ext namespace: %s"
#: nova/api/openstack/extensions.py:241
#, python-format
msgid "Ext updated: %s"
msgstr "Ext updated: %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:257
#, python-format
msgid "Loading extension %s"
msgstr "Loading extension %s"
#: nova/api/openstack/extensions.py:266
#, python-format
msgid "Calling extension factory %s"
msgstr "Calling extension factory %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:815
msgid "Unrecognized Content-Type provided in request"
msgstr "Unrecognized Content-Type provided in request"
#: 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:941
#, python-format
msgid "Calling method '%(meth)s' (Content-type='%(ctype)s', Accept='%(accept)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/wsgi.py:1214
#, python-format
msgid "Returning %(code)s to user: %(explanation)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:92
#: 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:95
#: 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:174
#: 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:154
#: nova/api/openstack/compute/server_metadata.py:165
#: nova/api/openstack/compute/plugins/v3/server_metadata.py:141
#: nova/api/openstack/compute/plugins/v3/server_metadata.py:153
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 will be removed in 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:1380
#: nova/api/openstack/compute/plugins/v3/servers.py:622
#: nova/api/openstack/compute/plugins/v3/servers.py:734
#: nova/api/openstack/compute/plugins/v3/servers.py:853
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:346
#, 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:362
#, 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:335
#, 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:377
#, 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:383
#, 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:386
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:427
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:503
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:509
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:512
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:633
#: nova/api/openstack/compute/plugins/v3/servers.py:649
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:652
#, 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:666
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:672
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:676
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:704
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:707
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:715
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:719
#, 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:723
#, 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:1220
msgid "Invalid imageRef provided."
msgstr "Invalid imageRef provided."
#: nova/api/openstack/compute/servers.py:1250
msgid "Missing flavorRef attribute"
msgstr "Missing flavorRef attribute"
#: nova/api/openstack/compute/servers.py:1263
msgid "No adminPass was specified"
msgstr "No adminPass was specified"
#: nova/api/openstack/compute/servers.py:1271
#: 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:1280
msgid "Unable to parse metadata key/value pairs."
msgstr "Unable to parse metadata key/value pairs."
#: nova/api/openstack/compute/servers.py:1293
msgid "Resize request has invalid 'flavorRef' attribute."
msgstr "Resize request has invalid 'flavorRef' attribute."
#: nova/api/openstack/compute/servers.py:1296
msgid "Resize requests require 'flavorRef' attribute."
msgstr "Resize requests require 'flavorRef' attribute."
#: nova/api/openstack/compute/servers.py:1316
msgid "Could not parse imageRef from request."
msgstr "Could not parse imageRef from request."
#: nova/api/openstack/compute/servers.py:1386
#: nova/api/openstack/compute/plugins/v3/servers.py:859
msgid "Cannot find image for rebuild"
msgstr "Cannot find image for rebuild"
#: nova/api/openstack/compute/servers.py:1419
msgid "createImage entity requires name attribute"
msgstr "createImage entity requires name attribute"
#: nova/api/openstack/compute/servers.py:1428
#: 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:899
msgid "Invalid metadata"
msgstr "Invalid metadata"
#: nova/api/openstack/compute/servers.py:1486
msgid "Invalid adminPass"
msgstr "Invalid adminPass"
#: nova/api/openstack/compute/servers.py:1512
#: nova/api/openstack/compute/plugins/v3/servers.py:1014
#, fuzzy, python-format
msgid "Removing options '%s' from query"
msgstr "Removing options '%(unk_opt_str)s' from query"
#: 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:44
#: 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_diagnostics.py:48
#: 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:646
#, 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:117
#: nova/api/openstack/compute/contrib/attach_interfaces.py:150
#: nova/api/openstack/compute/contrib/attach_interfaces.py:173
#: nova/api/openstack/compute/plugins/v3/attach_interfaces.py:161
#, 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:121
#, fuzzy
msgid "Failed to attach interface"
msgstr "Failed to add interface: %s"
#: nova/api/openstack/compute/contrib/attach_interfaces.py:128
#: nova/api/openstack/compute/plugins/v3/attach_interfaces.py:125
#, fuzzy
msgid "Attachments update is not supported"
msgstr "attribute not supported: %s"
#: nova/api/openstack/compute/contrib/attach_interfaces.py:140
#: nova/api/openstack/compute/plugins/v3/attach_interfaces.py:136
#, 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:55
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:55
#: nova/api/openstack/compute/plugins/v3/flavors_extraspecs.py:42
msgid "No Request Body"
msgstr "No Request Body"
#: 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:129
#: nova/api/openstack/compute/contrib/floating_ips.py:177
#, 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:162
#, 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:164
msgid "No more floating ips available."
msgstr "No more floating ips available."
#: nova/api/openstack/compute/contrib/floating_ips.py:189
#, fuzzy, python-format
msgid "Floating ip %s has been disassociated"
msgstr "Floating ip is not associated"
#: nova/api/openstack/compute/contrib/floating_ips.py:216
#: nova/api/openstack/compute/contrib/floating_ips.py:280
#: 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:219
#: nova/api/openstack/compute/contrib/floating_ips.py:283
msgid "Address not specified"
msgstr "Address not specified"
#: nova/api/openstack/compute/contrib/floating_ips.py:225
msgid "No nw_info cache associated with instance"
msgstr "No nw_info cache associated with instance"
#: nova/api/openstack/compute/contrib/floating_ips.py:230
msgid "No fixed ips associated to instance"
msgstr "No fixed ips associated to instance"
#: nova/api/openstack/compute/contrib/floating_ips.py:241
#, fuzzy
msgid "Specified fixed address not assigned to instance"
msgstr "No fixed ips associated to instance"
#: nova/api/openstack/compute/contrib/floating_ips.py:255
msgid "floating ip is already associated"
msgstr "floating ip is already associated"
#: nova/api/openstack/compute/contrib/floating_ips.py:258
msgid "l3driver call to add floating ip failed"
msgstr "l3driver call to add floating ip failed"
#: nova/api/openstack/compute/contrib/floating_ips.py:262
#: nova/api/openstack/compute/contrib/floating_ips.py:291
msgid "floating ip not found"
msgstr "floating ip not found"
#: nova/api/openstack/compute/contrib/floating_ips.py:265
msgid "Error. Unable to associate floating ip"
msgstr "Error. Unable to associate floating ip"
#: nova/api/openstack/compute/contrib/floating_ips.py:306
msgid "Floating ip is not associated"
msgstr "Floating ip is not associated"
#: nova/api/openstack/compute/contrib/floating_ips.py:310
#, 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:413
#, 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:36
#, fuzzy, python-format
msgid "Disassociating host with network with id %s"
msgstr "Disassociating network with id %s"
#: 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:52
#, fuzzy, python-format
msgid "Disassociating project with network with id %s"
msgstr "Disassociating network with id %s"
#: 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:73
#, python-format
msgid "Disassociating network with id %s"
msgstr "Disassociating network with id %s"
#: 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:89
#: nova/api/openstack/compute/contrib/os_tenant_networks.py:106
#, python-format
msgid "Showing network with id %s"
msgstr "Showing network with id %s"
#: 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:126
#, python-format
msgid "Creating network with label %s"
msgstr "Creating network with label %s"
#: nova/api/openstack/compute/contrib/os_networks.py:142
#, python-format
msgid "Associating network %(network)s with project %(project)s"
msgstr "Associating network %(network)s with project %(project)s"
#: 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:251
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:255
#, 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:258
#, 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:160
#, python-format
msgid "force update quotas: %s"
msgstr ""
#: nova/api/openstack/compute/contrib/quotas.py:163
#: 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:184
#: nova/api/openstack/compute/plugins/v3/quota_sets.py:168
#, python-format
msgid "Quota %(key)s used: %(quota_used)s, value: %(value)s."
msgstr ""
#: nova/api/openstack/compute/contrib/quotas.py:189
#: 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:71
#: nova/api/openstack/compute/plugins/v3/rescue.py:73
msgid "The rescue operation is not implemented by this cloud."
msgstr ""
#: nova/api/openstack/compute/contrib/rescue.py:89
#: nova/api/openstack/compute/plugins/v3/rescue.py:95
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:152
#, fuzzy, python-format
msgid "Showing security_group_default_rule with id %s"
msgstr "Showing network with id %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:111
#: nova/api/openstack/compute/plugins/v3/server_external_events.py:84
#, python-format
msgid "Dropping event %(name)s:%(tag)s for unknown instance %(instance_uuid)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:173
msgid "Conflicting policies configured!"
msgstr ""
#: nova/api/openstack/compute/contrib/server_groups.py:178
#, python-format
msgid "Invalid policies: %s"
msgstr ""
#: nova/api/openstack/compute/contrib/server_groups.py:183
msgid "the body is invalid."
msgstr ""
#: nova/api/openstack/compute/contrib/server_groups.py:192
#, python-format
msgid "'%s' is either missing or empty."
msgstr ""
#: nova/api/openstack/compute/contrib/server_groups.py:198
#, python-format
msgid "Invalid format for name: '%s'"
msgstr ""
#: nova/api/openstack/compute/contrib/server_groups.py:206
#, python-format
msgid "'%s' is not a list"
msgstr ""
#: nova/api/openstack/compute/contrib/server_groups.py:210
#, python-format
msgid "unsupported fields: %s"
msgstr ""
#: nova/api/openstack/compute/contrib/server_start_stop.py:49
#: nova/api/openstack/compute/plugins/v3/servers.py:982
msgid "start instance"
msgstr "start instance"
#: nova/api/openstack/compute/contrib/server_start_stop.py:63
#: nova/api/openstack/compute/plugins/v3/servers.py:997
msgid "stop instance"
msgstr "stop instance"
#: 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:517
#, python-format
msgid "Instance %s is not attached."
msgstr "Instance %s is not attached."
#: 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:526
#: 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:686
#, python-format
msgid "Create snapshot from volume %s"
msgstr "Create snapshot from volume %s"
#: nova/api/openstack/compute/contrib/volumes.py:693
#, 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/__init__.py:49
#, fuzzy, python-format
msgid "Ext version: %i"
msgstr "Ext description: %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/extension_info.py:48
#, python-format
msgid "Filter out extension %s from discover list"
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/instance_actions.py:73
#, python-format
msgid "Action %s not found"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/quota_sets.py:154
#, python-format
msgid "Force update quotas: %s"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/servers.py:118
#, python-format
msgid ""
"extension %(ext_alias)s detected by servers extension for function "
"%(func)s"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/servers.py:125
#, python-format
msgid "extension %(ext_alias)s is missing %(func)s"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/servers.py:146
msgid "Did not find any server create extensions"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/servers.py:157
msgid "Did not find any server rebuild extensions"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/servers.py:168
msgid "Did not find any server update extensions"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/servers.py:213
msgid "Invalid changes_since value"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/servers.py:321
msgid "Device name cannot include spaces."
msgstr ""
#: nova/api/openstack/compute/plugins/v3/servers.py:343
msgid "Unknown argument: port"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/servers.py:351
#, 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:420
#: nova/api/openstack/compute/plugins/v3/servers.py:592
msgid "The request body is invalid"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/servers.py:478
#: nova/api/openstack/compute/plugins/v3/servers.py:506
msgid "Invalid flavor_ref provided."
msgstr ""
#: nova/api/openstack/compute/plugins/v3/servers.py:555
#, fuzzy, python-format
msgid "Running _create_extension_point for %s"
msgstr "Calling extension factory %s"
#: nova/api/openstack/compute/plugins/v3/servers.py:561
#, python-format
msgid "Running _rebuild_extension_point for %s"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/servers.py:567
#, python-format
msgid "Running _resize_extension_point for %s"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/servers.py:573
#, python-format
msgid "Running _update_extension_point for %s"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/servers.py:603
msgid "host_id cannot be updated."
msgstr ""
#: nova/api/openstack/compute/plugins/v3/servers.py:748
msgid "Invalid image_ref provided."
msgstr ""
#: nova/api/openstack/compute/plugins/v3/servers.py:767
msgid "Missing image_ref attribute"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/servers.py:774
msgid "Missing flavor_ref attribute"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/servers.py:787
msgid "Resize request has invalid 'flavor_ref' attribute."
msgstr ""
#: nova/api/openstack/compute/plugins/v3/servers.py:790
msgid "Resize requests require 'flavor_ref' attribute."
msgstr ""
#: nova/api/openstack/compute/plugins/v3/servers.py:806
msgid "Could not parse image_ref from request."
msgstr ""
#: nova/api/openstack/compute/plugins/v3/servers.py:890
msgid "create_image entity requires name attribute"
msgstr ""
#: nova/api/openstack/compute/plugins/v3/servers.py:954
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:187
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:204
#, fuzzy, python-format
msgid "Error processing message locally: %(exc)s"
msgstr "Error processing message. Skipping it."
#: nova/cells/messaging.py:365 nova/cells/messaging.py:373
#, python-format
msgid "destination is %(target_cell)s but routing_path is %(routing_path)s"
msgstr ""
#: nova/cells/messaging.py:385
#, python-format
msgid "Unknown %(cell_type)s when routing to %(target_cell)s"
msgstr ""
#: nova/cells/messaging.py:409
#, fuzzy, python-format
msgid "Error locating next hop for message: %(exc)s"
msgstr "no method for message: %s"
#: nova/cells/messaging.py:436
#, 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:515
#, fuzzy, python-format
msgid "Error locating next hops for message: %(exc)s"
msgstr "no method for message: %s"
#: nova/cells/messaging.py:535
#, fuzzy, python-format
msgid "Error sending message to next hops: %(exc)s"
msgstr "Sending message(s) to: %s"
#: nova/cells/messaging.py:553
#, python-format
msgid "Error waiting for responses from neighbor cells: %(exc)s"
msgstr ""
#: nova/cells/messaging.py:668
#, fuzzy, python-format
msgid "Unknown method '%(method)s' in compute API"
msgstr "Casted '%(method)s' to compute '%(host)s'"
#: nova/cells/messaging.py:699
#, python-format
msgid "Received capabilities from child cell %(cell_name)s: %(capabilities)s"
msgstr ""
#: nova/cells/messaging.py:709
#, python-format
msgid "Received capacities from child cell %(cell_name)s: %(capacities)s"
msgstr ""
#: nova/cells/messaging.py:1034
#, fuzzy, python-format
msgid "Got update for instance: %(instance)s"
msgstr "Starting migration network for instance %(instance_uuid)s"
#: nova/cells/messaging.py:1070
#, fuzzy
msgid "Got update to delete instance"
msgstr "Starting migration network for instance %(instance_uuid)s"
#: nova/cells/messaging.py:1085
#, python-format
msgid "Got broadcast to %(delete_type)s delete instance"
msgstr ""
#: nova/cells/messaging.py:1099
#, python-format
msgid "Got message to create instance fault: %(instance_fault)s"
msgstr ""
#: nova/cells/messaging.py:1120
#, python-format
msgid ""
"Forcing a sync of instances, project_id=%(projid_str)s, "
"updated_since=%(since_str)s"
msgstr ""
#: nova/cells/messaging.py:1199
#, python-format
msgid "No match when trying to update BDM: %(bdm)s"
msgstr ""
#: nova/cells/messaging.py:1383
#, python-format
msgid "Updating parents with our capabilities: %(capabs)s"
msgstr ""
#: nova/cells/messaging.py:1403
#, python-format
msgid "Updating parents with our capacities: %(capacities)s"
msgstr ""
#: nova/cells/messaging.py:1683
#, python-format
msgid "No cell_name for %(method)s() from API"
msgstr ""
#: nova/cells/messaging.py:1700
msgid "No cell_name for instance update from API"
msgstr ""
#: nova/cells/messaging.py:1863
#, python-format
msgid "Returning exception %s to caller"
msgstr "Returning exception %s to caller"
#: nova/cells/rpcapi.py:370
msgid "Failed to notify cells of BDM update/create."
msgstr ""
#: nova/cells/rpcapi.py:386
msgid "Failed to notify cells of BDM destroy."
msgstr ""
#: nova/cells/scheduler.py:153
#, python-format
msgid "Weighted cells: %(weighted_cells)s"
msgstr ""
#: nova/cells/scheduler.py:169
#, python-format
msgid "Scheduling with routing_path=%(routing_path)s"
msgstr ""
#: nova/cells/scheduler.py:190 nova/cells/scheduler.py:230
#, python-format
msgid "Couldn't communicate with cell '%s'"
msgstr ""
#: nova/cells/scheduler.py:194 nova/cells/scheduler.py:234
msgid "Couldn't communicate with any cells"
msgstr ""
#: nova/cells/scheduler.py:209
#, python-format
msgid "Building instances with routing_path=%(routing_path)s"
msgstr ""
#: nova/cells/scheduler.py:291
#, python-format
msgid ""
"No cells available when scheduling. Will retry in %(sleep_time)s "
"second(s)"
msgstr ""
#: nova/cells/scheduler.py:297
#, 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/state.py:431
msgid "Updating cell cache from db."
msgstr ""
#: nova/cells/state.py:468
msgid "Updating cell cache from config file."
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/cloudpipe/pipelib.py:125
#, python-format
msgid "Launching VPN for %s"
msgstr "Launching VPN for %s"
#: nova/cmd/all.py:61 nova/cmd/all.py:67 nova/cmd/all.py:90
#, fuzzy, python-format
msgid "Failed to load %s"
msgstr "Failed to create VM %s"
#: nova/cmd/baremetal_deploy_helper.py:210
#, python-format
msgid "parent device '%s' not found"
msgstr ""
#: nova/cmd/baremetal_deploy_helper.py:213
#, python-format
msgid "root device '%s' not found"
msgstr ""
#: nova/cmd/baremetal_deploy_helper.py:215
#, python-format
msgid "swap device '%s' not found"
msgstr ""
#: nova/cmd/baremetal_deploy_helper.py:217
#, python-format
msgid "ephemeral device '%s' not found"
msgstr ""
#: nova/cmd/baremetal_deploy_helper.py:227
msgid "Failed to detect root device UUID."
msgstr ""
#: nova/cmd/baremetal_deploy_helper.py:251
#, python-format
msgid "Cmd : %s"
msgstr ""
#: nova/cmd/baremetal_deploy_helper.py:252
#, python-format
msgid "StdOut : %r"
msgstr ""
#: nova/cmd/baremetal_deploy_helper.py:253
#, python-format
msgid "StdErr : %r"
msgstr ""
#: nova/cmd/baremetal_deploy_helper.py:281
#, python-format
msgid "start deployment for node %(node_id)s, params %(params)s"
msgstr ""
#: nova/cmd/baremetal_deploy_helper.py:290
#, fuzzy, python-format
msgid "deployment to node %s failed"
msgstr "element is not a child"
#: nova/cmd/baremetal_deploy_helper.py:294
#, python-format
msgid "deployment to node %s done"
msgstr ""
#: nova/cmd/baremetal_deploy_helper.py:316
#, python-format
msgid "post: environ=%s"
msgstr ""
#: nova/cmd/baremetal_deploy_helper.py:335
#, python-format
msgid "Deploy agent error message: %s"
msgstr ""
#: nova/cmd/baremetal_deploy_helper.py:359
#, python-format
msgid "request is queued: node %(node_id)s, params %(params)s"
msgstr ""
#: nova/cmd/baremetal_manage.py:158 nova/cmd/manage.py:1327
#, python-format
msgid "Could not read %s. Re-running with sudo"
msgstr ""
#: nova/cmd/baremetal_manage.py:162 nova/cmd/manage.py:1331
msgid "sudo failed, continuing as if nothing happened"
msgstr ""
#: nova/cmd/baremetal_manage.py:164 nova/cmd/manage.py:1333
msgid "Please re-run nova-manage as root."
msgstr ""
#: nova/cmd/baremetal_manage.py:204 nova/cmd/manage.py:1378
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:105
#, python-format
msgid "Called '%(action)s' for mac '%(mac)s' with ip '%(ip)s'"
msgstr ""
#: nova/cmd/dhcpbridge.py:115
msgid "Environment variable 'NETWORK_ID' must be set."
msgstr ""
#: nova/cmd/manage.py:210
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:267
#, python-format
msgid "%(key)s is not a valid quota key. Valid options are: %(options)s."
msgstr ""
#: nova/cmd/manage.py:273
msgid "Quota"
msgstr ""
#: nova/cmd/manage.py:274
msgid "Limit"
msgstr ""
#: nova/cmd/manage.py:275
msgid "In Use"
msgstr ""
#: nova/cmd/manage.py:276
#, fuzzy
msgid "Reserved"
msgstr "received %s"
#: nova/cmd/manage.py:319 nova/cmd/manage.py:394 nova/cmd/manage.py:718
#: nova/cmd/manage.py:732 nova/cmd/manage.py:802
#, fuzzy, python-format
msgid "error: %s"
msgstr "DB error: %s"
#: nova/cmd/manage.py:327
#, fuzzy
msgid "network"
msgstr "Reset network"
#: nova/cmd/manage.py:328
#, fuzzy
msgid "IP address"
msgstr "start address"
#: nova/cmd/manage.py:329
msgid "hostname"
msgstr ""
#: nova/cmd/manage.py:330 nova/cmd/manage.py:858
msgid "host"
msgstr ""
#: nova/cmd/manage.py:342 nova/cmd/manage.py:366
#, fuzzy
msgid "No fixed IP found."
msgstr "Zero fixed ips could be found."
#: nova/cmd/manage.py:358
#, fuzzy, python-format
msgid "WARNING: fixed ip %s allocated to missing instance"
msgstr "No fixed ips associated to instance"
#: nova/cmd/manage.py:420
#, python-format
msgid ""
"Too many IP addresses will be generated. Please increase /%s to reduce "
"the number generated."
msgstr ""
#: nova/cmd/manage.py:471
#, fuzzy
msgid "No floating IP addresses have been defined."
msgstr "Floating ip %(address)s already exists."
#: nova/cmd/manage.py:533 nova/tests/test_nova_manage.py:214
msgid "id"
msgstr "id"
#: nova/cmd/manage.py:534 nova/tests/test_nova_manage.py:215
msgid "IPv4"
msgstr "IPv4"
#: nova/cmd/manage.py:535 nova/tests/test_nova_manage.py:216
msgid "IPv6"
msgstr "IPv6"
#: nova/cmd/manage.py:536 nova/tests/test_nova_manage.py:217
msgid "start address"
msgstr "start address"
#: nova/cmd/manage.py:537 nova/tests/test_nova_manage.py:218
msgid "DNS1"
msgstr "DNS1"
#: nova/cmd/manage.py:538 nova/tests/test_nova_manage.py:219
msgid "DNS2"
msgstr "DNS2"
#: nova/cmd/manage.py:539 nova/tests/test_nova_manage.py:220
msgid "VlanID"
msgstr "VlanID"
#: nova/cmd/manage.py:540 nova/cmd/manage.py:646
#: nova/tests/test_nova_manage.py:221
msgid "project"
msgstr "project"
#: nova/cmd/manage.py:541 nova/tests/test_nova_manage.py:222
msgid "uuid"
msgstr "uuid"
#: nova/cmd/manage.py:548
#, fuzzy
msgid "No networks found"
msgstr "Network not found"
#: nova/cmd/manage.py:567
msgid "Please specify either fixed_range or uuid"
msgstr ""
#: nova/cmd/manage.py:572
msgid "UUID is required to delete Neutron Networks"
msgstr ""
#: nova/cmd/manage.py:575
msgid "Deleting by fixed_range is not supported with the NeutronManager"
msgstr ""
#: nova/cmd/manage.py:638
#, fuzzy
msgid "instance"
msgstr "stop instance"
#: nova/cmd/manage.py:639
msgid "node"
msgstr ""
#: nova/cmd/manage.py:640
msgid "type"
msgstr ""
#: nova/cmd/manage.py:641
msgid "state"
msgstr ""
#: nova/cmd/manage.py:642
msgid "launched"
msgstr ""
#: nova/cmd/manage.py:643
msgid "image"
msgstr ""
#: nova/cmd/manage.py:644
msgid "kernel"
msgstr ""
#: nova/cmd/manage.py:645
msgid "ramdisk"
msgstr ""
#: nova/cmd/manage.py:647
msgid "user"
msgstr ""
#: nova/cmd/manage.py:648 nova/cmd/manage.py:859
msgid "zone"
msgstr ""
#: nova/cmd/manage.py:649
msgid "index"
msgstr ""
#: nova/cmd/manage.py:693
msgid "Binary"
msgstr ""
#: nova/cmd/manage.py:694
msgid "Host"
msgstr ""
#: nova/cmd/manage.py:695
msgid "Zone"
msgstr ""
#: nova/cmd/manage.py:696
msgid "Status"
msgstr ""
#: nova/cmd/manage.py:697
msgid "State"
msgstr ""
#: nova/cmd/manage.py:698
msgid "Updated_At"
msgstr ""
#: nova/cmd/manage.py:720
#, 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:734
#, 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:806
#, fuzzy
msgid "An unexpected error has occurred."
msgstr "Unexpected error: %s"
#: nova/cmd/manage.py:807
msgid "[Result]"
msgstr ""
#: nova/cmd/manage.py:811
msgid "HOST"
msgstr ""
#: nova/cmd/manage.py:812
#, fuzzy
msgid "PROJECT"
msgstr "project"
#: nova/cmd/manage.py:813
msgid "cpu"
msgstr ""
#: nova/cmd/manage.py:814
msgid "mem(mb)"
msgstr ""
#: nova/cmd/manage.py:815
msgid "hdd"
msgstr ""
#: nova/cmd/manage.py:898
msgid "Must supply a positive value for max_rows"
msgstr ""
#: nova/cmd/manage.py:940
msgid "Must supply valid parameters to create flavor"
msgstr ""
#: nova/cmd/manage.py:944
msgid "Flavor exists."
msgstr ""
#: nova/cmd/manage.py:945
msgid "Please ensure flavor name and flavorid are unique."
msgstr ""
#: nova/cmd/manage.py:947
msgid "Currently defined flavor names and flavorids:"
msgstr ""
#: nova/cmd/manage.py:952
#, fuzzy
msgid "Unknown error"
msgstr "unknown guestmount error"
#: nova/cmd/manage.py:955
#, fuzzy, python-format
msgid "%s created"
msgstr "Table |%s| not created!"
#: nova/cmd/manage.py:963
msgid "Valid flavor name is required"
msgstr ""
#: nova/cmd/manage.py:966
#, fuzzy, python-format
msgid "DB Error: %s"
msgstr "DB error: %s"
#: nova/cmd/manage.py:971
#, python-format
msgid "%s deleted"
msgstr ""
#: nova/cmd/manage.py:1007
#, 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:1030
#, python-format
msgid "Key %(key)s on flavor %(name)s unset"
msgstr ""
#: nova/cmd/manage.py:1091
#, fuzzy, python-format
msgid "Hypervisor: %s"
msgstr "hyperv vm state: %s"
#: nova/cmd/manage.py:1140
#, python-format
msgid "Line %(linenum)d : %(line)s"
msgstr ""
#: nova/cmd/manage.py:1143
msgid "No errors in logfiles!"
msgstr ""
#: nova/cmd/manage.py:1157
msgid "Unable to find system log file!"
msgstr ""
#: nova/cmd/manage.py:1161
#, python-format
msgid "Last %s nova syslog entries:-"
msgstr ""
#: nova/cmd/manage.py:1170
msgid "No nova entries in syslog!"
msgstr ""
#: nova/cmd/network.py:49
#, python-format
msgid "No db access allowed in nova-network: %s"
msgstr ""
#: nova/compute/api.py:366
msgid "Cannot run any more instances of this type."
msgstr "Cannot run any more instances of this type."
#: nova/compute/api.py:373
#, 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:385
#, python-format
msgid ""
"%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)d "
"instances. %(msg)s"
msgstr ""
#: nova/compute/api.py:389
#, 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:410
msgid "Metadata type should be dict."
msgstr ""
#: nova/compute/api.py:416
#, 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:428
#, python-format
msgid "Metadata property key '%s' is not a string."
msgstr ""
#: nova/compute/api.py:431
#, python-format
msgid "Metadata property value '%(v)s' for key '%(k)s' is not a string."
msgstr ""
#: nova/compute/api.py:435
msgid "Metadata property key blank"
msgstr "Metadata property key blank"
#: nova/compute/api.py:438
msgid "Metadata property key greater than 255 characters"
msgstr "Metadata property key greater than 255 characters"
#: nova/compute/api.py:441
msgid "Metadata property value greater than 255 characters"
msgstr "Metadata property value greater than 255 characters"
#: nova/compute/api.py:573
msgid "Failed to set instance name using multi_instance_display_name_template."
msgstr ""
#: nova/compute/api.py:667
#, fuzzy
msgid "Cannot attach one or more volumes to multiple instances"
msgstr "Unable to attach boot volume to instance %s"
#: nova/compute/api.py:711
msgid "The requested availability zone is not available"
msgstr ""
#: nova/compute/api.py:812
#, python-format
msgid "Going to run %s instances..."
msgstr "Going to run %s instances..."
#: nova/compute/api.py:948
#, python-format
msgid ""
"max count reduced from %(max_count)d to %(max_net_count)d due to network "
"port quota"
msgstr ""
#: nova/compute/api.py:999
#, python-format
msgid "Image bdm %s"
msgstr ""
#: nova/compute/api.py:1038
#, python-format
msgid "block_device_mapping %s"
msgstr "block_device_mapping %s"
#: nova/compute/api.py:1080
msgid ""
"Images with destination_type 'volume' need to have a non-zero size "
"specified"
msgstr ""
#: nova/compute/api.py:1107
msgid "More than one swap drive requested."
msgstr ""
#: nova/compute/api.py:1272
#: nova/tests/api/openstack/compute/test_servers.py:3112
#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:2460
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:1374
#, fuzzy
msgid "instance termination disabled"
msgstr "Going to start terminating instances"
#: nova/compute/api.py:1389
#, python-format
msgid "Working on deleting snapshot %s from shelved instance..."
msgstr ""
#: nova/compute/api.py:1396
#, python-format
msgid "Failed to delete snapshot from shelved instance (%s)."
msgstr ""
#: nova/compute/api.py:1400
msgid ""
"Something wrong happened when trying to delete snapshot from shelved "
"instance."
msgstr ""
#: nova/compute/api.py:1466
msgid "Instance is already in deleting state, ignoring this request"
msgstr ""
#: nova/compute/api.py:1514
#, python-format
msgid ""
"Found an unconfirmed migration during delete, id: %(id)s, status: "
"%(status)s"
msgstr ""
#: nova/compute/api.py:1524
msgid "Instance may have been confirmed during delete"
msgstr ""
#: nova/compute/api.py:1541
#, python-format
msgid "Migration %s may have been confirmed during delete"
msgstr ""
#: nova/compute/api.py:1577
#, python-format
msgid "Flavor %d not found"
msgstr ""
#: nova/compute/api.py:1584
#, fuzzy
msgid "going to delete a resizing instance"
msgstr "Going to start terminating instances"
#: nova/compute/api.py:1595
#, 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:1622 nova/compute/manager.py:2201
#, python-format
msgid "Ignoring volume cleanup failure due to %s"
msgstr "Ignoring volume cleanup failure due to %s"
#: nova/compute/api.py:1662
msgid "Going to try to soft delete instance"
msgstr "Going to try to soft delete instance"
#: nova/compute/api.py:1680
msgid "Going to try to terminate instance"
msgstr "Going to try to terminate instance"
#: nova/compute/api.py:1721
msgid "Going to try to stop instance"
msgstr "Going to try to stop instance"
#: nova/compute/api.py:1747
msgid "Going to try to start instance"
msgstr "Going to try to start instance"
#: nova/compute/api.py:1811
#, python-format
msgid "Searching by: %s"
msgstr "Searching by: %s"
#: nova/compute/api.py:2018
#, python-format
msgid "snapshot for %s"
msgstr "snapshot for %s"
#: nova/compute/api.py:2347
msgid "flavor_id is None. Assuming migration."
msgstr "flavor_id is None. Assuming migration."
#: nova/compute/api.py:2356
#, python-format
msgid ""
"Old instance type %(current_instance_type_name)s, new instance type "
"%(new_instance_type_name)s"
msgstr ""
"Old instance type %(current_instance_type_name)s, new instance type "
"%(new_instance_type_name)s"
#: nova/compute/api.py:2393
#, 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:2557
msgid "Cannot rescue a volume-backed instance"
msgstr ""
#: nova/compute/api.py:2679
msgid "Locking"
msgstr "Locking"
#: nova/compute/api.py:2696
msgid "Unlocking"
msgstr "Unlocking"
#: nova/compute/api.py:2787
msgid "Volume must be attached in order to detach."
msgstr "Volume must be attached in order to detach."
#: nova/compute/api.py:2808
msgid "Old volume is attached to a different instance."
msgstr ""
#: nova/compute/api.py:2811
msgid "New volume must be detached in order to swap."
msgstr ""
#: nova/compute/api.py:2814
msgid "New volume must be the same size or larger."
msgstr ""
#: nova/compute/api.py:2983
#, python-format
msgid "Going to try to live migrate instance to %s"
msgstr "Going to try to live migrate instance to %s"
#: nova/compute/api.py:3002
msgid "vm evacuation scheduled"
msgstr ""
#: nova/compute/api.py:3006
#, python-format
msgid "Instance compute service state on %s expected to be down, but it was up."
msgstr ""
#: nova/compute/api.py:3287
msgid "This aggregate contains hosts in an existing availability zone"
msgstr ""
#: nova/compute/api.py:3352
#, python-format
msgid "Host already in availability zone %s"
msgstr ""
#: nova/compute/api.py:3442 nova/tests/compute/test_keypairs.py:135
msgid "Keypair name contains unsafe characters"
msgstr "Keypair name contains unsafe characters"
#: nova/compute/api.py:3446 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:3534
#, 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:3537
#, python-format
msgid "Security group %s cannot be empty."
msgstr "Security group %s cannot be empty."
#: nova/compute/api.py:3545
#, python-format
msgid ""
"Value (%(value)s) for parameter Group%(property)s is invalid. Content "
"limited to '%(allowed)s'."
msgstr ""
#: nova/compute/api.py:3551
#, 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:3569
msgid "Quota exceeded, too many security groups."
msgstr "Quota exceeded, too many security groups."
#: nova/compute/api.py:3572
#, python-format
msgid "Create Security Group %s"
msgstr "Create Security Group %s"
#: nova/compute/api.py:3584
#, python-format
msgid "Security group %s already exists"
msgstr "Security group %s already exists"
#: nova/compute/api.py:3597
#, fuzzy, python-format
msgid "Unable to update system group '%s'"
msgstr "Unable to destroy vbd %s"
#: nova/compute/api.py:3659
#, fuzzy, python-format
msgid "Unable to delete system group '%s'"
msgstr "Unable to destroy vbd %s"
#: nova/compute/api.py:3664
msgid "Security group is still in use"
msgstr "Security group is still in use"
#: nova/compute/api.py:3674
msgid "Failed to update usages deallocating security group"
msgstr "Failed to update usages deallocating security group"
#: nova/compute/api.py:3677
#, python-format
msgid "Delete security group %s"
msgstr "Delete security group %s"
#: nova/compute/api.py:3753 nova/compute/api.py:3827
#, python-format
msgid "Rule (%s) not found"
msgstr "Rule (%s) not found"
#: nova/compute/api.py:3769
msgid "Quota exceeded, too many security group rules."
msgstr "Quota exceeded, too many security group rules."
#: nova/compute/api.py:3772
#, python-format
msgid "Authorize security group ingress %s"
msgstr "Authorize security group ingress %s"
#: nova/compute/api.py:3781
#, python-format
msgid "Revoke security group ingress %s"
msgstr "Revoke security group ingress %s"
#: nova/compute/api.py:3834
msgid "Security group id should be integer"
msgstr "Security group id should be integer"
#: nova/compute/claims.py:113 nova/compute/claims.py:255
#, python-format
msgid "Aborting claim: %s"
msgstr "Aborting claim: %s"
#: 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:251
#, python-format
msgid "Error setting migration status for instance %s."
msgstr ""
#: nova/compute/manager.py:272
#, python-format
msgid "Task possibly preempted: %s"
msgstr ""
#: nova/compute/manager.py:352
#, python-format
msgid "Cleaning up image %s"
msgstr ""
#: nova/compute/manager.py:358
#, python-format
msgid "Error while trying to clean up image %s"
msgstr ""
#: nova/compute/manager.py:452
#, python-format
msgid "Preparing to wait for external event %(event)s"
msgstr ""
#: nova/compute/manager.py:512
msgid "Instance event failed"
msgstr ""
#: nova/compute/manager.py:610
#, python-format
msgid "%s is not a valid node managed by this compute host."
msgstr ""
#: nova/compute/manager.py:637 nova/compute/manager.py:646
msgid "Instance has been destroyed from under us while trying to set it to ERROR"
msgstr "Instance has been destroyed from under us while trying to set it to ERROR"
#: nova/compute/manager.py:693
#, 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:709
msgid "Instance has been marked deleted already, removing it from the hypervisor."
msgstr ""
#: nova/compute/manager.py:730
msgid ""
"Hypervisor driver does not support instance shared storage check, "
"assuming it's not on shared storage"
msgstr ""
#: nova/compute/manager.py:736
#, fuzzy
msgid "Failed to check if instance shared"
msgstr "Failed to terminate instance"
#: nova/compute/manager.py:793
#, python-format
msgid "Instance is in %s state."
msgstr ""
#: nova/compute/manager.py:802 nova/compute/manager.py:846
msgid "Failed to complete a deletion"
msgstr ""
#: nova/compute/manager.py:816
msgid "Instance failed to spawn correctly, setting to ERROR state"
msgstr ""
#: nova/compute/manager.py:828
#, python-format
msgid "Instance in transitional state %s at start-up clearing task state"
msgstr ""
#: nova/compute/manager.py:836
msgid ""
"Service started deleting the instance during the previous run, but did "
"not finish. Restarting the deletion now."
msgstr ""
#: nova/compute/manager.py:856
#, python-format
msgid ""
"Instance in transitional state (%(task_state)s) at start-up and power "
"state is (%(power_state)s), triggering reboot"
msgstr ""
#: nova/compute/manager.py:870
#, 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:901
msgid "Failed to revert crashed migration"
msgstr ""
#: nova/compute/manager.py:904
msgid "Instance found in migrating state during startup. Resetting task_state"
msgstr ""
#: nova/compute/manager.py:915
#, python-format
msgid "Current state is %(drv_state)s, state in DB is %(db_state)s."
msgstr "Current state is %(drv_state)s, state in DB is %(db_state)s."
#: nova/compute/manager.py:921
msgid "Rebooting instance after nova-compute restart."
msgstr "Rebooting instance after nova-compute restart."
#: nova/compute/manager.py:932
msgid "Hypervisor driver does not support resume guests"
msgstr "Hypervisor driver does not support resume guests"
#: nova/compute/manager.py:937
#, fuzzy
msgid "Failed to resume instance"
msgstr "Failed to suspend instance"
#: nova/compute/manager.py:946
msgid "Hypervisor driver does not support firewall rules"
msgstr "Hypervisor driver does not support firewall rules"
#: nova/compute/manager.py:971
#, python-format
msgid "Lifecycle event %(state)d on VM %(uuid)s"
msgstr ""
#: nova/compute/manager.py:987
#, fuzzy, python-format
msgid "Unexpected power state %d"
msgstr "Unexpected status code"
#: nova/compute/manager.py:1000
#, python-format
msgid ""
"Event %s arrived for non-existent instance. The instance was probably "
"deleted."
msgstr ""
#: nova/compute/manager.py:1003
#, python-format
msgid "Ignoring event %s"
msgstr ""
#: nova/compute/manager.py:1041
msgid "Checking state"
msgstr "Checking state"
#: nova/compute/manager.py:1092
msgid "Hypervisor driver does not support security groups."
msgstr ""
#: nova/compute/manager.py:1132
#, python-format
msgid "Volume id: %s finished being created but was not set as 'available'"
msgstr ""
#: nova/compute/manager.py:1190 nova/compute/manager.py:1918
msgid "Success"
msgstr ""
#: nova/compute/manager.py:1214
msgid "Instance disappeared before we could start it"
msgstr ""
#: nova/compute/manager.py:1242
msgid "Anti-affinity instance group policy was violated."
msgstr ""
#: nova/compute/manager.py:1263 nova/compute/manager.py:1845
#: nova/compute/manager.py:3329 nova/compute/manager.py:3870
#, python-format
msgid "No node specified, defaulting to %s"
msgstr ""
#: nova/compute/manager.py:1314
msgid "Instance disappeared during build"
msgstr ""
#: nova/compute/manager.py:1320
msgid "Failed to dealloc network for deleted instance"
msgstr "Failed to dealloc network for deleted instance"
#: nova/compute/manager.py:1341
msgid "Failed to dealloc network for failed instance"
msgstr ""
#: nova/compute/manager.py:1368
#, fuzzy, python-format
msgid "Error: %s"
msgstr "DB error: %s"
#: nova/compute/manager.py:1387
msgid "Clean up resource before rescheduling."
msgstr ""
#: nova/compute/manager.py:1414 nova/compute/manager.py:3386
msgid "Error trying to reschedule"
msgstr "Error trying to reschedule"
#: nova/compute/manager.py:1427
msgid "Retry info not present, will not reschedule"
msgstr "Retry info not present, will not reschedule"
#: nova/compute/manager.py:1432
msgid "No request spec, will not reschedule"
msgstr "No request spec, will not reschedule"
#: nova/compute/manager.py:1438
#, fuzzy, python-format
msgid "Re-scheduling %(method)s: attempt %(num)d"
msgstr "Re-scheduling instance: attempt %d"
#: nova/compute/manager.py:1468
msgid "Instance build timed out. Set to error state."
msgstr "Instance build timed out. Set to error state."
#: nova/compute/manager.py:1478 nova/compute/manager.py:1823
msgid "Starting instance..."
msgstr "Starting instance..."
#: nova/compute/manager.py:1492
#, fuzzy
msgid "Allocating IP information in the background."
msgstr "Floating ip pool not found."
#: nova/compute/manager.py:1496
#, python-format
msgid ""
"Treating negative config value (%(retries)s) for "
"'network_allocate_retries' as 0."
msgstr ""
#: nova/compute/manager.py:1509
#, python-format
msgid "Instance network_info: |%s|"
msgstr "Instance network_info: |%s|"
#: nova/compute/manager.py:1523
#, python-format
msgid "Instance failed network setup after %(attempts)d attempt(s)"
msgstr ""
#: nova/compute/manager.py:1527
#, python-format
msgid "Instance failed network setup (attempt %(attempt)d of %(attempts)d)"
msgstr ""
#: nova/compute/manager.py:1701
msgid "Instance failed block device setup"
msgstr "Instance failed block device setup"
#: nova/compute/manager.py:1721 nova/compute/manager.py:2015
#: nova/compute/manager.py:3888
msgid "Instance failed to spawn"
msgstr "Instance failed to spawn"
#: nova/compute/manager.py:1771
msgid "Deallocating network for instance"
msgstr "Deallocating network for instance"
#: nova/compute/manager.py:1830
msgid "Instance disappeared before build."
msgstr ""
#: nova/compute/manager.py:1868
msgid "Instance disappeared during build."
msgstr ""
#: nova/compute/manager.py:1882
msgid "Unexpected build failure, not rescheduling build."
msgstr ""
#: nova/compute/manager.py:1940
msgid "Failed to allocate network(s)"
msgstr ""
#: nova/compute/manager.py:1944 nova/compute/manager.py:1981
msgid "Failed to allocate the network(s), not rescheduling."
msgstr ""
#: nova/compute/manager.py:2005
msgid "Failure prepping block device"
msgstr ""
#: nova/compute/manager.py:2007
msgid "Failure prepping block device."
msgstr ""
#: nova/compute/manager.py:2024
msgid "Could not clean up failed build, not rescheduling"
msgstr ""
#: nova/compute/manager.py:2036
msgid "Failed to deallocate networks"
msgstr ""
#: nova/compute/manager.py:2047
msgid "Failed to cleanup volumes for failed build, not rescheduling"
msgstr ""
#: nova/compute/manager.py:2082
#, fuzzy
msgid "Failed to deallocate network for instance."
msgstr "Failed to dealloc network for deleted instance"
#: nova/compute/manager.py:2090
#, python-format
msgid "%(action_str)s instance"
msgstr "%(action_str)s instance"
#: nova/compute/manager.py:2137
#, python-format
msgid "Ignoring DiskNotFound: %s"
msgstr "Ignoring DiskNotFound: %s"
#: nova/compute/manager.py:2140
#, python-format
msgid "Ignoring VolumeNotFound: %s"
msgstr "Ignoring VolumeNotFound: %s"
#: nova/compute/manager.py:2149
#, python-format
msgid "terminating bdm %s"
msgstr "terminating bdm %s"
#: nova/compute/manager.py:2181
#, python-format
msgid "Events pending at deletion: %(events)s"
msgstr ""
#: nova/compute/manager.py:2250
msgid "Instance disappeared during terminate"
msgstr ""
#: nova/compute/manager.py:2256 nova/compute/manager.py:3560
#: nova/compute/manager.py:5556
msgid "Setting instance vm_state to ERROR"
msgstr ""
#: nova/compute/manager.py:2430
msgid "Rebuilding instance"
msgstr "Rebuilding instance"
#: nova/compute/manager.py:2443
msgid "Invalid state of instance files on shared storage"
msgstr ""
#: nova/compute/manager.py:2447
msgid "disk on shared storage, recreating using existing disk"
msgstr ""
#: nova/compute/manager.py:2451
#, python-format
msgid "disk not on shared storage, rebuilding from: '%s'"
msgstr ""
#: nova/compute/manager.py:2462 nova/compute/manager.py:4686
#, fuzzy, python-format
msgid "Failed to get compute_info for %s"
msgstr "Failed to get info for disk %s"
#: nova/compute/manager.py:2538
#, python-format
msgid "bringing vm to original state: '%s'"
msgstr ""
#: nova/compute/manager.py:2569
#, fuzzy, python-format
msgid "Detaching from volume api: %s"
msgstr "Attach boot from volume failed: %s"
#: nova/compute/manager.py:2596 nova/virt/hyperv/vmops.py:364
msgid "Rebooting instance"
msgstr "Rebooting instance"
#: nova/compute/manager.py:2613
#, 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:2649
msgid "Reboot failed but instance is running"
msgstr ""
#: nova/compute/manager.py:2657
#, python-format
msgid "Cannot reboot instance: %s"
msgstr ""
#: nova/compute/manager.py:2669
#, fuzzy
msgid "Instance disappeared during reboot"
msgstr "instance %s: rebooted"
#: nova/compute/manager.py:2711
#, python-format
msgid "Instance not found, could not set state %s for instance."
msgstr ""
#: nova/compute/manager.py:2717
msgid "Instance being deleted, snapshot cannot continue"
msgstr ""
#: nova/compute/manager.py:2733
msgid "instance snapshotting"
msgstr "instance snapshotting"
#: nova/compute/manager.py:2739
#, 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:2764
msgid "Instance disappeared during snapshot"
msgstr ""
#: nova/compute/manager.py:2769
msgid "Image not found during snapshot"
msgstr ""
#: nova/compute/manager.py:2808
#, python-format
msgid "Found %(num_images)d images (rotation: %(rotation)d)"
msgstr "Found %(num_images)d images (rotation: %(rotation)d)"
#: nova/compute/manager.py:2816
#, python-format
msgid "Rotating out %d backups"
msgstr "Rotating out %d backups"
#: nova/compute/manager.py:2821
#, python-format
msgid "Deleting image %s"
msgstr "Deleting image %s"
#: nova/compute/manager.py:2848
#, 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:2855
msgid "Root password set"
msgstr "Root password set"
#: nova/compute/manager.py:2860
#, 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:2873
#, python-format
msgid "set_admin_password failed: %s"
msgstr "set_admin_password failed: %s"
#: nova/compute/manager.py:2880
msgid "error setting admin password"
msgstr "error setting admin password"
#: nova/compute/manager.py:2896
#, 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:2901
#, python-format
msgid "injecting file to %s"
msgstr ""
#: nova/compute/manager.py:2919
msgid ""
"Unable to find a different image to use for rescue VM, using instance's "
"current image"
msgstr ""
#: nova/compute/manager.py:2941
msgid "Rescuing"
msgstr "Rescuing"
#: nova/compute/manager.py:2961
#, fuzzy
msgid "Error trying to Rescue Instance"
msgstr "Error trying to reschedule"
#: nova/compute/manager.py:2965
#, fuzzy, python-format
msgid "Driver Error: %s"
msgstr "DB error: %s"
#: nova/compute/manager.py:2989
msgid "Unrescuing"
msgstr "Unrescuing"
#: nova/compute/manager.py:3015
#, python-format
msgid "Changing instance metadata according to %r"
msgstr ""
#: nova/compute/manager.py:3049
#, python-format
msgid "Going to confirm migration %s"
msgstr ""
#: nova/compute/manager.py:3057
#, python-format
msgid "Migration %s is not found during confirmation"
msgstr ""
#: nova/compute/manager.py:3062
#, python-format
msgid "Migration %s is already confirmed"
msgstr ""
#: nova/compute/manager.py:3066
#, python-format
msgid ""
"Unexpected confirmation status '%(status)s' of migration %(id)s, exit "
"confirmation process"
msgstr ""
#: nova/compute/manager.py:3079
msgid "Instance is not found during confirmation"
msgstr ""
#: nova/compute/manager.py:3128
#, python-format
msgid "Resized/migrated instance is powered off. Setting vm_state to '%s'."
msgstr ""
#: nova/compute/manager.py:3250
#, fuzzy, python-format
msgid "Updating instance to original state: '%s'"
msgstr "Setting instance to %(state)s state."
#: nova/compute/manager.py:3288
#, fuzzy
msgid "Instance has no source host"
msgstr "Instance has no volume."
#: nova/compute/manager.py:3294
msgid "destination same as source!"
msgstr "destination same as source!"
#: nova/compute/manager.py:3304
#, python-format
msgid "Stashing vm_state: %s"
msgstr ""
#: nova/compute/manager.py:3312
msgid "Migrating"
msgstr "Migrating"
#: nova/compute/manager.py:3566
#, python-format
msgid "Failed to rollback quota for failed finish_resize: %s"
msgstr ""
#: nova/compute/manager.py:3628
msgid "Pausing"
msgstr "Pausing"
#: nova/compute/manager.py:3645
msgid "Unpausing"
msgstr "Unpausing"
#: nova/compute/manager.py:3686
msgid "Retrieving diagnostics"
msgstr "Retrieving diagnostics"
#: nova/compute/manager.py:3715
msgid "Resuming"
msgstr "Resuming"
#: nova/compute/manager.py:3907
msgid "Reset network"
msgstr "Reset network"
#: nova/compute/manager.py:3912
msgid "Inject network info"
msgstr "Inject network info"
#: nova/compute/manager.py:3915
#, python-format
msgid "network_info to inject: |%s|"
msgstr "network_info to inject: |%s|"
#: nova/compute/manager.py:3935
msgid "Get console output"
msgstr "Get console output"
#: nova/compute/manager.py:3966
msgid "Getting vnc console"
msgstr "Getting vnc console"
#: nova/compute/manager.py:4004
#, fuzzy
msgid "Getting spice console"
msgstr "Getting vnc console"
#: nova/compute/manager.py:4042
msgid "Getting RDP console"
msgstr ""
#: nova/compute/manager.py:4134
#, python-format
msgid "Attaching volume %(volume_id)s to %(mountpoint)s"
msgstr "Attaching volume %(volume_id)s to %(mountpoint)s"
#: nova/compute/manager.py:4143
#, python-format
msgid "Failed to attach %(volume_id)s at %(mountpoint)s"
msgstr ""
#: nova/compute/manager.py:4159
#, 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:4170
msgid "Detaching volume from unknown instance"
msgstr "Detaching volume from unknown instance"
#: nova/compute/manager.py:4182
#, 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:4207
msgid "Updating volume usage cache with totals"
msgstr ""
#: nova/compute/manager.py:4254
#, python-format
msgid "Failed to swap volume %(old_volume_id)s for %(new_volume_id)s"
msgstr ""
#: nova/compute/manager.py:4261
#, python-format
msgid "Failed to connect to volume %(volume_id)s with volume at %(mountpoint)s"
msgstr ""
#: nova/compute/manager.py:4345
#, fuzzy, python-format
msgid "allocate_port_for_instance returned %(ports)s ports"
msgstr "allocate_for_instance() for %s"
#: nova/compute/manager.py:4369
#, python-format
msgid "Port %s is not attached"
msgstr ""
#: nova/compute/manager.py:4382 nova/tests/compute/test_compute.py:10381
#, python-format
msgid "Host %s not found"
msgstr ""
#: nova/compute/manager.py:4524
#, python-format
msgid "Pre live migration failed at %s"
msgstr ""
#: nova/compute/manager.py:4554
msgid "_post_live_migration() is started.."
msgstr "_post_live_migration() is started.."
#: nova/compute/manager.py:4627
#, python-format
msgid "Migrating instance to %s finished successfully."
msgstr ""
#: nova/compute/manager.py:4629
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:4654
msgid "Post operation of migration started"
msgstr "Post operation of migration started"
#: nova/compute/manager.py:4799
msgid "Starting heal instance info cache"
msgstr ""
#: nova/compute/manager.py:4803
msgid "Rebuilding the list of instances to heal"
msgstr ""
#: nova/compute/manager.py:4812
msgid "Skipping network cache update for instance because it is Building."
msgstr ""
#: nova/compute/manager.py:4816 nova/compute/manager.py:4847
msgid "Skipping network cache update for instance because it is being deleted."
msgstr ""
#: nova/compute/manager.py:4842
msgid ""
"Skipping network cache update for instance because it has been migrated "
"to another host."
msgstr ""
#: nova/compute/manager.py:4859
msgid "Updated the network info_cache for instance"
msgstr ""
#: nova/compute/manager.py:4862
msgid "An error occurred while refreshing the network cache."
msgstr ""
#: nova/compute/manager.py:4865
msgid "Didn't find any instances for network info cache update."
msgstr ""
#: nova/compute/manager.py:4916
#, 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:4921
#, 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:4930
#, 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:4940
#, python-format
msgid "Instance %s not found"
msgstr ""
#: nova/compute/manager.py:4945
msgid "In ERROR state"
msgstr "In ERROR state"
#: nova/compute/manager.py:4952
#, 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:4963
#, python-format
msgid "Error auto-confirming resize: %s. Will retry later."
msgstr ""
#: nova/compute/manager.py:4990
msgid "Periodic task failed to offload instance."
msgstr ""
#: nova/compute/manager.py:5010
#, 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:5030
#, 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:5058
msgid "Updating bandwidth usage cache"
msgstr "Updating bandwidth usage cache"
#: nova/compute/manager.py:5080
msgid "Bandwidth usage not supported by hypervisor."
msgstr ""
#: nova/compute/manager.py:5175
#, fuzzy
msgid "Updating volume usage cache"
msgstr "Updating bandwidth usage cache"
#: nova/compute/manager.py:5203
#, 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:5210 nova/compute/manager.py:5271
msgid "During sync_power_state the instance has a pending task. Skip."
msgstr "During sync_power_state the instance has a pending task. Skip."
#: nova/compute/manager.py:5232
msgid "Periodic sync_power_state task had an error while processing an instance."
msgstr ""
#: nova/compute/manager.py:5258
#, 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:5294
msgid "Instance shutdown by itself. Calling the stop API."
msgstr "Instance shutdown by itself. Calling the stop API."
#: nova/compute/manager.py:5306 nova/compute/manager.py:5315
#: nova/compute/manager.py:5346 nova/compute/manager.py:5357
msgid "error during stop() in sync_power_state."
msgstr "error during stop() in sync_power_state."
#: nova/compute/manager.py:5310
#, 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:5326
#, fuzzy
msgid "Instance is paused unexpectedly. Ignore."
msgstr "Instance is paused or suspended unexpectedly. Calling the stop API."
#: nova/compute/manager.py:5332
msgid "Instance is unexpectedly not found. Ignore."
msgstr ""
#: nova/compute/manager.py:5338
msgid "Instance is not stopped. Calling the stop API."
msgstr "Instance is not stopped. Calling the stop API."
#: nova/compute/manager.py:5352
msgid "Paused instance shutdown by itself. Calling the stop API."
msgstr ""
#: nova/compute/manager.py:5366
msgid "Instance is not (soft-)deleted."
msgstr "Instance is not (soft-)deleted."
#: nova/compute/manager.py:5374
#, fuzzy
msgid "CONF.reclaim_instance_interval <= 0, skipping..."
msgstr "FLAGS.reclaim_instance_interval <= 0, skipping..."
#: nova/compute/manager.py:5388
msgid "Reclaiming deleted instance"
msgstr "Reclaiming deleted instance"
#: nova/compute/manager.py:5395
#, python-format
msgid "Periodic reclaim failed to delete instance: %s"
msgstr ""
#: nova/compute/manager.py:5420
#, fuzzy, python-format
msgid "Deleting orphan compute node %s"
msgstr "Loading compute driver '%s'"
#: nova/compute/manager.py:5430 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:5472
#, python-format
msgid ""
"Detected instance with name label '%s' which is marked as DELETED but "
"still present on host."
msgstr ""
#: nova/compute/manager.py:5478
#, 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:5487
msgid "set_bootable is not implemented for the current driver"
msgstr ""
#: nova/compute/manager.py:5492
msgid "Failed to power off instance"
msgstr ""
#: nova/compute/manager.py:5496
#, python-format
msgid ""
"Destroying instance with name label '%s' which is marked as DELETED but "
"still present on host."
msgstr ""
#: nova/compute/manager.py:5506
#, python-format
msgid "Periodic cleanup failed to delete instance: %s"
msgstr ""
#: nova/compute/manager.py:5510
#, python-format
msgid "Unrecognized value '%s' for CONF.running_deleted_instance_action"
msgstr ""
#: nova/compute/manager.py:5540
#, python-format
msgid "Setting instance back to %(state)s after: %(error)s"
msgstr ""
#: nova/compute/manager.py:5549
#, fuzzy, python-format
msgid "Setting instance back to ACTIVE after: %s"
msgstr "Setting instance to %(state)s state."
#: nova/compute/manager.py:5570
msgid "Hypervisor driver does not support add_aggregate_host"
msgstr ""
#: nova/compute/manager.py:5587
msgid "Hypervisor driver does not support remove_aggregate_host"
msgstr ""
#: nova/compute/manager.py:5601
#, python-format
msgid "Processing event %(event)s"
msgstr ""
#: nova/compute/manager.py:5652
msgid "Cleaning up deleted instances"
msgstr ""
#: nova/compute/manager.py:5661
#, python-format
msgid "There are %d instances to clean"
msgstr ""
#: nova/compute/manager.py:5665
#, python-format
msgid "Instance has had %(attempts)s of %(max)s cleanup attempts"
msgstr ""
#: 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:117 nova/compute/resource_tracker.py:157
#, python-format
msgid "Memory overhead for %(flavor)d MB instance; %(overhead)d MB"
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:409
#, python-format
msgid "Hypervisor: free ram (MB): %s"
msgstr "Hypervisor: free ram (MB): %s"
#: nova/compute/resource_tracker.py:410
#, python-format
msgid "Hypervisor: free disk (GB): %s"
msgstr "Hypervisor: free disk (GB): %s"
#: nova/compute/resource_tracker.py:415
#, python-format
msgid "Hypervisor: free VCPUs: %s"
msgstr "Hypervisor: free VCPUs: %s"
#: nova/compute/resource_tracker.py:417
msgid "Hypervisor: VCPU information unavailable"
msgstr "Hypervisor: VCPU information unavailable"
#: nova/compute/resource_tracker.py:421
#, python-format
msgid "Hypervisor: assignable PCI devices: %s"
msgstr ""
#: nova/compute/resource_tracker.py:424
msgid "Hypervisor: no assignable PCI devices"
msgstr ""
#: 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 "Free PCI devices: %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:208
#, python-format
msgid "Using %(prefix)s instead of %(req_prefix)s"
msgstr "Using %(prefix)s instead of %(req_prefix)s"
#: nova/compute/utils.py:253
#, python-format
msgid "Can't access image %(image_id)s: %(error)s"
msgstr ""
#: nova/compute/utils.py:357
msgid ""
"No aggregate id or name specified for this notification and it will be "
"ignored"
msgstr ""
#: nova/compute/utils.py:377
#, python-format
msgid ""
"No host name specified for the notification of HostAPI.%s and it will be "
"ignored"
msgstr ""
#: nova/compute/monitors/__init__.py:175
#, python-format
msgid ""
"Excluding monitor %(monitor_name)s due to metric name overlap; "
"overlapping metrics: %(overlap)s"
msgstr ""
#: nova/compute/monitors/__init__.py:183
#, python-format
msgid "Monitor %(monitor_name)s cannot be used: %(ex)s"
msgstr ""
#: nova/compute/monitors/__init__.py:189
#, 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:357
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:714
msgid "No valid host found for cold migrate"
msgstr ""
#: nova/conductor/manager.py:776
#, python-format
msgid ""
"Migration of instance %(instance_id)s to host %(dest)s unexpectedly "
"failed."
msgstr ""
#: nova/conductor/manager.py:833 nova/conductor/manager.py:860
msgid "Unshelve attempted but vm_state not SHELVED or SHELVED_OFFLOADED"
msgstr ""
#: nova/conductor/manager.py:856
msgid "No valid host found for unshelve instance"
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:165
#, python-format
msgid "Skipping host: %(host)s because: %(e)s"
msgstr ""
#: 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/manager.py:80 nova/console/vmrc_manager.py:62
msgid "Adding console"
msgstr "Adding console"
#: nova/console/manager.py:98 nova/console/vmrc_manager.py:112
#, python-format
msgid "Tried to remove non-existent console %(console_id)s."
msgstr "Tried to remove non-existent console %(console_id)s."
#: nova/console/vmrc_manager.py:115
#, python-format
msgid "Removing console %(console_id)s."
msgstr "Removing console %(console_id)s."
#: 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:99
msgid "Rebuilding xvp conf"
msgstr "Rebuilding xvp conf"
#: nova/console/xvp.py:119
#, python-format
msgid "Re-wrote %s"
msgstr "Re-wrote %s"
#: nova/console/xvp.py:124
msgid "Failed to write configuration file"
msgstr ""
#: nova/console/xvp.py:127
msgid "Stopping xvp"
msgstr "Stopping xvp"
#: nova/console/xvp.py:140
msgid "Starting xvp"
msgstr "Starting xvp"
#: nova/console/xvp.py:147
#, python-format
msgid "Error starting xvp: %s"
msgstr "Error starting xvp: %s"
#: nova/console/xvp.py:150
msgid "Restarting xvp"
msgstr "Restarting xvp"
#: nova/console/xvp.py:152
msgid "xvp not running..."
msgstr "xvp not running..."
#: nova/console/xvp.py:203
#, fuzzy
msgid "Failed to run xvp."
msgstr "Failed to resume server"
#: nova/consoleauth/manager.py:89
#, python-format
msgid "Received Token: %(token)s, %(token_dict)s"
msgstr ""
#: nova/consoleauth/manager.py:114
#, python-format
msgid "Checking Token: %(token)s, %(token_valid)s"
msgstr ""
#: nova/db/api.py:631
msgid "Failed to notify cells of instance destroy"
msgstr ""
#: nova/db/api.py:719 nova/db/api.py:747
#, fuzzy
msgid "Failed to notify cells of instance update"
msgstr "Failed to reboot instance"
#: nova/db/api.py:1647
msgid "Failed to notify cells of bw_usage update"
msgstr ""
#: nova/db/api.py:1792
#, fuzzy
msgid "Failed to notify cells of instance fault"
msgstr "Failed to reboot instance"
#: 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:176
#: 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:744
#, fuzzy, python-format
msgid "Invalid floating ip id %s in request"
msgstr "instance %s: rescued"
#: nova/db/sqlalchemy/api.py:846
msgid "Failed to update usages bulk deallocating floating IP"
msgstr ""
#: nova/db/sqlalchemy/api.py:990
#, fuzzy, python-format
msgid "Invalid floating IP %s in request"
msgstr "instance %s: rescued"
#: nova/db/sqlalchemy/api.py:1291 nova/db/sqlalchemy/api.py:1330
#, fuzzy, python-format
msgid "Invalid fixed IP Address %s in request"
msgstr "instance %s: rescued"
#: nova/db/sqlalchemy/api.py:1465
#, fuzzy, python-format
msgid "Invalid virtual interface address %s in request"
msgstr "instance %s: rescued"
#: nova/db/sqlalchemy/api.py:1558
#, 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:1717
#, fuzzy, python-format
msgid "Invalid instance id %s in request"
msgstr "instance %s: rescued"
#: nova/db/sqlalchemy/api.py:1991
#, python-format
msgid "Invalid field name: %s"
msgstr ""
#: nova/db/sqlalchemy/api.py:3149
#, python-format
msgid ""
"quota_usages out of sync, updating. project_id: %(project_id)s, user_id: "
"%(user_id)s, resource: %(res)s, tracked usage: %(tracked_use)s, actual "
"usage: %(in_use)s"
msgstr ""
#: nova/db/sqlalchemy/api.py:3237
#, python-format
msgid "Change will make usage less than 0 for the following resources: %s"
msgstr ""
#: nova/db/sqlalchemy/api.py:4887
#, 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:5244
#, python-format
msgid "Add metadata failed for aggregate %(id)s after %(retries)s retries"
msgstr ""
#: nova/db/sqlalchemy/api.py:5623
#, python-format
msgid "IntegrityError detected when archiving table %s"
msgstr ""
#: nova/db/sqlalchemy/migration.py:39
#: nova/openstack/common/db/sqlalchemy/migration.py:188
#: 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:94
#: nova/openstack/common/db/sqlalchemy/utils.py:284
#, 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/db/sqlalchemy/utils.py:100
#: nova/openstack/common/db/sqlalchemy/utils.py:290
#, 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/db/sqlalchemy/utils.py:241
#, python-format
msgid "Deleted duplicated row with id: %(id)s from table: %(table)s"
msgstr ""
#: nova/db/sqlalchemy/utils.py:274
#, python-format
msgid "Missing column %(table)s.%(column)s in shadow table"
msgstr ""
#: nova/db/sqlalchemy/utils.py:280
#, 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:289
#, python-format
msgid "Extra column %(table)s.%(column)s in shadow table"
msgstr ""
#: nova/db/sqlalchemy/utils.py:310
msgid "Specify `table_name` or `table` param"
msgstr ""
#: nova/db/sqlalchemy/utils.py:313
msgid "Specify only one param `table_name` `table`"
msgstr ""
#: nova/db/sqlalchemy/utils.py:336 nova/db/sqlalchemy/utils.py:340
#: 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/utils.py:348
#: nova/openstack/common/db/sqlalchemy/utils.py:391
#, fuzzy
msgid "Unsupported id columns type"
msgstr "Unsupported Content-Type"
#: 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:305
#, python-format
msgid "Failed to instantiate the download handler for %(scheme)s"
msgstr ""
#: nova/image/glance.py:321
#, 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:56
msgid "instance is a required argument to use @refresh_cache"
msgstr "instance is a required argument to use @refresh_cache"
#: nova/network/api.py:74
#, python-format
msgid "Updating cache with info: %s"
msgstr ""
#: nova/network/api.py:84
#, fuzzy
msgid "Failed storing info cache"
msgstr "Failed to terminate instance"
#: nova/network/api.py:247 nova/network/neutronv2/api.py:737
#, 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/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:100 nova/network/floating_ips.py:385
#, python-format
msgid "Interface %s not found"
msgstr ""
#: nova/network/floating_ips.py:124
#, python-format
msgid "floating IP allocation for instance |%s|"
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:380
#, python-format
msgid "Failed to disassociated floating address: %s"
msgstr ""
#: nova/network/floating_ips.py:548
#, python-format
msgid "Starting migration network for instance %s"
msgstr ""
#: nova/network/floating_ips.py:555
#, 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:588
#, python-format
msgid "Finishing migration network for instance %s"
msgstr ""
#: nova/network/floating_ips.py:596
#, 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:639
#, 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:679
#, 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:688
#, 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:271
msgid "Skipping duplicate iptables rule addition"
msgstr ""
#: 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:430
msgid "Skipping apply due to lack of new rules"
msgstr ""
#: nova/network/linux_net.py:458
msgid "IPTablesManager.apply completed with success"
msgstr "IPTablesManager.apply completed with success"
#: nova/network/linux_net.py:713
#, python-format
msgid "arping error for ip %s"
msgstr "arping error for ip %s"
#: 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:1022
#, python-format
msgid "Pid %d is stale, skip killing dnsmasq"
msgstr "Pid %d is stale, skip killing dnsmasq"
#: nova/network/linux_net.py:1066
#, python-format
msgid "Hupping dnsmasq threw %s"
msgstr "Hupping dnsmasq threw %s"
#: nova/network/linux_net.py:1068
#, python-format
msgid "Pid %d is stale, relaunching dnsmasq"
msgstr "Pid %d is stale, relaunching dnsmasq"
#: nova/network/linux_net.py:1148
#, python-format
msgid "killing radvd threw %s"
msgstr "killing radvd threw %s"
#: nova/network/linux_net.py:1150
#, python-format
msgid "Pid %d is stale, relaunching radvd"
msgstr "Pid %d is stale, relaunching radvd"
#: nova/network/linux_net.py:1300
#, python-format
msgid "Unable to execute %(cmd)s. Exception: %(exception)s"
msgstr ""
#: nova/network/linux_net.py:1355
#, fuzzy, python-format
msgid "Net device removed: '%s'"
msgstr "Invalid mode: '%s'"
#: nova/network/linux_net.py:1358
#, python-format
msgid "Failed removing net device: '%s'"
msgstr ""
#: nova/network/linux_net.py:1475
#, python-format
msgid "Starting VLAN interface %s"
msgstr "Starting VLAN interface %s"
#: nova/network/linux_net.py:1518
#, fuzzy, python-format
msgid "Starting Bridge %s"
msgstr "Starting bridge %s "
#: nova/network/linux_net.py:1530
#, 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:1568
#, python-format
msgid "Failed to add interface: %s"
msgstr "Failed to add interface: %s"
#: nova/network/linux_net.py:1800
#, python-format
msgid "Starting bridge %s "
msgstr "Starting bridge %s "
#: nova/network/linux_net.py:1808
#, python-format
msgid "Done starting bridge %s"
msgstr "Done starting bridge %s"
#: nova/network/manager.py:366
#, python-format
msgid "Disassociated %s stale fixed ip(s)"
msgstr "Disassociated %s stale fixed ip(s)"
#: nova/network/manager.py:373
msgid "setting network host"
msgstr "setting network host"
#: nova/network/manager.py:493
msgid "network allocations"
msgstr "network allocations"
#: nova/network/manager.py:500
#, python-format
msgid "networks retrieved for instance: |%s|"
msgstr ""
#: nova/network/manager.py:558
msgid "network deallocation for instance"
msgstr "network deallocation for instance"
#: 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:950
#, 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:987
#, python-format
msgid "Leased IP |%s|"
msgstr ""
#: nova/network/manager.py:991
#, python-format
msgid "IP %s leased that is not associated"
msgstr "IP %s leased that is not associated"
#: nova/network/manager.py:997
#, python-format
msgid "IP |%s| leased that isn't allocated"
msgstr "IP |%s| leased that isn't allocated"
#: nova/network/manager.py:1002
#, python-format
msgid "Released IP |%s|"
msgstr ""
#: nova/network/manager.py:1006
#, python-format
msgid "IP %s released that is not associated"
msgstr "IP %s released that is not associated"
#: nova/network/manager.py:1010
#, python-format
msgid "IP %s released that was not leased"
msgstr "IP %s released that was not leased"
#: nova/network/manager.py:1028
#, python-format
msgid "%s must be an integer"
msgstr "%s must be an integer"
#: nova/network/manager.py:1052
msgid "Maximum allowed length for 'label' is 255."
msgstr "Maximum allowed length for 'label' is 255."
#: nova/network/manager.py:1072
#, 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:1155
msgid "cidr already in use"
msgstr "cidr already in use"
#: nova/network/manager.py:1158
#, 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:1169
#, 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:1251
#, 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:1851
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:1858
#, 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/manager.py:1916
#, python-format
msgid "Remove unused gateway %s"
msgstr ""
#: nova/network/minidns.py:48
#, python-format
msgid "minidns file is |%s|"
msgstr ""
#: 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:80
#, python-format
msgid "Invalid IP format %s"
msgstr ""
#: nova/network/neutronv2/api.py:176
#, python-format
msgid "Successfully created port: %s"
msgstr ""
#: nova/network/neutronv2/api.py:182
msgid "Neutron error: quota exceeded"
msgstr ""
#: nova/network/neutronv2/api.py:185
#, python-format
msgid "Neutron error creating port on network %s"
msgstr ""
#: nova/network/neutronv2/api.py:216
#, python-format
msgid "allocate_for_instance() for %s"
msgstr "allocate_for_instance() for %s"
#: nova/network/neutronv2/api.py:219
#, python-format
msgid "empty project id for instance %s"
msgstr "empty project id for instance %s"
#: nova/network/neutronv2/api.py:254
msgid "No network configured!"
msgstr ""
#: nova/network/neutronv2/api.py:274
#, python-format
msgid ""
"Multiple security groups found matching '%s'. Use an ID to be more "
"specific."
msgstr ""
#: nova/network/neutronv2/api.py:344
#, python-format
msgid "Failed to update port %s"
msgstr ""
#: nova/network/neutronv2/api.py:351
#, python-format
msgid "Failed to delete port %s"
msgstr ""
#: nova/network/neutronv2/api.py:398
#, python-format
msgid "deallocate_for_instance() for %s"
msgstr "deallocate_for_instance() for %s"
#: nova/network/neutronv2/api.py:414
#, python-format
msgid "Port %s does not exist"
msgstr ""
#: nova/network/neutronv2/api.py:417 nova/network/neutronv2/api.py:441
#, python-format
msgid "Failed to delete neutron port %s"
msgstr ""
#: nova/network/neutronv2/api.py:471
#, python-format
msgid "get_instance_nw_info() for %s"
msgstr "get_instance_nw_info() for %s"
#: nova/network/neutronv2/api.py:543
#, 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:572
#, 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:586
#, python-format
msgid "validate_networks() for %s"
msgstr "validate_networks() for %s"
#: nova/network/neutronv2/api.py:599
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:819
#, python-format
msgid "Unable to access floating IP %s"
msgstr ""
#: nova/network/neutronv2/api.py:907
#, 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:947
#, python-format
msgid "Unable to access floating IP %(fixed_ip)s for port %(port_id)s"
msgstr ""
#: nova/network/neutronv2/api.py:1006
#, python-format
msgid "Unable to update host of port %s"
msgstr ""
#: nova/network/neutronv2/api.py:1042
#, 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:60
#, python-format
msgid "Neutron Error creating security group %s"
msgstr ""
#: nova/network/security_group/neutron_driver.py:81
#, python-format
msgid "Neutron Error updating security group %s"
msgstr ""
#: nova/network/security_group/neutron_driver.py:137
#, python-format
msgid "Neutron security group %s not found"
msgstr ""
#: nova/network/security_group/neutron_driver.py:140
#: nova/network/security_group/neutron_driver.py:187
#: nova/network/security_group/neutron_driver.py:282
#, python-format
msgid "Neutron Error: %s"
msgstr ""
#: nova/network/security_group/neutron_driver.py:161
msgid "Neutron Error getting security groups"
msgstr ""
#: nova/network/security_group/neutron_driver.py:170
#, fuzzy
msgid "Security group id should be uuid"
msgstr "Security group id should be integer"
#: nova/network/security_group/neutron_driver.py:207
#, python-format
msgid "Neutron Error getting security group %s"
msgstr ""
#: nova/network/security_group/neutron_driver.py:211
#, python-format
msgid "Neutron Error adding rules to security group %s"
msgstr ""
#: nova/network/security_group/neutron_driver.py:215
#: nova/network/security_group/neutron_driver.py:411
#: nova/network/security_group/neutron_driver.py:418
#: nova/network/security_group/neutron_driver.py:444
#: nova/network/security_group/neutron_driver.py:462
#: nova/network/security_group/neutron_driver.py:469
#: nova/network/security_group/neutron_driver.py:498
msgid "Neutron Error:"
msgstr ""
#: nova/network/security_group/neutron_driver.py:269
#, python-format
msgid "Neutron Error unable to delete %s"
msgstr ""
#: nova/network/security_group/neutron_driver.py:279
#, python-format
msgid "Neutron security group rule %s not found"
msgstr ""
#: nova/network/security_group/neutron_driver.py:405
#: nova/network/security_group/neutron_driver.py:456
#, python-format
msgid "Security group %(name)s is not found for project %(project)s"
msgstr ""
#: nova/network/security_group/neutron_driver.py:421
#: nova/network/security_group/neutron_driver.py:472
#, python-format
msgid "instance_id %s could not be found as device id on any ports"
msgstr ""
#: nova/network/security_group/neutron_driver.py:427
#, 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:437
#: nova/network/security_group/neutron_driver.py:490
#, 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:500
#, 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:73
#, fuzzy, python-format
msgid "Error setting %(attr)s"
msgstr "error setting admin password"
#: nova/objects/base.py:199
#, python-format
msgid "Unable to instantiate unregistered object type %(objtype)s"
msgstr ""
#: nova/objects/base.py:319
#, python-format
msgid "Cannot load '%s' in the base class"
msgstr ""
#: nova/objects/base.py:365
#, 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/block_device.py:165 nova/objects/instance.py:516
#, python-format
msgid "Lazy-loading `%(attr)s' on %(name)s uuid %(uuid)s"
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:251
msgid "A datetime.datetime is required here"
msgstr ""
#: nova/objects/fields.py:286 nova/objects/fields.py:295
#: nova/objects/fields.py:304
#, python-format
msgid "Network \"%s\" is not valid"
msgstr ""
#: nova/objects/fields.py:343
msgid "A list is required here"
msgstr ""
#: nova/objects/fields.py:359
msgid "A dict is required here"
msgstr ""
#: nova/objects/fields.py:398
#, python-format
msgid "An object of type %s is required here"
msgstr ""
#: nova/objects/fields.py:425
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/objects/service.py:76
#, python-format
msgid "Lazy-loading `%(attr)s' on %(name)s id %(id)s"
msgstr ""
#: nova/objects/utils.py:61 nova/objects/utils.py:75
msgid "None is not valid here"
msgstr ""
#: nova/objects/utils.py:112
msgid "A list of strings is required here"
msgstr ""
#: nova/objects/utils.py:114
msgid "Invalid values found in list (strings are required)"
msgstr ""
#: nova/objects/utils.py:126
msgid "A dict of strings is required here"
msgstr ""
#: nova/objects/utils.py:128
msgid "Invalid keys found in dict (strings are required)"
msgstr ""
#: nova/objects/utils.py:131
msgid "Invalid values found in dict (strings are required)"
msgstr ""
#: nova/openstack/common/eventlet_backdoor.py:142
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
msgstr ""
#: nova/openstack/common/excutils.py:62
#, fuzzy, python-format
msgid "Original exception being dropped: %s"
msgstr "foreign key could not be dropped"
#: nova/openstack/common/excutils.py:91
#, python-format
msgid "Unexpected exception occurred %d time(s)... retrying."
msgstr ""
#: nova/openstack/common/gettextutils.py:297
msgid "Message objects do not support addition."
msgstr ""
#: nova/openstack/common/gettextutils.py:306
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:96
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:313
#, fuzzy, python-format
msgid "Deprecated: %s"
msgstr "Deprecated Config: %s"
#: nova/openstack/common/log.py:414
#, 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:465
#, python-format
msgid "syslog facility must be one of: %s"
msgstr "syslog facility must be one of: %s"
#: nova/openstack/common/log.py:652
#, fuzzy, python-format
msgid "Fatal call to deprecated config: %(msg)s"
msgstr "Fatal call to deprecated config %(msg)s"
#: nova/openstack/common/loopingcall.py:84
#, python-format
msgid "task run outlasted interval by %s sec"
msgstr ""
#: nova/openstack/common/loopingcall.py:91
#, fuzzy
msgid "in fixed duration looping call"
msgstr "in looping call"
#: nova/openstack/common/loopingcall.py:131
#, python-format
msgid "Dynamic looping call sleeping for %.02f seconds"
msgstr ""
#: nova/openstack/common/loopingcall.py:138
#, fuzzy
msgid "in dynamic looping call"
msgstr "in looping call"
#: 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:154
#, python-format
msgid "Running cmd (subprocess): %s"
msgstr "Running cmd (subprocess): %s"
#: nova/openstack/common/processutils.py:187
#: nova/openstack/common/processutils.py:259
#, python-format
msgid "Result was %s"
msgstr "Result was %s"
#: nova/openstack/common/processutils.py:199
#, python-format
msgid "%r failed. Retrying."
msgstr "%r failed. Retrying."
#: nova/openstack/common/processutils.py:238
#, python-format
msgid "Running cmd (SSH): %s"
msgstr "Running cmd (SSH): %s"
#: nova/openstack/common/processutils.py:240
msgid "Environment not supported over SSH"
msgstr "Environment not supported over SSH"
#: nova/openstack/common/processutils.py:244
msgid "process_input not supported over SSH"
msgstr "process_input not supported over SSH"
#: nova/openstack/common/service.py:166 nova/openstack/common/service.py:378
#, fuzzy
msgid "Full set of CONF:"
msgstr "Full set of FLAGS:"
#: nova/openstack/common/service.py:175 nova/openstack/common/service.py:263
#, python-format
msgid "Caught %s, exiting"
msgstr "Caught %s, exiting"
#: nova/openstack/common/service.py:187
msgid "Exception during rpc cleanup."
msgstr ""
#: nova/openstack/common/service.py:232
msgid "Parent process has died unexpectedly, exiting"
msgstr "Parent process has died unexpectedly, exiting"
#: nova/openstack/common/service.py:269
msgid "Unhandled exception"
msgstr "Unhandled exception"
#: nova/openstack/common/service.py:302
msgid "Forking too fast, sleeping"
msgstr "Forking too fast, sleeping"
#: nova/openstack/common/service.py:321
#, python-format
msgid "Started child %d"
msgstr "Started child %d"
#: nova/openstack/common/service.py:331
#, python-format
msgid "Starting %d workers"
msgstr "Starting %d workers"
#: nova/openstack/common/service.py:348
#, python-format
msgid "Child %(pid)d killed by signal %(sig)d"
msgstr "Child %(pid)d killed by signal %(sig)d"
#: nova/openstack/common/service.py:352
#, fuzzy, python-format
msgid "Child %(pid)s exited with status %(code)d"
msgstr "Child %(pid)d exited with status %(code)d"
#: nova/openstack/common/service.py:356
#, python-format
msgid "pid %d not in child list"
msgstr "pid %d not in child list"
#: nova/openstack/common/service.py:386
#, python-format
msgid "Caught %s, stopping children"
msgstr "Caught %s, stopping children"
#: nova/openstack/common/service.py:404
#, python-format
msgid "Waiting on %d children to exit"
msgstr "Waiting on %d children to exit"
#: nova/openstack/common/sslutils.py:98
#, python-format
msgid "Invalid SSL version : %s"
msgstr ""
#: nova/openstack/common/strutils.py:86
#, python-format
msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s"
msgstr ""
#: nova/openstack/common/strutils.py:182
#, python-format
msgid "Invalid string format: %s"
msgstr ""
#: nova/openstack/common/strutils.py:189
#, fuzzy, python-format
msgid "Unknown byte multiplier: %s"
msgstr "Unknown base file: %s"
#: nova/openstack/common/db/sqlalchemy/migration.py:216
#, 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:240
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:121
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:164
#, 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:183
#, python-format
msgid "There is no `project_id` column in `%s` table."
msgstr ""
#: nova/openstack/common/db/sqlalchemy/utils.py:241
msgid "model should be a subclass of ModelBase"
msgstr ""
#: 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:60
msgid "Exception during scheduler.run_instance"
msgstr "Exception during scheduler.run_instance"
#: nova/scheduler/driver.py:62 nova/scheduler/utils.py:81
#, python-format
msgid "Setting instance to %s state."
msgstr ""
#: nova/scheduler/driver.py:124
msgid "Driver must implement schedule_run_instance"
msgstr "Driver must implement schedule_run_instance"
#: nova/scheduler/driver.py:133
msgid "Driver must implement select_destinations"
msgstr ""
#: nova/scheduler/filter_scheduler.py:79
#, 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:83
#, fuzzy, python-format
msgid "Request Spec: %s"
msgstr "Request: %s"
#: nova/scheduler/filter_scheduler.py:103
#, 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:165
msgid "Instance disappeared during scheduling"
msgstr ""
#: nova/scheduler/filter_scheduler.py:204
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:221
#, python-format
msgid "Error from last host: %(last_host)s (node %(last_node)s): %(exc)s"
msgstr ""
#: nova/scheduler/filter_scheduler.py:255
#, 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/filter_scheduler.py:332
#, python-format
msgid "Filtered %(hosts)s"
msgstr "Filtered %(hosts)s"
#: nova/scheduler/filter_scheduler.py:337
#, fuzzy, python-format
msgid "Weighed %(hosts)s"
msgstr "Filtered %(hosts)s"
#: nova/scheduler/host_manager.py:177
#, python-format
msgid "Metric name unknown of %r"
msgstr ""
#: nova/scheduler/host_manager.py:192
#, python-format
msgid ""
"Host has more disk space than database expected (%(physical)sgb > "
"%(database)sgb)"
msgstr ""
#: nova/scheduler/host_manager.py:374
#, fuzzy, python-format
msgid "Host filter ignoring hosts: %s"
msgstr "Host filter fails for ignored host %(host)s"
#: nova/scheduler/host_manager.py:386
#, 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:389
#, python-format
msgid "No hosts matched due to not matching 'force_hosts' value of '%s'"
msgstr ""
#: nova/scheduler/host_manager.py:402
#, 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:405
#, python-format
msgid "No nodes matched due to not matching 'force_nodes' value of '%s'"
msgstr ""
#: nova/scheduler/host_manager.py:453
#: 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:475
#, 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:165
#, python-format
msgid "Ignoring the invalid elements of the option %(name)s: %(options)s"
msgstr ""
#: nova/scheduler/filters/affinity_filter.py:114
#, python-format
msgid "Group anti affinity: check if %(host)s not in %(configured)s"
msgstr ""
#: nova/scheduler/filters/affinity_filter.py:135
#, python-format
msgid "Group affinity: check if %(host)s in %(configured)s"
msgstr ""
#: nova/scheduler/filters/aggregate_image_properties_isolation.py:61
#, python-format
msgid ""
"%(host_state)s fails image aggregate properties requirements. Property "
"%(prop)s does not match %(options)s."
msgstr ""
#: nova/scheduler/filters/aggregate_instance_extra_specs.py:59
#, fuzzy, python-format
msgid ""
"%(host_state)s fails instance_type extra_specs requirements. Extra_spec "
"%(key)s is not in aggregate."
msgstr "%(host_state)s fails instance_type extra_specs requirements"
#: nova/scheduler/filters/aggregate_instance_extra_specs.py:67
#, fuzzy, python-format
msgid ""
"%(host_state)s fails instance_type extra_specs requirements. "
"'%(aggregate_vals)s' do not match '%(req)s'"
msgstr "%(host_state)s fails instance_type extra_specs requirements"
#: nova/scheduler/filters/aggregate_multitenancy_isolation.py:48
#, python-format
msgid "%s fails tenant id on aggregate"
msgstr ""
#: nova/scheduler/filters/compute_capabilities_filter.py:62
#, python-format
msgid "extra_spec requirement '%(req)s' does not match '%(cap)s'"
msgstr ""
#: nova/scheduler/filters/compute_capabilities_filter.py:72
#, python-format
msgid "%(host_state)s fails instance_type extra_specs requirements"
msgstr "%(host_state)s fails instance_type extra_specs requirements"
#: nova/scheduler/filters/compute_filter.py:41
#, python-format
msgid "%(host_state)s is disabled, reason: %(reason)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:95
#, 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/disk_filter.py:49
#, python-format
msgid ""
"%(host_state)s does not have %(requested_disk)s MB usable disk, it only "
"has %(usable_disk_mb)s MB usable disk."
msgstr ""
"%(host_state)s does not have %(requested_disk)s MB usable disk, it only "
"has %(usable_disk_mb)s MB usable disk."
#: nova/scheduler/filters/image_props_filter.py:58
#, python-format
msgid ""
"Instance contains properties %(image_props)s, but no corresponding "
"supported_instances are advertised by the compute node"
msgstr ""
#: nova/scheduler/filters/image_props_filter.py:82
#, python-format
msgid ""
"Instance properties %(image_props)s are satisfied by compute host "
"hypervisor version %(hypervisor_version)s and supported instances "
"%(supp_instances)s"
msgstr ""
#: nova/scheduler/filters/image_props_filter.py:91
#, python-format
msgid ""
"Instance contains properties %(image_props)s that are not provided by the"
" compute node supported_instances %(supp_instances)s or hypervisor "
"version %(hypervisor_version)s do not match"
msgstr ""
#: nova/scheduler/filters/image_props_filter.py:111
#, python-format
msgid "%(host_state)s does not support requested instance_properties"
msgstr "%(host_state)s does not support requested instance_properties"
#: nova/scheduler/filters/io_ops_filter.py:43
#, python-format
msgid ""
"%(host_state)s fails I/O ops check: Max IOs per host is set to "
"%(max_io_ops)s"
msgstr ""
"%(host_state)s fails I/O ops check: Max IOs per host is set to "
"%(max_io_ops)s"
#: nova/scheduler/filters/metrics_filter.py:50
#, python-format
msgid "%(host_state)s does not have the following metrics: %(metrics)s"
msgstr ""
#: nova/scheduler/filters/num_instances_filter.py:40
#, python-format
msgid ""
"%(host_state)s fails num_instances check: Max instances per host is set "
"to %(max_instances)s"
msgstr ""
"%(host_state)s fails num_instances check: Max instances per host is set "
"to %(max_instances)s"
#: nova/scheduler/filters/ram_filter.py:56
#, python-format
msgid ""
"%(host_state)s does not have %(requested_ram)s MB usable ram, it only has"
" %(usable_ram)s MB usable ram."
msgstr ""
"%(host_state)s does not have %(requested_ram)s MB usable ram, it only has"
" %(usable_ram)s MB usable ram."
#: nova/scheduler/filters/ram_filter.py:102
#, python-format
msgid "Could not decode ram_allocation_ratio: '%s'"
msgstr ""
#: nova/scheduler/filters/retry_filter.py:42
#, python-format
msgid "Host %(host)s %(pass_msg)s. Previously tried hosts: %(hosts)s"
msgstr ""
#: nova/servicegroup/api.py:64
#, python-format
msgid "ServiceGroup driver defined as an instance of %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:114
#, python-format
msgid "Check if the given member [%s] is part of the ServiceGroup, is up"
msgstr ""
#: nova/servicegroup/api.py:123
#, python-format
msgid ""
"Explicitly remove the given member %(member_id)s from the%(group_id)s "
"group monitoring"
msgstr ""
#: nova/servicegroup/api.py:130
#, python-format
msgid "Returns ALL members of the [%s] ServiceGroup"
msgstr ""
#: nova/servicegroup/api.py:138
#, python-format
msgid "Returns one member of the [%s] group"
msgstr ""
#: nova/servicegroup/drivers/db.py:42
#, 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:47
msgid "service is a mandatory argument for DB based ServiceGroup driver"
msgstr ""
#: nova/servicegroup/drivers/db.py:77
#, python-format
msgid "DB_Driver: get_all members of the %s group"
msgstr ""
#: nova/servicegroup/drivers/db.py:100 nova/servicegroup/drivers/mc.py:100
msgid "Recovered model server connection!"
msgstr "Recovered model server connection!"
#: nova/servicegroup/drivers/db.py:106 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/mc.py:75
#, python-format
msgid "Memcached_Driver: get_all members of the %s group"
msgstr ""
#: nova/servicegroup/drivers/zk.py:80
#, python-format
msgid ""
"ZooKeeperDriver: join new member %(id)s to the %(gr)s group, "
"service=%(sr)s"
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:101
#, python-format
msgid "ZooKeeperDriver.leave: %(member)s from group %(group)s"
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:70
#, python-format
msgid "Trying (%(tries)s) to remove device %(device)s"
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/storage/linuxscsi.py:124
#, python-format
msgid "Found multipath device = %s"
msgstr ""
#: nova/tests/fake_ldap.py:33
msgid "Attempted to instantiate singleton"
msgstr "Attempted to instantiate singleton"
#: nova/tests/fake_processutils.py:71
#, python-format
msgid "Faking execution of cmd (subprocess): %s"
msgstr "Faking execution of cmd (subprocess): %s"
#: nova/tests/fake_processutils.py:79
#, python-format
msgid "Faked command matched %s"
msgstr "Faked command matched %s"
#: nova/tests/fake_processutils.py:95
#, python-format
msgid "Faked command raised an exception %s"
msgstr "Faked command raised an exception %s"
#: nova/tests/fake_processutils.py:98
#, python-format
msgid "Reply to faked command is stdout='%(stdout)s' stderr='%(stderr)s'"
msgstr "Reply to faked command is stdout='%(stdout)s' stderr='%(stderr)s'"
#: 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:234
msgid "Instance and volume not in same availability_zone"
msgstr ""
#: nova/tests/fake_volume.py:200 nova/volume/cinder.py:240
msgid "already detached"
msgstr "already detached"
#: nova/tests/api/test_auth.py:88
msgid "unexpected role header"
msgstr "unexpected role header"
#: nova/tests/api/openstack/compute/test_servers.py:3192
#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:2425
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:3197
#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:2430
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:3202
#: nova/tests/api/openstack/compute/plugins/v3/test_servers.py:2435
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:1616
#: nova/tests/compute/test_compute.py:1643
#: nova/tests/compute/test_compute.py:1721
#: nova/tests/compute/test_compute.py:1748
#: nova/tests/compute/test_compute.py:1795
#: nova/tests/compute/test_compute.py:5420
#, python-format
msgid "Running instances: %s"
msgstr "Running instances: %s"
#: nova/tests/compute/test_compute.py:1623
#: nova/tests/compute/test_compute.py:1691
#: nova/tests/compute/test_compute.py:1737
#: nova/tests/compute/test_compute.py:1763
#, python-format
msgid "After terminating instances: %s"
msgstr "After terminating instances: %s"
#: nova/tests/compute/test_compute.py:2664
msgid "Internal error"
msgstr "Internal error"
#: nova/tests/compute/test_compute.py:5431
#, python-format
msgid "After force-killing instances: %s"
msgstr "After force-killing instances: %s"
#: nova/tests/compute/test_compute.py:6056
msgid "wrong host/node"
msgstr ""
#: nova/tests/compute/test_compute.py:10589
#, 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:854
#, 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/test_login.py:33
#, python-format
msgid "flavor: %s"
msgstr "flavor: %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:129
#, python-format
msgid "%(auth_uri)s => code %(http_status)s"
msgstr "%(auth_uri)s => code %(http_status)s"
#: nova/tests/integrated/api/client.py:160
#, python-format
msgid "%(relative_uri)s => code %(http_status)s"
msgstr "%(relative_uri)s => code %(http_status)s"
#: nova/tests/integrated/api/client.py:171
msgid "Unexpected status code"
msgstr "Unexpected status code"
#: nova/tests/integrated/api/client.py:178
#, python-format
msgid "Decoding JSON: %s"
msgstr "Decoding JSON: %s"
#: 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:938
msgid "Expected a list for 'auth' parameter"
msgstr "Expected a list for 'auth' parameter"
#: nova/tests/virt/libvirt/fakelibvirt.py:942
msgid "Expected a function in 'auth[0]' parameter"
msgstr "Expected a function in 'auth[0]' parameter"
#: nova/tests/virt/libvirt/fakelibvirt.py:946
msgid "Expected a function in 'auth[1]' parameter"
msgstr "Expected a function in 'auth[1]' parameter"
#: nova/tests/virt/libvirt/fakelibvirt.py:959
msgid ""
"virEventRegisterDefaultImpl() must be called before "
"connection is used."
msgstr ""
#: nova/tests/virt/vmwareapi/test_vm_util.py:172
#: nova/virt/vmwareapi/vm_util.py:1116
#, python-format
msgid "Datastore regex %s did not match any datastores"
msgstr ""
#: nova/tests/virt/xenapi/test_vm_utils.py:510
#: nova/virt/xenapi/vm_utils.py:2356
#, python-format
msgid ""
"Sparse copy in progress, %(complete_pct).2f%% complete. %(left)s bytes "
"left to copy"
msgstr ""
#: nova/tests/virt/xenapi/test_xenapi.py:951
#, python-format
msgid "Creating files in %s to simulate guest agent"
msgstr "Creating files in %s to simulate guest agent"
#: nova/tests/virt/xenapi/test_xenapi.py:962
#, python-format
msgid "Removing simulated guest agent files in %s"
msgstr "Removing simulated guest agent files in %s"
#: nova/tests/virt/xenapi/image/test_bittorrent.py:133
#: 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:167
#: 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:357
#, 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:1199
#, python-format
msgid "Discarding event %s"
msgstr ""
#: nova/virt/driver.py:1204
msgid "Event must be an instance of nova.virt.event.Event"
msgstr ""
#: nova/virt/driver.py:1207
#, python-format
msgid "Emitting event %s"
msgstr ""
#: nova/virt/driver.py:1210
#, python-format
msgid "Exception dispatching event %(event)s: %(ex)s"
msgstr ""
#: nova/virt/driver.py:1292
msgid "Compute driver option required, but not specified"
msgstr "Compute driver option required, but not specified"
#: nova/virt/driver.py:1295
#, python-format
msgid "Loading compute driver '%s'"
msgstr "Loading compute driver '%s'"
#: nova/virt/driver.py:1302
#, fuzzy
msgid "Unable to load the virtualization driver"
msgstr "Unable to load the virtualization driver: %s"
#: nova/virt/fake.py:212
#, 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:285
#, python-format
msgid "Error deploying instance %(instance)s on baremetal node %(node)s."
msgstr ""
#: nova/virt/baremetal/driver.py:360
#, python-format
msgid "Baremetal power manager failed to restart node for instance %r"
msgstr ""
#: nova/virt/baremetal/driver.py:371
#, fuzzy, python-format
msgid "Destroy called on non-existing instance %s"
msgstr "get_info called for instance"
#: nova/virt/baremetal/driver.py:389
#, python-format
msgid "Error from baremetal driver during destroy: %s"
msgstr ""
#: nova/virt/baremetal/driver.py:394
#, python-format
msgid "Error while recording destroy failure in baremetal database: %s"
msgstr ""
#: nova/virt/baremetal/driver.py:409
#, python-format
msgid "Baremetal power manager failed to stop node for instance %r"
msgstr ""
#: nova/virt/baremetal/driver.py:422
#, 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:43
#, 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:54
#, 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:63
#, 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:79
#, 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:1131
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:361
#, 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:383
#, 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:405 nova/virt/disk/mount/loop.py:57
#, fuzzy, python-format
msgid "Release loop device %s"
msgstr "Release address %s"
#: nova/virt/disk/api.py:409 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:413
#, python-format
msgid "Failed to teardown container filesystem: %s"
msgstr ""
#: nova/virt/disk/api.py:426
#, fuzzy, python-format
msgid "Failed to umount container filesystem: %s"
msgstr "Failed to unmount container filesystem: %s"
#: nova/virt/disk/api.py:451
#, 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:470
#, python-format
msgid "Inject file fs=%(fs)s path=%(path)s append=%(append)s"
msgstr ""
#: nova/virt/disk/api.py:479
#, python-format
msgid "Inject metadata fs=%(fs)s metadata=%(metadata)s"
msgstr ""
#: nova/virt/disk/api.py:519
#, python-format
msgid "Inject key fs=%(fs)s key=%(key)s"
msgstr ""
#: nova/virt/disk/api.py:547
#, python-format
msgid "Inject key fs=%(fs)s net=%(net)s"
msgstr ""
#: nova/virt/disk/api.py:572
#, python-format
msgid "Inject admin password fs=%(fs)s admin_passwd=<SANITIZED>"
msgstr ""
#: nova/virt/disk/api.py:611
msgid "Not implemented on Windows"
msgstr "Not implemented on Windows"
#: nova/virt/disk/api.py:640
#, 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:656
#, 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:5223
#: nova/virt/xenapi/host.py:240
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:640
#, python-format
msgid "Invalid config_drive_format \"%s\""
msgstr ""
#: nova/virt/hyperv/vmops.py:283 nova/virt/vmwareapi/vmops.py:644
msgid "Using config drive for instance"
msgstr ""
#: nova/virt/hyperv/vmops.py:296 nova/virt/libvirt/driver.py:2678
#, 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:2685
#: nova/virt/vmwareapi/vmops.py:669
#, 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:42
#, 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/imagehandler/__init__.py:94
#, python-format
msgid "Duplicated handler extension name in 'image_handlers' option: %s, skip."
msgstr ""
#: nova/virt/imagehandler/__init__.py:98
#, python-format
msgid "Invalid handler extension name in 'image_handlers' option: %s, skip."
msgstr ""
#: nova/virt/imagehandler/__init__.py:112
#, python-format
msgid "Failed to import image handler extension %(name)s: %(err)s"
msgstr ""
#: nova/virt/imagehandler/__init__.py:174
#, python-format
msgid "Can not handle image: %(image_id)s %(target_path)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:403
#, python-format
msgid "Invalid cachemode %(cache_mode)s specified for disk type %(disk_type)s."
msgstr ""
#: nova/virt/libvirt/driver.py:576
#, python-format
msgid "Connection to libvirt lost: %s"
msgstr ""
#: nova/virt/libvirt/driver.py:620
msgid "Starting native event thread"
msgstr ""
#: nova/virt/libvirt/driver.py:625
msgid "Starting green dispatch thread"
msgstr ""
#: nova/virt/libvirt/driver.py:640
#, 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:656
#, 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:664
#, python-format
msgid "Connecting to libvirt: %s"
msgstr "Connecting to libvirt: %s"
#: nova/virt/libvirt/driver.py:680
#, python-format
msgid "Registering for lifecycle events %s"
msgstr ""
#: nova/virt/libvirt/driver.py:687
#, python-format
msgid "URI %(uri)s does not support events: %(error)s"
msgstr ""
#: nova/virt/libvirt/driver.py:691
#, python-format
msgid "Registering for connection events: %s"
msgstr ""
#: nova/virt/libvirt/driver.py:701
#, python-format
msgid ""
"The version of python-libvirt does not support registerCloseCallback or "
"is too old: %s"
msgstr ""
#: nova/virt/libvirt/driver.py:704
#, python-format
msgid "URI %(uri)s does not support connection events: %(error)s"
msgstr ""
#: nova/virt/libvirt/driver.py:735
msgid "Connection to libvirt broke"
msgstr "Connection to libvirt broke"
#: nova/virt/libvirt/driver.py:757 nova/virt/libvirt/driver.py:760
#, 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:783
#, fuzzy, python-format
msgid "Connection to libvirt failed: %s"
msgstr "Connecting to libvirt: %s"
#: nova/virt/libvirt/driver.py:896
msgid "Cannot destroy instance, operation time out"
msgstr ""
#: nova/virt/libvirt/driver.py:898
msgid "operation time out"
msgstr ""
#: nova/virt/libvirt/driver.py:903
#, 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:919
msgid "During wait destroy, instance disappeared."
msgstr "During wait destroy, instance disappeared."
#: nova/virt/libvirt/driver.py:924
msgid "Instance destroyed successfully."
msgstr "Instance destroyed successfully."
#: nova/virt/libvirt/driver.py:934
msgid "Instance may be started again."
msgstr ""
#: nova/virt/libvirt/driver.py:944
#, fuzzy
msgid "Going to destroy instance again."
msgstr "Going to stop instances"
#: nova/virt/libvirt/driver.py:964
msgid "Error from libvirt during undefineFlags. Retrying with undefine"
msgstr "Error from libvirt during undefineFlags. Retrying with undefine"
#: nova/virt/libvirt/driver.py:980
#, 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:1000
msgid "Instance may be still running, destroy it again."
msgstr ""
#: nova/virt/libvirt/driver.py:1006
#, 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:1055
#, python-format
msgid "Ignoring Volume Error on vol %(vol_id)s during delete %(exc)s"
msgstr ""
#: nova/virt/libvirt/driver.py:1105
#, python-format
msgid "Volume %(disk)s possibly unsafe to remove, please clean up manually"
msgstr ""
#: nova/virt/libvirt/driver.py:1137
#, fuzzy
msgid "Could not determine fibre channel world wide node names"
msgstr "Could not determine iscsi initiator name"
#: nova/virt/libvirt/driver.py:1144
#, fuzzy
msgid "Could not determine fibre channel world wide port names"
msgstr "Could not determine iscsi initiator name"
#: nova/virt/libvirt/driver.py:1208
#, 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:1215
#, python-format
msgid "Volume sets block size, but libvirt '%s' or later is required."
msgstr ""
#: nova/virt/libvirt/driver.py:1313
msgid "Swap only supports host devices"
msgstr ""
#: nova/virt/libvirt/driver.py:1381
msgid "During detach_volume, instance disappeared."
msgstr "During detach_volume, instance disappeared."
#: nova/virt/libvirt/driver.py:1405
#, fuzzy
msgid "attaching network adapter failed."
msgstr "No networks defined."
#: nova/virt/libvirt/driver.py:1426
#, fuzzy
msgid "During detach_interface, instance disappeared."
msgstr "During detach_volume, instance disappeared."
#: nova/virt/libvirt/driver.py:1430
#, fuzzy
msgid "detaching network adapter failed."
msgstr "No networks defined."
#: nova/virt/libvirt/driver.py:1538
msgid "Beginning live snapshot process"
msgstr ""
#: nova/virt/libvirt/driver.py:1541
msgid "Beginning cold snapshot process"
msgstr ""
#: nova/virt/libvirt/driver.py:1570
msgid "Snapshot extracted, beginning image upload"
msgstr ""
#: nova/virt/libvirt/driver.py:1582
msgid "Snapshot image upload complete"
msgstr ""
#: nova/virt/libvirt/driver.py:1599
msgid "libvirt error while requesting blockjob info."
msgstr ""
#: nova/virt/libvirt/driver.py:1683
msgid "Failed to send updated snapshot status to volume service."
msgstr ""
#: nova/virt/libvirt/driver.py:1733
msgid "Found no disk to snapshot."
msgstr ""
#: nova/virt/libvirt/driver.py:1756
#, python-format
msgid "snap xml: %s"
msgstr ""
#: nova/virt/libvirt/driver.py:1770
msgid ""
"Unable to create quiesced VM snapshot, attempting again with quiescing "
"disabled."
msgstr ""
#: nova/virt/libvirt/driver.py:1777
msgid "Unable to create VM snapshot, failing volume_snapshot operation."
msgstr ""
#: nova/virt/libvirt/driver.py:1797
#, python-format
msgid "volume_snapshot_create: create_info: %(c_info)s"
msgstr ""
#: nova/virt/libvirt/driver.py:1806
#, python-format
msgid "Unknown type: %s"
msgstr ""
#: nova/virt/libvirt/driver.py:1811
msgid "snapshot_id required in create_info"
msgstr ""
#: nova/virt/libvirt/driver.py:1820
msgid ""
"Error occurred during volume_snapshot_create, sending error status to "
"Cinder."
msgstr ""
#: nova/virt/libvirt/driver.py:1858
#, python-format
msgid "Libvirt '%s' or later is required for online deletion of volume snapshots."
msgstr ""
#: nova/virt/libvirt/driver.py:1862
#, python-format
msgid "volume_snapshot_delete: delete_info: %s"
msgstr ""
#: nova/virt/libvirt/driver.py:1865
#, python-format
msgid "Unknown delete_info type %s"
msgstr ""
#: nova/virt/libvirt/driver.py:1895
#, python-format
msgid "Unable to locate disk matching id: %s"
msgstr ""
#: nova/virt/libvirt/driver.py:1898
#, python-format
msgid "found dev, it's %(dev)s, with active disk: %(disk)s"
msgstr ""
#: nova/virt/libvirt/driver.py:1911
#, python-format
msgid "disk: %(disk)s, base: %(base)s, bw: %(bw)s, flags: %(flags)s"
msgstr ""
#: nova/virt/libvirt/driver.py:1922
msgid "blockRebase started successfully"
msgstr ""
#: nova/virt/libvirt/driver.py:1926
msgid "waiting for blockRebase job completion"
msgstr ""
#: nova/virt/libvirt/driver.py:1942
msgid "blockCommit started successfully"
msgstr ""
#: nova/virt/libvirt/driver.py:1946
msgid "waiting for blockCommit job completion"
msgstr ""
#: nova/virt/libvirt/driver.py:1956
msgid ""
"Error occurred during volume_snapshot_delete, sending error status to "
"Cinder."
msgstr ""
#: nova/virt/libvirt/driver.py:1972
#, python-format
msgid "Instance soft reboot failed: %s"
msgstr ""
#: nova/virt/libvirt/driver.py:1976
msgid "Instance soft rebooted successfully."
msgstr "Instance soft rebooted successfully."
#: nova/virt/libvirt/driver.py:1980
msgid "Failed to soft reboot instance. Trying hard reboot."
msgstr ""
#: nova/virt/libvirt/driver.py:2021
msgid "Instance shutdown successfully."
msgstr "Instance shutdown successfully."
#: nova/virt/libvirt/driver.py:2029
msgid "Instance may have been rebooted during soft reboot, so return now."
msgstr ""
#: nova/virt/libvirt/driver.py:2099
msgid "Instance rebooted successfully."
msgstr "Instance rebooted successfully."
#: nova/virt/libvirt/driver.py:2252
msgid "Instance is running"
msgstr "Instance is running"
#: nova/virt/libvirt/driver.py:2259
msgid "Instance spawned successfully."
msgstr "Instance spawned successfully."
#: nova/virt/libvirt/driver.py:2275
#, python-format
msgid "data: %(data)r, fpath: %(fpath)r"
msgstr "data: %(data)r, fpath: %(fpath)r"
#: nova/virt/libvirt/driver.py:2313 nova/virt/libvirt/driver.py:2339
#, python-format
msgid "Truncated console log returned, %d bytes ignored"
msgstr ""
#: nova/virt/libvirt/driver.py:2328 nova/virt/xenapi/vmops.py:1555
msgid "Guest does not have a console available"
msgstr "Guest does not have a console available"
#: nova/virt/libvirt/driver.py:2390
msgid "This python runtime does not support direct I/O"
msgstr ""
#: nova/virt/libvirt/driver.py:2404
#, python-format
msgid "Path '%(path)s' supports direct I/O"
msgstr "Path '%(path)s' supports direct I/O"
#: nova/virt/libvirt/driver.py:2408
#, 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:2413 nova/virt/libvirt/driver.py:2418
#, 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:2534
#, 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:2560
msgid "Creating image"
msgstr "Creating image"
#: nova/virt/libvirt/driver.py:2669
msgid "Using config drive"
msgstr "Using config drive"
#: nova/virt/libvirt/driver.py:2692
msgid "File injection into a boot from volume instance is not supported"
msgstr ""
#: nova/virt/libvirt/driver.py:2738
#, python-format
msgid "Detaching PCI devices with libvirt < %(ver)s is not permitted"
msgstr ""
#: nova/virt/libvirt/driver.py:2767
msgid "Instance disappeared while detaching a PCI device from it."
msgstr ""
#: nova/virt/libvirt/driver.py:2778
#, python-format
msgid "Attaching PCI devices %(dev)s to %(dom)s failed."
msgstr ""
#: nova/virt/libvirt/driver.py:2815
#, python-format
msgid "Updating compute service status to %s"
msgstr ""
#: nova/virt/libvirt/driver.py:2818
#, python-format
msgid "Not overriding manual compute service status with: %s"
msgstr ""
#: nova/virt/libvirt/driver.py:2822
#, python-format
msgid "Cannot update service status on host: %s,since it is not registered."
msgstr ""
#: nova/virt/libvirt/driver.py:2825
#, python-format
msgid "Cannot update service status on host: %s,due to an unexpected exception."
msgstr ""
#: nova/virt/libvirt/driver.py:2897
#, 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:2903
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:2907
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:2911
#, 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:2927
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:3203
msgid "Configuring timezone for windows instance to localtime"
msgstr ""
#: nova/virt/libvirt/driver.py:3353
msgid "Qemu guest agent is enabled through image metadata"
msgstr ""
#: nova/virt/libvirt/driver.py:3419
#, 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:3437
#, python-format
msgid "End to_xml xml=%(xml)s"
msgstr ""
#: nova/virt/libvirt/driver.py:3455
#, 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:3476
#, 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:3534
#, python-format
msgid "An error occurred while trying to define a domain with xml: %s"
msgstr ""
#: nova/virt/libvirt/driver.py:3543
#, python-format
msgid "An error occurred while trying to launch a defined domain with xml: %s"
msgstr ""
#: nova/virt/libvirt/driver.py:3552
#, python-format
msgid "An error occurred while enabling hairpin mode on domain with xml: %s"
msgstr ""
#: nova/virt/libvirt/driver.py:3570
#, python-format
msgid "Neutron Reported failure on event %(event)s for instance %(uuid)s"
msgstr ""
#: nova/virt/libvirt/driver.py:3648
#, python-format
msgid "Timeout waiting for vif plugging callback for instance %(uuid)s"
msgstr ""
#: nova/virt/libvirt/driver.py:3666 nova/virt/libvirt/driver.py:3809
#: nova/virt/libvirt/driver.py:3835
#, python-format
msgid "libvirt can't find a domain with id: %s"
msgstr ""
#: nova/virt/libvirt/driver.py:3738
#, 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:3748
msgid "Invalid vcpu_pin_set config, out of hypervisor cpu range."
msgstr ""
#: nova/virt/libvirt/driver.py:3801
#, python-format
msgid "couldn't obtain the vpu count from domain id: %(id)s, exception: %(ex)s"
msgstr ""
#: nova/virt/libvirt/driver.py:3876
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:3890 nova/virt/xenapi/host.py:263
#, 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:4051
#, 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:4064
#, 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:4079
#, 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:4085
#, python-format
msgid ""
"Could not find domain in libvirt for instance %s. Cannot get block stats "
"for device"
msgstr ""
#: nova/virt/libvirt/driver.py:4137
#, 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:4221
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:4229
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:4273
#, 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:4300
#, python-format
msgid ""
"Instance launched has CPU info:\n"
"%s"
msgstr ""
"Instance launched has CPU info:\n"
"%s"
#: nova/virt/libvirt/driver.py:4312
#, 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:4329
#, 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:4379
#, 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:4451
#, python-format
msgid "Live Migration failure: %s"
msgstr ""
#: nova/virt/libvirt/driver.py:4564
#, 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:4697
#, 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:4727
#, python-format
msgid "skipping disk for %s as it does not have a path"
msgstr ""
#: nova/virt/libvirt/driver.py:4732
#, python-format
msgid "skipping %s since it looks like volume"
msgstr ""
#: nova/virt/libvirt/driver.py:4736
#, python-format
msgid "skipping disk %(path)s (%(target)s) as it is a volume"
msgstr ""
#: nova/virt/libvirt/driver.py:4776
#, 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:4858
msgid "Starting migrate_disk_and_power_off"
msgstr "Starting migrate_disk_and_power_off"
#: nova/virt/libvirt/driver.py:4864
msgid "Unable to resize disk down."
msgstr ""
#: nova/virt/libvirt/driver.py:4935
msgid "Instance running successfully."
msgstr "Instance running successfully."
#: nova/virt/libvirt/driver.py:4941
msgid "Starting finish_migration"
msgstr "Starting finish_migration"
#: nova/virt/libvirt/driver.py:5011
msgid "Starting finish_revert_migration"
msgstr "Starting finish_revert_migration"
#: nova/virt/libvirt/driver.py:5119
#, python-format
msgid "Checking instance files accessibility %s"
msgstr ""
#: nova/virt/libvirt/driver.py:5143
#, python-format
msgid "Deleting instance files %s"
msgstr ""
#: nova/virt/libvirt/driver.py:5148
#, 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:5155
#, python-format
msgid "Deletion of %s failed"
msgstr ""
#: nova/virt/libvirt/driver.py:5158
#, 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:205
#, python-format
msgid "Unable to preallocate_images=%(imgs)s at path: %(path)s"
msgstr ""
#: nova/virt/libvirt/imagebackend.py:233
#, python-format
msgid ""
"%(base)s virtual size %(base_size)s larger than flavor root disk size "
"%(size)s"
msgstr ""
#: nova/virt/libvirt/imagebackend.py:364
msgid "You should specify images_volume_group flag to use LVM images."
msgstr ""
#: nova/virt/libvirt/imagebackend.py:436
#, python-format
msgid "error opening rbd image %s"
msgstr ""
#: nova/virt/libvirt/imagebackend.py:479
msgid "You should specify images_rbd_pool flag to use rbd images."
msgstr ""
#: nova/virt/libvirt/imagebackend.py:593
msgid "rbd python libraries not found"
msgstr ""
#: nova/virt/libvirt/imagebackend.py:632
#, 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:71 nova/virt/libvirt/utils.py:77
msgid "systool is not installed"
msgstr ""
#: nova/virt/libvirt/utils.py:81
msgid "Cannot find any Fibre Channel HBAs"
msgstr ""
#: nova/virt/libvirt/utils.py:223
#, 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:236
#, python-format
msgid ""
"Volume group %(vg)s will not be able to hold sparse volume %(lv)s. "
"Virtual volume size is %(size)db, but free space on volume group is only "
"%(free_space)db."
msgstr ""
"Volume group %(vg)s will not be able to hold sparse volume %(lv)s. "
"Virtual volume size is %(size)db, but free space on volume group is only "
"%(free_space)db."
#: nova/virt/libvirt/utils.py:290
#, python-format
msgid "rbd remove %(name)s in pool %(pool)s failed"
msgstr ""
#: nova/virt/libvirt/utils.py:311
#, fuzzy, python-format
msgid "vg %s must be LVM volume group"
msgstr "Path %s must be LVM logical volume"
#: nova/virt/libvirt/utils.py:340
#, python-format
msgid "Path %s must be LVM logical volume"
msgstr "Path %s must be LVM logical volume"
#: nova/virt/libvirt/utils.py:394
#, python-format
msgid "ignoring unrecognized volume_clear='%s' value"
msgstr ""
#: nova/virt/libvirt/utils.py:415
#, python-format
msgid "volume_clear='%s' is not handled"
msgstr ""
#: nova/virt/libvirt/utils.py:615
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/utils.py:714
msgid "findmnt tool is not installed"
msgstr ""
#: nova/virt/libvirt/vif.py:334 nova/virt/libvirt/vif.py:590
#: nova/virt/libvirt/vif.py:772
#, python-format
msgid "vif_type=%(vif_type)s instance=%(instance)s vif=%(vif)s"
msgstr ""
#: nova/virt/libvirt/vif.py:341 nova/virt/libvirt/vif.py:597
#: nova/virt/libvirt/vif.py:779
msgid "vif_type parameter must be present for this vif_driver implementation"
msgstr ""
#: nova/virt/libvirt/vif.py:385 nova/virt/libvirt/vif.py:617
#: nova/virt/libvirt/vif.py:799
#, fuzzy, python-format
msgid "Unexpected vif_type=%s"
msgstr "Unexpected error: %s"
#: nova/virt/libvirt/vif.py:397
#, 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:408
#, python-format
msgid "Ensuring bridge %s"
msgstr "Ensuring bridge %s"
#: nova/virt/libvirt/vif.py:537 nova/virt/libvirt/vif.py:561
#: nova/virt/libvirt/vif.py:585
msgid "Failed while plugging vif"
msgstr ""
#: nova/virt/libvirt/vif.py:633 nova/virt/libvirt/vif.py:664
#: nova/virt/libvirt/vif.py:682 nova/virt/libvirt/vif.py:703
#: nova/virt/libvirt/vif.py:722 nova/virt/libvirt/vif.py:746
#: nova/virt/libvirt/vif.py:767
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:100
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:112
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:124
#, python-format
msgid "Invalid Regular Expression %s"
msgstr ""
#: nova/virt/vmwareapi/driver.py:160
msgid "No vSphere session was open during cleanup_host."
msgstr ""
#: nova/virt/vmwareapi/driver.py:233
msgid "Instance cannot be found in host, or in an unknownstate."
msgstr ""
#: nova/virt/vmwareapi/driver.py:389
#, python-format
msgid "All clusters specified %s were not found in the vCenter"
msgstr ""
#: nova/virt/vmwareapi/driver.py:398
#, python-format
msgid "The following clusters could not be found in the vCenter %s"
msgstr ""
#: nova/virt/vmwareapi/driver.py:535
#, python-format
msgid "The resource %s does not exist"
msgstr ""
#: nova/virt/vmwareapi/driver.py:581
#, python-format
msgid "Invalid cluster or resource pool name : %s"
msgstr ""
#: nova/virt/vmwareapi/driver.py:603
#, python-format
msgid "The available nodes are: %s"
msgstr ""
#: nova/virt/vmwareapi/driver.py:818
#, python-format
msgid ""
"Unable to connect to server at %(server)s, sleeping for %(seconds)s "
"seconds"
msgstr ""
#: nova/virt/vmwareapi/driver.py:838
#, python-format
msgid "Unable to validate session %s!"
msgstr ""
#: nova/virt/vmwareapi/driver.py:840
#, python-format
msgid "Exception: %(ex)s"
msgstr ""
#: nova/virt/vmwareapi/driver.py:879
#, python-format
msgid "Session %s is inactive!"
msgstr ""
#: nova/virt/vmwareapi/driver.py:905
#, 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:926
#, python-format
msgid "In vmwareapi: _call_method (session=%s)"
msgstr ""
#: nova/virt/vmwareapi/driver.py:966
#, 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:972
#, 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:982
#, 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:113
#, python-format
msgid "Error(s) %s occurred in the call to RetrievePropertiesEx"
msgstr ""
#: nova/virt/vmwareapi/error_util.py:127
msgid "VMware Driver fault."
msgstr ""
#: nova/virt/vmwareapi/error_util.py:133
msgid "VMware Driver configuration fault."
msgstr ""
#: nova/virt/vmwareapi/error_util.py:137
msgid "No default value for use_linked_clone found."
msgstr ""
#: nova/virt/vmwareapi/error_util.py:141
msgid "Resource already exists."
msgstr ""
#: nova/virt/vmwareapi/error_util.py:146
msgid "Cannot delete file."
msgstr ""
#: nova/virt/vmwareapi/error_util.py:151
msgid "File already exists."
msgstr ""
#: nova/virt/vmwareapi/error_util.py:156
msgid "File fault."
msgstr ""
#: nova/virt/vmwareapi/error_util.py:161
msgid "File locked."
msgstr ""
#: nova/virt/vmwareapi/error_util.py:166
msgid "File not found."
msgstr ""
#: nova/virt/vmwareapi/error_util.py:171
msgid "Invalid property."
msgstr ""
#: nova/virt/vmwareapi/error_util.py:176
msgid "Not Authenticated."
msgstr ""
#: nova/virt/vmwareapi/error_util.py:199
#, 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:955
msgid "There is no VM registered"
msgstr "There is no VM registered"
#: nova/virt/vmwareapi/fake.py:957 nova/virt/vmwareapi/fake.py:1228
#, 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:1027
#, 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:1042
msgid "Session is faulty"
msgstr "Session is faulty"
#: nova/virt/vmwareapi/fake.py:1045
msgid "Session Invalid"
msgstr "Session Invalid"
#: nova/virt/vmwareapi/fake.py:1225
#, 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:117
#, python-format
msgid "Glance image %s is in killed state"
msgstr "Glance image %s is in killed state"
#: nova/virt/vmwareapi/io_util.py:125
#, 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:114
#, python-format
msgid ""
"No valid network found in %(opaque)s, from %(bridge)s or "
"%(integration_bridge)s"
msgstr ""
#: nova/virt/vmwareapi/vim.py:109
msgid "Unable to import suds."
msgstr "Unable to import suds."
#: nova/virt/vmwareapi/vim.py:198
#, 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:203
#, python-format
msgid "httplib error in %s: "
msgstr "httplib error in %s: "
#: nova/virt/vmwareapi/vim.py:207
#, python-format
msgid "urllib2 error in %s: "
msgstr ""
#: nova/virt/vmwareapi/vim.py:214
#, python-format
msgid "Socket error in %s: "
msgstr "Socket error in %s: "
#: nova/virt/vmwareapi/vim.py:219
#, python-format
msgid "Type error in %s: "
msgstr "Type error in %s: "
#: nova/virt/vmwareapi/vim.py:223
#, 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:1008
msgid "No host available on cluster"
msgstr ""
#: nova/virt/vmwareapi/vm_util.py:1239
#, python-format
msgid "Failed to get cluster references %s"
msgstr ""
#: nova/virt/vmwareapi/vm_util.py:1251
#, python-format
msgid "Failed to get resource pool references %s"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:117
msgid "Getting list of instances"
msgstr "Getting list of instances"
#: nova/virt/vmwareapi/vmops.py:123 nova/virt/vmwareapi/vmops.py:1749
#, python-format
msgid "Got total of %s instances"
msgstr "Got total of %s instances"
#: nova/virt/vmwareapi/vmops.py:128
#, python-format
msgid "Extending root virtual disk to %s"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:141
#, python-format
msgid "Extending virtual disk failed with error: %s"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:148
msgid "Extended root virtual disk"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:157
#, 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:196 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:255
msgid "Image disk size greater than requested disk size"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:296
#, fuzzy
msgid "Creating VM on the ESX host"
msgstr "Creating VM on the ESX host"
#: nova/virt/vmwareapi/vmops.py:304
#, fuzzy
msgid "Created VM on the ESX host"
msgstr "Created VM on the ESX host"
#: nova/virt/vmwareapi/vmops.py:335
#, fuzzy, python-format
msgid ""
"Creating Virtual Disk of size %(vmdk_file_size_in_kb)s KB and adapter "
"type %(adapter_type)s on the ESX host local store %(data_store_name)s"
msgstr ""
"Creating Virtual Disk of size %(vmdk_file_size_in_kb)s KB and adapter "
"type %(adapter_type)s on the ESX host local store %(data_store_name)s"
#: nova/virt/vmwareapi/vmops.py:354
#, fuzzy, python-format
msgid ""
"Created Virtual Disk of size %(vmdk_file_size_in_kb)s KB and type "
"%(disk_type)s on the ESX host local store %(data_store_name)s"
msgstr ""
"Creating Virtual Disk of size %(vmdk_file_size_in_kb)s KB and adapter "
"type %(adapter_type)s on the ESX host local store %(data_store_name)s"
#: nova/virt/vmwareapi/vmops.py:364
#, python-format
msgid ""
"Downloading image file data %(image_ref)s to the data store "
"%(data_store_name)s"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:378
#, python-format
msgid ""
"Downloaded image file data %(image_ref)s to %(upload_name)s on the data "
"store %(data_store_name)s"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:392
#, fuzzy, python-format
msgid ""
"Copying Virtual Disk of size %(vmdk_file_size_in_kb)s KB and adapter type"
" %(adapter_type)s on the ESX host local store %(data_store_name)s to disk"
" type %(disk_type)s"
msgstr ""
"Creating Virtual Disk of size %(vmdk_file_size_in_kb)s KB and adapter "
"type %(adapter_type)s on the ESX host local store %(data_store_name)s"
#: nova/virt/vmwareapi/vmops.py:413
#, fuzzy, python-format
msgid ""
"Copied Virtual Disk of size %(vmdk_file_size_in_kb)s KB and type "
"%(disk_type)s on the ESX host local store %(data_store_name)s"
msgstr ""
"Creating Virtual Disk of size %(vmdk_file_size_in_kb)s KB and adapter "
"type %(adapter_type)s on the ESX host local store %(data_store_name)s"
#: nova/virt/vmwareapi/vmops.py:529
#, python-format
msgid "File %s already exists"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:575
#, python-format
msgid "Copying root disk of size %sGb"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:580
#, python-format
msgid "Root disk file creation failed - %s"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:626
msgid "Powering on the VM instance"
msgstr "Powering on the VM instance"
#: nova/virt/vmwareapi/vmops.py:632
msgid "Powered on the VM instance"
msgstr "Powered on the VM instance"
#: nova/virt/vmwareapi/vmops.py:692
#, python-format
msgid "Reconfiguring VM instance %(instance_name)s to attach cdrom %(file_path)s"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:700
#, python-format
msgid "Reconfigured VM instance %(instance_name)s to attach cdrom %(file_path)s"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:757
msgid "Creating Snapshot of the VM instance"
msgstr "Creating Snapshot of the VM instance"
#: nova/virt/vmwareapi/vmops.py:766
msgid "Created Snapshot of the VM instance"
msgstr "Created Snapshot of the VM instance"
#: nova/virt/vmwareapi/vmops.py:774
msgid "Deleting Snapshot of the VM instance"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:780
msgid "Deleted Snapshot of the VM instance"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:852
#, python-format
msgid "Copying snapshotted disk %s."
msgstr ""
#: nova/virt/vmwareapi/vmops.py:866
#, python-format
msgid "Copied snapshotted disk %s."
msgstr ""
#: nova/virt/vmwareapi/vmops.py:878
#, python-format
msgid "Uploading image %s"
msgstr "Uploading image %s"
#: nova/virt/vmwareapi/vmops.py:893
#, python-format
msgid "Uploaded image %s"
msgstr "Uploaded image %s"
#: nova/virt/vmwareapi/vmops.py:948
msgid "instance is not powered on"
msgstr "instance is not powered on"
#: nova/virt/vmwareapi/vmops.py:955
msgid "Rebooting guest OS of VM"
msgstr "Rebooting guest OS of VM"
#: nova/virt/vmwareapi/vmops.py:958
msgid "Rebooted guest OS of VM"
msgstr "Rebooted guest OS of VM"
#: nova/virt/vmwareapi/vmops.py:960
msgid "Doing hard reboot of VM"
msgstr "Doing hard reboot of VM"
#: nova/virt/vmwareapi/vmops.py:964
msgid "Did hard reboot of VM"
msgstr "Did hard reboot of VM"
#: nova/virt/vmwareapi/vmops.py:975 nova/virt/vmwareapi/vmops.py:1302
#, fuzzy
msgid "Destroying the VM"
msgstr "Destroying VM"
#: nova/virt/vmwareapi/vmops.py:980 nova/virt/vmwareapi/vmops.py:1307
#, fuzzy
msgid "Destroyed the VM"
msgstr "VM destroyed"
#: nova/virt/vmwareapi/vmops.py:982
#, fuzzy, python-format
msgid "In vmwareapi:vmops:delete, 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:1017 nova/virt/vmwareapi/vmops.py:1174
msgid "Powering off the VM"
msgstr "Powering off the VM"
#: nova/virt/vmwareapi/vmops.py:1022 nova/virt/vmwareapi/vmops.py:1179
msgid "Powered off the VM"
msgstr "Powered off the VM"
#: nova/virt/vmwareapi/vmops.py:1026
msgid "Unregistering the VM"
msgstr "Unregistering the VM"
#: nova/virt/vmwareapi/vmops.py:1029
msgid "Unregistered the VM"
msgstr "Unregistered the VM"
#: nova/virt/vmwareapi/vmops.py:1031
#, python-format
msgid ""
"In vmwareapi:vmops:destroy, got this exception while un-registering the "
"VM: %s"
msgstr ""
"In vmwareapi:vmops:destroy, got this exception while un-registering the "
"VM: %s"
#: nova/virt/vmwareapi/vmops.py:1040
#, 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:1050
#, 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:1055
#, python-format
msgid ""
"In vmwareapi:vmops:destroy, got this exception while deleting the VM "
"contents from the disk: %s"
msgstr ""
"In vmwareapi:vmops:destroy, got this exception while deleting the VM "
"contents from the disk: %s"
#: nova/virt/vmwareapi/vmops.py:1065
msgid "pause not supported for vmwareapi"
msgstr "pause not supported for vmwareapi"
#: nova/virt/vmwareapi/vmops.py:1069
msgid "unpause not supported for vmwareapi"
msgstr "unpause not supported for vmwareapi"
#: nova/virt/vmwareapi/vmops.py:1080
msgid "Suspending the VM"
msgstr "Suspending the VM"
#: nova/virt/vmwareapi/vmops.py:1084
msgid "Suspended the VM"
msgstr "Suspended the VM"
#: nova/virt/vmwareapi/vmops.py:1087
#, 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:1090
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:1100
msgid "Resuming the VM"
msgstr "Resuming the VM"
#: nova/virt/vmwareapi/vmops.py:1105
msgid "Resumed the VM"
msgstr "Resumed the VM"
#: nova/virt/vmwareapi/vmops.py:1107
msgid "instance is not in a suspended state"
msgstr "instance is not in a suspended state"
#: nova/virt/vmwareapi/vmops.py:1182
#, fuzzy
msgid "instance is suspended and cannot be powered off."
msgstr "instance is not powered on"
#: nova/virt/vmwareapi/vmops.py:1185
#, 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:1197
#, fuzzy
msgid "VM was already in powered on state. So returning without doing anything"
msgstr "VM was already in suspended state. So returning without doing anything"
#: nova/virt/vmwareapi/vmops.py:1201
#, fuzzy
msgid "Powering on the VM"
msgstr "Powering off the VM"
#: nova/virt/vmwareapi/vmops.py:1206
#, fuzzy
msgid "Powered on the VM"
msgstr "Powered off the VM"
#: nova/virt/vmwareapi/vmops.py:1226
#, fuzzy, python-format
msgid "Updating instance '%(instance_uuid)s' progress to %(progress)d"
msgstr "Updating progress to %(progress)d"
#: nova/virt/vmwareapi/vmops.py:1256
#, fuzzy, python-format
msgid "Renaming the VM to %s"
msgstr "Creating volume: %s"
#: nova/virt/vmwareapi/vmops.py:1262
#, python-format
msgid "Renamed the VM to %s"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:1278
#, python-format
msgid "Cloning VM to host %s"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:1286
#, python-format
msgid "Cloned VM to host %s"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:1298
msgid "instance not present"
msgstr "instance not present"
#: nova/virt/vmwareapi/vmops.py:1309
#, 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:1322
#, fuzzy, python-format
msgid "Renaming the VM from %s"
msgstr "Creating volume: %s"
#: nova/virt/vmwareapi/vmops.py:1328
#, fuzzy, python-format
msgid "Renamed the VM from %s"
msgstr "Create volume from snapshot %s"
#: nova/virt/vmwareapi/vmops.py:1364
#, python-format
msgid "Migrating VM to host %s"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:1376
#, python-format
msgid "Migrated VM to host %s"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:1386 nova/virt/xenapi/vmops.py:1500
#, 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:1390 nova/virt/xenapi/vmops.py:1504
msgid "Automatically hard rebooting"
msgstr "Automatically hard rebooting"
#: nova/virt/vmwareapi/vmops.py:1476
#, python-format
msgid "VM %(uuid)s is currently on host %(host_name)s"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:1519
#, fuzzy
msgid "Reconfiguring VM instance to set the machine id"
msgstr "Reconfiguring VM instance to attach the image disk"
#: nova/virt/vmwareapi/vmops.py:1525
#, fuzzy
msgid "Reconfigured VM instance to set the machine id"
msgstr "Reconfigured VM instance to attach the image disk"
#: nova/virt/vmwareapi/vmops.py:1535
#, 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:1542
#, 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:1605
#, python-format
msgid "Folder %s created."
msgstr ""
#: nova/virt/vmwareapi/vmops.py:1638
msgid "Image aging disabled. Aging will not be done."
msgstr ""
#: nova/virt/vmwareapi/vmops.py:1685
#, python-format
msgid ""
"Will copy while retaining adapter type %(adapter_type)s and disk type "
"%(disk_type)s"
msgstr ""
#: nova/virt/vmwareapi/vmops.py:1737
#, python-format
msgid "Getting list of instances from cluster %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:118
#, python-format
msgid "Downloading image %s from glance image server"
msgstr "Downloading image %s from glance image server"
#: nova/virt/vmwareapi/vmware_images.py:134
#, python-format
msgid "Downloaded image %s from glance image server"
msgstr "Downloaded image %s from glance image server"
#: nova/virt/vmwareapi/vmware_images.py:140
#, 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:170
#, 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:180
#, python-format
msgid "Getting image size for the image %s"
msgstr "Getting image size for the image %s"
#: nova/virt/vmwareapi/vmware_images.py:185
#, 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:125 nova/virt/xenapi/vmops.py:1771
#, 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:130 nova/virt/xenapi/vmops.py:1776
#, 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:135 nova/virt/xenapi/vmops.py:1781
#, 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:145
#, python-format
msgid ""
"The agent call to %(method)s returned an invalid response: %(ret)r. "
"args=%(args)r"
msgstr ""
#: nova/virt/xenapi/agent.py:152
#, python-format
msgid "The agent call to %(method)s returned an an error: %(ret)r. args=%(args)r"
msgstr ""
#: nova/virt/xenapi/agent.py:158
#, python-format
msgid "The agent call to %(method)s was successful: %(ret)r. args=%(args)r"
msgstr ""
#: nova/virt/xenapi/agent.py:184
#, python-format
msgid "Ignoring error while configuring instance with agent: %s"
msgstr ""
#: nova/virt/xenapi/agent.py:207
msgid "Querying agent version"
msgstr "Querying agent version"
#: nova/virt/xenapi/agent.py:231
#, 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:234
#, 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:245
#, python-format
msgid "Updating agent to %s"
msgstr "Updating agent to %s"
#: nova/virt/xenapi/agent.py:249
msgid "Skipping agent update."
msgstr ""
#: nova/virt/xenapi/agent.py:257
#, python-format
msgid "Unable to update the agent due to: %(exc)s"
msgstr ""
#: nova/virt/xenapi/agent.py:290
msgid "Setting admin password"
msgstr "Setting admin password"
#: nova/virt/xenapi/agent.py:312
msgid "Skipping setting of ssh key for Windows."
msgstr ""
#: nova/virt/xenapi/agent.py:317
msgid "Skipping agent ssh key injection for this image."
msgstr ""
#: nova/virt/xenapi/agent.py:334
msgid "Skipping agent file injection for this image."
msgstr ""
#: nova/virt/xenapi/agent.py:341
#, python-format
msgid "Injecting file path: %r"
msgstr "Injecting file path: %r"
#: nova/virt/xenapi/agent.py:351
msgid "Resetting network"
msgstr "Resetting network"
#: nova/virt/xenapi/agent.py:385
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:393
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:397
msgid "XenServer tools are not installed in this image"
msgstr "XenServer tools are not installed in this image"
#: nova/virt/xenapi/agent.py:411
msgid "Invalid 'agent_present' value. Falling back to the default."
msgstr ""
#: nova/virt/xenapi/agent.py:452
#, 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:412
#, python-format
msgid "Could not determine key: %s"
msgstr "Could not determine key: %s"
#: nova/virt/xenapi/driver.py:656
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:73
#, 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:85
#, 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:104
#, python-format
msgid "Unable to migrate VM %(vm_ref)s from %(host)s"
msgstr ""
#: nova/virt/xenapi/host.py:191
msgid "Failed to parse information about a pci device for passthrough"
msgstr ""
#: nova/virt/xenapi/host.py:288
#, python-format
msgid "Failed to extract instance support from %s"
msgstr "Failed to extract instance support from %s"
#: nova/virt/xenapi/host.py:305
msgid "Unable to get updated status"
msgstr "Unable to get updated status"
#: nova/virt/xenapi/host.py:308
#, 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:29
#, 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:46
#, python-format
msgid "Found non-unique network for bridge %s"
msgstr "Found non-unique network for bridge %s"
#: nova/virt/xenapi/network_utils.py:48
#, 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 %s is bigger than requested resize up size."
msgstr ""
#: nova/virt/xenapi/vm_utils.py:964
msgid "VDI too big for requested resize up."
msgstr ""
#: nova/virt/xenapi/vm_utils.py:970 nova/virt/xenapi/vmops.py:1044
msgid "Can't resize a disk to 0 GB."
msgstr ""
#: nova/virt/xenapi/vm_utils.py:1015
msgid "Skipping auto_config_disk as destination size is 0GB"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:1022
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:1039
#, python-format
msgid "Attempted auto_configure_disk failed because: %s"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:1115
#, python-format
msgid "Error while generating disk number: %s"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:1178
#, 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:1223
msgid "Error while generating config drive"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:1275
msgid "Removing kernel/ramdisk files from dom0"
msgstr "Removing kernel/ramdisk files from dom0"
#: nova/virt/xenapi/vm_utils.py:1290
#, 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:1361
#, 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:1395
#, 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:1427
#, python-format
msgid "Invalid value '%s' for torrent_images"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:1450
#, python-format
msgid "Invalid value '%d' for image_compression_level"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:1461
#, python-format
msgid "Asking xapi to fetch vhd image %s"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:1476
#, 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:1493
msgid "Error while checking vdi size"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:1514
#, 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:1532
#, python-format
msgid "Image size %(size)d exceeded flavor allowed size %(allowed_size)d"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:1556
#, 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:1573
#, 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:1583
#, 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:1602
#, 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:1616
#, python-format
msgid "Kernel/Ramdisk VDI %s destroyed"
msgstr "Kernel/Ramdisk VDI %s destroyed"
#: nova/virt/xenapi/vm_utils.py:1625
msgid "Failed to fetch glance image"
msgstr "Failed to fetch glance image"
#: nova/virt/xenapi/vm_utils.py:1669
#, 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:1720
#, python-format
msgid "VDI %s is still available"
msgstr "VDI %s is still available"
#: nova/virt/xenapi/vm_utils.py:1833
#, python-format
msgid "Unable to parse rrd of %s"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:1852
#, python-format
msgid "Scanning SR %s"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:1863
#, python-format
msgid "Retry SR scan due to error: %s"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:1896
#, 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:1917
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:1930
msgid "Cannot find SR of content-type ISO"
msgstr "Cannot find SR of content-type ISO"
#: nova/virt/xenapi/vm_utils.py:1938
#, python-format
msgid "ISO: looking at SR %s"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:1940
msgid "ISO: not iso content"
msgstr "ISO: not iso content"
#: nova/virt/xenapi/vm_utils.py:1943
msgid "ISO: iso content_type, no 'i18n-key' key"
msgstr "ISO: iso content_type, no 'i18n-key' key"
#: nova/virt/xenapi/vm_utils.py:1946
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:1950
msgid "ISO: SR MATCHing our criteria"
msgstr "ISO: SR MATCHing our criteria"
#: nova/virt/xenapi/vm_utils.py:1952
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:1955
#, python-format
msgid "ISO: PBD %s disappeared"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:1958
#, 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:1961
msgid "ISO: SR with local PBD"
msgstr "ISO: SR with local PBD"
#: nova/virt/xenapi/vm_utils.py:1983
#, 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:2018
#, 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:2108
#, 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:2120
#, python-format
msgid "VHD coalesce attempts exceeded (%d), giving up..."
msgstr ""
#: nova/virt/xenapi/vm_utils.py:2155
#, 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:2175
#, python-format
msgid "Disconnecting stale VDI %s from compute domU"
msgstr "Disconnecting stale VDI %s from compute domU"
#: nova/virt/xenapi/vm_utils.py:2188
#, python-format
msgid "Plugging VBD %s ... "
msgstr "Plugging VBD %s ... "
#: nova/virt/xenapi/vm_utils.py:2191
#, python-format
msgid "Plugging VBD %s done."
msgstr "Plugging VBD %s done."
#: nova/virt/xenapi/vm_utils.py:2193
#, 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:2197
#, 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:2204
#, python-format
msgid "Destroying VBD for VDI %s ... "
msgstr "Destroying VBD for VDI %s ... "
#: nova/virt/xenapi/vm_utils.py:2212
#, python-format
msgid "Destroying VBD for VDI %s done."
msgstr "Destroying VBD for VDI %s done."
#: nova/virt/xenapi/vm_utils.py:2254
msgid "Partitions:"
msgstr "Partitions:"
#: nova/virt/xenapi/vm_utils.py:2260
#, python-format
msgid " %(num)s: %(ptype)s %(size)d sectors"
msgstr " %(num)s: %(ptype)s %(size)d sectors"
#: nova/virt/xenapi/vm_utils.py:2286
#, 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:2295
#, python-format
msgid "Writing partition table %s done."
msgstr "Writing partition table %s done."
#: nova/virt/xenapi/vm_utils.py:2331
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:2371
#, 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:2407
#, 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:2462
msgid "Manipulating interface files directly"
msgstr "Manipulating interface files directly"
#: nova/virt/xenapi/vm_utils.py:2471
#, 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:2582
msgid "This domU must be running on the host specified by connection_url"
msgstr ""
#: nova/virt/xenapi/vm_utils.py:2639
#, 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:2651
msgid "Failed to transfer vhd to new host"
msgstr "Failed to transfer vhd to new host"
#: nova/virt/xenapi/vm_utils.py:2677
msgid "ipxe_boot_menu_url not set, user will have to enter URL manually..."
msgstr ""
#: nova/virt/xenapi/vm_utils.py:2683
msgid "ipxe_network_name not set, user will have to enter IP manually..."
msgstr ""
#: nova/virt/xenapi/vm_utils.py:2694
#, 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:2718
#, 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:1127
msgid "Starting halted instance found during reboot"
msgstr "Starting halted instance found during reboot"
#: nova/virt/xenapi/vmops.py:1133
msgid ""
"Reboot failed due to bad volumes, detaching bad volumes and starting "
"halted instance"
msgstr ""
#: nova/virt/xenapi/vmops.py:1211
msgid "Unable to update metadata, VM not found."
msgstr ""
#: nova/virt/xenapi/vmops.py:1257
msgid "Unable to find root VBD/VDI for VM"
msgstr "Unable to find root VBD/VDI for VM"
#: nova/virt/xenapi/vmops.py:1261
#, fuzzy
msgid "Destroying VDIs"
msgstr "Destroying VM"
#: nova/virt/xenapi/vmops.py:1288
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:1295
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:1303
msgid "kernel/ramdisk files removed"
msgstr "kernel/ramdisk files removed"
#: nova/virt/xenapi/vmops.py:1329
msgid "Destroying VM"
msgstr "Destroying VM"
#: nova/virt/xenapi/vmops.py:1358
msgid "VM is not present, skipping destroy..."
msgstr "VM is not present, skipping destroy..."
#: nova/virt/xenapi/vmops.py:1409
#, python-format
msgid "Instance is already in Rescue Mode: %s"
msgstr "Instance is already in Rescue Mode: %s"
#: nova/virt/xenapi/vmops.py:1451
#, fuzzy
msgid "VM is not present, skipping soft delete..."
msgstr "VM is not present, skipping destroy..."
#: nova/virt/xenapi/vmops.py:1652
msgid "Injecting network info to xenstore"
msgstr "Injecting network info to xenstore"
#: nova/virt/xenapi/vmops.py:1675
msgid "Creating vifs"
msgstr "Creating vifs"
#: nova/virt/xenapi/vmops.py:1684
#, python-format
msgid "Creating VIF for network %s"
msgstr ""
#: nova/virt/xenapi/vmops.py:1687
#, 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:1722
#, python-format
msgid "Injecting hostname (%s) into xenstore"
msgstr ""
#: nova/virt/xenapi/vmops.py:1732
msgid "Removing hostname from xenstore"
msgstr ""
#: nova/virt/xenapi/vmops.py:1837
#, python-format
msgid "Destination host:%s must be in the same aggregate as the source server"
msgstr ""
#: nova/virt/xenapi/vmops.py:1858
#, fuzzy
msgid "No suitable network for migrate"
msgstr "Bad networks format"
#: nova/virt/xenapi/vmops.py:1864
#, python-format
msgid "PIF %s does not contain IP address"
msgstr ""
#: nova/virt/xenapi/vmops.py:1877
msgid "Migrate Receive failed"
msgstr "Migrate Receive failed"
#: nova/virt/xenapi/vmops.py:1951
msgid "XAPI supporting relax-xsm-sr-check=true required"
msgstr ""
#: nova/virt/xenapi/vmops.py:1962
#, python-format
msgid "assert_can_migrate failed because: %s"
msgstr ""
#: nova/virt/xenapi/vmops.py:2022
msgid "Migrate Send failed"
msgstr "Migrate Send failed"
#: nova/virt/xenapi/volume_utils.py:60
#, python-format
msgid "Creating SR %s"
msgstr ""
#: nova/virt/xenapi/volume_utils.py:70
#, python-format
msgid "Introducing SR %s"
msgstr ""
#: nova/virt/xenapi/volume_utils.py:77
#, fuzzy
msgid "Creating PBD for SR"
msgstr "Creating pbd for SR"
#: nova/virt/xenapi/volume_utils.py:80
msgid "Plugging SR"
msgstr "Plugging SR"
#: nova/virt/xenapi/volume_utils.py:89
#, fuzzy
msgid "Forgetting SR..."
msgstr "Forgetting SR %s..."
#: nova/virt/xenapi/volume_utils.py:111
#, python-format
msgid "Unable to find SR from VBD %s"
msgstr "Unable to find SR from VBD %s"
#: nova/virt/xenapi/volume_utils.py:128
#, 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:136
#, 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:168
#, python-format
msgid "Unable to introduce VDI on SR %s"
msgstr "Unable to introduce VDI on SR %s"
#: nova/virt/xenapi/volume_utils.py:171
#, 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:182
#, 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:204
#, python-format
msgid "Unable to introduce VDI for SR %s"
msgstr "Unable to introduce VDI for SR %s"
#: nova/virt/xenapi/volume_utils.py:214
msgid "Cannot purge SR with referenced VDIs"
msgstr ""
#: nova/virt/xenapi/volume_utils.py:223 nova/virt/xenapi/volume_utils.py:269
#, python-format
msgid "Unable to obtain target information %s"
msgstr ""
#: nova/virt/xenapi/volume_utils.py:263
#, python-format
msgid "(vol_id,host,port,iqn): (%(vol_id)s,%(host)s,%(port)s,%(iqn)s)"
msgstr ""
#: nova/virt/xenapi/volume_utils.py:295
#, 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:83
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:103
#, python-format
msgid "Plugin version mismatch (Expected %(exp)s, got %(got)s)"
msgstr ""
#: nova/virt/xenapi/client/session.py:137
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:213
#, python-format
msgid "%(plugin)s.%(fn)s attempt %(attempt)d/%(attempts)d"
msgstr ""
#: nova/virt/xenapi/client/session.py:227
#, python-format
msgid "%(plugin)s.%(fn)s failed. Retrying call."
msgstr ""
#: nova/virt/xenapi/client/session.py:237
msgid "RetryableError, so retrying upload_vhd"
msgstr ""
#: nova/virt/xenapi/client/session.py:241
msgid "Error due to a signal, retrying upload_vhd"
msgstr ""
#: nova/virt/xenapi/client/session.py:259
#: nova/virt/xenapi/client/session.py:273
#, 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:93
#, python-format
msgid "Cinderclient connection created using URL: %s"
msgstr "Cinderclient connection created using URL: %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 ""
#: nova/volume/encryptors/cryptsetup.py:54 nova/volume/encryptors/luks.py:67
#, python-format
msgid "opening encrypted volume %s"
msgstr ""
#: nova/volume/encryptors/cryptsetup.py:95 nova/volume/encryptors/luks.py:104
#, python-format
msgid "closing encrypted volume %s"
msgstr ""
#: nova/volume/encryptors/luks.py:42
#, python-format
msgid "formatting encrypted volume %s"
msgstr ""