Remove reference to ZeroMQ

ZeroMQ driver was removed from oslo.messaging[1].

[1] f2fd8d437589d94443a137c7ca7a38d6b782d153

Change-Id: Ica00595b45cb95be3f491ad9caf8dabbc283e466
This commit is contained in:
Takashi Kajinami 2024-04-30 21:25:05 +09:00
parent 5c23e60068
commit 5ebdf9d1fd
5 changed files with 10 additions and 16 deletions

View File

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

View File

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

View File

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

View File

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

View File

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