fix L3 regression for new-netvirt CSIT with stable/mitaka
[releng/builder.git] / 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