glance/glance/tests
Niall Bunting 9b430f9951 Add functionality to define requests without body
This allows functions that do not accept bodies to define this in the
router file. As currently many requests will cause a 500 if a body is
supplied when the API request does not expect it.

This currently only affects the core parts of the v2 api, that is,
calls to v2/images and v2/schemas. It does not cover the "tasks" API
or the metadefs api as I was keeping this patch concise. As this
does not affect the behaviour if not included this makes no change to
the metadefs api behaviour.

DocImpact

Partial-Bug: 1475647

Change-Id: Ieb510e5516128078d40d39fd9b4f339ce64e10e7
2016-01-04 14:46:57 +00:00
..
etc Make properties roles check case-insensitive 2015-06-03 08:30:21 +00:00
functional Add functionality to define requests without body 2016-01-04 14:46:57 +00:00
integration Prevent image status being directly modified via v1 2015-09-22 16:07:02 +02:00
unit Merge "Port v1.test_registry_api to Python 3" 2015-10-27 16:36:54 +00:00
var Rewrite SSL tests 2015-02-02 20:10:27 -08:00
__init__.py Fix getaddrinfo if dnspython is installed 2014-12-05 09:29:16 +00:00
stubs.py Don't use slashes for long lines - use parentheses instead 2015-08-16 07:21:13 +00:00
test_hacking.py Leverage dict comprehension in PEP-0274 2015-05-28 01:46:02 +00:00
utils.py Merge "Port v1.test_registry_api to Python 3" 2015-10-27 16:36:54 +00:00