Comment 6 for bug 1367283

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

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

commit ec44d2a49e2bbc7e486bb1c3399376a61dee357e
Author: Rakesh H S <email address hidden>
Date: Wed Sep 10 19:56:37 2014 +0530

    handles keyboard interrupt

    When an user intentionally provides an keyboard interrupt, heatclient
    throws the entire traceback on to the terminal instead of handling it.

    heatclient will now handle the keyboard interrrupt and provides an crisp
    message on to the terminal.

    Change-Id: Iaa30048e7948d7db1d5b256dd59ca2e0dd842df9
    Closes-Bug: #1367283