Merge pull request #84 from TimSimpsonR/500_on_volume_failure

Fixed typo.
This commit is contained in:
Michael Basnight 2012-05-29 09:32:39 -07:00
commit 54cbb0ef56

View File

@ -58,7 +58,7 @@ class BaseController(wsgi.Controller):
exception.OverLimit,
],
webob.exc.HTTPServerError: [
exceptions.VolumeCreationFailure
exception.VolumeCreationFailure
]
}