From: Lukasz Kostyra Date: Wed, 15 Oct 2014 08:13:15 +0000 (+0200) Subject: Update missing vt field in container template X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F42%2F28742%2F2;p=platform%2Fcore%2Fsecurity%2Fvasum.git Update missing vt field in container template [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 --- diff --git a/server/configs/templates/template.conf b/server/configs/templates/template.conf index 17480a0..b054fb1 100644 --- a/server/configs/templates/template.conf +++ b/server/configs/templates/template.conf @@ -2,6 +2,7 @@ "cpuQuotaForeground" : -1, "cpuQuotaBackground" : 1000, "privilege" : 10, + "vt" : -1, "switchToDefaultAfterTimeout" : true, "enableDbusIntegration" : true, "config" : "../libvirt-config/~NAME~.xml",