Comment 12 for bug 1740996

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/38709
Committed: http://github.com/Juniper/contrail-controller/commit/c4470887b72dbbb428f145a5eb36b8d1effdb3b1
Submitter: Zuul (<email address hidden>)
Branch: R4.1

commit c4470887b72dbbb428f145a5eb36b8d1effdb3b1
Author: Yuvaraja Mariappan <email address hidden>
Date: Sat Jan 6 16:32:09 2018 -0800

Support for member-add without vmi annotations in native lb

When loadbalancer member is created by neutron, there is no
way to give the vmi uuid in annotation in the loadbalancer member
object. Since it is possible to find the vmi uuid from instance ip,
the loadbalancer native driver will find the vmi uuid from instance
ip. If the subnet uuid is given in the loadbalancer member object,
further qualification would be done in instance ip using
Instance ip's network's subnet

Change-Id: Ia6fa8eb2defcbe9f714518d9d1893124e733e29f
Partial-bug: #1740996