Comment 8 for bug 1367283

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

Reviewed: https://review.openstack.org/123333
Committed: https://git.openstack.org/cgit/openstack/python-neutronclient/commit/?id=a1a8a0e2b24e06b04dd211c00dd52ae3a2056490
Submitter: Jenkins
Branch: master

commit a1a8a0e2b24e06b04dd211c00dd52ae3a2056490
Author: Rakesh H S <email address hidden>
Date: Tue Sep 23 11:09:35 2014 +0530

    handles keyboard interrupt

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

    Change-Id: I55a85cd4bfcbf26d81e5678b6f4aed3d1c288467
    Closes-Bug: #1367283