OpenStack Block Storage (Cinder)
e071ee2632
This patch improves and fixes the documentation of the clone_image driver method and updates the parameters in various places where the method is declared where they presented the wrong parameters. Since there is a valid default implementation for the method, a small text has been added to indicate that some of the core methods, like this one, are optional. To avoid getting docstrings from the driver and the interface (which is the one used for the documentation) out of sync we replace the description on cinder/volume/driver.py with a text referencing the interface docstring. Change-Id: I09a8357e15b9041790285ab1f9a3cdd7a18243b4 |
||
---|---|---|
api-ref/source | ||
cinder | ||
doc | ||
etc/cinder | ||
playbooks | ||
rally-jobs | ||
releasenotes | ||
roles | ||
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