583d03e117

* Replace httplib import with six.moves.http_client * Replace urllib imports with six.moves.urllib, update urllib. For example, replace urllib.quote() with urllib.parse.quote(). * test_blockbridge: try get the mock module from unittest.mock, part of the Python stdlib since Python 3.3. The third-party mock module has a bug on Python 3.4. * On Python 3, base64.encodestring() expects bytes and returns bytes. Encode credentials to UTF-8 and decode base64 from ASCII to get the final string as Unicode on Python 3. * test_cfg_api_auth_scheme_password: parse the connection URL to compare it. Comparing directly the URL fails on Python 3 because URL parameters are rendered in a random order because of the hash randomization. * Replace pools.values()[0] with list(pools.values())[0]. On Python 3, dict.values() returns an iterator. * tox.ini: add cinder.tests.unit.test_blockbridge to Python 3.4. Blueprint cinder-python3 Change-Id: I3c6b935680b5427d6ffdc1a00cd5221475209cdd
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%