a6bce01980
The XML root element of Docbook XML files should match the following format: <ELEMENT 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="THE_XML_ID_OF_THE_ELEMENT"> Change-Id: I02a75b63d0fb3ea4a7d015794b9229a94ddad279
36 lines
2.2 KiB
XML
36 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>
|