Comment 3 for bug 1089385

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

Reviewed: https://review.openstack.org/18662
Committed: http://github.com/openstack/nova/commit/fa16f2b68603be04cb5f4e915625181ac6c119eb
Submitter: Jenkins
Branch: master

commit fa16f2b68603be04cb5f4e915625181ac6c119eb
Author: Jay Pipes <email address hidden>
Date: Wed Dec 26 14:53:53 2012 -0500

    Remove improper NotFound except block in list servers

    Added a couple tests to verify that NotFound was actually
    never raised when no results are returned from list servers
    or list servers details, and then removed the except blocks
    from the controller.

    Change-Id: I36856066b9e4c4e3f7b85ddf8facb35204034838
    fixes: lp bug #1089385