OpenStack Block Storage (Cinder)
98939fcc35
Change I247bf2a072e195c3918f222a9770f8018690db16 renamed a keyword argument in get_create_spec. The _fetch_stream_optimized_image method which creates a volume from streamOptimized image uses this method, but it was not updated to use the new keyword argument. The VMware CI couldn't catch this because we use preallocated image for tempest tests. This patch updates the keyword argument to fix the issue. Change-Id: I20cbc8f137fe31302770cc0b2f5dde1f23339191 Closes-bug: #1596907 |
||
---|---|---|
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