Comment 4 for bug 981286

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

Reviewed: https://review.openstack.org/6838
Committed: http://github.com/openstack/python-novaclient/commit/c36ac8b3d7361e24b3157c72622477227dd77248
Submitter: Jenkins
Branch: master

commit c36ac8b3d7361e24b3157c72622477227dd77248
Author: Christian Berendt <email address hidden>
Date: Thu Apr 26 18:02:39 2012 +0200

    really output the description of an exception

    example without patch:

    nova [...] flavor-delete 123
    ERROR:

    example with this patch:

    nova [...] flavor-delete 123
    ERROR: Flavor 123 could not be found. (HTTP 404)

    fixes bug 981286

    Change-Id: I9c5cead521e48b4970850262fb9af279ec5a7753