66638a0e78
This patch adds the following tests: 1) limits 2) qos specifications Change-Id: I1c4c7ea0f08469395bea1091c8f71ccc3b62c01d Partially-Implements: blueprint generating-sample-files
18 lines
461 B
JSON
18 lines
461 B
JSON
{
|
|
"limits": {
|
|
"rate": [],
|
|
"absolute": {
|
|
"totalSnapshotsUsed": 0,
|
|
"maxTotalBackups": 10,
|
|
"maxTotalVolumeGigabytes": 1000,
|
|
"maxTotalSnapshots": 10,
|
|
"maxTotalBackupGigabytes": 1000,
|
|
"totalBackupGigabytesUsed": 0,
|
|
"maxTotalVolumes": 10,
|
|
"totalVolumesUsed": 0,
|
|
"totalBackupsUsed": 0,
|
|
"totalGigabytesUsed": 0
|
|
}
|
|
}
|
|
}
|