Comment 2 for bug 1208617

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

Reviewed: https://review.openstack.org/40307
Committed: http://github.com/openstack/cinder/commit/0f11f016c56db89188051661ad9dce8f0ef920f7
Submitter: Jenkins
Branch: master

commit 0f11f016c56db89188051661ad9dce8f0ef920f7
Author: Edward Hope-Morley <email address hidden>
Date: Mon Aug 5 22:57:09 2013 +0100

    Fixes create rbd volume from image v1 glance api

    The RBD driver supports two methods of image cloning;
    thin copy i.e. copy-on-write (requires v2 Glance API)
    and full copy (default if v2 Glance API is not available).

    clone_image() was failing in the Glance V1 API case because
    it was not returning a tuple, as expected by the volume
    manager. Glance V2 support works fine.

    Fixes: bug #1208617

    Change-Id: I2e8605eaacfe8b65bdf47cb6ea40ef62d6f6b895