Comment 26 for bug 1184041

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

Reviewed: https://review.openstack.org/39544
Committed: http://github.com/openstack/nova/commit/d4ee081c5c0a5132781235177c430ebcf72b0b0b
Submitter: Jenkins
Branch: stable/folsom

commit d4ee081c5c0a5132781235177c430ebcf72b0b0b
Author: Vishvananda Ishaya <email address hidden>
Date: Fri Jul 19 10:23:59 2013 -0700

    Use cached nwinfo for secgroup rules

    This stops a potential DOS with source security groups by using the
    db cached version of the network info instead of calling out to
    the network api multiple times.

    Fixes bug 1184041

    Change-Id: Id5f24ecf0e8cce60c27a9aecbc6e606c4c44d6b6
    (cherry picked from commit 85aac04704350566d6b06aa7a3b99649946c672c)