The Image service (glance) enables users to discover, register, and retrieve virtual machine images. It offers a REST API that enables you to query virtual machine image metadata and retrieve an actual image. You can store virtual machine images made available through the Image service in a variety of locations, from simple file systems to object-storage systems like OpenStack Object Storage.
Important
For simplicity, this guide describes configuring the Image service to
use the file
back end, which uploads and stores in a
directory on the controller node hosting the Image service. By
default, this directory is /var/lib/glance/images/
.
Before you proceed, ensure that the controller node has at least
several gigabytes of space available in this directory. Keep in
mind that since the file
back end is often local to a controller
node, it is not typically suitable for a multi-node glance deployment.
For information on requirements for other back ends, see Configuration Reference.
The OpenStack Image service is central to Infrastructure-as-a-Service (IaaS). It accepts API requests for disk or server images, and metadata definitions from end users or OpenStack Compute components. It also supports the storage of disk or server images on various repository types, including OpenStack Object Storage.
A number of periodic processes run on the OpenStack Image service to support caching. Replication services ensure consistency and availability through the cluster. Other periodic processes include auditors, updaters, and reapers.
The OpenStack Image service includes the following components:
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.
Stores, processes, and retrieves metadata about images. Metadata includes items such as size and type.
Warning
The registry is a private internal service meant for use by OpenStack Image service. Do not expose this service to users.
Note
The Glance Registry Service and its APIs have been DEPRECATED in the Queens release and are subject to removal at the beginning of the ‘S’ development cycle, following the OpenStack standard deprecation policy.
For more information, see the Glance specification document Actually Deprecate the Glance Registry.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.