Merge "Configuration Reference doc for GCS backup driver"

This commit is contained in:
Jenkins 2016-02-25 12:33:59 +00:00 committed by Gerrit Code Review
commit 488b7994f7
3 changed files with 21 additions and 3 deletions

View File

@ -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.

View File

@ -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

View File

@ -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