Fix json data format

Remove extra comma from sample json file.

Change-Id: Id49838597b9e4f59742c1371d5be7159deabb002
This commit is contained in:
zhangbailin 2018-02-07 16:57:10 +08:00
parent ba9eaf27af
commit 864eab12d6
4 changed files with 4 additions and 4 deletions

View File

@ -7,6 +7,6 @@
"4e9e6d23-eed0-426d-b90a-28f87a94b6fe",
"c4daaf47-c530-4901-b28e-f5f0a359c4e6"
],
"availability_zone": "az0",
"availability_zone": "az0"
}
}

View File

@ -2,6 +2,6 @@
"group_snapshot": {
"group_id": "6f519a48-3183-46cf-a32f-41815f814546",
"name": "first_group_snapshot",
"description": "first group snapshot",
"description": "first group snapshot"
}
}

View File

@ -1,5 +1,5 @@
{
"qos_specs": {
"name": "reliability-spec",
"name": "reliability-spec"
}
}

View File

@ -4,5 +4,5 @@
"volumes": 5,
"volumes_ceph": 3,
"backups": 4
},
}
}