Skip to content

Commit

Permalink
[DOCFIX] Correct Cinder Backup Driver Option Value
Browse files Browse the repository at this point in the history
Change-Id: Ia4dc1ccfdccceac974c5fb14a9cc023c7472f0ea
Closes-Bug: #1837240
  • Loading branch information
bi-shun committed Jul 21, 2019
1 parent 0e6d77e commit 377e51a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/source/install/cinder-backup-install-obs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/source/install/cinder-backup-install-rdo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/source/install/cinder-backup-install-ubuntu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 377e51a

Please sign in to comment.