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

Change-Id: Id4172d7c7d1690195df4e537f9f9ac3324016daa
This commit is contained in:
Christian Berendt 2015-04-15 14:29:17 +02:00
parent 2ecb04dfbe
commit 854a20a237

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">