Rename GCS bucket name to Default GCS bucket name

The changes are supposed to prevent misunderstanding of 'GCS bucket name' plugin
parameter.

Closes-Bug: #1623938

Change-Id: Icef90ad7b41b162f5bb44d0b5a5943fc064721dd
This commit is contained in:
Taras Kostyuk 2016-09-15 13:43:41 +03:00
parent a0e8b83c10
commit af680d76d1
3 changed files with 16 additions and 9 deletions

View File

@ -46,7 +46,12 @@ two parts:
.. image:: images/settings.png .. image:: images/settings.png
* The project ID * The project ID
* The bucket name to store backup data * The default bucket name to store backup data.
The bucket is created if not exists. Used as *container* parameter value
when Cinder CLI or API is invoked for creating a backup.
*Note for Horizon users:* make sure *Container Name* in
*Create Volume Backup* window is filled with the appropriate bucket name.
Improper or empty *Container Name* can cause a new bucket creation.
* The storage class for the bucket, can be selected from drop-down list * The storage class for the bucket, can be selected from drop-down list
* Bucket location, a list of locations can be found in * Bucket location, a list of locations can be found in
`Google Cloud storage documentation <https://cloud.google.com/storage/docs/bucket-locations>`_ `Google Cloud storage documentation <https://cloud.google.com/storage/docs/bucket-locations>`_

View File

@ -10,13 +10,13 @@ attributes:
error: 'The value should not be empty. Only letters, digits, underscore and dash symbols are allowed.' error: 'The value should not be empty. Only letters, digits, underscore and dash symbols are allowed.'
backup_gcs_bucket: backup_gcs_bucket:
value: '' value: ''
label: 'GCS bucket name' label: 'Default GCS bucket name'
description: '' description: 'Default GCS bucket name to use for backups. The bucket is created if not exists. Please refer to the official bucket naming guidelines https://cloud.google.com/storage/docs/naming .Used as container parameter value when Cinder CLI or API is invoked for creating a backup.'
weight: 15 weight: 15
type: "text" type: "text"
regex: regex:
source: '^[A-Za-z\d_-]+$' source: '^[A-Za-z\d_-]+$'
error: 'The value should not be empty. Only letters, digits, underscore and dash symbols are allowed.' error: 'Default GCS bucket name to use for backups. The bucket is created if not exists. Please refer to the official bucket naming guidelines https://cloud.google.com/storage/docs/naming .Used as container parameter value when Cinder CLI or API is invoked for creating a backup. The value should not be empty. Only letters, digits, underscore and dash symbols are allowed.'
backup_gcs_storage_class: backup_gcs_storage_class:
value: 'NEARLINE' value: 'NEARLINE'
label: 'GCS storage class' label: 'GCS storage class'

View File

@ -97,13 +97,15 @@ The settings are:
* default value: '' * default value: ''
* valid values: not empty * valid values: not empty
* GCS Bucket * Default GCS Bucket name
* name: backup_gcs_bucket * name: backup_gcs_bucket
* label: GCS Bucket * label: Default GCS Bucket name
* description: GCS bucket name to use for backup. Please refer to * description: Default GCS bucket name to use for backups. The bucket is
the official bucket naming guidelines created if not exists. Please refer to the official bucket naming guidelines
https://cloud.google.com/storage/docs/naming https://cloud.google.com/storage/docs/naming .
Used as *container* parameter value when Cinder CLI or API is invoked for
creating a backup.
* type: text * type: text
* default value: '' * default value: ''
* valid values: not empty * valid values: not empty