
# HG changeset patch # User Guolian Yun <yunguol@cn.ibm.com> # Date 1207731221 25200 # Node ID cc4dc206699ce32f35a68996d43c2b7fbd00abdd # Parent 262153788503c8b10c76c77719bba081df9a7b88 [TEST].2# add KVM_default_net_type in const.py Signed-off-by: Guolian Yun <yunguol@cn.ibm.com> diff -r 262153788503 -r cc4dc206699c suites/libvirt-cim/lib/XenKvmLib/const.py --- a/suites/libvirt-cim/lib/XenKvmLib/const.py Tue Apr 08 17:58:44 2008 +0530 +++ b/suites/libvirt-cim/lib/XenKvmLib/const.py Wed Apr 09 01:53:41 2008 -0700 @@ -48,6 +48,7 @@ KVM_secondary_disk_path = os.path.join(_ KVM_secondary_disk_path = os.path.join(_image_dir, 'default-kvm-dimage.2ND') KVM_default_disk_dev = 'hda' KVM_default_mac = '11:22:33:aa:bb:cc' +KVM_default_net_type = 'bridge' # vxml.XenFVXML s, o = platform.architecture()