From 7fd372db0d9b28e1df8b107be706ca158c7143fe Mon Sep 17 00:00:00 2001 From: Venkata Krishna Reddy Thumu Date: Fri, 12 Feb 2016 16:02:15 +0530 Subject: [PATCH] Configuration Reference doc for GCS backup driver Change-Id: Ie25f6ff18abd30660076e13e971b835dd8151967 Co-Authored-By: Harish K Closes-bug: #1535844 --- .../source/block-storage/backup-drivers.rst | 5 +++-- .../block-storage/backup/gcs-backup-driver.rst | 18 ++++++++++++++++++ .../source/block-storage/volume-misc.rst | 1 - 3 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 doc/config-reference/source/block-storage/backup/gcs-backup-driver.rst diff --git a/doc/config-reference/source/block-storage/backup-drivers.rst b/doc/config-reference/source/block-storage/backup-drivers.rst index d0189eae6f..d9562e7a9b 100644 --- a/doc/config-reference/source/block-storage/backup-drivers.rst +++ b/doc/config-reference/source/block-storage/backup-drivers.rst @@ -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. diff --git a/doc/config-reference/source/block-storage/backup/gcs-backup-driver.rst b/doc/config-reference/source/block-storage/backup/gcs-backup-driver.rst new file mode 100644 index 0000000000..ca6b96962c --- /dev/null +++ b/doc/config-reference/source/block-storage/backup/gcs-backup-driver.rst @@ -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 diff --git a/doc/config-reference/source/block-storage/volume-misc.rst b/doc/config-reference/source/block-storage/volume-misc.rst index 9e68c6b144..40a79b749b 100644 --- a/doc/config-reference/source/block-storage/volume-misc.rst +++ b/doc/config-reference/source/block-storage/volume-misc.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