]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Change default Exception code to 500
authorJohn Griffith <john.griffith8@gmail.com>
Tue, 13 Oct 2015 03:44:09 +0000 (21:44 -0600)
committerSean Dague <sean@dague.net>
Tue, 13 Oct 2015 15:52:47 +0000 (11:52 -0400)
commit9a7cbe540c94d54194194f4747a52b8211f6372e
tree80e592e23f7b0f1f12b96f8398869b5dc2f938c0
parent7fb767f2d652f070a20fd70d92585d61e56f3a50
Change default Exception code to 500

As a part of the fix for LP#1505153, the invalid
response of 0 was changed to 400 to fix a running
issue with the new version of WebOb.

It was pointed out after the fact  however that a
500 might be more appropriate here.

Additionally, other projects have implemented a 500
as the default so for the sake of consistency we should
consider doing the same.

This patch just changes the 400 to a 500 as the default
code.

Change-Id: Ie486dc49c927f9b50f07c1fc562e89c090924a40
Closes-Bug: #1505488
cinder/exception.py
cinder/tests/unit/test_exception.py