Merge "Change rpc_backend for consistence"

This commit is contained in:
Jenkins 2015-01-28 11:05:47 +00:00 committed by Gerrit Code Review
commit a0a1bf3fd0

View File

@ -21,8 +21,8 @@
as <application>RabbitMQ</application> is the default messaging as <application>RabbitMQ</application> is the default messaging
system. However, if it is included the configuration, you must system. However, if it is included the configuration, you must
set it to set it to
<literal>nova.openstack.common.rpc.impl_kombu</literal>.</para> <literal>rabbit</literal>.</para>
<programlisting language="ini">rpc_backend=nova.openstack.common.rpc.impl_kombu</programlisting> <programlisting language="ini">rpc_backend=rabbit</programlisting>
<para>You can use these additional options to configure the <para>You can use these additional options to configure the
<application>RabbitMQ</application> messaging system. You can <application>RabbitMQ</application> messaging system. You can
configure messaging communication for different installation configure messaging communication for different installation
@ -43,7 +43,7 @@
messaging system, so you must enable it by setting the messaging system, so you must enable it by setting the
<option>rpc_backend</option> option in the <option>rpc_backend</option> option in the
<filename>nova.conf</filename> file.</para> <filename>nova.conf</filename> file.</para>
<programlisting language="ini">rpc_backend=nova.openstack.common.rpc.impl_qpid</programlisting> <programlisting language="ini">rpc_backend=qpid</programlisting>
<para>This critical option points the compute nodes to the <para>This critical option points the compute nodes to the
<application>Qpid</application> broker (server). Set <application>Qpid</application> broker (server). Set
<option>qpid_hostname</option> to the host name where the <option>qpid_hostname</option> to the host name where the