diff options
author | 2017-09-07 12:25:56 +0000 | |
---|---|---|
committer | 2017-09-08 14:50:55 +0000 | |
commit | 02bbb044651ff4af4d63cc12a2c32ce7e7fbfb27 (patch) | |
tree | 62e948ac70f5d295d7f64a094d9fc1b3a6d13272 /src/package-list.mk | |
parent | 88e6ccad72bed9fb228540cd8050f9596d6eb1cd (diff) |
src: COLLECTD_CEILOMETER_* -> COLLECTD_OPENSTACK_*
Since Ceilometer support was removed from the
collectd-ceilometer-plugin[1] so references to
collectd-ceilometer-plugin are misleading.
This change updates variables COLLECTD_CEILOMETER_* ->
COLLECTD_OPENSTACK_*
[1] https://review.openstack.org/#/c/490823/
This is an "internal" change, independant of repo rename
Change-Id: I1247b59070fcb1eb378d9c702ddf9df0c26da878
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
Diffstat (limited to 'src/package-list.mk')
-rw-r--r-- | src/package-list.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/package-list.mk b/src/package-list.mk index 401bd72c..885edec9 100644 --- a/src/package-list.mk +++ b/src/package-list.mk @@ -15,5 +15,5 @@ LIBPQOS_TAG ?= master COLLECTD_URL ?= https://github.com/collectd/collectd COLLECTD_TAG ?= master -COLLECTD_CEILOMETER_URL ?= https://github.com/openstack/collectd-ceilometer-plugin -COLLECTD_CEILOMETER_TAG ?= stable/ocata +COLLECTD_OPENSTACK_URL ?= https://github.com/openstack/collectd-ceilometer-plugin +COLLECTD_OPENSTACK_TAG ?= stable/ocata |