Comment 9 for bug 1367283

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

Reviewed: https://review.openstack.org/121046
Committed: https://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=5000a851d8f08c2bc6e1f8db1576a9d51abfebf7
Submitter: Jenkins
Branch: master

commit 5000a851d8f08c2bc6e1f8db1576a9d51abfebf7
Author: Rakesh H S <email address hidden>
Date: Fri Sep 12 15:46:28 2014 +0530

    handles keyboard interrupt

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

    Change-Id: I1026d259fd0688dd2b950b1bdb135d219da2a60a
    Closes-Bug: #1367283