afd14a8c36
This patch removes the release code name from the XML file name. The config reference is versioned, so there's no need for this. Change-Id: Id017793da666a92a66b68370d0d12eb79dfb4673
30 lines
1.6 KiB
XML
30 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<chapter 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="ch_configuring-openstack-block-storage">
|
|
<title>Block Storage</title>
|
|
<para>The OpenStack Block Storage service works with many different
|
|
storage drivers that you can configure by using these instructions.</para>
|
|
<xi:include href="block-storage/section_block-storage-overview.xml"/>
|
|
<section xml:id="setting-flags-in-cinder-conf-file">
|
|
<title><filename>cinder.conf</filename> configuration file</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>This example shows a typical
|
|
<filename>cinder.conf</filename> file:</para>
|
|
<programlisting language="ini"><xi:include parse="text" href="../common/samples/cinder.conf"/></programlisting>
|
|
</section>
|
|
<xi:include href="block-storage/section_volume-drivers.xml"/>
|
|
<xi:include href="block-storage/section_backup-drivers.xml"/>
|
|
<xi:include href="block-storage/section_block-storage-sample-configuration-files.xml" />
|
|
<xi:include href="block-storage/section_cinder-log-files.xml"/>
|
|
<xi:include href="block-storage/section_fc-zoning.xml"/>
|
|
<xi:include href="block-storage/section_volume-encryption.xml"/>
|
|
<xi:include href="block-storage/section_misc.xml"/>
|
|
<xi:include href="../common/tables/cinder-conf-changes.xml"/>
|
|
</chapter>
|