[dts] [PATCH 3/3] Refresh default VM configurations after setting VM name

Yong Liu yong.liu at intel.com
Mon Jun 29 07:17:15 CEST 2015


From: Marvin Liu <yong.liu at intel.com>

Signed-off-by: Marvin Liu <yong.liu at intel.com>

diff --git a/framework/virt_scene.py b/framework/virt_scene.py
index 3725ca2..cd566ac 100644
--- a/framework/virt_scene.py
+++ b/framework/virt_scene.py
@@ -387,6 +387,7 @@ class VirtScene(object):
                              'virt_global')
                 vm.load_config()
                 vm.vm_name = vm_name
+                vm.set_vm_default()
                 # merge default config and scene config
                 scene_params = self.vm_confs[vm_name]
                 # reload merged configurations
-- 
1.9.3



More information about the dts mailing list