Merge "Fix json data format"
This commit is contained in:
commit
ce6f6b50a7
@ -7,6 +7,6 @@
|
|||||||
"4e9e6d23-eed0-426d-b90a-28f87a94b6fe",
|
"4e9e6d23-eed0-426d-b90a-28f87a94b6fe",
|
||||||
"c4daaf47-c530-4901-b28e-f5f0a359c4e6"
|
"c4daaf47-c530-4901-b28e-f5f0a359c4e6"
|
||||||
],
|
],
|
||||||
"availability_zone": "az0",
|
"availability_zone": "az0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
"group_snapshot": {
|
"group_snapshot": {
|
||||||
"group_id": "6f519a48-3183-46cf-a32f-41815f814546",
|
"group_id": "6f519a48-3183-46cf-a32f-41815f814546",
|
||||||
"name": "first_group_snapshot",
|
"name": "first_group_snapshot",
|
||||||
"description": "first group snapshot",
|
"description": "first group snapshot"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"qos_specs": {
|
"qos_specs": {
|
||||||
"name": "reliability-spec",
|
"name": "reliability-spec"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,5 +4,5 @@
|
|||||||
"volumes": 5,
|
"volumes": 5,
|
||||||
"volumes_ceph": 3,
|
"volumes_ceph": 3,
|
||||||
"backups": 4
|
"backups": 4
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user