
* Rewrite ReadOnlyDict using collections.Mapping: collections.Mapping has no method to modify the dictionary and is available on Python 2 and Python 3. Add also a __repr__() method to ease debug. Remove ReadOnlyDict.update() method: a read-only dictionary must not be modifiable. * test_host_manager.py: sort dictionaries using a key function to have a reliable order for the list of dictionaries. On Python 3, the hash function is now randomized. * tox.ini. add cinder/tests/unit/scheduler/ tests to Python 3.4 Blueprint cinder-python3 Change-Id: I34d98d6a75fef907251719f0d46b025d8e8b2b65
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%