]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Remove incorrect class in cinder.conf.sample
authorKIYOHIRO ADACHI <adachi@mxs.nes.nec.co.jp>
Wed, 2 Oct 2013 08:19:13 +0000 (17:19 +0900)
committerKIYOHIRO ADACHI <adachi@mxs.nes.nec.co.jp>
Wed, 2 Oct 2013 08:19:13 +0000 (17:19 +0900)
cinder.openstack.common.exception has already been deleted.
It seems to be a leak in 'Change-Id:
I6f46f90bd74cc26fc01667e467e3dab38037eec3'.

Change-Id: Ic2000280f31e354da39a9bbb0d60142b431f58a6
Closes-Bug: #1234002

cinder/openstack/common/rpc/__init__.py
etc/cinder/cinder.conf.sample

index ff131c1132796e61b1c83a28238538073b32e532..6c25e4cf9254659dca984e74af854d6295920eaf 100644 (file)
@@ -56,8 +56,7 @@ rpc_opts = [
                help='Seconds to wait before a cast expires (TTL). '
                     'Only supported by impl_zmq.'),
     cfg.ListOpt('allowed_rpc_exception_modules',
-                default=['cinder.openstack.common.exception',
-                         'nova.exception',
+                default=['nova.exception',
                          'cinder.exception',
                          'exceptions',
                          ],
index a839c283fe0a8927bdea5bb7abc6f4cb98b7f8ac..0f0ce39e7a4ea3f341e312cfd2c988049449deec 100644 (file)
 
 # Modules of exceptions that are permitted to be recreatedupon
 # receiving exception data from an rpc call. (list value)
-#allowed_rpc_exception_modules=cinder.openstack.common.exception,nova.exception,cinder.exception,exceptions
+#allowed_rpc_exception_modules=nova.exception,cinder.exception,exceptions
 
 # If passed, use a fake RabbitMQ provider (boolean value)
 #fake_rabbit=false