RETIRED, further work has moved to Debian project infrastructure
Go to file
Radoslav Gerganov 42eab0c82f Supress error logs when exception is thrown
There are many cases when exceptions from the backend are expected and
these exceptions must not be logged as errors. For example it is a
common pattern to catch DuplicateName/AlreadyExists exceptions and
ignore them in the cases when multiple threads are trying to perform the
same operation. Currently there is no way for clients to prevent logging
these exceptions as errors and the proper way to fix this is to just
raise the exception in oslo and let the client decide if it must be
logged as an error or not.

Closes-Bug: #1377927
Change-Id: I5309cad5b0eeb380387eb3051d80c59b783561e8
2014-10-06 15:59:30 +03:00
doc/source Switch to using oslo.utils 2014-09-25 11:55:30 -04:00
oslo Supress error logs when exception is thrown 2014-10-06 15:59:30 +03:00
oslo.vmware/locale Imported Translations from Transifex 2014-09-30 06:45:01 +00:00
tests Merge "Switch to using oslo.utils" 2014-10-04 01:59:27 +00:00
tools import run_cross_tests.sh from incubator 2014-04-04 06:44:44 -07:00
.coveragerc Initial checkin for Oslo VMware Library generated using oslo-cookiecutter 2014-02-03 09:48:20 -05:00
.gitignore Initial checkin for Oslo VMware Library generated using oslo-cookiecutter 2014-02-03 09:48:20 -05:00
.gitreview Initial checkin for Oslo VMware Library generated using oslo-cookiecutter 2014-02-03 09:48:20 -05:00
.mailmap Initial checkin for Oslo VMware Library generated using oslo-cookiecutter 2014-02-03 09:48:20 -05:00
.testr.conf Initial checkin for Oslo VMware Library generated using oslo-cookiecutter 2014-02-03 09:48:20 -05:00
babel.cfg Initial checkin for Oslo VMware Library generated using oslo-cookiecutter 2014-02-03 09:48:20 -05:00
CONTRIBUTING.rst Initial checkin for Oslo VMware Library generated using oslo-cookiecutter 2014-02-03 09:48:20 -05:00
HACKING.rst Initial checkin for Oslo VMware Library generated using oslo-cookiecutter 2014-02-03 09:48:20 -05:00
LICENSE Initial checkin for Oslo VMware Library generated using oslo-cookiecutter 2014-02-03 09:48:20 -05:00
MANIFEST.in Initial checkin for Oslo VMware Library generated using oslo-cookiecutter 2014-02-03 09:48:20 -05:00
openstack-common.conf Switch to using oslo.utils 2014-09-25 11:55:30 -04:00
pylintrc Add Pylint testenv environment 2014-08-04 15:29:14 +02:00
README.rst Initial checkin for Oslo VMware Library generated using oslo-cookiecutter 2014-02-03 09:48:20 -05:00
requirements.txt Switch to using oslo.utils 2014-09-25 11:55:30 -04:00
setup.cfg Add docs target and generate api docs 2014-09-04 21:32:18 -04:00
setup.py Updated from global requirements 2014-04-30 02:45:59 +00:00
test-requirements.txt Updated from global requirements 2014-09-19 08:51:12 +00:00
tox.ini Enable oslo.i18n for oslo.vmware 2014-09-10 09:38:57 -04:00

oslo.vmware

Oslo VMware library for OpenStack projects

Features

  • TODO