diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-01-13 11:37:57 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-01-13 11:37:57 +0400 |
commit | 7a4538e62aa98b42d26177e81f8d43c891fbe0d2 (patch) | |
tree | 9b91f6ea0e80451ef6c0f397e0a5fb218280e138 /build/f_isoroot/Makefile | |
parent | 8061c2f00f550b6cc2b2379f0ba8498e68a17d5d (diff) |
Add congress plugin to build targets
Change-Id: I370f454880914b78609e0a8f778de4bee93a8553
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'build/f_isoroot/Makefile')
-rw-r--r-- | build/f_isoroot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/f_isoroot/Makefile b/build/f_isoroot/Makefile index b7d159414..c21546ad3 100644 --- a/build/f_isoroot/Makefile +++ b/build/f_isoroot/Makefile @@ -11,7 +11,7 @@ # Add Fuel plugin build targets here # Plugins disabled for the Fuel Newton uplift. Please re-enable your plugin as you have # verified it! -PLUGINS ?= f_ovs-nsh-dpdk-pluginbuild f_vsperfpluginbuild f_kvm-pluginbuild f_yardstick-pluginbuild f_collectd-ceilometer-pluginbuild +PLUGINS ?= f_ovs-nsh-dpdk-pluginbuild f_vsperfpluginbuild f_kvm-pluginbuild f_yardstick-pluginbuild f_collectd-ceilometer-pluginbuild f_congress-pluginbuild export PLUGINS NON_10-0_REBASED_PLUGINS = f_odlpluginbuild f_onosfwpluginbuild f_ovsnfv-dpdk-pluginbuild f_vsperfpluginbuild f_bgpvpn-pluginbuild |