f2f3d99f92
Move the *conf-changes.xml tables in their own directory. Closes-Bug: #1474544 Change-Id: Ic306df5de6cac6427d6fab6ebbbd964fdba81f2f
49 lines
2.5 KiB
XML
49 lines
2.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<chapter xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
version="5.0"
|
|
xml:id="ch_configuring-openstack-image-service">
|
|
<title>Image service</title>
|
|
<para>Compute relies on an external image service to store virtual
|
|
machine images and maintain a catalog of available images. By
|
|
default, Compute is configured to use the OpenStack Image service
|
|
(glance), which is currently the only supported image
|
|
service.</para>
|
|
|
|
|
|
<para>If your installation requires euca2ools to register new
|
|
images, you must run the <systemitem class="service">nova-objectstore</systemitem>
|
|
service. This service provides an Amazon S3 front-end for Glance,
|
|
which is required by euca2ools.</para>
|
|
|
|
<para>To customize the Compute Service, use the configuration option
|
|
settings documented in <xref linkend="config_table_nova_glance"/> and
|
|
<xref linkend="config_table_nova_s3"/>.</para>
|
|
|
|
<para>You can modify many options in the OpenStack Image service.
|
|
The following tables provide a comprehensive list.</para>
|
|
<xi:include href="../common/tables/glance-auth_token.xml"/>
|
|
<xi:include href="../common/tables/glance-common.xml"/>
|
|
<xi:include href="../common/tables/glance-cors.xml"/>
|
|
<xi:include href="../common/tables/glance-database.xml"/>
|
|
<xi:include href="../common/tables/glance-debug.xml"/>
|
|
<xi:include href="../common/tables/glance-elasticsearch.xml"/>
|
|
<xi:include href="../common/tables/glance-imagecache.xml"/>
|
|
<xi:include href="../common/tables/glance-logging.xml"/>
|
|
<xi:include href="../common/tables/glance-policy.xml"/>
|
|
<xi:include href="../common/tables/glance-profiler.xml"/>
|
|
<xi:include href="../common/tables/glance-redis.xml"/>
|
|
<xi:include href="../common/tables/glance-registry.xml"/>
|
|
<xi:include href="../common/tables/glance-replicator.xml"/>
|
|
<xi:include href="../common/tables/glance-scrubber.xml"/>
|
|
<xi:include href="../common/tables/glance-taskflow.xml"/>
|
|
<xi:include href="../common/tables/glance-testing.xml"/>
|
|
<xi:include href="image-service/section_image-service-api.xml"/>
|
|
<xi:include href="image-service/section_image-service-rpc.xml"/>
|
|
<xi:include href="image-service/section_image-service-ISO-support.xml"/>
|
|
<xi:include href="image-service/section_image-service-backends.xml"/>
|
|
<xi:include href="image-service/section_image-service-sample-configuration-files.xml" />
|
|
<xi:include href="conf-changes/glance.xml"/>
|
|
</chapter>
|