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
This commit is contained in:
parent
0f76384785
commit
9ff7d17890
@ -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.
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user