Merge "Remove reference to ZeroMQ"
This commit is contained in:
commit
62ff005d35
@ -157,7 +157,7 @@ A
|
||||
|
||||
The open standard messaging protocol used by OpenStack
|
||||
components for intra-service communications, provided by RabbitMQ,
|
||||
Qpid, or ZeroMQ.
|
||||
or Qpid.
|
||||
|
||||
Advanced RISC Machine (ARM)
|
||||
|
||||
@ -3442,8 +3442,7 @@ R
|
||||
RPC driver
|
||||
|
||||
Modular system that allows the underlying message queue software
|
||||
of Compute to be changed. For example, from RabbitMQ to ZeroMQ or
|
||||
Qpid.
|
||||
of Compute to be changed. For example, from RabbitMQ to Qpid.
|
||||
|
||||
rsync
|
||||
|
||||
@ -4368,11 +4367,6 @@ Z
|
||||
The code name for the twenty sixth release of OpenStack.
|
||||
The release is named after the pronunciation of the letter Z.
|
||||
|
||||
ZeroMQ
|
||||
|
||||
Message queue software supported by OpenStack. An alternative to
|
||||
RabbitMQ. Also spelled 0MQ.
|
||||
|
||||
Zuul
|
||||
|
||||
`Zuul <https://zuul-ci.org>`__ is an open source CI/CD
|
||||
|
@ -4,8 +4,8 @@ Message queue for SUSE
|
||||
OpenStack uses a :term:`message queue` 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 `RabbitMQ <https://www.rabbitmq.com>`__,
|
||||
`Qpid <https://qpid.apache.org>`__, and `ZeroMQ <http://zeromq.org>`__.
|
||||
services including `RabbitMQ <https://www.rabbitmq.com>`__, and
|
||||
`Qpid <https://qpid.apache.org>`__.
|
||||
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
|
||||
|
@ -4,8 +4,8 @@ Message queue for RHEL and CentOS
|
||||
OpenStack uses a :term:`message queue` 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 `RabbitMQ <https://www.rabbitmq.com>`__,
|
||||
`Qpid <https://qpid.apache.org>`__, and `ZeroMQ <http://zeromq.org>`__.
|
||||
services including `RabbitMQ <https://www.rabbitmq.com>`__ and
|
||||
`Qpid <https://qpid.apache.org>`__.
|
||||
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
|
||||
|
@ -4,8 +4,8 @@ Message queue for Ubuntu
|
||||
OpenStack uses a :term:`message queue` 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 `RabbitMQ <https://www.rabbitmq.com>`__,
|
||||
`Qpid <https://qpid.apache.org>`__, and `ZeroMQ <http://zeromq.org>`__.
|
||||
services including `RabbitMQ <https://www.rabbitmq.com>`__ and
|
||||
`Qpid <https://qpid.apache.org>`__.
|
||||
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
|
||||
|
@ -4,8 +4,8 @@ Message queue
|
||||
OpenStack uses a :term:`message queue` 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 `RabbitMQ <https://www.rabbitmq.com>`__,
|
||||
`Qpid <https://qpid.apache.org>`__, and `ZeroMQ <http://zeromq.org>`__.
|
||||
services including `RabbitMQ <https://www.rabbitmq.com>`__ and
|
||||
`Qpid <https://qpid.apache.org>`__.
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user