Files
placement/nova
bhagyashris e79fb5d631 Handle maximum limit in schema for int and float type parameters
Create/update inventory APIs returns 500 error if you pass value
greater than db.MAX_INT (2147483647) for total, reserved, min_unit,
max_unit, step_size int type parameters and db.SQL_SP_FLOAT_MAX
(3.40282e+38) for allocation_ratio.

Added maximum limit check in schema to ensure value is not greater than
maximum limit permitted by db for all mentioned parameters.

Closes-Bug: #1642484
Change-Id: I5b8c3c175ca617ae7bb82b81b0fe608ae1755b72
2016-12-01 12:21:03 +05:30
..
2016-11-04 10:40:20 +00:00
2014-10-08 13:41:37 +00:00