Add missing group_by clauses on Neutron dashboard

Change-Id: I0cbee9b9d22cef8ec1d03404af304a38b3d8c2db
This commit is contained in:
Swann Croiset 2016-08-22 11:45:44 +02:00
parent 542157021b
commit 4b1515aef7
1 changed files with 21 additions and 1 deletions

View File

@ -3567,11 +3567,13 @@
},
{
"key": "owner",
"operator": "=",
"value": "compute"
},
{
"condition": "AND",
"key": "state",
"operator": "=",
"value": "active"
}
]
@ -3640,6 +3642,12 @@
],
"type": "time"
},
{
"params": [
"owner"
],
"type": "tag"
},
{
"params": [
"0"
@ -3863,6 +3871,12 @@
],
"type": "time"
},
{
"params": [
"state"
],
"type": "tag"
},
{
"params": [
"0"
@ -4084,6 +4098,12 @@
],
"type": "time"
},
{
"params": [
"state"
],
"type": "tag"
},
{
"params": [
"0"
@ -4233,4 +4253,4 @@
"timezone": "browser",
"title": "Neutron",
"version": 2
}
}