Fix backup driver configuration examples in the documetation
Since iI3ada2dee1857074746b1893b82dd5f6641c6e579 is merged we must use class name for backup driver configuration instead of module name. Change-Id: Ia1388866107f79e31512fa2afd0ece0c2b279026
This commit is contained in:
parent
7f27679466
commit
c3b842a990
@ -37,7 +37,7 @@ To enable the Ceph backup driver, include the following option in the
|
||||
|
||||
.. code-block:: ini
|
||||
|
||||
backup_driver = cinder.backup.drivers.ceph
|
||||
backup_driver = cinder.backup.drivers.ceph.CephBackupDriver
|
||||
|
||||
The following configuration options are available for the Ceph backup
|
||||
driver.
|
||||
|
@ -10,7 +10,7 @@ To enable the GCS backup driver, include the following option in the
|
||||
|
||||
.. code-block:: ini
|
||||
|
||||
backup_driver = cinder.backup.drivers.gcs
|
||||
backup_driver = cinder.backup.drivers.gcs.GoogleBackupDriver
|
||||
|
||||
The following configuration options are available for the GCS backup
|
||||
driver.
|
||||
|
@ -9,7 +9,7 @@ To enable the GlusterFS backup driver, include the following option in the
|
||||
|
||||
.. code-block:: ini
|
||||
|
||||
backup_driver = cinder.backup.drivers.glusterfs
|
||||
backup_driver = cinder.backup.drivers.glusterfs.GlusterfsBackupDriver
|
||||
|
||||
The following configuration options are available for the GlusterFS backup
|
||||
driver.
|
||||
|
@ -10,7 +10,7 @@ To enable the NFS backup driver, include the following option in the
|
||||
|
||||
.. code-block:: ini
|
||||
|
||||
backup_driver = cinder.backup.drivers.nfs
|
||||
backup_driver = cinder.backup.drivers.nfs.NFSBackupDriver
|
||||
|
||||
The following configuration options are available for the NFS back-end
|
||||
backup driver.
|
||||
|
@ -10,7 +10,7 @@ option in the ``cinder.conf`` file:
|
||||
|
||||
.. code-block:: ini
|
||||
|
||||
backup_driver = cinder.backup.drivers.posix
|
||||
backup_driver = cinder.backup.drivers.posix.PosixBackupDriver
|
||||
|
||||
The following configuration options are available for the POSIX
|
||||
file systems backup driver.
|
||||
|
@ -10,7 +10,7 @@ To enable the swift backup driver, include the following option in the
|
||||
|
||||
.. code-block:: ini
|
||||
|
||||
backup_driver = cinder.backup.drivers.swift
|
||||
backup_driver = cinder.backup.drivers.swift.SwiftBackupDriver
|
||||
|
||||
The following configuration options are available for the Swift back-end
|
||||
backup driver.
|
||||
|
@ -15,7 +15,7 @@ To enable the IBM TSM backup driver, include the following option in
|
||||
|
||||
.. code-block:: ini
|
||||
|
||||
backup_driver = cinder.backup.drivers.tsm
|
||||
backup_driver = cinder.backup.drivers.tsm.TSMBackupDriver
|
||||
|
||||
The following configuration options are available for the TSM backup
|
||||
driver.
|
||||
|
Loading…
Reference in New Issue
Block a user