diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2016-12-27 17:04:42 -0800 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2016-12-27 17:29:00 -0800 |
commit | 00637083409bfa22fcee027bc7a87e75c3b50380 (patch) | |
tree | 6877c96f753f6e0fa3a031c38c61726c64ee1f70 /build/f_isoroot/f_collectd-ceilometer-pluginbuild/config.mk | |
parent | 74b08ee0bda8daef2b2a6244a5055f869f016a03 (diff) |
Enable ceilometer collectd
1. ceilometer collectd basic functionality can work
2. will update config.mk after review #26213 is merged
Change-Id: I3a115f20b176dbee93ce5d72c580c83d6b721382
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'build/f_isoroot/f_collectd-ceilometer-pluginbuild/config.mk')
-rw-r--r-- | build/f_isoroot/f_collectd-ceilometer-pluginbuild/config.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/f_isoroot/f_collectd-ceilometer-pluginbuild/config.mk b/build/f_isoroot/f_collectd-ceilometer-pluginbuild/config.mk index 0106213d3..5bf1368d1 100644 --- a/build/f_isoroot/f_collectd-ceilometer-pluginbuild/config.mk +++ b/build/f_isoroot/f_collectd-ceilometer-pluginbuild/config.mk @@ -8,6 +8,6 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -COLLECTD_CEILOMETER_BRANCH?=3ddf95235ef62de5fb9a520b3aa8f120518b0077 -COLLECTD_CEILOMETER_REPO?=http://gerrit.opnfv.org/gerrit/fastpathmetrics -COLLECTD_CEILOMETER_CHANGE?= +COLLECTD_CEILOMETER_BRANCH?= +COLLECTD_CEILOMETER_REPO?=http://gerrit.opnfv.org/gerrit/barometer +COLLECTD_CEILOMETER_CHANGE?=refs/changes/13/26213/7 |