OpenStack Block Storage (Cinder)
a0a04f4332
Currently when operating on quotas in a nested hierarchical environment, the calling project context must be a member of the same hierarchy as the target project in order to be authorized, even if it has the admin role. This is a change in behavior for users who are used to being able to view and modify any project quotas as admin without needing a token scoped to the target project's hierarchy. This patch allows projects with the cloud admin role to be able to operate on all project quotas regardless of its place in project hierarchy. Change-Id: Ifc0f1c5d06e7ca3aa7d9cf267a40f2a6b5cfc078 Closes-bug: #1597045 |
||
---|---|---|
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