Comment 4 for bug 1804660

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-tripleoclient (stable/rocky)

Reviewed: https://review.openstack.org/625713
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=425736d65269a349a46696c8c92f5dcae3236fc5
Submitter: Zuul
Branch: stable/rocky

commit 425736d65269a349a46696c8c92f5dcae3236fc5
Author: Thomas Herve <email address hidden>
Date: Thu Nov 22 15:16:54 2018 +0100

    Don't exit on RUNNING status on delete

    In delete node and delete stack, we exit on non SUCCESS messages, but
    mistral also sends us RUNNING messages when calling stack list, that we
    should consume.

    Change-Id: I45442ef2c622463a957c84be47f38ec4528001ac
    Closes-Bug: #1804660
    (cherry picked from commit c821bbe2b7403bcb9ef7bf65a240cbbc7f65f9a3)