]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add keyword argument missing at some exc.HTTPError subclass
authorKIYOHIRO ADACHI <adachi@mxs.nes.nec.co.jp>
Fri, 27 Dec 2013 03:16:37 +0000 (12:16 +0900)
committerKIYOHIRO ADACHI <adachi@mxs.nes.nec.co.jp>
Mon, 16 Jun 2014 08:37:51 +0000 (17:37 +0900)
commit57fd92a3943aa4856de6ceb18a7b704ed7fae7c6
tree10f5e81b0cddbdbb0c607b943a86e9f75f3a8a9f
parent86643780bc2cf1f7a467a7c65aab64e3110d031e
Add keyword argument missing at some exc.HTTPError subclass

Some exc.HTTPError subclass needs keyword argument ``explanation``.
If there is no ``explanation=``, the message of the argument is
recognized as ``detail``.

Change-Id: Idfc07b2bd71da31e44212d3296921e18d2024a63
Closes-Bug: #1264424
cinder/api/contrib/admin_actions.py
cinder/api/contrib/services.py
cinder/api/contrib/volume_actions.py
cinder/api/middleware/auth.py