Merge "Configuration Reference doc for GCS backup driver"
This commit is contained in:
commit
488b7994f7
@ -5,9 +5,10 @@ Backup drivers
|
||||
.. toctree::
|
||||
|
||||
backup/ceph-backup-driver.rst
|
||||
backup/tsm-backup-driver.rst
|
||||
backup/swift-backup-driver.rst
|
||||
backup/gcs-backup-driver.rst
|
||||
backup/nfs-backup-driver.rst
|
||||
backup/swift-backup-driver.rst
|
||||
backup/tsm-backup-driver.rst
|
||||
|
||||
This section describes how to configure the cinder-backup service and
|
||||
its drivers.
|
||||
|
@ -0,0 +1,18 @@
|
||||
=======================================
|
||||
Google Cloud Storage backup driver
|
||||
=======================================
|
||||
|
||||
The Google Cloud Storage (GCS) backup driver backs up volumes of any type to
|
||||
Google Cloud Storage.
|
||||
|
||||
To enable the GCS backup driver, include the following option in the
|
||||
``cinder.conf`` file:
|
||||
|
||||
.. code-block:: ini
|
||||
|
||||
backup_driver = cinder.backup.drivers.google
|
||||
|
||||
The following configuration options are available for the GCS backup
|
||||
driver.
|
||||
|
||||
.. include:: ../../tables/cinder-backups_gcs.rst
|
@ -9,7 +9,6 @@ These options can also be set in the ``cinder.conf`` file.
|
||||
.. include:: ../tables/cinder-auth.rst
|
||||
.. include:: ../tables/cinder-auth_token.rst
|
||||
.. include:: ../tables/cinder-backups.rst
|
||||
.. include:: ../tables/cinder-backups_gcs.rst
|
||||
.. include:: ../tables/cinder-block-device.rst
|
||||
.. include:: ../tables/cinder-cloudbyte.rst
|
||||
.. include:: ../tables/cinder-coho.rst
|
||||
|
Loading…
Reference in New Issue
Block a user