]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Clarify InvalidInput exception when the size is missing
authorJoe Gordon <joe.gordon0@gmail.com>
Thu, 2 Oct 2014 16:44:12 +0000 (09:44 -0700)
committerJoe Gordon <joe.gordon0@gmail.com>
Thu, 2 Oct 2014 16:44:12 +0000 (09:44 -0700)
commit04ec4673c61fb8300069e7991ab80f7782cc6b86
tree3c319c8ff7863ef06126451aed8bd4a85d0ab7f1
parent4ee48a69b8f2398e9eb7ae9b9ab9d9320a647638
Clarify InvalidInput exception when the size is missing

In the case where size is None, the exception message
'Volume size  must be an integer...' is misleading.

Change-Id: Ida34a84f8b3d156e3dca54de594c991b5ef73295
cinder/volume/flows/api/create_volume.py