[config-ref]Update the "backend" to "back end" for Zadara

Refer to http://docs.openstack.org/contributor-guide/writing-style/word-choice.html
and update RST style

Change-Id: I895b88e70a3b876a74dce5954c4c4298368b7c91
This commit is contained in:
caoyuan 2016-11-01 00:39:47 +08:00
parent b2650a6c70
commit b4e5ed143b

View File

@ -8,7 +8,7 @@ and file storage system which, provides enterprise-grade data protection and
data management storage services. data management storage services.
The ``ZadaraVPSAISCSIDriver`` volume driver allows the Zadara Storage VPSA The ``ZadaraVPSAISCSIDriver`` volume driver allows the Zadara Storage VPSA
to be used as a volume backend storage in OpenStack deployments. to be used as a volume back end storage in OpenStack deployments.
System requirements System requirements
~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~
@ -23,20 +23,13 @@ Supported operations
~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~
- Create, delete, attach, and detach volumes - Create, delete, attach, and detach volumes
- Create, list, and delete volume snapshots - Create, list, and delete volume snapshots
- Create a volume from a snapshot - Create a volume from a snapshot
- Copy an image to a volume - Copy an image to a volume
- Copy a volume to an image - Copy a volume to an image
- Clone a volume - Clone a volume
- Extend a volume - Extend a volume
- Migrate a volume with back end assistance
- Migrate a volume with backend assistance
Configuration Configuration
~~~~~~~~~~~~~ ~~~~~~~~~~~~~
@ -47,9 +40,9 @@ Configuration
`VPSA's user guide <http://tinyurl.com/hxo3tt5>`_. `VPSA's user guide <http://tinyurl.com/hxo3tt5>`_.
#. Adjust the ``cinder.conf`` configuration file to define the volume driver #. Adjust the ``cinder.conf`` configuration file to define the volume driver
name along with a storage backend entry for each VPSA pool that will be name along with a storage back end entry for each VPSA pool that will be
managed by the block storage service. managed by the block storage service.
Each backend entry requires a unique section name, surrounded by square Each back end entry requires a unique section name, surrounded by square
brackets (or parentheses), followed by options in ``key=value`` format. brackets (or parentheses), followed by options in ``key=value`` format.
.. note:: .. note::
@ -57,7 +50,7 @@ Configuration
Restart cinder-volume service after modifying ``cinder.conf``. Restart cinder-volume service after modifying ``cinder.conf``.
Sample minimum backend configuration Sample minimum back end configuration
.. code-block:: ini .. code-block:: ini