Files
cinder/doc/source/install/index.rst
Sean McGinnis 0badb9203d trivial: Fix minor grammatical error in docs
Noticed a small issue while reading through some of the docs.

Change-Id: Ie5abb9c7c234a77a397c46fed6852d56e9c793a6
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2024-06-11 19:08:47 +00:00

53 lines
1.7 KiB
ReStructuredText

.. _cinder:
=========================
Cinder Installation Guide
=========================
The Block Storage service (cinder) provides block storage devices
to guest instances. The method in which the storage is provisioned and
consumed is determined by the Block Storage driver, or drivers
in the case of a multi-backend configuration. There are a variety of
drivers that are available: NAS/SAN, NFS, iSCSI, Ceph, and more.
The Block Storage API and scheduler services typically run on the controller
nodes. Depending upon the drivers used, the volume service can run
on controller nodes, compute nodes, or standalone storage nodes.
For more information, see the :doc:`Configuration
Reference </configuration/block-storage/volume-drivers>`.
Prerequisites
~~~~~~~~~~~~~
This documentation specifically covers the installation of the Cinder Block
Storage service. Before following this guide you will need to prepare your
OpenStack environment using the instructions in the
`OpenStack Installation Guide <https://docs.openstack.org/install-guide/>`_.
Once able to 'Launch an instance' in your OpenStack environment follow the
instructions below to add Cinder to the base environment.
Adding Cinder to your OpenStack Environment
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The following links describe how to install the Cinder Block Storage Service:
.. warning::
For security reasons **Service Tokens must be configured** in OpenStack
for Cinder to operate securely. Pay close attention to the :doc:`specific
section describing it: <../configuration/block-storage/service-token>`. See
https://bugs.launchpad.net/nova/+bug/2004555 for details.
.. toctree::
get-started-block-storage
index-obs
index-rdo
index-ubuntu
index-windows