Fix json data format
Remove extra comma from sample json file. Change-Id: Id49838597b9e4f59742c1371d5be7159deabb002
This commit is contained in:
parent
ba9eaf27af
commit
864eab12d6
@ -7,6 +7,6 @@
|
||||
"4e9e6d23-eed0-426d-b90a-28f87a94b6fe",
|
||||
"c4daaf47-c530-4901-b28e-f5f0a359c4e6"
|
||||
],
|
||||
"availability_zone": "az0",
|
||||
"availability_zone": "az0"
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"qos_specs": {
|
||||
"name": "reliability-spec",
|
||||
"name": "reliability-spec"
|
||||
}
|
||||
}
|
||||
|
@ -4,5 +4,5 @@
|
||||
"volumes": 5,
|
||||
"volumes_ceph": 3,
|
||||
"backups": 4
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user