Comment 2 for bug 1616674

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

Reviewed: https://review.openstack.org/364009
Committed: https://git.openstack.org/cgit/openstack/searchlight/commit/?id=177818bf9ce6f37799cc746ddf80965b25e34b51
Submitter: Jenkins
Branch: master

commit 177818bf9ce6f37799cc746ddf80965b25e34b51
Author: Steve McLellan <email address hidden>
Date: Wed Aug 31 19:56:10 2016 -0500

    Handle nova error states correctly

    When nova servers transition to error states during build there's
    no final .end event, and the final update notifications were getting
    ignored by the transition state logic. This patch adds a full API index
    call from the final error update event.

    Change-Id: I65f5542d3c9290b321bd2a86e9123d8668ce7ef9
    Closes-Bug: #1616674