summaryrefslogtreecommitdiffstats
path: root/nova/openstack
diff options
context:
space:
mode:
authorAndrew Bogott <abogott@wikimedia.org>2012-07-08 06:11:00 -0500
committerAndrew Bogott <abogott@wikimedia.org>2012-07-08 06:35:59 -0500
commit7d9d77b218a2e92d69bafb2fec4d1f1607fbc4a9 (patch)
tree80bcfa7fef1728645245ffa9f77f8ab9407b089b /nova/openstack
parent688f9274a803e40c20dfc9275ad2246e674a6062 (diff)
downloadnova-7d9d77b218a2e92d69bafb2fec4d1f1607fbc4a9.tar.gz
nova-7d9d77b218a2e92d69bafb2fec4d1f1607fbc4a9.tar.xz
nova-7d9d77b218a2e92d69bafb2fec4d1f1607fbc4a9.zip
Properly name openstack.common.exception.
Now it's 'nova.openstack.common.exception', thanks to a more modern update.py in common. Change-Id: I4b3caf9014f866da3a5bbf07ab194fc9910159b0
Diffstat (limited to 'nova/openstack')
-rw-r--r--nova/openstack/common/rpc/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/openstack/common/rpc/__init__.py b/nova/openstack/common/rpc/__init__.py
index 1532c666e..06f2dfb2c 100644
--- a/nova/openstack/common/rpc/__init__.py
+++ b/nova/openstack/common/rpc/__init__.py
@@ -47,7 +47,7 @@ rpc_opts = [
help='Seconds to wait before a cast expires (TTL). '
'Only supported by impl_zmq.'),
cfg.ListOpt('allowed_rpc_exception_modules',
- default=['openstack.common.exception', 'nova.exception'],
+ default=['nova.openstack.common.exception', 'nova.exception'],
help='Modules of exceptions that are permitted to be recreated'
'upon receiving exception data from an rpc call.'),
cfg.StrOpt('control_exchange',