From 4bda2c0bc3b036bb0b263acee3f04b3b7aea53aa Mon Sep 17 00:00:00 2001 From: kylin7-sg Date: Wed, 28 Jan 2015 10:56:11 +0800 Subject: [PATCH] Change rpc_backend for consistence rpc_backend=nova.openstack.common.rpc.impl_kombu to rpc_backend=rabbit rpc_backend=nova.openstack.common.rpc.impl_qpid to rpc_backend=qpid Change-Id: I3fb0d9bf3d5f2585b30315bcdba1fc2ff64b5e6f Closes-bug: #1409161 --- doc/config-reference/compute/section_rpc.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/config-reference/compute/section_rpc.xml b/doc/config-reference/compute/section_rpc.xml index 457866812a..c7b3807939 100644 --- a/doc/config-reference/compute/section_rpc.xml +++ b/doc/config-reference/compute/section_rpc.xml @@ -21,8 +21,8 @@ as RabbitMQ is the default messaging system. However, if it is included the configuration, you must set it to - nova.openstack.common.rpc.impl_kombu. - rpc_backend=nova.openstack.common.rpc.impl_kombu + rabbit. + rpc_backend=rabbit You can use these additional options to configure the RabbitMQ messaging system. You can configure messaging communication for different installation @@ -43,7 +43,7 @@ messaging system, so you must enable it by setting the option in the nova.conf file. - rpc_backend=nova.openstack.common.rpc.impl_qpid + rpc_backend=qpid This critical option points the compute nodes to the Qpid broker (server). Set to the host name where the