OpenStack Block Storage (Cinder)
ca43430680
The '_format_failure' method of DynamicLoggingListener class from taskflow is overridden to suppress traceback for special exceptions (InvalidInput, QuotaError). You can still see traceback in logs for these exceptions as _format_failure method was replaced with fail_formatter parameter in taskflow version 1.22.0 [1] but the code was not modified to accommodate these changes. This patch uses fail_formatter parameter to suppress traceback log messages. [1] https://github.com/openstack/taskflow/tree/1.22.0 Closes-Bug: #1649850 Change-Id: I9bb4a690759974206bbd95ae53339ab302b1db5a |
||
---|---|---|
api-ref/source | ||
cinder | ||
doc | ||
etc/cinder | ||
rally-jobs | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
pylintrc | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Team and repository tags
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