]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix quotas issue during volume transfer
authorMitsuhiro Tanino <mitsuhiro.tanino@hds.com>
Fri, 13 Nov 2015 20:01:32 +0000 (15:01 -0500)
committerMitsuhiro Tanino <mitsuhiro.tanino@hds.com>
Thu, 26 Nov 2015 04:52:01 +0000 (23:52 -0500)
commit173fd8604c5fe1237330eca96efdc356906ced50
tree6ba8d4d4c1964ab72faaf9f13c0b7395331fad34
parent1369c3c67a21aa8eba97d7c64440718cef1e843e
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
cinder/tests/unit/test_volume_transfer.py
cinder/transfer/api.py