Update installation guide: no uwsgi for glance

The Pike and Queens release notes recommend against running
Glance under uwsgi.  Add a note to the install guide as another
location where this information is available.

Change-Id: I3aa61ea45a3d3edaa5b8062813fc3e1388556f9f
(mostly cherry picked from commit 9ff7d17890)
This commit is contained in:
Brian Rosmaita 2018-02-28 10:16:01 -05:00
parent 5326f64443
commit 0c87483c84
2 changed files with 12 additions and 20 deletions

View File

@ -41,6 +41,18 @@ The OpenStack Image service includes the following components:
glance-api
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
Stores, processes, and retrieves metadata about images. Metadata
includes items such as size and type.

View File

@ -23,23 +23,3 @@
get-started
install.rst
verify.rst
Ocata
~~~~~
To install Glance, see the Ocata Image service install guide for
each distribution:
- `Ubuntu <https://docs.openstack.org/ocata/install-guide-ubuntu/glance.html>`__
- `CentOS and RHEL <https://docs.openstack.org/ocata/install-guide-rdo/glance.html>`__
- `openSUSE and SUSE Linux Enterprise <https://docs.openstack.org/ocata/install-guide-obs/glance.html>`__
Newton
~~~~~~
To install Glance, see the Newton Image service install guide for
each distribution:
- `Ubuntu <https://docs.openstack.org/newton/install-guide-ubuntu/glance.html>`__
- `CentOS and RHEL <https://docs.openstack.org/newton/install-guide-rdo/glance.html>`__
- `openSUSE and SUSE Linux Enterprise <https://docs.openstack.org/newton/install-guide-obs/glance.html>`__