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:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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" />
|
||||
|
Reference in New Issue
Block a user