Comment 3 for bug 1517275

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to glance_store (stable/liberty)

Reviewed: https://review.openstack.org/247579
Committed: https://git.openstack.org/cgit/openstack/glance_store/commit/?id=2ecc714c335ad2175f23743885cc3b9e356f1ba8
Submitter: Jenkins
Branch: stable/liberty

commit 2ecc714c335ad2175f23743885cc3b9e356f1ba8
Author: Matt Riedemann <email address hidden>
Date: Tue Nov 17 17:54:00 2015 -0800

    vmware: check for response body in error conditions

    The response may not have a body in certain error conditions, like
    a 500 on a socket error as seen in the VMware NSX CI. This fixes
    an AttributeError when trying to access the response body in those
    cases.

    Change-Id: I086bb5bdb59813d326d45b5f7545da2ebb12aa95
    Closes-Bug: #1517275
    (cherry picked from commit b709dd62c16ffb0d924bf25328e29a3fbec0f36a)