OpenStack Block Storage (Cinder)
e1b254dad1
If15ea8b628a6f88211a5d5cc7aadff44f7840138 introduced some mistakes that I was able to identify when rebasing RequestSpec object patch: * Missing loading volume_types relationship in QualityOfServiceSpecs _from_db_object. * Wrong source of qos_specs relationship in VolumeType _from_db_object. * Inefficient loading od QoSSpecs associations in db layer. * Use of self in classmethod. This commit fixes the issues. Change-Id: I3b78127791a03e1a35a30d7f84f66e97d89c7cf9 Closes-Bug: 1603472 |
||
---|---|---|
api-ref | ||
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