Re: [libvirt] [sandbox PATCH v4 14/21] Image: Add run function

2015-09-04 Thread Daniel P. Berrange
On Fri, Aug 28, 2015 at 01:47:42PM +, Eren Yagdiran wrote: > Run an already-built template > If there is no execution command specified by user, source.get_command will > find the command to invoke > --- > virt-sandbox-image/virt-sandbox-image.py | 25 + > 1 file change

[libvirt] [sandbox PATCH v4 14/21] Image: Add run function

2015-08-28 Thread Eren Yagdiran
Run an already-built template If there is no execution command specified by user, source.get_command will find the command to invoke --- virt-sandbox-image/virt-sandbox-image.py | 25 + 1 file changed, 25 insertions(+) diff --git a/virt-sandbox-image/virt-sandbox-image.py