Incrementing versions by 0.1.0 for post-helium master branch 74/14774/1
authorShreshthaJoshi <shreshtha.joshi@tcs.com>
Tue, 3 Feb 2015 10:30:31 +0000 (16:00 +0530)
committerShreshthaJoshi <shreshtha.joshi@tcs.com>
Tue, 3 Feb 2015 10:52:46 +0000 (16:22 +0530)
commit9b80548a8789e059afe20f8311b5c76e9ab1576f
tree28f14b0852e51fb3ea6d5cb7b2c619824b643bd1
parent0b812462c53135d5d3a7420090a3fc36db36804c
Incrementing versions by 0.1.0 for post-helium master branch

Adding files to enable LBaaS support in OpenContrail via OpenDayLight

Change-Id: Ic964b9833184625e66d95ef69307d6b39adbb2c7
Signed-off-by: ShreshthaJoshi <shreshtha.joshi@tcs.com>
17 files changed:
commons/parent/pom.xml
distribution-karaf/pom.xml
features-plugin2oc/pom.xml
features-plugin2oc/src/main/resources/features.xml
neutron/pom.xml
neutron/src/main/java/org/opendaylight/plugin2oc/neutron/Activator.java
neutron/src/main/java/org/opendaylight/plugin2oc/neutron/LoadBalancerHandler.java [new file with mode: 0644]
neutron/src/main/java/org/opendaylight/plugin2oc/neutron/LoadBalancerHealthMonitorHandler.java [new file with mode: 0644]
neutron/src/main/java/org/opendaylight/plugin2oc/neutron/LoadBalancerListenerHandler.java [new file with mode: 0644]
neutron/src/main/java/org/opendaylight/plugin2oc/neutron/LoadBalancerPoolHandler.java [new file with mode: 0644]
neutron/src/main/java/org/opendaylight/plugin2oc/neutron/LoadBalancerPoolMemberHandler.java [new file with mode: 0644]
neutron/src/test/java/org/opendaylight/plugin2oc/neutron/LoadBalancerHandlerTest.java [new file with mode: 0644]
neutron/src/test/java/org/opendaylight/plugin2oc/neutron/LoadBalancerHealthMonitorHandlerTest.java [new file with mode: 0644]
neutron/src/test/java/org/opendaylight/plugin2oc/neutron/LoadBalancerListenerHandlerTest.java [new file with mode: 0644]
neutron/src/test/java/org/opendaylight/plugin2oc/neutron/LoadBalancerPoolHandlerTest.java [new file with mode: 0644]
neutron/src/test/java/org/opendaylight/plugin2oc/neutron/LoadBalancerPoolMemberHandlerTest.java [new file with mode: 0644]
pom.xml