Comment 3 for bug 1850682

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

Reviewed: https://review.opendev.org/692662
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=35b5dc0d9793742d759a8cae2de33f450c75f2a1
Submitter: Zuul
Branch: stable/train

commit 35b5dc0d9793742d759a8cae2de33f450c75f2a1
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)