Comment 3 for bug 1459445

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

Reviewed: https://review.openstack.org/186216
Committed: https://git.openstack.org/cgit/stackforge/akanda-rug/commit/?id=ceaf3ce53c29c20dea02fba1b9dcead437991d0c
Submitter: Jenkins
Branch: master

commit ceaf3ce53c29c20dea02fba1b9dcead437991d0c
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