############################################################################## # Copyright (c) 2015 Huawei Technologies Co.,Ltd and others. # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License, Version 2.0 # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## xml_head = ''' VM_NAME VM_MEMORY VM_MEMORY CPU_NUM hvm destroy restart restart /usr/bin/qemu-system-x86_64''' xml_disk = ''' ''' xml_ctrl_br = ''' ''' xml_ovs = ''' ''' xml_br = ''' ''' xml_pci = '''
''' xml_9p = ''' ''' xml_tail = ''' '''