[install-guide] Update the "http" to "https"

Change-Id: I24f12567e566f31d8ffd7d10e31910b07ff70046
This commit is contained in:
caoyuan 2017-03-23 10:10:05 +08:00
parent 6101ea5f77
commit 177159cb22
5 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ 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 <http://qpid.apache.org>`__, and `ZeroMQ <http://zeromq.org>`__.
`Qpid <https://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
service because most distributions support it. If you prefer to

View File

@ -48,7 +48,7 @@ Host networking
distribution, see the `SLES 12
<https://www.suse.com/documentation/sles-12/book_sle_admin/data/sec_basicnet_manconf.html>`__
or `openSUSE
<http://activedoc.opensuse.org/book/opensuse-reference/chapter-13-basic-networking>`__
<https://doc.opensuse.org/documentation/leap/reference/html/book.opensuse.reference/cha.basicnet.html>`__
documentation.
.. endonly

View File

@ -159,7 +159,7 @@ these procedures on all nodes.
The Newton release is available directly through the official
Debian backports repository. To use this repository, follow
the instruction from the official
`Debian website <http://backports.debian.org/Instructions/>`_,
`Debian website <https://backports.debian.org/Instructions/>`_,
which basically suggest doing the following steps:
#. On all nodes, adding the Debian 8 (Jessie) backport repository to

View File

@ -8,7 +8,7 @@ database server and message broker support password security.
To ease the installation process, this guide only covers password
security where applicable. You can create secure passwords manually,
generate them using a tool such as
`pwgen <http://sourceforge.net/projects/pwgen/>`_, or by running the
`pwgen <https://sourceforge.net/projects/pwgen/>`_, or by running the
following command:
.. code-block:: console

View File

@ -5,7 +5,7 @@ Most OpenStack services use an SQL database to store information. The
database typically runs on the controller node. The procedures in this
guide use MariaDB or MySQL depending on the distribution. OpenStack
services also support other SQL databases including
`PostgreSQL <http://www.postgresql.org/>`__.
`PostgreSQL <https://www.postgresql.org/>`__.
.. only:: ubuntu