Merge "Fix json data format"

This commit is contained in:
Zuul 2018-02-25 11:51:08 +00:00 committed by Gerrit Code Review
commit ce6f6b50a7
4 changed files with 4 additions and 4 deletions

View File

@ -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"
} }
} }

View File

@ -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"
} }
} }

View File

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

View File

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