Update missing vt field in container template 42/28742/2
authorLukasz Kostyra <l.kostyra@samsung.com>
Wed, 15 Oct 2014 08:13:15 +0000 (10:13 +0200)
committerLukasz Kostyra <l.kostyra@samsung.com>
Thu, 16 Oct 2014 07:43:47 +0000 (09:43 +0200)
[Bug]           Field 'vt' was missing in template used to add new containers.
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, install, run freshly added container. SCS should not return "missing config
                field 'vt'" error.

Change-Id: Iec9633d3e8a0e727f854a166d6ab7cfc65ccdf5b

server/configs/templates/template.conf

index 17480a0..b054fb1 100644 (file)
@@ -2,6 +2,7 @@
     "cpuQuotaForeground" : -1,
     "cpuQuotaBackground" : 1000,
     "privilege" : 10,
+    "vt" : -1,
     "switchToDefaultAfterTimeout" : true,
     "enableDbusIntegration" : true,
     "config" : "../libvirt-config/~NAME~.xml",