glance/doc/source/index.rst
Matthew Treinish 623492cc21
Add docs and sample configs for running glance with apache
This commit adds docs and sample configs to glance for running glance
under apache. It also documents the limitations with the 2 common
methods of deploying wsgi scripts with apache, mod_wsgi and
mod_proxy_uwsgi, and why those don't work for the glance use case.

Change-Id: I856e7ada856128def48deda5b063d818f45af336
2017-06-18 04:00:48 -04:00

3.0 KiB

Welcome to Glance's documentation!

The Image service (glance) project provides a service where users can upload and discover data assets that are meant to be used with other services. This currently includes images and metadata definitions.

Glance image services include discovering, registering, and retrieving virtual machine (VM) images. Glance has a RESTful API that allows querying of VM image metadata as well as retrieval of the actual image.

VM images made available through Glance can be stored in a variety of locations from simple filesystems to object-storage systems like the OpenStack Swift project.

To learn how to contribute to Glance, see:

contributing/index

Ocata

To install Glance, see the Ocata Image service install guide for each distribution:

Newton

To install Glance, see the Newton Image service install guide for each distribution:

Developer reference

architecture database_architecture database_migrations domain_model domain_implementation

User guide

identifiers statuses formats common-image-properties metadefs-concepts glanceapi glanceclient glancemetadefcatalogapi signature api/modules

Administration guide

tasks configuring sample-configuration authentication policies flows property-protections opts/index requirements apache-httpd

Operating Glance

controllingservers db rollingupgrades cache notifications