Comment 3 for bug 1747690

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

Reviewed: https://review.openstack.org/541601
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=8682876a8b5d18cd678be061ad8bb64aaeb3dcff
Submitter: Zuul
Branch: master

commit 8682876a8b5d18cd678be061ad8bb64aaeb3dcff
Author: shilpa.devharakar <email address hidden>
Date: Wed Feb 7 12:00:22 2018 +0530

    Exiting with user friendly message and SystemExit()

    If you return anything as string to sys.exit method, the system exit
    status is one (i.e. failure).
    Added user friendly print message and returned without any exit code.

    Closes-Bug: #1747690

    Change-Id: I107cc1ad4b8d6d0ebee1127fc1e57db55c7cd839