nova/nova/api/ec2
Andrey Pavlov fb588f87db Make code compatible with v4 auth and workaround webob bug.
Webob library has a bug https://github.com/Pylons/webob/issues/149
which causes modification of req.body after first access. So it's
critical to calculate the body hash before any other access is made.

auth_params should be empty for v4 auth algorythm.

Related-Bug: #1410622

Change-Id: I06d798a125b700d9b4670448804d6be27f978d75
2015-02-02 18:40:21 +03:00
..
__init__.py Make code compatible with v4 auth and workaround webob bug. 2015-02-02 18:40:21 +03:00
apirequest.py Use oslo.utils 2014-10-06 21:41:17 -04:00
cloud.py Add flavor fields to Instance object 2015-01-29 08:53:22 -08:00
ec2utils.py Performance: leverage dict comprehension in PEP-0274 2015-01-16 10:06:13 +08:00
faults.py Don't translate debug level logs in nova.api 2014-04-25 01:35:41 -07:00
inst_state.py Remove vi modelines 2014-02-03 14:19:44 +00:00