OpenStack Block Storage (Cinder)
8a7ab267a6
Cinder Nested Quota Driver patch adds hierarchical support. Quota API's now can also handle hierarchical projects. For the first pass only a user with admin role in a parent project will be able to update and delete its children quotas. Even after these changes are made, the existing DbQuotaDriver functionalities will remain unchanged. The same driver will be able to handle flat projects as well as hierarchical projects. Co-Authored-By: Erickson Santos <erickson@lsd.ufcg.edu.br> Change-Id: Ie669d7d74d40c0ff1f1e54f673e7f3ae96b3b950 Implements: bp cinder-nested-quota-driver |
||
---|---|---|
cinder | ||
doc | ||
etc/cinder | ||
rally-jobs | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.md | ||
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:
git clone https://github.com/openstack/cinder.git
For developer information please see HACKING.rst
You can raise bugs here http://bugs.launchpad.net/cinder