]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix webob.exc.HTTPForbidden parameter miss
authorHaiwei Xu <xu-haiwei@mxw.nes.nec.co.jp>
Mon, 24 Feb 2014 11:39:19 +0000 (20:39 +0900)
committerHaiwei Xu <xu-haiwei@mxw.nes.nec.co.jp>
Mon, 24 Feb 2014 11:49:29 +0000 (20:49 +0900)
commit330a476f8a82c672d636d7da78b81cc46db1e9dd
tree1a3bc00abf57c8ff89def7bd616ada1b878ea889
parent37eb101b1c91c2219d83b78df28d39dc71f7323b
Fix webob.exc.HTTPForbidden parameter miss

HTTPForbidden should use the parameter 'explanation'
instead of 'detail'.
This patch fixes this bug.

Change-Id: I688145f7ea942277c7d3ed3221d6ff2bc7a852ad
Closes-Bug: #1283872
cinder/wsgi.py