Comment 2 for bug 1502583

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/230800
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=414243ace138242726b253ca080be0feb70cacc0
Submitter: Jenkins
Branch: master

commit 414243ace138242726b253ca080be0feb70cacc0
Author: Alessandro Pilotti <email address hidden>
Date: Sun Oct 4 14:03:05 2015 +0300

    Fixes Python 3 str issue in ConfigDrive creation

    ConfigDrive creation fails when writing metadata to file
    due to a str to bytes conversion issue.

    Change-Id: I4c086007543814a2f2ec3f7ccde9e8f9f2b5937f
    Closes-Bug: #1502583