Comment 4 for bug 1556407

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

Reviewed: https://review.openstack.org/292697
Committed: https://git.openstack.org/cgit/openstack/python-heatclient/commit/?id=4bf7e55aa369e7694d560284d767257abdf12895
Submitter: Jenkins
Branch: master

commit 4bf7e55aa369e7694d560284d767257abdf12895
Author: PanFengyun <pan_feng_yun@163.com>
Date: Thu Mar 17 12:59:07 2016 +0800

    stack-delete command should not call do_stack_list.

    the stack-delete operation is asynchronous, and should not return
    anything.

    Change-Id: I75287b612358c5e76e47a9e53200c23946f01d8f
    Closes-Bug: #1556407