Use https instead of http for www.rabbitmq.com
Change-Id: I59db36fd95411adb28be2b30e3ecc9b8f2dd59f6
This commit is contained in:
parent
2aaac41e0e
commit
9985fca1a4
@ -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 <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/>`__.
|
||||
|
||||
SQL database
|
||||
|
@ -94,8 +94,8 @@ For SLES 12:
|
||||
For more information, see the official installation manual for the
|
||||
distribution:
|
||||
|
||||
- `Debian and Ubuntu <http://www.rabbitmq.com/install-debian.html>`_
|
||||
- `RPM based <http://www.rabbitmq.com/install-rpm.html>`_
|
||||
- `Debian and Ubuntu <https://www.rabbitmq.com/install-debian.html>`_
|
||||
- `RPM based <https://www.rabbitmq.com/install-rpm.html>`_
|
||||
(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 <http://www.rabbitmq.com/ha.html>`_
|
||||
- `Highly Available Queues <https://www.rabbitmq.com/ha.html>`_
|
||||
- `Clustering Guide <https://www.rabbitmq.com/clustering.html>`_
|
||||
|
||||
.. 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 <http://www.rabbitmq.com/pacemaker.html>`_.
|
||||
a Pacemaker <https://www.rabbitmq.com/pacemaker.html>`_.
|
||||
|
||||
.. _rabbitmq-services:
|
||||
|
||||
|
@ -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 <http://www.rabbitmq.com>`__,
|
||||
services including `RabbitMQ <https://www.rabbitmq.com>`__,
|
||||
`Qpid <http://qpid.apache.org>`__, and `ZeroMQ <http://zeromq.org>`__.
|
||||
However, most distributions that package OpenStack support a particular
|
||||
message queue service. This guide implements the RabbitMQ message queue
|
||||
|
Loading…
Reference in New Issue
Block a user