From: Stefan K. Berg Date: Mon, 26 Oct 2015 09:52:42 +0000 (+0100) Subject: Disabling the ODL plugin waiting for Fuel 7 uplift X-Git-Tag: brahmaputra.1.rc1~121^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F25%2F3425%2F1;p=fuel.git Disabling the ODL plugin waiting for Fuel 7 uplift Change-Id: Ica4dfa6f1ab221bce62fdff0c9c065b4a93d76b5 Signed-off-by: Stefan K. Berg --- diff --git a/fuel/build/f_isoroot/Makefile b/fuel/build/f_isoroot/Makefile index 3831a09f0..968806c53 100644 --- a/fuel/build/f_isoroot/Makefile +++ b/fuel/build/f_isoroot/Makefile @@ -8,7 +8,9 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -SUBDIRS = f_kscfg f_bootstrap f_repobuild f_odlpluginbuild +SUBDIRS = f_kscfg f_bootstrap f_repobuild +# Disable f_odlplugin waiting for Fuel 7 uplift +#SUBDIRS += f_odlpluginbuild SUBCLEAN = $(addsuffix .clean,$(SUBDIRS)) .PHONY: all