Comment 5 for bug 1577848

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

Reviewed: https://review.openstack.org/314300
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=160c4f75caf23316e4b78f90adb2c603d9f7bbc8
Submitter: Jenkins
Branch: stable/mitaka

commit 160c4f75caf23316e4b78f90adb2c603d9f7bbc8
Author: Peter Stachowski <email address hidden>
Date: Tue May 3 12:36:15 2016 -0400

    Notification exceptions not sent back correctly

    With the new notification feature added recently, exceptions
    that occur on the guest are sent back to the conductor.
    Due to a mis-match in the code however, the wrong call is being
    issued. The conductor api makes a call to notify_exception
    instead of notify_exc_info.

    This has been fixed.

    Change-Id: Ib2e04bb903c92b4d570913aba2e985db63c45096
    Closes-Bug: #1577848
    (cherry picked from commit 9f7be1a10b0a53c6d8bd783a714fac2864186600)