Skip to content

Commit 3575d7d

Browse files
committed
Remove deprecated AngularJS plugins from Grafana
Change-Id: Id81ce23fed7c19211aa8b15abce185d990be8389
1 parent 27f3100 commit 3575d7d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docker/grafana/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ COPY extend_start.sh /usr/local/bin/kolla_extend_start
2222

2323
{% block grafana_plugins_install %}
2424

25-
{% set grafana_default_plugins = ['gnocchixyz-gnocchi-datasource', 'grafana-opensearch-datasource'] %}
25+
{% set grafana_default_plugins = ['grafana-opensearch-datasource'] %}
2626
{% set grafana_plugins = grafana_default_plugins | customizable("plugins") %}
2727

2828
{% if grafana_plugins | length > 0 %}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
Remove the gnocchixyz-gnocchi-datasource plugin from grafana due to angular
5+
plugins being deprecated

0 commit comments

Comments
 (0)