Comment 2 for bug 1261585

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

Reviewed: https://review.openstack.org/62502
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=1fc9eafab43accc127044351106983e2cb215520
Submitter: Jenkins
Branch: master

commit 1fc9eafab43accc127044351106983e2cb215520
Author: Alessandro Pilotti <email address hidden>
Date: Tue Dec 17 02:05:11 2013 +0200

    Fixes ConfigDrive bug on Windows

    Files must be written specifying "wb" instead of "w"
    to support binary files on both Windows and Linux.

    Change-Id: I069845136df4a11b54c931a71575ca3efb9bc6d0
    Closes-Bug: #1261585