Merge "Make rpc_backend default to 'rabbit'"

This commit is contained in:
Jenkins 2013-10-21 17:16:30 +00:00 committed by Gerrit Code Review
commit 0b8f688efd

View File

@ -43,8 +43,8 @@ _transport_opts = [
'full configuration. If not set, we fall back to the '
'rpc_backend option and driver specific configuration.'),
cfg.StrOpt('rpc_backend',
default='kombu',
help='The messaging driver to use, defaults to kombu. Other '
default='rabbit',
help='The messaging driver to use, defaults to rabbit. Other '
'drivers include qpid and zmq.'),
cfg.StrOpt('control_exchange',
default='openstack',