Comment 2 for bug 1804660

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

Reviewed: https://review.openstack.org/619583
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=c821bbe2b7403bcb9ef7bf65a240cbbc7f65f9a3
Submitter: Zuul
Branch: master

commit c821bbe2b7403bcb9ef7bf65a240cbbc7f65f9a3
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