RETIRED, further work has moved to Debian project infrastructure
7d83690991
If multiple image-metadata entries are present with same name but different cases, 'image-metadata unset' command deletes all of them irrespective of case. For ex, "image-metadata unset abc=123" will delete all image-metadata entries with name abc, ABC, Abc etc. This is fixed by using id instead of name to fetch image-metadata during 'image-metadata unset' command execution flow. Closes-Bug: #1538418 Change-Id: I9fb29667964a4180af822b811345fa1148dbcd66 |
||
---|---|---|
cinder | ||
doc | ||
etc/cinder | ||
rally-jobs | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
openstack-common.conf | ||
pylintrc | ||
README.rst | ||
requirements.txt | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tests-py3.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:
git clone https://github.com/openstack/cinder.git
For developer information please see HACKING.rst
You can raise bugs here http://bugs.launchpad.net/cinder