Merge "Update installation guide: no uwsgi for glance"

This commit is contained in:
Zuul 2018-03-06 14:10:55 +00:00 committed by Gerrit Code Review
commit f3465f74ae
2 changed files with 35 additions and 12 deletions

View File

@ -41,6 +41,18 @@ The OpenStack Image service includes the following components:
glance-api glance-api
Accepts Image API calls for image discovery, retrieval, and storage. Accepts Image API calls for image discovery, retrieval, and storage.
.. note::
An OpenStack Community Goal in the Pike release was `Control Plane API
endpoints deployment via WSGI`_. As currently constituted, however,
glance-api is **not suitable** to be run in such a configuration. Instead
we recommend that Glance be run in the traditional manner as a standalone
server. See the "Known Issues" section of the `Glance Release Notes`_ for
the Pike and Queens releases for more information.
.. _`Control Plane API endpoints deployment via WSGI`: https://governance.openstack.org/tc/goals/pike/deploy-api-in-wsgi.html
.. _`Glance Release Notes`: https://docs.openstack.org/releasenotes/glance/index.html
glance-registry glance-registry
Stores, processes, and retrieves metadata about images. Metadata Stores, processes, and retrieves metadata about images. Metadata
includes items such as size and type. includes items such as size and type.

View File

@ -24,22 +24,33 @@
install.rst install.rst
verify.rst verify.rst
Ocata
~~~~~
To install Glance, see the Ocata Image service install guide for Supported Releases
==================
Queens (Latest Release)
~~~~~~~~~~~~~~~~~~~~~~~
To install Glance, see the Queens Image service install guide for
each distribution: each distribution:
- `Ubuntu <https://docs.openstack.org/ocata/install-guide-ubuntu/glance.html>`__ - `Ubuntu <https://docs.openstack.org/glance/queens/install/install-debian.html>`__
- `CentOS and RHEL <https://docs.openstack.org/ocata/install-guide-rdo/glance.html>`__ - `CentOS and RHEL <https://docs.openstack.org/glance/queens/install/install-rdo.html>`__
- `openSUSE and SUSE Linux Enterprise <https://docs.openstack.org/ocata/install-guide-obs/glance.html>`__ - `openSUSE and SUSE Linux Enterprise <https://docs.openstack.org/glance/queens/install/install-obs.html>`__
Newton Pike (Maintained Release)
~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~
To install Glance, see the Newton Image service install guide for To install Glance, see the Pike Image service install guide for
each distribution: each distribution:
- `Ubuntu <https://docs.openstack.org/newton/install-guide-ubuntu/glance.html>`__ - `Ubuntu <https://docs.openstack.org/glance/pike/install/install-debian.html>`__
- `CentOS and RHEL <https://docs.openstack.org/newton/install-guide-rdo/glance.html>`__ - `CentOS and RHEL <https://docs.openstack.org/glance/pike/install/install-rdo.html>`__
- `openSUSE and SUSE Linux Enterprise <https://docs.openstack.org/newton/install-guide-obs/glance.html>`__ - `openSUSE and SUSE Linux Enterprise <https://docs.openstack.org/glance/pike/install/install-obs.html>`__
Ocata (Legacy Release)
~~~~~~~~~~~~~~~~~~~~~~
To install Glance, see the `Ocata Image service install guide`_.
.. _`Ocata Image service install guide`: https://docs.openstack.org/glance/ocata/installing.html