glance/glance/common
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
..
artifacts Change string generation mechanism for info logging 2015-09-30 02:20:37 +03:00
location_strategy Merge "Use oslo_config choices support" 2015-03-13 05:16:23 +00:00
scripts Port script utils to Python 3 2015-10-21 11:48:08 +02:00
__init__.py Empty files shouldn't contain copyright nor license 2013-12-24 22:39:05 -06:00
auth.py Use dictionary literal for dictionary creation 2015-08-07 06:00:35 -07:00
client.py Merge "Use dictionary literal for dictionary creation" 2015-09-22 07:32:23 +00:00
config.py Merge "Typo fix" 2015-10-22 17:51:28 +00:00
crypt.py Port v1.test_registry_api to Python 3 2015-10-22 22:53:05 +02:00
exception.py Add image signing verification 2015-09-02 17:02:03 -04:00
jsonpatchvalidator.py Fix mutable defaults in tests 2015-09-28 14:36:27 +03:00
property_utils.py Make properties roles check case-insensitive 2015-06-03 08:30:21 +00:00
rpc.py Port rpc and wsgi to Python 3 2015-10-13 12:27:50 +02:00
semver_db.py Fixed version unequality artifact filtering 2015-08-28 11:46:28 +00:00
signature_utils.py Add image signing verification 2015-09-02 17:02:03 -04:00
store_utils.py Use oslo_utils.encodeutils.exception_to_unicode() 2015-07-17 18:31:03 +02:00
swift_store_utils.py Use six.moves to fix imports on Python 3 2015-05-27 02:57:34 +02:00
utils.py Merge "utils: use oslo_utils.uuidutils" 2015-10-18 23:16:14 +00:00
wsgi.py Add functionality to define requests without body 2016-01-04 14:46:57 +00:00
wsme_utils.py Upgrade to hacking 0.10 2015-01-13 15:03:27 +01:00