Merge "Allow patch-test jobs to run concurrently"
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 9 Nov 2016 16:44:17 +0000 (16:44 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 9 Nov 2016 16:44:17 +0000 (16:44 +0000)
jjb/integration/include-raw-integration-deploy-openstack-run-test.sh

index cf360572480d9e412a62d07435fb169b49b6d648..780df97688ce782cc2d65c828efd9b5456520b54 100644 (file)
@@ -65,6 +65,15 @@ ODL_MODE=externalodl
 LIBVIRT_TYPE=qemu
 
 EOF
+
+if [ "${ODL_ML2_BRANCH}" == "stable/mitaka" ]; then
+cat >> ${local_conf_file_name} << EOF
+[[post-config|\$NEUTRON_CONF]]
+[DEFAULT]
+service_plugins = networking_odl.l3.l3_odl.OpenDaylightL3RouterPlugin
+EOF
+fi
+
 if [ "${ODL_ML2_DRIVER_VERSION}" == "v2" ]; then
     echo "ODL_V2DRIVER=True" >> ${local_conf_file_name}
 fi