Comment 2 for bug 1709041

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

Reviewed: https://review.openstack.org/491467
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=01b58781292ca8da97019594b6dc155817c46ca1
Submitter: Zuul
Branch: master

commit 01b58781292ca8da97019594b6dc155817c46ca1
Author: rabi <email address hidden>
Date: Mon Aug 7 15:05:50 2017 +0530

    Add REST api support for cancel without rollback

    We already have REST api support for cancelling a
    UPDATE_IN_PROGRESS stack with rollback. This adds a
    new action 'cancel_without_rollback' to allow for
    canceling a create/update in_progress stack without
    rollback.

    APIImpact

    Change-Id: I6c6ffa0502ab8745cfb2f9c5ef263f1e02dfc4ca
    Closes-Bug: #1709041