glance/doc/source/index.rst
Nikhil Komawar 215ec1e835 Add a requirements guidelines to docs
In some cases, we ask the operators to make the dependencies optional.
This documentation page adds information for this guideline. It also adds
information to include the requirement as a part of the requirements.txt
file.

Change-Id: I3a55de9b51e5e4e46e8e48321a0847b85a921552
2016-08-04 16:22:13 +00:00

3.0 KiB

Welcome to Glance's documentation!

The 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 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.

Glance, as with all OpenStack projects, is written with the following design guidelines in mind:

  • Component based architecture: Quickly add new behaviors
  • Highly available: Scale to very serious workloads
  • Fault tolerant: Isolated processes avoid cascading failures
  • Recoverable: Failures should be easy to diagnose, debug, and rectify
  • Open standards: Be a reference implementation for a community-driven api

This documentation is generated by the Sphinx toolkit and lives in the source tree. Additional documentation on Glance and other components of OpenStack can be found on the OpenStack wiki.

Glance Background Concepts

architecture database_architecture domain_model domain_implementation identifiers statuses tasks formats common-image-properties metadefs-concepts

Installing/Configuring Glance

installing configuring sample-configuration authentication policies image-location-strategy-modules artifact-types flows property-protections opts/index requirements

Operating Glance

controllingservers db cache notifications

Using Glance

glanceapi glanceclient glancemetadefcatalogapi signature

Glance Manual Pages

man/* api/modules

Contributing to Glance

contributing/index

Indices and tables

  • genindex
  • modindex
  • search