From 9985fca1a4ffe042a9598bdf88fb596036744f36 Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Fri, 3 Feb 2017 10:04:29 +0900 Subject: [PATCH] Use https instead of http for www.rabbitmq.com Change-Id: I59db36fd95411adb28be2b30e3ecc9b8f2dd59f6 --- doc/common/get-started-compute.rst | 2 +- doc/ha-guide/source/shared-messaging.rst | 8 ++++---- doc/install-guide/source/environment-messaging.rst | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/common/get-started-compute.rst b/doc/common/get-started-compute.rst index cd98b4e614..6620f5f372 100644 --- a/doc/common/get-started-compute.rst +++ b/doc/common/get-started-compute.rst @@ -83,7 +83,7 @@ OpenStack Compute consists of the following areas and their components: The queue A central hub for passing messages between daemons. Usually - implemented with `RabbitMQ `__, also can be + implemented with `RabbitMQ `__, also can be implemented with another AMQP message queue, such as `ZeroMQ `__. SQL database diff --git a/doc/ha-guide/source/shared-messaging.rst b/doc/ha-guide/source/shared-messaging.rst index a986809b14..b9a26159e3 100644 --- a/doc/ha-guide/source/shared-messaging.rst +++ b/doc/ha-guide/source/shared-messaging.rst @@ -94,8 +94,8 @@ For SLES 12: For more information, see the official installation manual for the distribution: -- `Debian and Ubuntu `_ -- `RPM based `_ +- `Debian and Ubuntu `_ +- `RPM based `_ (RHEL, Fedora, CentOS, openSUSE) .. _rabbitmq-configure: @@ -209,7 +209,7 @@ To build a broker, ensure that all nodes have the same Erlang cookie file. More information is available in the RabbitMQ documentation: -- `Highly Available Queues `_ +- `Highly Available Queues `_ - `Clustering Guide `_ .. note:: @@ -218,7 +218,7 @@ More information is available in the RabbitMQ documentation: OCF scripts for the Pacemaker cluster resource agents since version 3.5.7. It provides the active/active RabbitMQ cluster with mirrored queues. For more information, see `Auto-configuration of a cluster with - a Pacemaker `_. + a Pacemaker `_. .. _rabbitmq-services: diff --git a/doc/install-guide/source/environment-messaging.rst b/doc/install-guide/source/environment-messaging.rst index 80323308c2..58ec427d99 100644 --- a/doc/install-guide/source/environment-messaging.rst +++ b/doc/install-guide/source/environment-messaging.rst @@ -4,7 +4,7 @@ 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 `__, +services including `RabbitMQ `__, `Qpid `__, and `ZeroMQ `__. However, most distributions that package OpenStack support a particular message queue service. This guide implements the RabbitMQ message queue