Comment 5 for bug 1459445

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to akanda-rug (stable/kilo)

Reviewed: https://review.openstack.org/187241
Committed: https://git.openstack.org/cgit/stackforge/akanda-rug/commit/?id=1023978760db822a61aa25aaaf6c5f3aa7ab6700
Submitter: Jenkins
Branch: stable/kilo

commit 1023978760db822a61aa25aaaf6c5f3aa7ab6700
Author: Adam Gandelman <email address hidden>
Date: Wed May 27 16:08:55 2015 -0700

    Fix get_instance_by_id, catch NotFound appopriately

    novaclient will raise a NotFound exception here instead of returning None,
    which the rest of the RUG assumes.

    Change-Id: I6812bd01bb4a56433bc1c408040470d3711a0005
    Closes-bug: #1459445
    (cherry picked from commit ceaf3ce53c29c20dea02fba1b9dcead437991d0c)