Comment 4 for bug 1125068

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

Reviewed: https://review.openstack.org/21956
Committed: http://github.com/openstack/nova/commit/889e9c0be4852fa4b96bdceba889f9584ac3b716
Submitter: Jenkins
Branch: stable/folsom

commit 889e9c0be4852fa4b96bdceba889f9584ac3b716
Author: Pádraig Brady <email address hidden>
Date: Thu Feb 14 10:37:21 2013 +0000

    remove intermediate libvirt downloaded images

    * nova/virt/images.py (fetch_to_raw): When converting a downloaded
    image to raw, ensure we delete the original download image.
    I.E. the .part file. The regression was introduced in 7c265343.
    * nova/tests/test_libvirt.py (test_fetch_raw_image): A new test
    for this function which wasn't tested previously.

    Conflicts:

     nova/tests/test_libvirt.py
     nova/virt/images.py

    Fixes bug: 1125068
    Change-Id: Ie6f2cff1a554b8500fd66f0832566ae1b317be40
    (cherry picked from commit 1501a4e4f75efb63385a1dadc728c2ef245bf7de)