Comment 3 for bug 1655389

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

Reviewed: https://review.openstack.org/418458
Committed: https://git.openstack.org/cgit/openstack/ironic-lib/commit/?id=2f0ea84488d2944d2e0f22b6b6d29508d061b8f8
Submitter: Jenkins
Branch: master

commit 2f0ea84488d2944d2e0f22b6b6d29508d061b8f8
Author: Jay Faulkner <email address hidden>
Date: Tue Jan 10 08:07:49 2017 -0800

    Create configdrive partitions as vfat

    This fixes a bug where ironic-lib would create configdrive partitions as
    ext2, which is incompatible with any OS but Linux and goes against the
    configdrive standard as written in cloud-init docs.

    Change-Id: Ib4ad8e0b4d6dbef9d441d9ae13fd82f8f51957e6
    Closes-bug: #1655389