
* XMLDictSerializer: sort dictionary items to get a reliable XML output. On Python 3, dictionary items are iterated in a random order, because the hash function is randomized by default. * Use byte strings for HTTP body * On Python 3, decode serialized data to get Unicode * Add a base TestCase class to factorize the _prepare_xml() method * tests-py3.txt: add cinder.tests.unit.api.middleware.test_faults Partial-Implements: blueprint cinder-python3 Change-Id: I81cd509230265f47f8c00ade14c71f66c717ca81
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%