Comment 6 for bug 1204999

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

Reviewed: https://review.openstack.org/40070
Committed: http://github.com/openstack/nova/commit/43ad0a2b1c7dea2c6f8888b28a61857c81067a16
Submitter: Jenkins
Branch: master

commit 43ad0a2b1c7dea2c6f8888b28a61857c81067a16
Author: Matt Riedemann <email address hidden>
Date: Sat Aug 3 13:15:12 2013 -0700

    Raise 404 when instance not found in admin_actions API

    The pause/unpause/suspend/resume/reset_network admin action APIs do not
    handle the case where the instance in the request is not found and they
    raise HTTPUnprocessableEntity (code 422) instead. There are several
    other operations in the same API which handle the 404 case and translate
    it correctly, this patch cleans up the rest.

    Closes-Bug: #1204999

    Change-Id: If54d6be99db55b4f99da11fe75c14bf21685e809