Comment 5 for bug 1501855

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

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

commit 173fd8604c5fe1237330eca96efdc356906ced50
Author: Mitsuhiro Tanino <email address hidden>
Date: Fri Nov 13 15:01:32 2015 -0500

    Fix quotas issue during volume transfer

    When admin transfers a volume with volume type from
    one tenant to another, it correctly updates the quota
    for the default values, but does not update for the
    volume type values.

    This patch fixes the problem to update quotas for
    the volume type values.

    Change-Id: If444639cea8e74a415220df43fccfb155ca89216
    Closes-Bug: #1501855