Comment 42 for bug 1358583

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

Reviewed: https://review.openstack.org/131462
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=e98738d55a2bd9e4a15df1b201f919b23d781afa
Submitter: Jenkins
Branch: stable/juno

commit e98738d55a2bd9e4a15df1b201f919b23d781afa
Author: Vishvananda Ishaya <email address hidden>
Date: Mon Sep 22 23:31:07 2014 -0700

    Fixes DOS issue in instance list ip filter

    Converts the ip filtering to filter the list locally based
    on the network info cache instead of making an extremely expensive
    call over to nova network where it attempts to retrieve a list
    of every instance in the system.

    Change-Id: I455f6ab4acdecacc5152b11a183027f933dc4475
    Closes-bug: #1358583