Comment 4 for bug 1519219

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

Reviewed: https://review.openstack.org/254044
Committed: https://git.openstack.org/cgit/openstack/networking-vsphere/commit/?id=a4853aa161b680272796afe41e06d86d7e33c5fd
Submitter: Jenkins
Branch: stable/liberty

commit a4853aa161b680272796afe41e06d86d7e33c5fd
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.

    (cherry picked from commit faf6b8b5e68a2a2c2cc6065abd077f62168cca94)

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

    Change-Id: I7d01ba6f3a40c7b00aec484479f93237cfbb2f97
    Closes-Bug: #1519219