]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Correct overquota error message
authorForest Romain <romain.forest@thalesgroup.com>
Thu, 18 Jun 2015 08:58:25 +0000 (10:58 +0200)
committerForest Romain <romain.forest@thalesgroup.com>
Mon, 29 Jun 2015 09:41:01 +0000 (11:41 +0200)
commit76e0532db2405c59e19700241b965998f8918f8f
tree576106434341af0b7210fc7e052efc5df01057f7
parent5f6cbecc5ec5b6ca034290dc7bd04ab7d956cd15
Correct overquota error message

When an overquota is raised, VolumeSizeExceedsAvailableQuota returns
gigabytes quota instead of the related property quota. This change
correct values in order to match with related property quota.

Change-Id: I82fb676007a820a1890fde488ffe25320e035ff5
Closes-Bug: #1463798
cinder/exception.py
cinder/tests/unit/test_quota.py
cinder/volume/flows/api/create_volume.py