Configuration Reference doc for GCS backup driver

Change-Id: Ie25f6ff18abd30660076e13e971b835dd8151967
Co-Authored-By: Harish K<harishk@vedams.com>
Closes-bug: #1535844
This commit is contained in:
Venkata Krishna Reddy Thumu 2016-02-12 16:02:15 +05:30 committed by venkatakrishna
parent 6abb031851
commit 7fd372db0d
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