Merge "[install-guide] integrate URLs of message queue services into the text"
This commit is contained in:
commit
3656503ee4
@ -9,24 +9,15 @@
|
||||
<para>OpenStack uses a <glossterm>message queue</glossterm> to coordinate
|
||||
operations and status information among services. The message queue
|
||||
service typically runs on the controller node. OpenStack supports several
|
||||
message queue services including <application>RabbitMQ</application>,
|
||||
<application>Qpid</application>, and <application>ZeroMQ</application>.
|
||||
message queue services including
|
||||
<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
|
||||
message queue service. This guide implements the RabbitMQ message queue
|
||||
service because most distributions support it. If you prefer to implement
|
||||
a different message queue service, consult the documentation associated
|
||||
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>
|
||||
<title>To install the message queue service</title>
|
||||
<step os="ubuntu">
|
||||
|
Loading…
Reference in New Issue
Block a user