OpenStack Block Storage (Cinder)
e374a952af
Even though testenvs pep8 and pep8-constraints included cinder/common directory to be processed by flake8, global configuration in flake8 secion was excluding common glob preventing the directory from being checked. This patch removes glob from flake8 exclude section, unnecessary cinder/common inclusion when running flake8, and fixes cinder/common/config.py. If we had a common directory in our code root and wanted to exclude it, glob should be ./common instead of just common like we had now. Change-Id: Iefc64c02335ed9296bda323fdcb5688125fb4e77 |
||
---|---|---|
cinder | ||
doc | ||
etc/cinder | ||
rally-jobs | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
openstack-common.conf | ||
pylintrc | ||
README.rst | ||
requirements.txt | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tests-py3.txt | ||
tox.ini |
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