Fix the cinder backup drivers path

Correct the values of backup_driver in the config reference.

Also add some spaces to make samples more easily readable.

Change-Id: I6f5d9fd40355c3a45b93cec2946257d505aef73f
Partial-Bug: #1309137
This commit is contained in:
Gauvain Pocentek
2014-04-17 21:01:00 +02:00
parent c9d82e0cdd
commit 874a358eb9
3 changed files with 17 additions and 17 deletions

View File

@@ -48,7 +48,7 @@
<para>To enable the Ceph backup driver, include the following
option in the <filename>cinder.conf</filename>
file:</para>
<programlisting>backup_driver=cinder.backup.driver.ceph</programlisting>
<programlisting>backup_driver = cinder.backup.drivers.ceph</programlisting>
<para>The following configuration options are available for
the Ceph backup driver.</para>
<xi:include

View File

@@ -8,7 +8,7 @@
<para>To enable the Swift backup driver, include the following
option in the <filename>cinder.conf</filename>
file:</para>
<programlisting>backup_driver=cinder.backup.driver.swift</programlisting>
<programlisting>backup_driver = cinder.backup.drivers.swift</programlisting>
<para>The following configuration options are available for
the Swift back-end backup driver.</para>
<xi:include

View File

@@ -16,7 +16,7 @@
</para>
<para>To enable the IBM TSM backup driver, include the following option
in <filename>cinder.conf</filename>:</para>
<programlisting>backup_driver=cinder.backup.driver.tsm</programlisting>
<programlisting>backup_driver = cinder.backup.drivers.tsm</programlisting>
<para>The following configuration options are available for the
TSM backup driver.</para>
<xi:include href="../../../common/tables/cinder-backups_tsm.xml" />