
* Replace map() with a list-comprehension where a list is expected * Replace apply(fn, args) with fn(*args) * Use str.replace() to remove "{" and "}" characters in _clean_uuid(), instead of using str.translate() * Use literal syntax to create a new dictionary instead of using dict() + dict.items() * tox.ini: add cinder.tests.unit.test_drbdmanagedrv to Python 3.4 Blueprint cinder-python3 Change-Id: I4cb3ae422381442b778de024882e75f31eded5eb
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
Python client
Description
Languages
Python
99.7%
Smarty
0.3%