Codebase list glance / 0c87483
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 9ff7d178903e3c1bce8424cec6570a8d371d29fe) Brian Rosmaita 6 years ago
2 changed file(s) with 12 addition(s) and 20 deletion(s). Raw diff Collapse all Expand all
4040 glance-api
4141 Accepts Image API calls for image discovery, retrieval, and storage.
4242
43 .. note::
44
45 An OpenStack Community Goal in the Pike release was `Control Plane API
46 endpoints deployment via WSGI`_. As currently constituted, however,
47 glance-api is **not suitable** to be run in such a configuration. Instead
48 we recommend that Glance be run in the traditional manner as a standalone
49 server. See the "Known Issues" section of the `Glance Release Notes`_ for
50 the Pike and Queens releases for more information.
51
52 .. _`Control Plane API endpoints deployment via WSGI`: https://governance.openstack.org/tc/goals/pike/deploy-api-in-wsgi.html
53 .. _`Glance Release Notes`: https://docs.openstack.org/releasenotes/glance/index.html
54
4355 glance-registry
4456 Stores, processes, and retrieves metadata about images. Metadata
4557 includes items such as size and type.
2222 get-started
2323 install.rst
2424 verify.rst
25
26 Ocata
27 ~~~~~
28
29 To install Glance, see the Ocata Image service install guide for
30 each distribution:
31
32 - `Ubuntu <https://docs.openstack.org/ocata/install-guide-ubuntu/glance.html>`__
33 - `CentOS and RHEL <https://docs.openstack.org/ocata/install-guide-rdo/glance.html>`__
34 - `openSUSE and SUSE Linux Enterprise <https://docs.openstack.org/ocata/install-guide-obs/glance.html>`__
35
36 Newton
37 ~~~~~~
38
39 To install Glance, see the Newton Image service install guide for
40 each distribution:
41
42 - `Ubuntu <https://docs.openstack.org/newton/install-guide-ubuntu/glance.html>`__
43 - `CentOS and RHEL <https://docs.openstack.org/newton/install-guide-rdo/glance.html>`__
44 - `openSUSE and SUSE Linux Enterprise <https://docs.openstack.org/newton/install-guide-obs/glance.html>`__