Skip to content

Commit 4203f25

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Remove deprecated AngularJS plugins from Grafana"
2 parents bd42e9d + 3575d7d commit 4203f25

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)