From 377e51a0f91f4f4ea1c6af6a836f46688e9a1c1f Mon Sep 17 00:00:00 2001 From: Bi Shun Ke Date: Sat, 20 Jul 2019 01:24:05 +0800 Subject: [PATCH] [DOCFIX] Correct Cinder Backup Driver Option Value Change-Id: Ia4dc1ccfdccceac974c5fb14a9cc023c7472f0ea Closes-Bug: #1837240 --- doc/source/install/cinder-backup-install-obs.rst | 2 +- doc/source/install/cinder-backup-install-rdo.rst | 2 +- doc/source/install/cinder-backup-install-ubuntu.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/install/cinder-backup-install-obs.rst b/doc/source/install/cinder-backup-install-obs.rst index 7ff2a7aeb90..dc988265cd9 100644 --- a/doc/source/install/cinder-backup-install-obs.rst +++ b/doc/source/install/cinder-backup-install-obs.rst @@ -37,7 +37,7 @@ Install and configure components [DEFAULT] # ... - backup_driver = cinder.backup.drivers.swift + backup_driver = cinder.backup.drivers.swift.SwiftBackupDriver backup_swift_url = SWIFT_URL diff --git a/doc/source/install/cinder-backup-install-rdo.rst b/doc/source/install/cinder-backup-install-rdo.rst index 1039fbaf34b..0a384a23241 100644 --- a/doc/source/install/cinder-backup-install-rdo.rst +++ b/doc/source/install/cinder-backup-install-rdo.rst @@ -37,7 +37,7 @@ Install and configure components [DEFAULT] # ... - backup_driver = cinder.backup.drivers.swift + backup_driver = cinder.backup.drivers.swift.SwiftBackupDriver backup_swift_url = SWIFT_URL diff --git a/doc/source/install/cinder-backup-install-ubuntu.rst b/doc/source/install/cinder-backup-install-ubuntu.rst index 4ddc1beac52..cd52d4e9658 100644 --- a/doc/source/install/cinder-backup-install-ubuntu.rst +++ b/doc/source/install/cinder-backup-install-ubuntu.rst @@ -36,7 +36,7 @@ Install and configure components [DEFAULT] # ... - backup_driver = cinder.backup.drivers.swift + backup_driver = cinder.backup.drivers.swift.SwiftBackupDriver backup_swift_url = SWIFT_URL Replace ``SWIFT_URL`` with the URL of the Object Storage service. The