Currently https://docs.openstack.org/glance/latest/ is a long unorganized list of documentation links. This patch revises that page and the 'Glance Contribution Guidelines' page to make it easier to locate content. Also updates the main heading on other index pages. Change-Id: Ieea44dd05f8d164ed4c27f1205fb29b6e66d9660
3.1 KiB
Welcome to Glance's documentation!
About Glance
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.
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
Glance Documentation
The Glance Project Team has put together the following documentation for you. Pick the documents that best match your user profile.
User Profile | Links |
---|---|
Contributor You want to contribute code, documentation, reviews, or ideas to the Glance Project. |
|
Administrator You want to administer and maintain a Glance installation. |
|
Operator You want to install and configure Glance for your cloud. |
|
End User or
Third-party Developer You want to use the Image Service APIs provided by Glance. |
|
Everyone | Here's a handy glossary of terms related to Glance |
contributor/index admin/index cli/index install/index configuration/index user/index glossary