Comment 3 for bug 1667691

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

Reviewed: https://review.openstack.org/437935
Committed: https://git.openstack.org/cgit/openstack/tripleo-ui/commit/?id=106be71bc1db06a6d8db5ee83c3f62e9594e42a8
Submitter: Jenkins
Branch: stable/ocata

commit 106be71bc1db06a6d8db5ee83c3f62e9594e42a8
Author: Ana Krivokapic <email address hidden>
Date: Fri Feb 24 12:49:04 2017 +0100

    Fix the deletePlan action

    In case of failure of plan deletion, a non-existant function
    (planDeleted) was called. This was due to a previous refactor
    which renamed the function but didn't fix the invocations.
    This patch fixes the issue so that the correct function
    (deletePlanFailed) is now called.

    Closes-bug: #1667691
    Change-Id: I12fcfd6f94b90378055cabc3a65ecb3f012f6f91
    (cherry picked from commit 02609106c1e51674adcabe1fa4ac48b6467be0be)