
gate-cinder-tox-compliance is broken because run-tox.sh script fails with ".tox/compliance/bin/pip: No such file or directory". This is because we're reusing pep8 venv (envdir tox directive), so .tox/compliance directory never gets created. To fix hat we can simply stop reusing that venv and let compliance tox job create it's own venv. It can be done by removing envdir directive from tox.ini. Change-Id: Ib809872f5fb1581e1b098775c2ebdc4e724c70e2 Closes-Bug: 1596508
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:
For developer information please see HACKING.rst
You can raise bugs here http://bugs.launchpad.net/cinder
Python client
https://git.openstack.org/cgit/openstack/python-cinderclient
Description
Languages
Python
99.7%
Smarty
0.3%