]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix webob.exc.HTTPForbidden parameter miss
authorHaiwei Xu <xu-haiwei@mxw.nes.nec.co.jp>
Mon, 24 Feb 2014 13:12:59 +0000 (22:12 +0900)
committerHaiwei Xu <xu-haiwei@mxw.nes.nec.co.jp>
Mon, 24 Feb 2014 13:15:41 +0000 (22:15 +0900)
commit5dea9b2f49d97a26952d58fba95cfbd734729615
tree6aed8c9bf2617fad3860f3a381d347e6576fbe22
parent368b7f858e0f7e713911411ecf6d605f24c525b1
Fix webob.exc.HTTPForbidden parameter miss

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

Change-Id: I4c66697daf0ce9e00c8820311dc7141eacd7e733
Closes-Bug: #1283872
neutron/wsgi.py