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:
Ivan Kolodyazhny
2018-09-28 14:32:58 +03:00
parent 7f27679466
commit c3b842a990
7 changed files with 7 additions and 7 deletions

View File

@@ -37,7 +37,7 @@ To enable the Ceph backup driver, include the following option in the
.. code-block:: ini .. 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 The following configuration options are available for the Ceph backup
driver. driver.

View File

@@ -10,7 +10,7 @@ To enable the GCS backup driver, include the following option in the
.. code-block:: ini .. 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 The following configuration options are available for the GCS backup
driver. driver.

View File

@@ -9,7 +9,7 @@ To enable the GlusterFS backup driver, include the following option in the
.. code-block:: ini .. 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 The following configuration options are available for the GlusterFS backup
driver. driver.

View File

@@ -10,7 +10,7 @@ To enable the NFS backup driver, include the following option in the
.. code-block:: ini .. 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 The following configuration options are available for the NFS back-end
backup driver. backup driver.

View File

@@ -10,7 +10,7 @@ option in the ``cinder.conf`` file:
.. code-block:: ini .. 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 The following configuration options are available for the POSIX
file systems backup driver. file systems backup driver.

View File

@@ -10,7 +10,7 @@ To enable the swift backup driver, include the following option in the
.. code-block:: ini .. 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 The following configuration options are available for the Swift back-end
backup driver. backup driver.

View File

@@ -15,7 +15,7 @@ To enable the IBM TSM backup driver, include the following option in
.. code-block:: ini .. 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 The following configuration options are available for the TSM backup
driver. driver.