1298204e8e
message: remove the scrubber_datadir, cleanup_scrubber, and cleanup_scrubber_time options. Change-Id: I1ff2106ecb544f8a86365bc874b980ae663f21e2 Closes-Bug: #1474604
62 lines
4.4 KiB
XML
62 lines
4.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?><section 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="section_image-service-sample-configuration-files">
|
|
<title>Image service sample configuration files</title>
|
|
<para>You can find the files that are described in this section in
|
|
the <filename class="directory">/etc/glance/</filename>
|
|
directory.</para>
|
|
<section xml:id="section_glance-api.conf">
|
|
<title>glance-api.conf</title>
|
|
<para>The configuration file for the Image service API is found in the
|
|
<filename>glance-api.conf</filename> file.</para>
|
|
<para>This file must be modified after installation.</para>
|
|
<programlisting language="ini"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/glance/plain/etc/glance-api.conf?h=stable/kilo"/></programlisting>
|
|
</section>
|
|
<section xml:id="section_glance-registry.conf">
|
|
<title>glance-registry.conf</title>
|
|
<para>Configuration for the Image service's registry, which
|
|
stores the metadata about images, is found in the
|
|
<filename>glance-registry.conf</filename> file.</para>
|
|
<para>This file must be modified after installation.</para>
|
|
<programlisting language="ini"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/glance/plain/etc/glance-registry.conf?h=stable/kilo"/></programlisting>
|
|
</section>
|
|
<section xml:id="section_glance-api-paste.conf">
|
|
<title>glance-api-paste.ini</title>
|
|
<para>Configuration for the Image service's API middleware pipeline is found in the
|
|
<filename>glance-api-paste.ini</filename> file.</para>
|
|
<para>You should not need to modify this file.</para>
|
|
<programlisting language="ini"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/glance/plain/etc/glance-api-paste.ini?h=stable/kilo"/></programlisting>
|
|
</section>
|
|
<section xml:id="section_glance-manage.conf">
|
|
<title>glance-manage.conf</title>
|
|
<para>The Image service's custom logging options are found in the
|
|
<filename>glance-manage.conf</filename> file.</para>
|
|
<note><para>Options set in <filename>glance-manage.conf</filename>
|
|
will override options of the same section and name set in
|
|
<filename>glance-registry.conf</filename> and <filename>glance-api.conf</filename>.
|
|
Similarly, options in <filename>glance-api.conf</filename> will
|
|
override options set in <filename>glance-registry.conf</filename>.</para></note>
|
|
<programlisting language="ini"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/glance/plain/etc/glance-manage.conf"/></programlisting>
|
|
</section>
|
|
<section xml:id="section_glance-registry-paste.conf">
|
|
<title>glance-registry-paste.ini</title>
|
|
<para>The Image service's middleware pipeline for its registry is found in the
|
|
<filename>glance-registry-paste.ini</filename> file.</para>
|
|
<programlisting language="ini"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/glance/plain/etc/glance-registry-paste.ini?h=stable/kilo"/></programlisting>
|
|
</section>
|
|
<section xml:id="section_glance-scrubber.conf">
|
|
<title>glance-scrubber.conf</title>
|
|
<para><command>glance-scrubber</command> is a utility for the Image service that cleans up images that have been deleted; its configuration is stored in the
|
|
<filename>glance-scrubber.conf</filename> file.</para>
|
|
<programlisting language="ini"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/glance/plain/etc/glance-scrubber.conf?h=stable/kilo"/></programlisting>
|
|
</section>
|
|
<section xml:id="section_glance-policy.json">
|
|
<title>policy.json</title>
|
|
<para>The <filename>/etc/glance/policy.json</filename> file defines additional access controls
|
|
that apply to the Image service.</para>
|
|
<programlisting language="json"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/glance/plain/etc/policy.json?h=stable/kilo"/></programlisting>
|
|
</section>
|
|
</section>
|