Comment 5 for bug 1850682

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to nova (stable/stein)

Reviewed: https://review.opendev.org/692936
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=defe542eb130cd9ad621493fbf98a6a3458c4169
Submitter: Zuul
Branch: stable/stein

commit defe542eb130cd9ad621493fbf98a6a3458c4169
Author: Gary Kotton <email address hidden>
Date: Sat Jul 6 00:31:40 2019 -0700

    Nova compute: add in log exception to help debug failures

    When the system is under load, there can be boot failures. One
    exception seen in the log file is:

    ''NoneType' object has no attribute 'status_code''

    There is no log trace which helps pinpoint this client call.
    Note that this is only one example.

    We now add in a LOG.exception to have the stack trace.

    Related-Bug: #1850682

    Change-Id: I2ab56005db363f81eecf07c3db62c267ba7f8ca9
    (cherry picked from commit 9062fd392374f546da58651a785f47c3906204dc)
    (cherry picked from commit 35b5dc0d9793742d759a8cae2de33f450c75f2a1)