Comment 2 for bug 1378364

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

Reviewed: https://review.openstack.org/126568
Committed: https://git.openstack.org/cgit/openstack/sahara-image-elements/commit/?id=bbed50ca815025a44792f343bd6c9c6847b2db02
Submitter: Jenkins
Branch: master

commit bbed50ca815025a44792f343bd6c9c6847b2db02
Author: Chad Roberts <email address hidden>
Date: Tue Oct 7 10:26:33 2014 -0400

    Refactoring IMAGE_TYPE to BASE_IMAGE_OS

    Using IMAGE_TYPE to reflect the OS of the base image
    conflicts with the way that the diskimage-builder project
    uses IMAGE_TYPE (qcow2 vs tar) and was confusing.
    We are now using BASE_IMAGE_OS since it properly
    reflects what we are using it for and does not conflict
    with the diskimage-builder project.

    Change-Id: I9e84077c1bc9b8890076838e34a157cb7a3884db
    Closes-Bug: #1378364