]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Validate the quota in the API layer for volume extend
authorVincent Hou <sbhou@cn.ibm.com>
Wed, 8 Jan 2014 07:52:54 +0000 (02:52 -0500)
committerVincent Hou <sbhou@cn.ibm.com>
Fri, 7 Feb 2014 02:34:18 +0000 (21:34 -0500)
commit24d6b57d1cb0c4f91545f85ea9c766d1e0ec50a0
tree803f25dcc364ef0ea14378744539d8c63bc53145
parente3986285d2b297cd424210e3343f8532b12566ff
Validate the quota in the API layer for volume extend

The user needs a friendly message feedback if the quota exceeds when
the volume is about to extend.

Change-Id: Ifd523ac5e9039861cf87711dc5c4842b5cb524c2
Closes-Bug: #1256763
cinder/tests/test_volume.py
cinder/tests/test_volume_rpcapi.py
cinder/volume/api.py
cinder/volume/manager.py
cinder/volume/rpcapi.py