X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Fintegration-configure-clustering.sh;h=619f3c311853fefca6fd877d764e1eacb9f1ec39;hb=48465542237f1041d435cf40d05610ffa3a2076f;hp=c6e567b8970e337c17d756c36067395c34cdedae;hpb=0e6889203881aef9548a58cd085c46318cb9a514;p=releng%2Fbuilder.git diff --git a/jjb/integration/integration-configure-clustering.sh b/jjb/integration/integration-configure-clustering.sh index c6e567b89..619f3c311 100644 --- a/jjb/integration/integration-configure-clustering.sh +++ b/jjb/integration/integration-configure-clustering.sh @@ -76,12 +76,6 @@ if [[ ! -z "${REPO_URL}" ]]; then fi cat ${FEATURESCONF} -if [ "${ODL_ENABLE_L3_FWD}" == "yes" ]; then - echo "Enable the l3.fwd in custom.properties.." - echo "ovsdb.l3.fwd.enabled=yes" >> ${CUSTOMPROP} - cat ${CUSTOMPROP} -fi - configure_karaf_log "${KARAF_VERSION}" "${CONTROLLERDEBUGMAP}" set_java_vars "${JAVA_HOME}" "${CONTROLLERMEM}" "${MEMCONF}"