Comment 2 for bug 1519219

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

Reviewed: https://review.openstack.org/249146
Committed: https://git.openstack.org/cgit/openstack/networking-vsphere/commit/?id=faf6b8b5e68a2a2c2cc6065abd077f62168cca94
Submitter: Jenkins
Branch: master

commit faf6b8b5e68a2a2c2cc6065abd077f62168cca94
Author: Aman Kumar <email address hidden>
Date: Tue Nov 24 03:30:57 2015 -0800

    Decrease the void of flow existence

    In scale tests, as we keep spawning VMs, there will be constant
    security group member update calls, which results in firewall refreshes.
    Existing implementation clears openflows rules belonging to VMs in other
    hosts. When the scale run is in progress, we see DRS kicking in and moving
    VMs to other hosts during their poweron. Since we are clearing the rules at
    times, its resulting in VMs not getting IPs.
    This patch addresses the issue by not clearing the provider rules, which will
    help the VMs obtain IP address.

    Co-Authored-By: Sudhakar Babu Gariganti <email address hidden>

    Change-Id: I7d01ba6f3a40c7b00aec484479f93237cfbb2f97
    Closes-Bug: #1519219