openstack-manuals/doc/config-reference/block-storage/section_block-storage-sample-configuration-files.xml
darrenchan ab31398f16 cinder configuration file in Configuration reference guide
1. Removed the 'cinder.conf configuration file' section
2. Inserted content in the 'cinder.conf' section

Change-Id: I513e844a10eb4a172e15de8b32419b47f82939c5
backport: icehouse
Closes-Bug: 1378405
2014-11-20 15:47:49 +11:00

40 lines
2.5 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>The <filename>cinder.conf</filename> file is installed in
<filename>/etc/cinder</filename> by default. When you manually
install the Block Storage service, the options in the
<filename>cinder.conf</filename> file are set to default values.</para>
<para>The <filename>cinder.conf</filename> file contains most
of the options to configure the Block Storage service.</para>
<programlisting language="ini">
<xi:include parse="text" href="http://git.openstack.org/cgit/openstack/cinder/plain/etc/cinder/cinder.conf.sample?h=stable/juno"/>
</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/juno"/>
</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/juno"/></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/juno"/></programlisting>
</section>
</section>