diff options
author | Ruijing Guo <ruijing.guo@intel.com> | 2017-01-05 04:57:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-01-05 04:57:21 +0000 |
commit | 4bc8d2f3dae18bfaa3a63e8ff170862107d1d0a3 (patch) | |
tree | 7e534594d03c1644a3ebba00b41324035b770562 /build/f_isoroot/Makefile | |
parent | 8e8ee8039d33cbe23c4f5beafcb2d8bc780d8d53 (diff) | |
parent | 00637083409bfa22fcee027bc7a87e75c3b50380 (diff) |
Merge "Enable ceilometer collectd"
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 22a99ab10..b7d159414 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 +PLUGINS ?= f_ovs-nsh-dpdk-pluginbuild f_vsperfpluginbuild f_kvm-pluginbuild f_yardstick-pluginbuild f_collectd-ceilometer-pluginbuild export PLUGINS NON_10-0_REBASED_PLUGINS = f_odlpluginbuild f_onosfwpluginbuild f_ovsnfv-dpdk-pluginbuild f_vsperfpluginbuild f_bgpvpn-pluginbuild |