openstack-manuals/doc/config-reference/block-storage/drivers/nimble-volume-driver.xml
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

23 lines
849 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="nimble-volume-driver">
<title>Nimble 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 Nimble volume driver:
</para>
<programlisting>volume_driver = cinder.volume.drivers.nimble.NimbleISCSIDriver</programlisting>
<para>
Use the following options to configure the volume driver:
</para>
<xi:include href="../../../common/tables/cinder-nimble.xml"/>
</section>