removed introductive comment in configuration example

To avoid confusions about the location of the configuration example
it's better to not mention it at all directly in the configuration
example.

Change-Id: I2668a563bfc41c30cfe44b1630455dc5a49e4133
This commit is contained in:
Christian Berendt 2014-05-03 14:29:00 +02:00
parent 78c3142d8a
commit 6dc2d876de

View File

@ -41,8 +41,7 @@
<literal>[DEFAULT]</literal> configuration group are
not used.</para>
<para>These examples show three back-ends:</para>
<programlisting language="ini"># a list of back-ends that are served by this compute node
enabled_backends=lvmdriver-1,lvmdriver-2,lvmdriver-3
<programlisting language="ini">enabled_backends=lvmdriver-1,lvmdriver-2,lvmdriver-3
[lvmdriver-1]
volume_group=cinder-volumes-1
volume_driver=cinder.volume.drivers.lvm.LVMISCSIDriver