File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -339,9 +339,7 @@ kolla_build_blocks:
339
339
ENV TOX_CONSTRAINTS_FILE=/requirements/upper-constraints.txt
340
340
grafana_plugins_install : |
341
341
RUN grafana-cli plugins install vonage-status-panel \
342
- && grafana-cli plugins install grafana-piechart-panel \
343
- && grafana-cli plugins install grafana-opensearch-datasource \
344
- && grafana-cli plugins install gnocchixyz-gnocchi-datasource
342
+ && grafana-cli plugins install grafana-opensearch-datasource
345
343
ironic_inspector_header : |
346
344
ADD additions-archive /
347
345
magnum_base_footer : |
Original file line number Diff line number Diff line change
1
+ ---
2
+ fixes :
3
+ - |
4
+ Grafana now refuses to load AngularJS plugins. As such the
5
+ ``grafana-piechart-panel`` and ``gnocchixyz-gnocchi-datasource`` plugins
6
+ have been removed from the Grafana image.
You can’t perform that action at this time.
0 commit comments