Fixed json syntax error

This commit is contained in:
pradels
2013-03-27 14:54:40 +01:00
parent 7a7569e5f5
commit f5559d7761

View File

@@ -1,5 +1,5 @@
{
"provider" : "libvirt"
"format" : "qcow2"
"virtual_size" : "40"
"provider" : "libvirt",
"format" : "qcow2",
"virtual_size" : 40
}