Comment 11 for bug 1819672

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

Reviewed: https://review.opendev.org/687659
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=134f0716218e395e462e69e5ac1ca15782431e91
Submitter: Zuul
Branch: stable/stein

commit 134f0716218e395e462e69e5ac1ca15782431e91
Author: ekultails <email address hidden>
Date: Wed Oct 2 10:26:30 2019 -0400

    Handle a deployment that was manually cancelled.

    When doing a deployment or update, if the end-user uses CTRL+c
    (SIGINT) to end it early, it will fail complaining that there is
    no passwords key in the plan. We will now handle this and cleanup
    the existing plan.

    Change-Id: Ie7f1a4269936f98ad86db4993992e0b9a27edf73
    Closes-Bug: #1819672
    Resolves: rhbz#1753251
    Signed-off-by: ekultails <email address hidden>
    (cherry picked from commit 72850060e058274bb55aadbf2963f4f46ba3be3a)