Merge "Fix 404s in repo"

This commit is contained in:
Zuul 2019-05-15 14:14:48 +00:00 committed by Gerrit Code Review
commit d9d0e1230a
4 changed files with 11 additions and 12 deletions

View File

@ -107,7 +107,7 @@ Here are a few representative files under ``www/``:
* ``README.rst`` * ``README.rst``
* ``schema.yaml`` * ``schema.yaml``
* ``redirect-tests.txt`` -- input file for `whereto <http://whereto.readthedocs.io/en/latest/>`_ * ``redirect-tests.txt`` -- input file for `whereto <https://docs.openstack.org/whereto/>`_
to test ``.htaccess``; to test ``.htaccess``;
see http://files.openstack.org/docs-404s/ for a list of recent 404 see http://files.openstack.org/docs-404s/ for a list of recent 404
errors errors

View File

@ -6,7 +6,7 @@ As of the Newton release, a new method of publishing deployment guides has
been implemented. This allows each deployment projects to create their own been implemented. This allows each deployment projects to create their own
deployment guide, based on a standard template, in their own repository. deployment guide, based on a standard template, in their own repository.
These guides are then centrally published to These guides are then centrally published to
`Deployment Guides <https://docs.openstack.org/newton/deploy/newton/>`_. `Deployment Guides <https://docs.openstack.org/newton/deploy/>`_.
.. note:: .. note::

View File

@ -11,8 +11,7 @@ console from a VNC client installed on your local machine.
Because VNC is a standard protocol, there are multiple clients Because VNC is a standard protocol, there are multiple clients
available that implement the VNC spec, including available that implement the VNC spec, including
`TigerVNC <http://sourceforge.net/apps/mediawiki/tigervnc/ `TigerVNC <https://tigervnc.org/>`_ (multiple platforms),
index.php?title=Welcome_to_TigerVNC>`_ (multiple platforms),
`TightVNC <http://tightvnc.com/>`_ (multiple platforms), `TightVNC <http://tightvnc.com/>`_ (multiple platforms),
`RealVNC <http://realvnc.com/>`_ (multiple platforms), `RealVNC <http://realvnc.com/>`_ (multiple platforms),
`Chicken <http://sourceforge.net/projects/chicken/>`_ (Mac OS X), `Chicken <http://sourceforge.net/projects/chicken/>`_ (Mac OS X),

View File

@ -13,19 +13,19 @@ Configuration Reference
High Availability Guide High Availability Guide
~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~
* Added the `Highly available Shared File Systems API <https://docs.openstack.org/ha-guide/storage-ha-file-systems.html>`_ * Added the `Highly available Shared File Systems API <https://docs.openstack.org/ha-guide/storage-ha-file-systems.html>`_
section. section.
* Improved `Pacemaker/Corosync cluster <https://docs.openstack.org/ha-guide/controller-ha-pacemaker.html>`_ * Improved Pacemaker/Corosync cluster installation and configuration
installation and configuration details. details.
* Documented the `Pacemaker cluster manager <https://docs.openstack.org/ha-guide/intro-ha-arch-pacemaker.html>`_ * Documented the Pacemaker cluster manager and Keepalived architecture
and Keepalived architecture details and limitations. details and limitations.
* Added the `MariaDB Galera cluster <https://docs.openstack.org/ha-guide/shared-database.html>`_ * Added the MariaDB Galera cluster installation, configuration, and
installation, configuration, and management details. management details.
* Improved the `RabbitMQ section <https://docs.openstack.org/ha-guide/shared-messaging.html>`_. * Improved the RabbitMQ section.
Installation Guide Installation Guide
~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~