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.
Reviewed: https:/ /review. openstack. org/249146 /git.openstack. org/cgit/ openstack/ networking- vsphere/ commit/ ?id=faf6b8b5e68 a2a2c2cc6065abd 077f62168cca94
Committed: https:/
Submitter: Jenkins
Branch: master
commit faf6b8b5e68a2a2 c2cc6065abd077f 62168cca94
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: I7d01ba6f3a40c7 b00aec484479f93 237cfbb2f97
Closes-Bug: #1519219