RETIRED, further work has moved to Debian project infrastructure
324fae75e2
The following patch updates detach_volume API to use volume versionedobjects. Changes were made to be backwards compatible with older RPC clients. It only includes changes to the core cinder code. Changes in the drivers are left to each driver maintainer to update. We want to update both the attach_volume() and detach_volume() with versionedobjects. There are 3 patches in the chain. The patch sequence is: - Update attach_volume() with versionedojbects - Update detach_volume() with versionedobjects - Update test cases related to attach_volume and detach_volume in file cinder/tests/unit/test_volume.py Co-Authored-By: Thang Pham <thang.g.pham@gmail.com> Co-Authored-By: lisali <xiaoyan.li@intel.com> Partial-Implements: blueprint cinder-objects Change-Id: Ib153342b20f5b3e74d2815cb422b411f5690443f |
||
---|---|---|
api-ref/source | ||
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 |
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: 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