OpenStack Block Storage (Cinder)
ef7ed8dcb2
According to API working group guidelines: https://review.openstack.org/#/c/243414 microversion headers should be of the form: OpenStack-API-Version: [SERVICE_TYPE] 2.114 i.e OpenStack-API-Version: volume 3.22 Two extra headers are always returned in the response: OpenStack-API-Version: [SERVICE_TYPE] version_number Vary: OpenStack-API-Version note: Servers must be prepared to deal with multiple OpenStack-API-Version headers. This could happen when a client designed to address multiple services always sends the headers it thinks it needs. Most Python frameworks will handle this by setting the value of the header to the values of all matching headers, joined by a ',' (comma). For example ``compute 2.11,identity 2.114``. Closes-Bug: #1551941 Change-Id: I658e54966c390b41e3b551dd9827606c2e013511 |
||
---|---|---|
cinder | ||
doc | ||
etc/cinder | ||
rally-jobs | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
openstack-common.conf | ||
pylintrc | ||
README.rst | ||
requirements.txt | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
CINDER
You have come across a storage service for an open cloud computing service. It has identified itself as Cinder. It was abstracted from the Nova project.
- Wiki: http://wiki.openstack.org/Cinder
- Developer docs: http://docs.openstack.org/developer/cinder
Getting Started
If you'd like to run from the master branch, you can clone the git repo:
For developer information please see HACKING.rst
You can raise bugs here http://bugs.launchpad.net/cinder
Python client
https://git.openstack.org/cgit/openstack/python-cinderclient