Merge "[DOCFIX] Correct Cinder Backup Driver Option Value"
This commit is contained in:
commit
4aceeba7f3
@ -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
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user