openstack-manuals/doc/config-reference/block-storage/section_block-storage-sample-configuration-files.xml
Gauvain Pocentek 914b80c712 Use sample files from the kilo branch
We import several sample configuration files for the git repositories.
Use the stable/kilo branches now that they exist.

Update the ceilometer sample and import a complete cinder sample (not
provided in the git tree anymore)

Remove the lbaas_agent.ini link. The whole lbaas configuration has
changed and must be updated.

Change-Id: I7c9da1e31aa9c696318bc31d589376f114e2351f
2015-04-29 06:48:47 +02:00

40 lines
2.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_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="../../common/samples/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="https://git.openstack.org/cgit/openstack/cinder/plain/etc/cinder/api-paste.ini?h=stable/kilo"/>
</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="https://git.openstack.org/cgit/openstack/cinder/plain/etc/cinder/policy.json?h=stable/kilo"/></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="https://git.openstack.org/cgit/openstack/cinder/plain/etc/cinder/rootwrap.conf?h=stable/kilo"/></programlisting>
</section>
</section>