Comment 20 for bug 1746724

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-common (stable/train)

Reviewed: https://review.opendev.org/704815
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=95c117498d5d5caeb8359dc830f748cabc9c7228
Submitter: Zuul
Branch: stable/train

commit 95c117498d5d5caeb8359dc830f748cabc9c7228
Author: Alex Schultz <email address hidden>
Date: Mon Jan 27 14:52:11 2020 -0700

    Raise exception on KeyboardInterrupt

    Using subprocess with tenacity can lead to issues when a keyboard
    interrupt occurs because the logic we have will actually trigger a
    retry. This can lead to the inability to stop some of the commands with
    a ctrl+c.

    Change-Id: I294910384fc9dd9ca8c7114d08842868909d9e9f
    Closes-Bug: #1746724
    (cherry picked from commit 9003b7ac5be6a54aed0b3cd8172c838c413f17f5)