
1. Builtin function 'reduce' in Python 2 has been moved to standard library module in Python 3 [1]. To make code compatible, replaced reduce(expr) with six.moves.reduce(expr). 2. xrange is renamed to range in Python 3, replaced it with six.moves.range 3. Added __bool__() method in FeatureState class to make it python 3 compatible because Python 3 calls the __bool__() method instead of __nonzero__ when evaluating an instance in a boolean context. 4. Added this test case to tests-py3.txt. [1] http://python3porting.com/stdlib.html#moved-builtins Closes-Bug: 1530249 Change-Id: I376cd643b9f58358a3e147532dafe77a7325a114
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%