[DOCFIX] Correct Cinder Backup Driver Option Value
Change-Id: Ia4dc1ccfdccceac974c5fb14a9cc023c7472f0ea Closes-Bug: #1837240
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user