Re: [libvirt] [test-API][PATCH 2/2] Define domain from xml should support image format option

2012-08-01 Thread Guannan Ren
On 07/31/2012 04:23 PM, Wayne Sun wrote: * add imageformat as optional param in define * modify define xml for image format support Signed-off-by: Wayne Sun --- repos/domain/define.py |1 + repos/domain/xmls/kvm_guest_define.xml |2 +- 2 files changed, 2 insert

[libvirt] [test-API][PATCH 2/2] Define domain from xml should support image format option

2012-07-31 Thread Wayne Sun
* add imageformat as optional param in define * modify define xml for image format support Signed-off-by: Wayne Sun --- repos/domain/define.py |1 + repos/domain/xmls/kvm_guest_define.xml |2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/repos/doma