Comment 10 for bug 1631305

Revision history for this message
Kaitlin Farr (kaitlin-farr) wrote :

The error from the attached stacktrace that's causing the volume deletion failure is this:

2016-10-07 09:08:28.433 13444 ERROR cinder.api.middleware.fault "volume: %s."), e.msg, resource=volume)
2016-10-07 09:08:28.433 13444 ERROR cinder.api.middleware.fault AttributeError: 'HTTPClientError' object has no attribute 'msg'

It caught the exception thrown by the key manager correctly, but a new exception is thrown because the log statement is trying to access an attribute that doesn't exist.

This bug can be resolved if that log statement is reworked with no changes to the key manager code.