Comment 2 for bug 1526177

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

Reviewed: https://review.openstack.org/257711
Committed: https://git.openstack.org/cgit/openstack/senlin/commit/?id=37612051773c5b7218b5da637c7892e7de10ccb6
Submitter: Jenkins
Branch: master

commit 37612051773c5b7218b5da637c7892e7de10ccb6
Author: tengqm <email address hidden>
Date: Tue Dec 15 02:41:19 2015 -0500

    Fix server get_details when server is not found

    When a nova server is not found (e.g. deleted), the get_details()
    function should return some useful information instead of just throwing
    an exception. It would be difficult for users to figure out what
    happened.

    Change-Id: I960edf4cf292ad3a640046dc4afafa2aa7915116
    Closes-Bug: #1526177