Comment 14 for bug 1488289

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to ironic (master)

Reviewed: https://review.openstack.org/231367
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=da5ddf4e703b6de9ef67420a0eb4baaa740980d7
Submitter: Jenkins
Branch: master

commit da5ddf4e703b6de9ef67420a0eb4baaa740980d7
Author: Naohiro Tamura <email address hidden>
Date: Tue Oct 6 16:36:47 2015 +0900

    Use standard locale when executing 'parted' command

    Not only 'dd' command but also 'parted' makes iscsi deploy fail in
    Japanese environment. This patch applies the same fix as 'dd'.

     ironic.drivers.modules.iscsi_deploy [-] Deploy failed for instance
     <uuid>. Error: 'ascii' codec can't decode byte 0xe8 in position 20:
     ordinal not in range(128)

    Change-Id: If6c3fbd08ff380470d88b16605b44eb00c271352
    Related-Bug: #1488289
    Depends-On: Ie3aedba60a4ed883ab24760947e65b8b3e9fa6b0