Merge "Make rpc_backend default to 'rabbit'"
This commit is contained in:
commit
0b8f688efd
@ -43,8 +43,8 @@ _transport_opts = [
|
|||||||
'full configuration. If not set, we fall back to the '
|
'full configuration. If not set, we fall back to the '
|
||||||
'rpc_backend option and driver specific configuration.'),
|
'rpc_backend option and driver specific configuration.'),
|
||||||
cfg.StrOpt('rpc_backend',
|
cfg.StrOpt('rpc_backend',
|
||||||
default='kombu',
|
default='rabbit',
|
||||||
help='The messaging driver to use, defaults to kombu. Other '
|
help='The messaging driver to use, defaults to rabbit. Other '
|
||||||
'drivers include qpid and zmq.'),
|
'drivers include qpid and zmq.'),
|
||||||
cfg.StrOpt('control_exchange',
|
cfg.StrOpt('control_exchange',
|
||||||
default='openstack',
|
default='openstack',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user