Use https instead of http for www.rabbitmq.com

Change-Id: I59db36fd95411adb28be2b30e3ecc9b8f2dd59f6
This commit is contained in:
KATO Tomoyuki 2017-02-03 10:04:29 +09:00
parent 2aaac41e0e
commit 9985fca1a4
3 changed files with 6 additions and 6 deletions

View File

@ -83,7 +83,7 @@ OpenStack Compute consists of the following areas and their components:
The queue The queue
A central hub for passing messages between daemons. Usually A central hub for passing messages between daemons. Usually
implemented with `RabbitMQ <http://www.rabbitmq.com/>`__, also can be implemented with `RabbitMQ <https://www.rabbitmq.com/>`__, also can be
implemented with another AMQP message queue, such as `ZeroMQ <http://www.zeromq.org/>`__. implemented with another AMQP message queue, such as `ZeroMQ <http://www.zeromq.org/>`__.
SQL database SQL database

View File

@ -94,8 +94,8 @@ For SLES 12:
For more information, see the official installation manual for the For more information, see the official installation manual for the
distribution: distribution:
- `Debian and Ubuntu <http://www.rabbitmq.com/install-debian.html>`_ - `Debian and Ubuntu <https://www.rabbitmq.com/install-debian.html>`_
- `RPM based <http://www.rabbitmq.com/install-rpm.html>`_ - `RPM based <https://www.rabbitmq.com/install-rpm.html>`_
(RHEL, Fedora, CentOS, openSUSE) (RHEL, Fedora, CentOS, openSUSE)
.. _rabbitmq-configure: .. _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: More information is available in the RabbitMQ documentation:
- `Highly Available Queues <http://www.rabbitmq.com/ha.html>`_ - `Highly Available Queues <https://www.rabbitmq.com/ha.html>`_
- `Clustering Guide <https://www.rabbitmq.com/clustering.html>`_ - `Clustering Guide <https://www.rabbitmq.com/clustering.html>`_
.. note:: .. 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. OCF scripts for the Pacemaker cluster resource agents since version 3.5.7.
It provides the active/active RabbitMQ cluster with mirrored queues. It provides the active/active RabbitMQ cluster with mirrored queues.
For more information, see `Auto-configuration of a cluster with For more information, see `Auto-configuration of a cluster with
a Pacemaker <http://www.rabbitmq.com/pacemaker.html>`_. a Pacemaker <https://www.rabbitmq.com/pacemaker.html>`_.
.. _rabbitmq-services: .. _rabbitmq-services:

View File

@ -4,7 +4,7 @@ Message queue
OpenStack uses a :term:`message queue` to coordinate operations and OpenStack uses a :term:`message queue` to coordinate operations and
status information among services. The message queue service typically status information among services. The message queue service typically
runs on the controller node. OpenStack supports several message queue runs on the controller node. OpenStack supports several message queue
services including `RabbitMQ <http://www.rabbitmq.com>`__, services including `RabbitMQ <https://www.rabbitmq.com>`__,
`Qpid <http://qpid.apache.org>`__, and `ZeroMQ <http://zeromq.org>`__. `Qpid <http://qpid.apache.org>`__, and `ZeroMQ <http://zeromq.org>`__.
However, most distributions that package OpenStack support a particular However, most distributions that package OpenStack support a particular
message queue service. This guide implements the RabbitMQ message queue message queue service. This guide implements the RabbitMQ message queue