Merge "[install-guide] integrate URLs of message queue services into the text"

This commit is contained in:
Jenkins 2015-04-15 14:15:14 +00:00 committed by Gerrit Code Review
commit 3656503ee4

View File

@ -9,24 +9,15 @@
<para>OpenStack uses a <glossterm>message queue</glossterm> to coordinate <para>OpenStack uses a <glossterm>message queue</glossterm> to coordinate
operations and status information among services. The message queue operations and status information among services. The message queue
service typically runs on the controller node. OpenStack supports several service typically runs on the controller node. OpenStack supports several
message queue services including <application>RabbitMQ</application>, message queue services including
<application>Qpid</application>, and <application>ZeroMQ</application>. <link xlink:href="http://www.rabbitmq.com">RabbitMQ</link>,
<link xlink:href="http://qpid.apache.org">Qpid</link>, and
<link xlink:href="http://zeromq.org">ZeroMQ</link>.
However, most distributions that package OpenStack support a particular However, most distributions that package OpenStack support a particular
message queue service. This guide implements the RabbitMQ message queue message queue service. This guide implements the RabbitMQ message queue
service because most distributions support it. If you prefer to implement service because most distributions support it. If you prefer to implement
a different message queue service, consult the documentation associated a different message queue service, consult the documentation associated
with it.</para> with it.</para>
<itemizedlist>
<listitem>
<para><link xlink:href="http://www.rabbitmq.com">RabbitMQ</link></para>
</listitem>
<listitem>
<para><link xlink:href="http://qpid.apache.org">Qpid</link></para>
</listitem>
<listitem>
<para><link xlink:href="http://zeromq.org">ZeroMQ</link></para>
</listitem>
</itemizedlist>
<procedure> <procedure>
<title>To install the message queue service</title> <title>To install the message queue service</title>
<step os="ubuntu"> <step os="ubuntu">