From 661f8b5325e29691af54aa0994362d4f20345ca0 Mon Sep 17 00:00:00 2001 From: Andre Fredette Date: Mon, 21 Mar 2016 17:24:28 -0400 Subject: [PATCH] odl-netvirt feature fixes. onSessionInitiated was not getting called for the neutron or hwgw renderers. Added config dependencies for each. Also needed another change due to the "netvirt-neutron" module name change. These fixes were worked out jointly with Victor Pickard. Change-Id: Idb3c6a5cbb1cc728a4baf680f69f15df63a08aac Signed-off-by: Andre Fredette --- features/pom.xml | 14 ++++++++++++++ features/src/main/features/features.xml | 3 ++- .../neutron/src/main/config/default-config.xml | 6 +++--- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/features/pom.xml b/features/pom.xml index f1a9292f1c..fd0ff87899 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -279,6 +279,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html hwgw ${project.version} + + ${project.groupId} + hwgw + ${project.version} + xml + config + ${project.groupId} hwvtepsouthbound-features @@ -291,6 +298,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html neutron ${project.version} + + ${project.groupId} + neutron + ${project.version} + xml + config + org.opendaylight.dlux diff --git a/features/src/main/features/features.xml b/features/src/main/features/features.xml index f35b313826..3780e5bfd9 100644 --- a/features/src/main/features/features.xml +++ b/features/src/main/features/features.xml @@ -87,12 +87,13 @@ odl-netvirt-api odl-ovsdb-hwvtepsouthbound mvn:org.opendaylight.ovsdb/hwgw/{{VERSION}} + mvn:org.opendaylight.ovsdb/hwgw/{{VERSION}}/xml/config odl-neutron-service odl-netvirt-ui mvn:org.opendaylight.ovsdb/neutron/{{VERSION}} + mvn:org.opendaylight.ovsdb/neutron/{{VERSION}}/xml/config - diff --git a/netvirt/renderers/neutron/src/main/config/default-config.xml b/netvirt/renderers/neutron/src/main/config/default-config.xml index 4d91221a4c..09551676a5 100644 --- a/netvirt/renderers/neutron/src/main/config/default-config.xml +++ b/netvirt/renderers/neutron/src/main/config/default-config.xml @@ -9,7 +9,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html --> - urn:opendaylight:params:xml:ns:yang:netvirt:neutron?module=neutron&revision=2016-03-08 + urn:opendaylight:params:xml:ns:yang:netvirt:neutron?module=netvirt-neutron&revision=2016-03-08 urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding?module=opendaylight-md-sal-binding&revision=2013-10-28 @@ -17,8 +17,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - prefix:neutron - neutron-default + prefix:netvirt-neutron + netvirt-neutron-default binding:binding-broker-osgi-registry binding-osgi-broker -- 2.36.6