diff options
author | Emma Foley <emma.l.foley@intel.com> | 2017-09-07 12:19:38 +0000 |
---|---|---|
committer | Emma Foley <emma.l.foley@intel.com> | 2018-03-23 16:29:40 +0000 |
commit | df13274954965a4d5a540732356cb940fdee61d9 (patch) | |
tree | 865f5126cfa1fddc14037a2768498aec246f4032 /src | |
parent | 5a4019bc766c2f56c1299a740a270d30dd675c90 (diff) |
Update repo link for collectd-ceilometer-plugin
Since Ceilometer support was removed from the
collectd-ceilometer-plugin[1], the repo name is misleading.
So the repo name needed to be updated [2]
This change updates references to the collectd-ceilometer-plugin
repo to point to collectd-openstack-plugins repo:
* in deployment operations
* in documentation i.e. links to docs
Dependencies:
[1] https://review.openstack.org/#/c/490823/
[2] https://review.openstack.org/#/c/500768/
This is dependant on the repo rename
Change-Id: I43facbd53bca5df3f7e51d978ae2843c187282d4
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/package-list.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/package-list.mk b/src/package-list.mk index 3a92a1f7..975a79e8 100644 --- a/src/package-list.mk +++ b/src/package-list.mk @@ -21,5 +21,5 @@ KAFKA_TAG ?= v0.9.5 COLLECTD_URL ?= https://github.com/collectd/collectd COLLECTD_TAG ?= collectd-5.8 -COLLECTD_OPENSTACK_URL ?= https://github.com/openstack/collectd-ceilometer-plugin +COLLECTD_OPENSTACK_URL ?= https://github.com/openstack/collectd-openstack-plugins COLLECTD_OPENSTACK_TAG ?= stable/pike |