Comment 14 for bug 1369465

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

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

commit c56bbc61f44529042ae9126a9a0b62affe0276d0
Author: Nicolas Simonds <email address hidden>
Date: Tue Jun 2 14:59:42 2015 -0700

    libvirt: Split out resize_image logic from create_image

    Rather than rely on the dubiously-named create_image() method to
    handle resizing existing images, let the imagebackend caching layer
    figure out if the resize needs to be done, and call resize_image()
    to do the work when appropriate.

    Partial-Bug: 1369465
    Change-Id: I28ba1970317f3d5691d05283796d4345ff38a804