nova/nova/api/openstack
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
..
compute Limit the min length of string for integer JSON-Schema 2017-05-27 10:14:28 +00:00
placement Merge "[placement] Idempotent PUT /resource_classes/{name}" 2017-04-28 15:11:50 +00:00
__init__.py Use plain routes list for '/servers' endpoint instead of stevedore 2017-04-25 22:38:33 +08:00
api_version_request.py 2.45: Remove Location header from createImage and createBackup responses 2017-04-25 15:52:14 -04:00
auth.py conf: Move api options to a group 2016-11-25 16:32:31 -06:00
common.py delete more i18n log markers 2017-03-21 07:37:21 -04:00
extensions.py remove i18n log markers from nova.api.* 2017-03-24 14:06:21 +00:00
identity.py remove i18n log markers from nova.api.* 2017-03-24 14:06:21 +00:00
urlmap.py Use of six.PY3 should be forward compatible 2016-01-17 03:32:34 +00:00
versioned_method.py Implement microversion support on api methods 2014-12-05 09:54:41 +08:00
wsgi.py API: accept None as content-length in HTTP requests 2017-04-04 17:26:16 +02:00
wsgi_app.py Add pbr-installed wsgi application for metadata api 2017-05-02 16:58:11 +00:00