OpenStack Block Storage (Cinder)
2f0bd74604
Any new Cinder driver we add that doesn't have the "get_driver_options" method defined will break the driver list generation tools. The reason why it breaks them is because this method must be static, yet our base driver class doesn't define it as static. This patch: - Sets the base method as static to prevent new drivers from breaking the tools. - Documents the existence of this method for driver developers. - Adds get_driver_options method for drivers that are missing it. - Fix macrosan_client help message that breaks the doc building process. Closes-Bug: #1838225 Change-Id: I4797724d7b55709f0903d522b0233242b867146d |
||
---|---|---|
api-ref/source | ||
cinder | ||
contrib/block-box | ||
doc | ||
etc/cinder | ||
playbooks | ||
rally-jobs | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.pylintrc | ||
.stestr.conf | ||
.zuul.yaml | ||
babel.cfg | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
driver-requirements.txt | ||
HACKING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Team and repository tags
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: https://wiki.openstack.org/Cinder
- Developer docs: https://docs.openstack.org/cinder/latest/
- Blueprints: https://blueprints.launchpad.net/cinder
- Release notes: https://docs.openstack.org/releasenotes/cinder/
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
For developer information please see HACKING.rst
You can raise bugs here https://bugs.launchpad.net/cinder