summaryrefslogtreecommitdiffstats
path: root/openstack
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-12-08 08:15:53 +0000
committerGerrit Code Review <review@openstack.org>2012-12-08 08:15:53 +0000
commit9062a31c0774b815213e02497b66e591f783795b (patch)
tree29bf216f958c6c95441f3a17e784f7f9b3cb4001 /openstack
parent5fb74870b5a93e370983eb65ecca1947775297b1 (diff)
parent670dc3f8844e6fd3bcf9df1195891162a13719fe (diff)
downloadoslo-9062a31c0774b815213e02497b66e591f783795b.tar.gz
oslo-9062a31c0774b815213e02497b66e591f783795b.tar.xz
oslo-9062a31c0774b815213e02497b66e591f783795b.zip
Merge "Allow remote stdlib exceptions to be deserialized"
Diffstat (limited to 'openstack')
-rw-r--r--openstack/common/rpc/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/openstack/common/rpc/__init__.py b/openstack/common/rpc/__init__.py
index f84c493..e11fa16 100644
--- a/openstack/common/rpc/__init__.py
+++ b/openstack/common/rpc/__init__.py
@@ -50,6 +50,7 @@ rpc_opts = [
default=['openstack.common.exception',
'nova.exception',
'cinder.exception',
+ 'exceptions',
],
help='Modules of exceptions that are permitted to be recreated'
'upon receiving exception data from an rpc call.'),