OpenStack Block Storage (Cinder)
33d1270dca
This fixes several things: 1. The consistencygroup_id and metadata parameters are optional. 2. Several parameters used were for non-volume types, this changes the api-ref to use the proper parameters that have the correct descriptions for creating a volume. At some point the parameter names in parameters.yaml need to have more descriptive names than the lazy *_1, *_2, etc names so it's easier to know what a parameter is for, e.g. volume_description_body_required, but that's for a later cleanup. Change-Id: I1fb8ca507c85bfbf0add41b507c014ae995e17d0 Closes-Bug: #1642983 |
||
---|---|---|
api-ref/source | ||
cinder | ||
doc | ||
etc/cinder | ||
rally-jobs | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
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