Cleanup of Translations

In preparation for the release, do some cleanups for translations.

Removes all po files that are partially translated. The translation
team has decided to exclude files with less than 66 % of translated
content. There is no content lost, all data is in the translation
server, we just remove it from the repository.

This updates also recreates pot (translation source files) to
reflect the state of the repository in case there was no recent
import for them.

This change needs to be done manually since the automatic import does
not handle some of these cases.

Change-Id: I2ca4decc5fc897d8cd396160aa6a745f65768930
This commit is contained in:
Andreas Jaeger
2015-09-24 21:22:24 +02:00
parent ecf6fc17f0
commit 17ce470fdb
4 changed files with 480 additions and 399 deletions

View File

@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: ironic 4.1.1.dev38\n"
"Project-Id-Version: ironic 4.1.0.106.gecf6fc1\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-09-17 06:25+0000\n"
"POT-Creation-Date: 2015-09-24 21:22+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -72,14 +72,14 @@ msgstr ""
msgid "Failed to create a file system in %(path)s. Error: %(error)s"
msgstr ""
#: ironic/common/glance_service/base_image_service.py:129
#: ironic/common/glance_service/base_image_service.py:128
#, python-format
msgid ""
"Error contacting glance server '%(host)s:%(port)s' for '%(method)s', "
"attempt %(attempt)s of %(num_attempts)s failed."
msgstr ""
#: ironic/conductor/manager.py:263
#: ironic/conductor/manager.py:264
#, python-format
msgid ""
"Conductor %s cannot be started because no drivers were loaded. This "
@@ -87,49 +87,56 @@ msgid ""
"option."
msgstr ""
#: ironic/conductor/manager.py:801
#: ironic/conductor/manager.py:802
#, python-format
msgid "Error in tear_down of node %(node)s: %(err)s"
msgstr ""
#: ironic/conductor/manager.py:1464
#: ironic/conductor/manager.py:1108
#, python-format
msgid ""
"Failed to tear down cleaning for node %(node)s after aborting the "
"operation. Error: %(err)s"
msgstr ""
#: ironic/conductor/manager.py:1569
#, python-format
msgid "Failed to stop console while deleting the node %(node)s: %(err)s."
msgstr ""
#: ironic/conductor/manager.py:2155
#: ironic/conductor/manager.py:2365
#, python-format
msgid "Error while uploading the configdrive for %(node)s to Swift"
msgstr ""
#: ironic/conductor/manager.py:2166
#: ironic/conductor/manager.py:2376
#, python-format
msgid "Error while preparing to deploy to node %(node)s: %(err)s"
msgstr ""
#: ironic/conductor/manager.py:2176
#: ironic/conductor/manager.py:2386
#, python-format
msgid "Error in deploy of node %(node)s: %(err)s"
msgstr ""
#: ironic/conductor/manager.py:2193
#: ironic/conductor/manager.py:2403
#, python-format
msgid "Unexpected state %(state)s returned while deploying node %(node)s."
msgstr ""
#: ironic/conductor/manager.py:2319
#: ironic/conductor/manager.py:2529
#, python-format
msgid ""
"Failed to change power state of node %(node)s to '%(state)s', attempt "
"%(attempt)s of %(retries)s."
msgstr ""
#: ironic/conductor/manager.py:2353
#: ironic/conductor/manager.py:2563
#, python-format
msgid "Failed to inspect node %(node)s: %(err)s"
msgstr ""
#: ironic/conductor/manager.py:2388
#: ironic/conductor/manager.py:2599
#, python-format
msgid "Failed to tear down cleaning on node %(uuid)s, reason: %(err)s"
msgstr ""
@@ -169,7 +176,7 @@ msgstr ""
msgid "vendor_passthru failed with method %s"
msgstr ""
#: ironic/drivers/modules/agent.py:151
#: ironic/drivers/modules/agent.py:131
#, python-format
msgid ""
"Agent deploy supports only HTTP(S) URLs as instance_info['image_source']."
@@ -181,61 +188,61 @@ msgstr ""
msgid "Could not find matching node for the provided MACs %s."
msgstr ""
#: ironic/drivers/modules/deploy_utils.py:472
#: ironic/drivers/modules/deploy_utils.py:489
#, python-format
msgid ""
"Failed to erase beginning of disk for node %(node)s. Command: "
"%(command)s. Error: %(error)s."
msgstr ""
#: ironic/drivers/modules/deploy_utils.py:484
#: ironic/drivers/modules/deploy_utils.py:501
#, python-format
msgid ""
"Failed to get disk block count for node %(node)s. Command: %(command)s. "
"Error: %(error)s."
msgstr ""
#: ironic/drivers/modules/deploy_utils.py:497
#: ironic/drivers/modules/deploy_utils.py:514
#, python-format
msgid ""
"Failed to erase the end of the disk on node %(node)s. Command: "
"%(command)s. Error: %(error)s."
msgstr ""
#: ironic/drivers/modules/deploy_utils.py:687
#: ironic/drivers/modules/deploy_utils.py:704
#, python-format
msgid "Failed to detect %s"
msgstr ""
#: ironic/drivers/modules/deploy_utils.py:785
#: ironic/drivers/modules/deploy_utils.py:791
#: ironic/drivers/modules/deploy_utils.py:802
#: ironic/drivers/modules/deploy_utils.py:808
#, python-format
msgid "Deploy to address %s failed."
msgstr ""
#: ironic/drivers/modules/deploy_utils.py:786
#: ironic/drivers/modules/deploy_utils.py:803
#, python-format
msgid "Command: %s"
msgstr ""
#: ironic/drivers/modules/deploy_utils.py:787
#: ironic/drivers/modules/deploy_utils.py:804
#, python-format
msgid "StdOut: %r"
msgstr ""
#: ironic/drivers/modules/deploy_utils.py:788
#: ironic/drivers/modules/deploy_utils.py:805
#, python-format
msgid "StdErr: %r"
msgstr ""
#: ironic/drivers/modules/deploy_utils.py:873
#: ironic/drivers/modules/deploy_utils.py:890
#, python-format
msgid ""
"Internal error. Node %(node)s in provision state \"%(state)s\" could not "
"transition to a failed state."
msgstr ""
#: ironic/drivers/modules/deploy_utils.py:881
#: ironic/drivers/modules/deploy_utils.py:898
#, python-format
msgid ""
"Node %s failed to power off while handling deploy failure. This may be a "
@@ -305,11 +312,11 @@ msgstr ""
msgid "IPMI \"bmc reset\" failed for node %(node_id)s with error: %(error)s."
msgstr ""
#: ironic/drivers/modules/iscsi_deploy.py:625
#: ironic/drivers/modules/iscsi_deploy.py:848
#: ironic/drivers/modules/iscsi_deploy.py:887
#: ironic/drivers/modules/ilo/deploy.py:964
#: ironic/drivers/modules/irmc/deploy.py:868
#: ironic/drivers/modules/iscsi_deploy.py:624
#: ironic/drivers/modules/iscsi_deploy.py:847
#: ironic/drivers/modules/iscsi_deploy.py:886
#: ironic/drivers/modules/ilo/deploy.py:1032
#: ironic/drivers/modules/irmc/deploy.py:871
#, python-format
msgid "Deploy failed for instance %(instance)s. Error: %(error)s"
msgstr ""
@@ -340,17 +347,17 @@ msgid ""
"error: %(error)s"
msgstr ""
#: ironic/drivers/modules/ssh.py:280
#: ironic/drivers/modules/ssh.py:294
#, python-format
msgid "Cannot execute SSH cmd %(cmd)s. Reason: %(err)s."
msgstr ""
#: ironic/drivers/modules/ssh.py:381
#: ironic/drivers/modules/ssh.py:394
#, python-format
msgid "Node \"%(host)s\" with MAC address %(mac)s not found."
msgstr ""
#: ironic/drivers/modules/ssh.py:669
#: ironic/drivers/modules/ssh.py:682
#, python-format
msgid ""
"Failed to set boot device for node %(node)s, virt_type %(vtype)s does not"
@@ -496,7 +503,7 @@ msgstr ""
msgid "Error while deleting %(object_name)s from %(container)s. Error: %(error)s"
msgstr ""
#: ironic/drivers/modules/ilo/deploy.py:123
#: ironic/drivers/modules/ilo/deploy.py:167
#, python-format
msgid ""
"Virtual media deploy accepts only Glance images or HTTP(S) URLs as "
@@ -504,19 +511,19 @@ msgid ""
" not reachable."
msgstr ""
#: ironic/drivers/modules/ilo/deploy.py:151
#: ironic/drivers/modules/ilo/deploy.py:195
#, python-format
msgid ""
"Unable to find kernel or ramdisk for image %(image)s to generate boot ISO"
" for %(node)s"
msgstr ""
#: ironic/drivers/modules/ilo/deploy.py:207
#: ironic/drivers/modules/ilo/deploy.py:254
#, python-format
msgid "Failed to clean up boot ISO for node %(node)s. Error: %(error)s."
msgstr ""
#: ironic/drivers/modules/ilo/deploy.py:862
#: ironic/drivers/modules/ilo/deploy.py:926
#, python-format
msgid "Cannot get boot ISO for node %s"
msgstr ""
@@ -538,22 +545,22 @@ msgstr ""
msgid "iLO failed to change state to %(tstate)s within %(timeout)s sec"
msgstr ""
#: ironic/drivers/modules/irmc/deploy.py:434
#: ironic/drivers/modules/irmc/deploy.py:437
#, python-format
msgid "Error while inserting virtual cdrom from node %(uuid)s. Error: %(error)s"
msgstr ""
#: ironic/drivers/modules/irmc/deploy.py:457
#: ironic/drivers/modules/irmc/deploy.py:460
#, python-format
msgid "Error while ejecting virtual cdrom from node %(uuid)s. Error: %(error)s"
msgstr ""
#: ironic/drivers/modules/irmc/deploy.py:490
#: ironic/drivers/modules/irmc/deploy.py:493
#, python-format
msgid "Error while inserting virtual floppy from node %(uuid)s. Error: %(error)s"
msgstr ""
#: ironic/drivers/modules/irmc/deploy.py:513
#: ironic/drivers/modules/irmc/deploy.py:516
#, python-format
msgid "Error while ejecting virtual floppy from node %(uuid)s. Error: %(error)s"
msgstr ""
@@ -587,7 +594,7 @@ msgstr ""
msgid "Reboot failed. Error: %(err_msg)s"
msgstr ""
#: ironic/drivers/modules/ucs/helper.py:119
#: ironic/drivers/modules/ucs/helper.py:118
#, python-format
msgid "Cisco client: service unavailable for node %(uuid)s."
msgstr ""
@@ -635,11 +642,6 @@ msgid ""
"seconds."
msgstr ""
#: ironic/objects/base.py:173
#, python-format
msgid "Unable to instantiate unregistered object type %(objtype)s"
msgstr ""
#: ironic/tests/db/sqlalchemy/test_migrations.py:169
#, python-format
msgid "Failed to migrate to version %(version)s on engine %(engine)s"

View File

@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: ironic 4.1.1.dev38\n"
"Project-Id-Version: ironic 4.1.0.106.gecf6fc1\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-09-17 06:25+0000\n"
"POT-Creation-Date: 2015-09-24 21:22+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,7 +17,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.0\n"
#: ironic/cmd/api.py:54
#: ironic/cmd/api.py:58
#, python-format
msgid "Serving on http://%(host)s:%(port)s"
msgstr ""
@@ -44,104 +44,112 @@ msgid ""
"%(service)s on host %(host)s."
msgstr ""
#: ironic/conductor/manager.py:315
#: ironic/conductor/manager.py:316
#, python-format
msgid "Successfully started conductor with hostname %(hostname)s."
msgstr ""
#: ironic/conductor/manager.py:336
#: ironic/conductor/manager.py:337
#, python-format
msgid "Successfully stopped conductor with hostname %(hostname)s."
msgstr ""
#: ironic/conductor/manager.py:342
#: ironic/conductor/manager.py:343
#, python-format
msgid "Not deregistering conductor with hostname %(hostname)s."
msgstr ""
#: ironic/conductor/manager.py:809
#: ironic/conductor/manager.py:810
#, python-format
msgid "Successfully unprovisioned node %(node)s with instance %(instance)s."
msgstr ""
#: ironic/conductor/manager.py:892
#: ironic/conductor/manager.py:947
#, python-format
msgid ""
"Cleaning is disabled, node %s has been successfully moved to AVAILABLE "
"state."
msgstr ""
#: ironic/conductor/manager.py:961
#: ironic/conductor/manager.py:1000
#, python-format
msgid "Executing %(state)s on node %(node)s, remaining steps: %(steps)s"
msgstr ""
#: ironic/conductor/manager.py:971
#: ironic/conductor/manager.py:1010
#, python-format
msgid "Executing %(step)s on node %(node)s"
msgstr ""
#: ironic/conductor/manager.py:998
#: ironic/conductor/manager.py:1037
#, python-format
msgid ""
"Clean step %(step)s on node %(node)s being executed asynchronously, "
"waiting for driver."
msgstr ""
#: ironic/conductor/manager.py:1009
#: ironic/conductor/manager.py:1048
#, python-format
msgid "Node %(node)s finished clean step %(step)s"
msgstr ""
#: ironic/conductor/manager.py:1025
#: ironic/conductor/manager.py:1064
#, python-format
msgid "Node %s cleaning complete"
msgstr ""
#: ironic/conductor/manager.py:1159
#: ironic/conductor/manager.py:1174
#, python-format
msgid ""
"The current clean step \"%(clean_step)s\" for node %(node)s is not "
"abortable. Adding a flag to abort the cleaning after the clean step is "
"completed."
msgstr ""
#: ironic/conductor/manager.py:1264
#, python-format
msgid ""
"During sync_power_state, node %(node)s was not found and presumed deleted"
" by another process."
msgstr ""
#: ironic/conductor/manager.py:1163
#: ironic/conductor/manager.py:1268
#, python-format
msgid ""
"During sync_power_state, node %(node)s was already locked by another "
"process. Skip."
msgstr ""
#: ironic/conductor/manager.py:1468
#: ironic/conductor/manager.py:1573
#, python-format
msgid "Successfully deleted node %(node)s."
msgstr ""
#: ironic/conductor/manager.py:1488
#: ironic/conductor/manager.py:1593
#, python-format
msgid ""
"Successfully deleted port %(port)s. The node associated with the port was"
" %(node)s"
msgstr ""
#: ironic/conductor/manager.py:1562
#: ironic/conductor/manager.py:1667
#, python-format
msgid "No console action was triggered because the console is already %s"
msgstr ""
#: ironic/conductor/manager.py:2187
#: ironic/conductor/manager.py:2397
#, python-format
msgid "Successfully deployed node %(node)s with instance %(instance)s."
msgstr ""
#: ironic/conductor/manager.py:2296
#: ironic/conductor/manager.py:2506
#, python-format
msgid ""
"During sync_power_state, node %(node)s has no previous known state. "
"Recording current state '%(state)s'."
msgstr ""
#: ironic/conductor/manager.py:2366
#: ironic/conductor/manager.py:2576
#, python-format
msgid "Successfully inspected node %(node)s"
msgstr ""
@@ -151,7 +159,7 @@ msgstr ""
msgid "Successfully set node %(node)s power state to %(state)s."
msgstr ""
#: ironic/drivers/modules/agent.py:456
#: ironic/drivers/modules/agent.py:417
#, python-format
msgid "Image successfully written to node %s"
msgstr ""
@@ -178,7 +186,7 @@ msgid ""
msgstr ""
#: ironic/drivers/modules/agent_base_vendor.py:620
#: ironic/drivers/modules/iscsi_deploy.py:643
#: ironic/drivers/modules/iscsi_deploy.py:642
#, python-format
msgid "Deployment to node %s done"
msgstr ""
@@ -188,36 +196,36 @@ msgstr ""
msgid "Local boot successfully configured for node %s"
msgstr ""
#: ironic/drivers/modules/deploy_utils.py:503
#: ironic/drivers/modules/deploy_utils.py:520
#, python-format
msgid "Disk metadata on %(dev)s successfully destroyed for node %(node)s"
msgstr ""
#: ironic/drivers/modules/deploy_utils.py:616
#: ironic/drivers/modules/deploy_utils.py:633
#, python-format
msgid ""
"Successfully completed the disk device %(dev)s partitioning for node "
"%(node)s"
msgstr ""
#: ironic/drivers/modules/deploy_utils.py:649
#: ironic/drivers/modules/deploy_utils.py:666
#, python-format
msgid ""
"Configdrive for node %(node)s successfully copied onto partition "
"%(partition)s"
msgstr ""
#: ironic/drivers/modules/deploy_utils.py:660
#: ironic/drivers/modules/deploy_utils.py:677
#, python-format
msgid "Image for %(node)s successfully populated"
msgstr ""
#: ironic/drivers/modules/deploy_utils.py:665
#: ironic/drivers/modules/deploy_utils.py:682
#, python-format
msgid "Swap partition %(swap)s successfully formatted for node %(node)s"
msgstr ""
#: ironic/drivers/modules/deploy_utils.py:671
#: ironic/drivers/modules/deploy_utils.py:688
#, python-format
msgid "Ephemeral partition %(ephemeral)s successfully formatted for node %(node)s"
msgstr ""
@@ -268,7 +276,7 @@ msgstr ""
msgid "Option %(opt)s is supported by ipmitool"
msgstr ""
#: ironic/drivers/modules/iscsi_deploy.py:608
#: ironic/drivers/modules/iscsi_deploy.py:607
#, python-format
msgid "Bootloader successfully installed on node %s"
msgstr ""
@@ -323,7 +331,7 @@ msgstr ""
msgid "Setting up node %s to boot from virtual media"
msgstr ""
#: ironic/drivers/modules/ilo/deploy.py:385
#: ironic/drivers/modules/ilo/deploy.py:432
#, python-format
msgid "Changed secure boot to %(mode)s for node %(node)s"
msgstr ""
@@ -357,22 +365,22 @@ msgid ""
"'reset_ilo_credential' is not performed on node %s."
msgstr ""
#: ironic/drivers/modules/irmc/deploy.py:441
#: ironic/drivers/modules/irmc/deploy.py:444
#, python-format
msgid "Attached virtual cdrom successfully for node %s"
msgstr ""
#: ironic/drivers/modules/irmc/deploy.py:464
#: ironic/drivers/modules/irmc/deploy.py:467
#, python-format
msgid "Detached virtual cdrom successfully for node %s"
msgstr ""
#: ironic/drivers/modules/irmc/deploy.py:497
#: ironic/drivers/modules/irmc/deploy.py:500
#, python-format
msgid "Attached virtual floppy successfully for node %s"
msgstr ""
#: ironic/drivers/modules/irmc/deploy.py:520
#: ironic/drivers/modules/irmc/deploy.py:523
#, python-format
msgid "Detached virtual floppy successfully for node %s"
msgstr ""

View File

@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: ironic 4.1.1.dev38\n"
"Project-Id-Version: ironic 4.1.0.106.gecf6fc1\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-09-17 06:25+0000\n"
"POT-Creation-Date: 2015-09-24 21:22+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -51,91 +51,91 @@ msgid ""
"object is not a string: %s,"
msgstr ""
#: ironic/conductor/manager.py:288
#: ironic/conductor/manager.py:289
#, python-format
msgid ""
"A conductor with hostname %(hostname)s was previously registered. "
"Updating registration"
msgstr ""
#: ironic/conductor/manager.py:376
#: ironic/conductor/manager.py:377
msgid "Conductor could not connect to database while heartbeating."
msgstr ""
#: ironic/conductor/manager.py:919
#: ironic/conductor/manager.py:974
msgid ""
"Returning CLEANING for asynchronous prepare cleaning has been deprecated."
" Please use CLEANWAIT instead."
msgstr ""
#: ironic/conductor/manager.py:987
#: ironic/conductor/manager.py:1026
msgid ""
"Returning CLEANING for asynchronous clean steps has been deprecated. "
"Please use CLEANWAIT instead."
msgstr ""
#: ironic/conductor/manager.py:1224
#: ironic/conductor/manager.py:1329
#, python-format
msgid ""
"During checking for deploying state, node %s was not found and presumed "
"deleted by another process. Skipping."
msgstr ""
#: ironic/conductor/manager.py:1229
#: ironic/conductor/manager.py:1334
#, python-format
msgid ""
"During checking for deploying state, when releasing the lock of the node "
"%s, it was locked by another process. Skipping."
msgstr ""
#: ironic/conductor/manager.py:1235
#: ironic/conductor/manager.py:1340
#, python-format
msgid ""
"During checking for deploying state, when releasing the lock of the node "
"%s, it was already unlocked."
msgstr ""
#: ironic/conductor/manager.py:1625
#: ironic/conductor/manager.py:1730
#, python-format
msgid ""
"No VIF found for instance %(instance)s port %(port)s when attempting to "
"update port MAC address."
msgstr ""
#: ironic/conductor/manager.py:1683
#: ironic/conductor/manager.py:1788
#, python-format
msgid ""
"get_sensors_data is not implemented for driver %(driver)s, node_uuid is "
"%(node)s"
msgstr ""
#: ironic/conductor/manager.py:1688
#: ironic/conductor/manager.py:1793
#, python-format
msgid ""
"During get_sensors_data, could not parse sensor data for node %(node)s. "
"Error: %(err)s."
msgstr ""
#: ironic/conductor/manager.py:1693
#: ironic/conductor/manager.py:1798
#, python-format
msgid ""
"During get_sensors_data, could not get sensor data for node %(node)s. "
"Error: %(err)s."
msgstr ""
#: ironic/conductor/manager.py:1698
#: ironic/conductor/manager.py:1803
#, python-format
msgid ""
"During send_sensor_data, node %(node)s was not found and presumed deleted"
" by another process."
msgstr ""
#: ironic/conductor/manager.py:1703
#: ironic/conductor/manager.py:1808
#, python-format
msgid "Failed to get sensor data for node %(node)s. Error: %(error)s"
msgstr ""
#: ironic/conductor/manager.py:1833
#: ironic/conductor/manager.py:1938
#, python-format
msgid ""
"Driver '%s' is missing a task argument to the method "
@@ -143,14 +143,14 @@ msgid ""
" code to include a task argument."
msgstr ""
#: ironic/conductor/manager.py:2058
#: ironic/conductor/manager.py:2268
#, python-format
msgid ""
"No free conductor workers available to perform an action on node "
"%(node)s, setting node's power state back to %(power_state)s."
msgstr ""
#: ironic/conductor/manager.py:2086
#: ironic/conductor/manager.py:2296
#, python-format
msgid ""
"No free conductor workers available to perform an action on node "
@@ -158,28 +158,28 @@ msgid ""
"target_provision_state to %(tgt_prov_state)s."
msgstr ""
#: ironic/conductor/manager.py:2270
#: ironic/conductor/manager.py:2480
#, python-format
msgid ""
"During sync_power_state, could not get power state for node %(node)s, "
"attempt %(attempt)s of %(retries)s. Error: %(err)s."
msgstr ""
#: ironic/conductor/manager.py:2309
#: ironic/conductor/manager.py:2519
#, python-format
msgid ""
"During sync_power_state, node %(node)s state '%(actual)s' does not match "
"expected state. Changing hardware state to '%(state)s'."
msgstr ""
#: ironic/conductor/manager.py:2327
#: ironic/conductor/manager.py:2537
#, python-format
msgid ""
"During sync_power_state, node %(node)s state does not match expected "
"state '%(state)s'. Updating recorded state to '%(actual)s'."
msgstr ""
#: ironic/conductor/task_manager.py:400
#: ironic/conductor/task_manager.py:399
#, python-format
msgid "Task's on_error hook failed to call %(method)s on node %(node)s"
msgstr ""
@@ -220,7 +220,7 @@ msgid ""
" on the following ports: %(ports)s."
msgstr ""
#: ironic/drivers/base.py:1055
#: ironic/drivers/base.py:1058
msgid ""
"Using periodic tasks with parallel=False is deprecated, \"parallel\" "
"argument will be ignored starting with the Mitaka release"
@@ -231,6 +231,13 @@ msgstr ""
msgid "Ignoring malformed capability '%s'. Format should be 'key:val'."
msgstr ""
#: ironic/drivers/modules/agent.py:151
#, python-format
msgid ""
"Skip the image size check as memory_mb is not defined in properties on "
"node %s."
msgstr ""
#: ironic/drivers/modules/agent_base_vendor.py:497
#, python-format
msgid "Malformed MAC: %s"
@@ -260,7 +267,7 @@ msgstr ""
msgid "No console pid found for node %s while trying to stop shellinabox console."
msgstr ""
#: ironic/drivers/modules/deploy_utils.py:1039
#: ironic/drivers/modules/deploy_utils.py:1055
#, python-format
msgid ""
"ipmitool is unable to set boot device while the node %s is in UEFI boot "
@@ -353,12 +360,12 @@ msgid ""
"%(cmd)s\". Error: %(error)s"
msgstr ""
#: ironic/drivers/modules/iscsi_deploy.py:793
#: ironic/drivers/modules/iscsi_deploy.py:815
#: ironic/drivers/modules/ilo/deploy.py:898
#: ironic/drivers/modules/ilo/deploy.py:928
#: ironic/drivers/modules/irmc/deploy.py:803
#: ironic/drivers/modules/irmc/deploy.py:833
#: ironic/drivers/modules/iscsi_deploy.py:792
#: ironic/drivers/modules/iscsi_deploy.py:814
#: ironic/drivers/modules/ilo/deploy.py:962
#: ironic/drivers/modules/ilo/deploy.py:992
#: ironic/drivers/modules/irmc/deploy.py:806
#: ironic/drivers/modules/irmc/deploy.py:836
#, python-format
msgid ""
"The node %s is using the bash deploy ramdisk for its deployment. This "
@@ -429,7 +436,7 @@ msgid ""
" %(state)s."
msgstr ""
#: ironic/drivers/modules/ssh.py:703
#: ironic/drivers/modules/ssh.py:716
#, python-format
msgid ""
"Failed to get boot device for node %(node)s, virt_type %(vtype)s does not"
@@ -468,7 +475,30 @@ msgid ""
"%(response_code)s. Retry attempt %(count)d"
msgstr ""
#: ironic/drivers/modules/ilo/deploy.py:403
#: ironic/drivers/modules/ilo/deploy.py:91
#, python-format
msgid ""
"Boot iso recreation failed during take over. Reason: %(reason)s. The node"
" %(node)s may not come up with current boot_iso %(boot_iso)s. "
msgstr ""
#: ironic/drivers/modules/ilo/deploy.py:102
#, python-format
msgid ""
"Boot iso recreation failed during take over. The node %(node)s may not "
"come up with current boot_iso %(boot_iso)s. "
msgstr ""
#: ironic/drivers/modules/ilo/deploy.py:108
#, python-format
msgid ""
"There is not enough information to recreate boot iso. The UUID for the "
"root partition could not be found. The boot-iso cannot be created without"
" root_uuid. The node %(node)s may not come up with current boot_iso "
"%(boot_iso)s "
msgstr ""
#: ironic/drivers/modules/ilo/deploy.py:450
#, python-format
msgid "Secure boot mode is not supported for node %s"
msgstr ""

File diff suppressed because it is too large Load Diff