From 5ebdf9d1fd9369ec2766d526df3ee987c36a35d0 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 30 Apr 2024 21:25:05 +0900 Subject: [PATCH] Remove reference to ZeroMQ ZeroMQ driver was removed from oslo.messaging[1]. [1] f2fd8d437589d94443a137c7ca7a38d6b782d153 Change-Id: Ica00595b45cb95be3f491ad9caf8dabbc283e466 --- doc/common/glossary.rst | 10 ++-------- doc/install-guide/source/environment-messaging-obs.rst | 4 ++-- doc/install-guide/source/environment-messaging-rdo.rst | 4 ++-- .../source/environment-messaging-ubuntu.rst | 4 ++-- doc/install-guide/source/environment-messaging.rst | 4 ++-- 5 files changed, 10 insertions(+), 16 deletions(-) diff --git a/doc/common/glossary.rst b/doc/common/glossary.rst index a77b07afc5..afe405bafc 100644 --- a/doc/common/glossary.rst +++ b/doc/common/glossary.rst @@ -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 `__ is an open source CI/CD diff --git a/doc/install-guide/source/environment-messaging-obs.rst b/doc/install-guide/source/environment-messaging-obs.rst index 5aa3954772..020bbc1afe 100644 --- a/doc/install-guide/source/environment-messaging-obs.rst +++ b/doc/install-guide/source/environment-messaging-obs.rst @@ -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 `__, -`Qpid `__, and `ZeroMQ `__. +services including `RabbitMQ `__, and +`Qpid `__. 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 diff --git a/doc/install-guide/source/environment-messaging-rdo.rst b/doc/install-guide/source/environment-messaging-rdo.rst index 1f472ccb22..ec9560d28f 100644 --- a/doc/install-guide/source/environment-messaging-rdo.rst +++ b/doc/install-guide/source/environment-messaging-rdo.rst @@ -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 `__, -`Qpid `__, and `ZeroMQ `__. +services including `RabbitMQ `__ and +`Qpid `__. 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 diff --git a/doc/install-guide/source/environment-messaging-ubuntu.rst b/doc/install-guide/source/environment-messaging-ubuntu.rst index 075b79c645..4bcf6c7c82 100644 --- a/doc/install-guide/source/environment-messaging-ubuntu.rst +++ b/doc/install-guide/source/environment-messaging-ubuntu.rst @@ -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 `__, -`Qpid `__, and `ZeroMQ `__. +services including `RabbitMQ `__ and +`Qpid `__. 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 diff --git a/doc/install-guide/source/environment-messaging.rst b/doc/install-guide/source/environment-messaging.rst index ca5755d41e..dbad34fabd 100644 --- a/doc/install-guide/source/environment-messaging.rst +++ b/doc/install-guide/source/environment-messaging.rst @@ -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 `__, -`Qpid `__, and `ZeroMQ `__. +services including `RabbitMQ `__ and +`Qpid `__. 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