Fixed typo.

This commit is contained in:
Tim Simpson 2012-05-29 11:39:12 -05:00
parent 753755ff32
commit c38b7c814c

View File

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