Comment 2 for bug 1286969

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

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

commit dac0ce979ed7871539c8bcf19fcc73a2ab1390a3
Author: Haiwei Xu <email address hidden>
Date: Tue Feb 25 02:36:51 2014 +0900

    Catch NeutronClientException when showing a network

    When a network id can't be found, neutronclient raise
    NetworkNotFoundClient exception, but this exception is not
    handled by nova. This will cause a 500 error.
    This patch fixes this bug.

    Closes-Bug: #1286969
    Change-Id: Ia96c9668c74374476d4dccdbdb281e99d91b0088