Comment 2 for bug 1505307

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

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

commit ceb65b6f868284a6738b5202ea44ac91198d9f1f
Author: Ollie Leahy <email address hidden>
Date: Thu Oct 15 15:20:28 2015 +0000

    Use project id from volume when retyping volumes

    Use the project_id from the volume being retyped to reserve quota in
    get_volume_type_reservation(). Previously the project_id from the
    context was used, which could cause reservations to be made and never
    cleared.

    Change-Id: I25f7c00961e259102cdaea6ea9394d04ded96b92
    Closes-Bug: #1505307