Comment 5 for bug 1548980

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

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

commit d6c334765559df07572441647a48debfe51829cb
Author: Matt Riedemann <email address hidden>
Date: Tue Feb 23 17:27:50 2016 -0500

    Add functional regression test for list deleted instances on v2.16

    There is a bug such that listing deleted instances with microversion
    2.16 and greater is broken. It results in a 404. This adds a functional
    regression test to exhibit the failure. The fix will build on the test
    to show it's working again.

    Change-Id: Ifca42c23e2ead2b533776365de29f874819cb2a8
    Related-Bug: #1548980