Comment 43 for bug 1358583

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

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

commit ae781ee97947c33d6d43e4c21df4f338c875bf1c
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