nova/nova/api/validation
He Jie Xu 934ccef0bd Limit the min length of string for integer JSON-Schema
The JSON-Schema of integer string is without min length limits. That
leads to the user can input empty string, and nova API code can't
handle that case. Finally the user will get 500 returned.

The create_backup and multi_create API are fixed. The networks and
tenant_networks API have same problem on few parameters, but due
to the nova-network is deprecated, so just keep those nova-network
specific API behaviour as before.

Change-Id: I521e914fc48b7a221431f41c567f2cb4b9b4ab99
Closes-bug: #1652719
2017-05-27 10:14:28 +00:00
..
__init__.py Add query parameters white list for server list/detail 2017-01-17 15:54:15 +00:00
parameter_types.py Limit the min length of string for integer JSON-Schema 2017-05-27 10:14:28 +00:00
validators.py Correct the error message for query parameter validation 2017-05-19 00:37:09 +08:00