2014-07-03 18:20:26 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2013-10-07 11:49:44 -04:00
|
|
|
<section xmlns="http://docbook.org/ns/docbook"
|
2014-07-09 22:21:55 +02:00
|
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
|
|
version="5.0"
|
|
|
|
xml:id="image-service-overview">
|
2014-05-16 17:27:04 +10:00
|
|
|
<title>OpenStack Image Service</title>
|
2014-06-30 08:05:48 -05:00
|
|
|
<para>The OpenStack Image Service is central to Infrastructure-as-a-Service (IaaS)
|
2014-06-02 13:20:56 +10:00
|
|
|
as shown in <xref linkend="conceptual-architecture"/>. It accepts API requests
|
|
|
|
for disk or server images, and image metadata 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.
|
|
|
|
</para>
|
|
|
|
<para>A number of periodic processes run on the OpenStack Image Service to
|
2014-08-09 11:46:35 +02:00
|
|
|
support caching. Replication services ensure consistency and
|
2014-06-02 13:20:56 +10:00
|
|
|
availability through the cluster. Other periodic processes
|
|
|
|
include auditors, updaters, and reapers.</para>
|
2014-05-16 17:27:04 +10:00
|
|
|
<para>The OpenStack Image Service includes the following
|
2013-10-07 11:49:44 -04:00
|
|
|
components:</para>
|
2014-05-16 17:27:04 +10:00
|
|
|
<variablelist>
|
|
|
|
<varlistentry>
|
|
|
|
<term><systemitem class="service">glance-api</systemitem></term>
|
|
|
|
<listitem><para>Accepts Image API calls for image discovery,
|
|
|
|
retrieval, and storage.</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term><systemitem class="service">glance-registry</systemitem></term>
|
|
|
|
<listitem><para>Stores, processes, and retrieves metadata about
|
|
|
|
images. Metadata includes items such as size and type.</para>
|
2014-04-05 11:35:54 +08:00
|
|
|
<note><title>Security note</title>
|
2014-05-16 17:27:04 +10:00
|
|
|
<para>The registry is a private internal service meant for use
|
|
|
|
by OpenStack Image Service. Do not disclose it to
|
|
|
|
users.</para></note>
|
2013-10-07 11:49:44 -04:00
|
|
|
</listitem>
|
2014-05-16 17:27:04 +10:00
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term>Database</term>
|
|
|
|
<listitem><para>Stores image metadata and you can choose your database
|
|
|
|
depending on your preference. Most deployments use MySQL or
|
2014-08-13 17:08:43 +01:00
|
|
|
SQLite.</para></listitem>
|
2014-05-16 17:27:04 +10:00
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term>Storage repository for image files</term>
|
|
|
|
<listitem><para>Various repository types are supported including
|
|
|
|
normal file systems, Object Storage, RADOS block devices, HTTP, and
|
|
|
|
Amazon S3. Note that some repositories will only support
|
|
|
|
read-only usage.</para></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
2013-10-07 11:49:44 -04:00
|
|
|
</section>
|