Andreas Jaeger 3b2a93742c Add some minimal volume driver description
Document Datera, FusionIO and Nimble volume drivers in a minimal way
using information that was quickly accessible.

The format follows the proposed blueprint.

Implements bp move-driver-docs

Change-Id: Ib695e3a293d9a6915612e38452999a29dd34286c
2015-02-23 08:04:16 +01:00

22 lines
845 B
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="fusionio-volume-driver">
<title>Datera volume driver</title>
<!-- <para>The volume driver configures XXX. More information about the driver is available at
<xlink href="http://example.com">example.com</xlink>.
</para>
-->
<para>
Set the following in your <filename>cinder.conf</filename> to
use the Datera volume driver:
</para>
<programlisting>volume_driver = cinder.volume.drivers.datera.DateraDriver</programlisting>
<para>
Use the following options to configure the volume driver:
</para>
<xi:include href="../../../common/tables/cinder-datera.xml"/>
</section>