Skip to content

Commit

Permalink
Remove incorrect class in cinder.conf.sample
Browse files Browse the repository at this point in the history
cinder.openstack.common.exception has already been deleted.
It seems to be a leak in 'Change-Id:
I6f46f90bd74cc26fc01667e467e3dab38037eec3'.

Change-Id: Ic2000280f31e354da39a9bbb0d60142b431f58a6
Closes-Bug: #1234002
  • Loading branch information
KIYOHIRO ADACHI committed Oct 2, 2013
1 parent a2673b0 commit 2a630f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions cinder/openstack/common/rpc/__init__.py
Expand Up @@ -56,8 +56,7 @@
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',
],
Expand Down
2 changes: 1 addition & 1 deletion etc/cinder/cinder.conf.sample
Expand Up @@ -786,7 +786,7 @@

# 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
Expand Down

0 comments on commit 2a630f7

Please sign in to comment.