Comment 10 for bug 1284284

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

Reviewed: https://review.openstack.org/106038
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=97fbe770bc4dc97218e170103bfe16a1ad632976
Submitter: Jenkins
Branch: master

commit 97fbe770bc4dc97218e170103bfe16a1ad632976
Author: Vipin Balachandran <email address hidden>
Date: Sun Jun 29 18:57:00 2014 +0530

    VMware:Support for create disk and disk descriptor

    This change adds utility methods for creating a virtual disk and virtual
    disk descriptor. Currently volume creation from preallocated image doesn't
    honour the disk type in the volume extra spec and adapter type in the image
    meta-data. The workflow to address these issues require support for the
    above mentioned methods.

    Change-Id: If8ec1fd6c60d26552e5fb58b8bb16a8cc87d9d28
    Partial-Bug: #1284284
    Partial-Bug: #1287185