Comment 25 for bug 1184041

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

Reviewed: https://review.openstack.org/39543
Committed: http://github.com/openstack/nova/commit/52ad911963da4095b213952dee3a430fe0c4c30f
Submitter: Jenkins
Branch: stable/grizzly

commit 52ad911963da4095b213952dee3a430fe0c4c30f
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)