Comment 10 for bug 1488289

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ironic (stable/liberty)

Reviewed: https://review.openstack.org/229692
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=141c4819bd3059747ddb95166b990eb5ba576d52
Submitter: Jenkins
Branch: stable/liberty

commit 141c4819bd3059747ddb95166b990eb5ba576d52
Author: Yuiko Takada <email address hidden>
Date: Tue Aug 25 10:28:53 2015 +0900

    Use standard locale when executing 'dd' command

    When executing 'dd' command, baremetal provisioning fails on OS with
    Japanese because of ascii codec error:
     InstanceDeployFailure: Deploy failed for instance <uuid>.
     Error: 'ascii' codec can't decode byte 0xc2 in position 24:
            ordinal not in range(128)
    This patch set fixes this bug by using standard locale when
    executing 'dd'.

    Change-Id: I8107975044cc9dec85e0d7571f99eaf5ea869891
    Closes-Bug:#1488289
    Co-Authored-By: Ruby Loo <email address hidden>
    (cherry picked from commit 8166c6e8ddd333ee9930d0d7d1afb7c2ee47fc4a)