Bug 2036 - Adding code to parse dummy neutron port assigned for the VIP 64/11464/2
authorSrini Seetharaman <srini.seetharaman@gmail.com>
Mon, 22 Sep 2014 23:10:35 +0000 (16:10 -0700)
committerSrini Seetharaman <srini.seetharaman@gmail.com>
Tue, 23 Sep 2014 01:40:15 +0000 (18:40 -0700)
commit3a63f80e1a55df8a19cad905637d352c23fcad26
treeca8849f1121cd4b66d29366fb6e646538bdf1b8e
parent8cf2a726e88dc989fa0378bc9ef3a755a1889834
Bug 2036 - Adding code to parse dummy neutron port assigned for the VIP

In case you wish to use the LB instance within a subnet without assigning
a floating IP, then you need to add a dummy neutron port to the subnet and
use the IP assigned to that as the VIP. The patch will pick that up and use
it in the reverse traffic rules.

Change-Id: I3e973cfe747c5c1dcb0e639734cdb291ac23210b
Signed-off-by: Srini Seetharaman <srini.seetharaman@gmail.com>
openstack/net-virt-providers/src/main/java/org/opendaylight/ovsdb/openstack/netvirt/providers/openflow13/services/LoadBalancerService.java
openstack/net-virt/src/main/java/org/opendaylight/ovsdb/openstack/netvirt/LBaaSHandler.java
openstack/net-virt/src/main/java/org/opendaylight/ovsdb/openstack/netvirt/LBaaSPoolHandler.java
openstack/net-virt/src/main/java/org/opendaylight/ovsdb/openstack/netvirt/LBaaSPoolMemberHandler.java
openstack/net-virt/src/main/java/org/opendaylight/ovsdb/openstack/netvirt/api/LoadBalancerConfiguration.java