Cinder is the OpenStack Block Storage service for providing volumes to Nova virtual machines, Ironic bare metal hosts, containers and more. Some of the goals of Cinder are to be/have:
As an end user of Cinder, you’ll use Cinder to create and manage volumes using the Horizon user interface, command line tools such as the python-cinderclient, or by directly using the REST API.
All features of Cinder are exposed via a REST API that can be used to build more complicated logic or automation with Cinder. This can be consumed directly or via various SDKs. The following resources can help you get started consuming the API directly.
This section has details for deploying and maintaining Cinder services.
Cinder can be configured standalone using the configuration setting
auth_strategy = noauth
, but in most cases you will want to at least have
the Keystone Identity
service and other
OpenStack services installed.
Contents:
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.