[DOCFIX] Correct Cinder Backup Driver Option Value

Change-Id: Ia4dc1ccfdccceac974c5fb14a9cc023c7472f0ea
Closes-Bug: #1837240
This commit is contained in:
Bi Shun Ke 2019-07-20 01:24:05 +08:00
parent 0e6d77e497
commit 377e51a0f9
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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