Merge "Revert "Debug Nova APIs call failures""
This commit is contained in:
@@ -538,12 +538,6 @@ class Resource(wsgi.Application):
|
|||||||
with ResourceExceptionHandler():
|
with ResourceExceptionHandler():
|
||||||
action_result = self.dispatch(meth, request, action_args)
|
action_result = self.dispatch(meth, request, action_args)
|
||||||
except Fault as ex:
|
except Fault as ex:
|
||||||
LOG.debug(f'Request method failure captured:\n'
|
|
||||||
f' request: {request}\n'
|
|
||||||
f' method: {meth}\n'
|
|
||||||
f' exception: {ex}\n'
|
|
||||||
f' action_args: {action_args}\n',
|
|
||||||
exc_info=1)
|
|
||||||
response = ex
|
response = ex
|
||||||
|
|
||||||
if not response:
|
if not response:
|
||||||
|
|||||||
Reference in New Issue
Block a user