Comment 10 for bug 1406586

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-novaclient (master)

Reviewed: https://review.openstack.org/235558
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=2961e82bfa6e375ac3c17933fac532ed316ac976
Submitter: Jenkins
Branch: master

commit 2961e82bfa6e375ac3c17933fac532ed316ac976
Author: Jason Dunsmore <email address hidden>
Date: Thu Oct 15 12:00:39 2015 -0500

    Do not expose exceptions from requests library

    Novaclient expects the requests library to always be able to get a
    response back and doesn't handle other cases where it might raise
    an exception even before the request is completed (e.g.
    ConnectionError).

    These exceptions should be captured and properly converted to some
    native novaclient exception.

    Change-Id: Iec7247b715c38c29910b30e76413cead4e951a37
    Co-Authored-By: Kuo-tung Kao <email address hidden>
    Closes-Bug: #1406586