summaryrefslogtreecommitdiff
path: root/trove/common/wsgi.py
diff options
context:
space:
mode:
Diffstat (limited to 'trove/common/wsgi.py')
-rw-r--r--trove/common/wsgi.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/trove/common/wsgi.py b/trove/common/wsgi.py
index 823df0d4..766d5960 100644
--- a/trove/common/wsgi.py
+++ b/trove/common/wsgi.py
@@ -317,6 +317,9 @@ class Controller(object):
exception.Forbidden,
exception.SwiftAuthError,
],
+ webob.exc.HTTPForbidden: [
+ exception.ReplicaSourceDeleteForbidden,
+ ],
webob.exc.HTTPBadRequest: [
exception.InvalidModelError,
exception.BadRequest,