cinder/cinder
dineshbhor ca43430680 Fix logging traceback in service logs
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
2016-12-20 12:39:07 +05:30
..
api Merge "Support A/A on Scheduler operations" 2016-12-16 17:03:14 +00:00
backup Merge "Use method is_valid_boolstr from oslo_utils" 2016-12-16 04:59:38 +00:00
brick Provide cfg to ignore lvm descriptor leak warnings 2016-09-26 09:20:58 +00:00
cmd Merge "Fix TypeError when execute cinder-volume-usage-audit" 2016-12-08 15:56:46 +00:00
common Remove empty debug_opts 2016-11-29 15:08:17 +02:00
compute Read domain info from context when contacting nova 2016-09-20 19:49:34 +00:00
config Fix config generator issue with OVO decorators 2016-11-04 11:34:34 +01:00
consistencygroup Remove 2 unnecessary assignments 2016-11-25 16:24:28 +01:00
db Merge "Add get_all capability to volume_attachments" 2016-12-18 22:47:47 +00:00
group Remove support for 2.x scheduler RPC API 2016-10-05 10:57:58 +02:00
hacking Hacking: Remove N333 oslo namespace import check 2016-12-12 10:08:31 -05:00
image Merge "Fix glance v2 image update" 2016-11-27 20:48:11 +00:00
interface Add unsupported status to driver listing 2016-11-29 18:04:22 +05:30
keymgr Modifies override logic for key_manager 2016-09-21 11:01:59 -04:00
locale Imported Translations from Zanata 2016-10-15 07:34:30 +00:00
message Add pagination support to messages 2016-05-27 10:49:00 +00:00
objects Merge "Add get_all capability to volume_attachments" 2016-12-18 22:47:47 +00:00
releasenotes/notes Remove Kaminario deprecated option 2016-12-07 12:10:52 +00:00
scheduler Cosmetic changes to scheduler 2016-12-14 17:48:53 +01:00
tests Merge "VMAX driver - Attach and detach snapshot" 2016-12-19 12:34:38 +00:00
transfer check quota per_volume_gigabytes for transfer-accept 2016-09-02 03:13:25 +00:00
volume Merge "VMAX driver - Attach and detach snapshot" 2016-12-19 12:34:38 +00:00
wsgi Remove unused logging import and LOG global var 2016-05-20 17:17:38 +08:00
zonemanager Add unsupported status to driver listing 2016-11-29 18:04:22 +05:30
__init__.py Set EVENTLET_NO_GREENDNS for IPv6 and dnspython compat 2016-11-11 13:19:07 -06:00
context.py Use to_policy_values for enforcing policy 2016-09-13 01:13:15 +00:00
coordination.py Update synchronized decorator 2016-10-12 10:25:33 -05:00
exception.py Merge "Cosmetic changes to scheduler" 2016-12-16 17:04:36 +00:00
flow_utils.py Fix logging traceback in service logs 2016-12-20 12:39:07 +05:30
i18n.py
manager.py Support A/A on Scheduler operations 2016-12-14 17:48:28 +01:00
opts.py Merge "Adds Unity Cinder Driver" 2016-12-12 18:59:17 +00:00
policy.py Use to_policy_values for enforcing policy 2016-09-13 01:13:15 +00:00
quota.py Add generic volume groups 2016-07-16 19:34:39 -04:00
quota_utils.py Use keystoneauth1 for creating the keystone session 2016-09-22 15:28:35 +00:00
rpc.py Clean _get_cctxt method signatures 2016-11-08 16:28:14 +01:00
service.py Make c-vol use workers table for cleanup 2016-11-03 10:17:38 +01:00
ssh_utils.py Fix sshpool.remove code 2016-03-01 03:20:04 +00:00
test.py Cosmetic changes to scheduler 2016-12-14 17:48:53 +01:00
utils.py Merge "Use method is_valid_boolstr from oslo_utils" 2016-12-16 04:59:38 +00:00
version.py