commit | d034daa9c4737cdc650090916100e2c4ad1f2b43 | [log] [tgz] |
---|---|---|
author | Guillaume Thouvenin <gthouvenin@mirantis.com> | Thu Nov 24 16:16:52 2016 +0100 |
committer | Guillaume Thouvenin <gthouvenin@mirantis.com> | Fri Nov 25 12:49:18 2016 +0100 |
tree | b3a70cff72f0395c6150ef42df20b7ced1f1fdb4 | |
parent | 9183e00842cd5038c18b884076ec49c465ef5926 [diff] |
Put Grafana dashboards into their own directory Change-Id: Ifeaec141a0fb8a589ecf5abdd79399f6904b510e
diff --git a/heat/files/grafana_influxdb.json b/heat/files/grafana_dashboards/heat_influxdb.json similarity index 100% rename from heat/files/grafana_influxdb.json rename to heat/files/grafana_dashboards/heat_influxdb.json
diff --git a/heat/meta/grafana.yml b/heat/meta/grafana.yml index e1cc983..949053f 100644 --- a/heat/meta/grafana.yml +++ b/heat/meta/grafana.yml
@@ -1,4 +1,4 @@ dashboard: heat: format: json - template: heat/files/grafana_influxdb.json + template: heat/files/grafana_dashboards/heat_influxdb.json