Comment 5 for bug 1672199

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

Reviewed: https://review.openstack.org/445695
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=1e548fd464c78d38b67e0715765a31ac5197c6b3
Submitter: Jenkins
Branch: stable/newton

commit 1e548fd464c78d38b67e0715765a31ac5197c6b3
Author: Dave Walker (Daviey) <email address hidden>
Date: Sun Mar 12 19:25:18 2017 +0000

    Add mkfs.vfat to nova-compute source images

    Currently Windows and non-declared os_type images (defaults
    to Windows) attempt to format ephemeral volumes with
    mkfs.vfat but fail as this tool is not available in the
    container.

    This is resolved by installing dosfstools on the Source
    builds (as I believe this is handled in binary builds
    through dependencies).

    Change-Id: Iefa5fb0a16eed30aea935268f2a9becb1481b018
    Closes-bug: #1672199
    Signed-off-by: Dave Walker (Daviey) <email address hidden>
    (cherry picked from commit 76cae7fe0bb4cfef0fbd1eb232098e7b1e6775eb)