]> 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)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:30 +0000 (15:20 +0800)
commitd30f24bea4672b27b69192292e74b308db8777e9
treef5093f73fbee03ee07414da8327fdb749e8be99c
parent9b8248fdac20072b966b418ce68497aa54c878d1
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