Merge "[DOCFIX] Correct Cinder Backup Driver Option Value"

This commit is contained in:
Zuul 2019-08-04 20:26:12 +00:00 committed by Gerrit Code Review
commit 4aceeba7f3
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