Comment 7 for bug 1212710

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

Reviewed: https://review.openstack.org/48178
Committed: http://github.com/openstack/cinder/commit/c77868f44b1e72be2b65f697a1f0f3b32126e581
Submitter: Jenkins
Branch: master

commit c77868f44b1e72be2b65f697a1f0f3b32126e581
Author: Mike Perez <email address hidden>
Date: Tue Sep 24 20:55:04 2013 -0700

    Pass correct args to vol_rpc create_volume calls

    In the chance and simple scheduler, create volume was originally using
    snapshot_id and image_id for request_spec and filter_properties. This
    corrects that by passing the correct arguments and keyword arguments to
    create_volume.

    Change-Id: Icbcfbfb28f36e1f75519bf5ad6fcbcc12a9b4ec1
    Closes-Bug: #1212710