
CreateConsistencyGroupTask, WaitMigrationsCompleteTask: sort the lun identifier keys to have a determinist order. On Python 3, the hash function is randomized, so set() order is undefined and changes at each run. Other changes: * Replace map() with list-comprehension to get a list on Python 3. * Replace assertTrue(str.find(pattern) > 0) with assertIn(pattern, str) to not fail if pattern is at the beginning on the string. On Python 3, the hash function is randomized and so parts of the provider_location are in a random order, it can be at the beginning. * tests-py3.txt: add cinder.tests.unit.test_emc_vnxdirect Partial-Implements: blueprint cinder-python3 Change-Id: I114029c1c9862583e64781379001870a682ea42d
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%