Comment 4 for bug 1367283

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

Reviewed: https://review.openstack.org/120767
Committed: https://git.openstack.org/cgit/openstack/python-ironicclient/commit/?id=ad8c27f8e044c4bde319acbb0942f63e7a72e456
Submitter: Jenkins
Branch: master

commit ad8c27f8e044c4bde319acbb0942f63e7a72e456
Author: Rakesh H S <email address hidden>
Date: Thu Sep 11 17:17:39 2014 +0530

    handles keyboard interrupt

    When an user intentionally provides an keyboard interrupt, ironicclient
    throws the entire traceback on to the terminal instead of handling it.
    ironicclient will now handle the keyboard interrrupt and provides an crisp
    message on to the terminal.

    Change-Id: I8e657dc0cf64fa3396fb8fd32c5ffb57016ce864
    Closes-Bug: #1367283