Comment 5 for bug 1373231

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

Reviewed: https://review.openstack.org/123934
Committed: https://git.openstack.org/cgit/openstack/python-glanceclient/commit/?id=96ff6e46c4e5c476b42399d9df016a468b2e1b6d
Submitter: Jenkins
Branch: master

commit 96ff6e46c4e5c476b42399d9df016a468b2e1b6d
Author: Rakesh H S <email address hidden>
Date: Thu Sep 25 11:19:31 2014 +0530

    Return 130 for keyboard interrupt

    When keyboard interrupt is received by glanceclient, the return code as
    of now is 1.

    But since the client was terminated by an keyboard interrupt, the return
    code should be 130. (http://tldp.org/LDP/abs/html/exitcodes.html)
    It is useful when people are writing automation test cases and want to
    validate based on the return code.

    Change-Id: Ia70116ab6f0708a0ce6eeaed07c1e7a56e68c9f4
    Closes-Bug: #1373231