OpenStack Block Storage (Cinder)
e0f4ab2286
This commit updates the quota policies to use default roles provided by keystone, including read-only support. This is inline with broader changes across the OpenStack community to provide a more consistent authorization experience. Future changes will incorporate system scope when cinder fully supports it. This commit also updates the roles of a quotas test to not use the 'admin' role for checking the policy is not authorized. Instead, use 'member' and 'reader', which seem to be more realistic values for the test since anyone with 'admin' can do just about anything in the deployment. Co-Authored-by: Alan Bishop <abishop@redhat.com> Change-Id: I1b72a78180da46ff4a6257903d76069389f2a1f4 |
||
---|---|---|
api-ref/source | ||
cinder | ||
contrib/block-box | ||
doc | ||
etc/cinder | ||
playbooks | ||
rally-jobs | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.pylintrc | ||
.stestr.conf | ||
.zuul.yaml | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
driver-requirements.txt | ||
HACKING.rst | ||
LICENSE | ||
mypy-files.txt | ||
README.rst | ||
reno.yaml | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
OpenStack Cinder
OpenStack Cinder is a storage service for an open cloud computing service.
You can learn more about Cinder at:
Getting Started
If you'd like to run from the master branch, you can clone the git repo:
git clone https://opendev.org/openstack/cinder
If you'd like to contribute, please see the information in CONTRIBUTING.rst
You can raise bugs on Launchpad