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/f_collectd-ceilometer-pluginbuild/config.mk | |
parent | 8e8ee8039d33cbe23c4f5beafcb2d8bc780d8d53 (diff) | |
parent | 00637083409bfa22fcee027bc7a87e75c3b50380 (diff) |
Merge "Enable ceilometer collectd"
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 |