Comment 3 for bug 1538227

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

Reviewed: https://review.openstack.org/289308
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=173068d52449eb04e905b29da6e417ae69cd8055
Submitter: Jenkins
Branch: master

commit 173068d52449eb04e905b29da6e417ae69cd8055
Author: Stephen Finucane <email address hidden>
Date: Mon Mar 7 12:34:47 2016 +0000

    nova-manage: Print, not raise, exceptions

    Raising an exception means it is not possible to return a status code.
    Seeing as the 'nova-manage' application is an interactive one, it's
    viable to fix this by printing the exception rather than raising.

    Change-Id: Ifa3f80e4f7dccada439ffc9363e9f1504c8c2da1
    Closes-bug: #1538227