diff --git a/doc/source/configuration/block-storage/backup/ceph-backup-driver.rst b/doc/source/configuration/block-storage/backup/ceph-backup-driver.rst index a90a55cccbe..81de086932d 100644 --- a/doc/source/configuration/block-storage/backup/ceph-backup-driver.rst +++ b/doc/source/configuration/block-storage/backup/ceph-backup-driver.rst @@ -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. diff --git a/doc/source/configuration/block-storage/backup/gcs-backup-driver.rst b/doc/source/configuration/block-storage/backup/gcs-backup-driver.rst index 9e3d6edf2a2..c6adae16dc9 100644 --- a/doc/source/configuration/block-storage/backup/gcs-backup-driver.rst +++ b/doc/source/configuration/block-storage/backup/gcs-backup-driver.rst @@ -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. diff --git a/doc/source/configuration/block-storage/backup/glusterfs-backup-driver.rst b/doc/source/configuration/block-storage/backup/glusterfs-backup-driver.rst index e771443598f..57e0f5b6cc8 100644 --- a/doc/source/configuration/block-storage/backup/glusterfs-backup-driver.rst +++ b/doc/source/configuration/block-storage/backup/glusterfs-backup-driver.rst @@ -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. diff --git a/doc/source/configuration/block-storage/backup/nfs-backup-driver.rst b/doc/source/configuration/block-storage/backup/nfs-backup-driver.rst index 641289a23d7..44c67a28154 100644 --- a/doc/source/configuration/block-storage/backup/nfs-backup-driver.rst +++ b/doc/source/configuration/block-storage/backup/nfs-backup-driver.rst @@ -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. diff --git a/doc/source/configuration/block-storage/backup/posix-backup-driver.rst b/doc/source/configuration/block-storage/backup/posix-backup-driver.rst index d31f10a9f6a..596132dc1f9 100644 --- a/doc/source/configuration/block-storage/backup/posix-backup-driver.rst +++ b/doc/source/configuration/block-storage/backup/posix-backup-driver.rst @@ -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. diff --git a/doc/source/configuration/block-storage/backup/swift-backup-driver.rst b/doc/source/configuration/block-storage/backup/swift-backup-driver.rst index 6cd411ff7a7..87f26eca044 100644 --- a/doc/source/configuration/block-storage/backup/swift-backup-driver.rst +++ b/doc/source/configuration/block-storage/backup/swift-backup-driver.rst @@ -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. diff --git a/doc/source/configuration/block-storage/backup/tsm-backup-driver.rst b/doc/source/configuration/block-storage/backup/tsm-backup-driver.rst index 21a5d0518b4..9f7631a4b17 100644 --- a/doc/source/configuration/block-storage/backup/tsm-backup-driver.rst +++ b/doc/source/configuration/block-storage/backup/tsm-backup-driver.rst @@ -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.