Comment 4 for bug 1510656

Revision history for this message
Matt Riedemann (mriedem) wrote :

The cinder unit test is expecting a requests.exceptions.Timeout but it got novaclient.exceptions.RequestTimeout because novaclient is handling the requests exceptions now and converting them to it's own exceptions. So the cinder test just needs to account for both.