Move hostconfig functionality to Neutron Northbound 85/49785/5
authorRitu Sood <ritu.sood@intel.com>
Fri, 23 Dec 2016 03:34:08 +0000 (19:34 -0800)
committerRitu Sood <ritu.sood@intel.com>
Thu, 9 Feb 2017 02:28:54 +0000 (18:28 -0800)
commitcccec56dab0602eb58f22f669211ca07d8e0b6d0
treeb14ebc0c928429bda8ec688e46c33a594bf1e08d
parent2ed82bf8a06b5bd0120df104b80dc523e34e6032
Move hostconfig functionality to Neutron Northbound

This patch moves hostconfig functionality from Netvirt
to NN project. The code is organized to support multiple
southbound implementations. This patch includes
support for hostconfig for OVS.

Change-Id: If428cd3e0c1c466342888f46f17a1916176f0fc6
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
features/production/pom.xml
features/production/src/main/features/features.xml
neutron-hostconfig/ovs/pom.xml [new file with mode: 0644]
neutron-hostconfig/ovs/src/main/java/org/opendaylight/neutron/hostconfig/ovs/NeutronHostconfigOvsListener.java [new file with mode: 0644]
neutron-hostconfig/ovs/src/main/resources/org/opendaylight/blueprint/neutron-hostconfig-ovs.xml [new file with mode: 0644]
neutron-hostconfig/pom.xml [new file with mode: 0644]
neutron-hostconfig/utils/pom.xml [new file with mode: 0644]
neutron-hostconfig/utils/src/main/java/org/opendaylight/neutron/hostconfig/utils/NeutronHostconfigUtils.java [new file with mode: 0644]
pom.xml