openstack-manuals/doc/config-reference/block-storage/section_block-storage-sample-configuration-files.xml
Summer Long 98d655d82e Added sample files for Block Storage.
Added cinder.conf (complete), cinder-api-paste.ini,
cinder-policy.json, and cinder-rootwrap.conf file references
(cinder project). Placed under new section.

Partial-Bug: #1281348

Change-Id: I356797441c6307ad1a5ee3dbae1bf24ad95b1ddb
2014-02-24 12:43:33 +10: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"/>
</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"/>
</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"/></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"/></programlisting>
</section>
</section>