openstack-manuals/doc/config-reference/block-storage/section_block-storage-sample-configuration-files.xml
Gauvain Pocentek 241be45fbd Get the sample config files from stable/icehouse
Since the configuration reference is versioned, get the sample files
from the git stable/icehouse branch. This should avoid grabbing trunk
config files when building backports.

Closes-Bug: #1308452
Change-Id: Id7e38ec69345b8a47d48ce6308440a2ec47d8914
2014-04-24 18:51:18 +02:00

34 lines
2.2 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_block-storage-sample-configuration-files">
<title>Block Storage sample configuration files</title>
<para>All the files in this section can be found in <systemitem>/etc/cinder</systemitem>.</para>
<section xml:id="section_cinder.conf">
<title>cinder.conf</title>
<para>Use the <filename>cinder.conf</filename> file to configure the
majority of the Block Storage service options.</para>
<programlisting language="ini">
<xi:include parse="text" href="http://git.openstack.org/cgit/openstack/cinder/plain/etc/cinder/cinder.conf.sample?h=stable/icehouse"/>
</programlisting>
</section>
<section xml:id="section_cinder-api-paste.ini">
<title>api-paste.ini</title>
<para>Use the <filename>api-paste.ini</filename> file to configure the Block Storage API service.</para>
<programlisting language="ini">
<xi:include parse="text" href="http://git.openstack.org/cgit/openstack/cinder/plain/etc/cinder/api-paste.ini?h=stable/icehouse"/>
</programlisting>
</section>
<section xml:id="section_cinder-policy.json">
<title>policy.json</title>
<para>The <filename>policy.json</filename> file defines additional access controls that apply to the Block Storage service.</para>
<programlisting language="json"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/cinder/plain/etc/cinder/policy.json?h=stable/icehouse"/></programlisting>
</section>
<section xml:id="section_cinder-rootwrap.conf">
<title>rootwrap.conf</title>
<para>The <filename>rootwrap.conf</filename> file defines configuration values used by the
<command>rootwrap</command> script when the Block Storage service must escalate its
privileges to those of the root user.</para>
<programlisting language="ini"><xi:include parse="text" href="http://git.openstack.org/cgit/openstack/cinder/plain/etc/cinder/rootwrap.conf?h=stable/icehouse"/></programlisting>
</section>
</section>