blob: 9419af6309af82ad52b49c8f9242bd1860f73a80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/**
* To use a permanent config copy this file to "vagrant.config.json",
* edit it and remove this comment because comments are not allowed
* in a valid JSON file.
*/
{
"mgrs": 1,
"mons": 1,
"osds": 1,
"disks": 2
}
|