[Libvirt-cim] [PATCH 2 of 3] [TEST] set lxc default value in const.py

Guo Lian Yun yunguol at cn.ibm.com
Tue May 20 07:44:57 UTC 2008


# HG changeset patch
# User Guolian Yun <yunguol at cn.ibm.com>
# Date 1211269346 25200
# Node ID ff2aace1f86d0bd810dd20c5093c579873695681
# Parent  5f0a469e6a9a1fe02cc26a9f81e87a80286a43d5
[TEST] set lxc default value in const.py

Signed-off-by: Guolian Yun <yunguol at cn.ibm.com>

diff -r 5f0a469e6a9a -r ff2aace1f86d suites/libvirt-cim/lib/XenKvmLib/const.py
--- a/suites/libvirt-cim/lib/XenKvmLib/const.py	Tue May 20 00:40:59 2008 -0700
+++ b/suites/libvirt-cim/lib/XenKvmLib/const.py	Tue May 20 00:42:26 2008 -0700
@@ -81,3 +81,7 @@ XenFV_default_disk_dev = 'hda'
 XenFV_default_disk_dev = 'hda'
 XenFV_default_mac = '00:16:3e:5d:c7:9e'
 XenFV_default_net_type = 'bridge'
+
+#vxml.LXCXML
+LXC_init_path = os.path.join(_image_dir, 'cimtest_lxc_init')
+LXC_default_tty = '/dev/ptmx'




More information about the Libvirt-cim mailing list