Add the missed comma typo. Signed-off-by: Wanlong Gao <gaowanlong@xxxxxxxxxxxxxx> --- repos/domain/create.py | 2 +- repos/domain/define.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/repos/domain/create.py b/repos/domain/create.py index bb20a99..3583cd7 100644 --- a/repos/domain/create.py +++ b/repos/domain/create.py @@ -25,7 +25,7 @@ optional_params = {'memory': 1048576, 'virt_type': 'kvm', 'xml': 'xmls/kvm_guest_define.xml', 'flags' : 'none', - 'xml': 'xmls/kvm_guest_define.xml' + 'xml': 'xmls/kvm_guest_define.xml', 'guestmachine': 'pc', } diff --git a/repos/domain/define.py b/repos/domain/define.py index 0e72a7f..0a06dfd 100644 --- a/repos/domain/define.py +++ b/repos/domain/define.py @@ -23,7 +23,7 @@ optional_params = {'memory': 1048576, 'username': None, 'password': None, 'virt_type': 'kvm', - 'xml': 'xmls/kvm_guest_define.xml' + 'xml': 'xmls/kvm_guest_define.xml', 'guestarch': 'x86_64', 'guestmachine': 'pc', } -- 1.7.11.rc0 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list