Re: [libvirt] [sandbox PATCH v2 11/19] Image: Add run function

2015-08-24 Thread Daniel P. Berrange
On Mon, Aug 17, 2015 at 11:28:37AM +0200, Cedric Bosdonnat wrote: > On Mon, 2015-08-10 at 17:19 +0100, Daniel P. Berrange wrote: > > On Mon, Aug 10, 2015 at 05:16:19PM +0100, Daniel P. Berrange wrote: > > > On Tue, Aug 04, 2015 at 08:11:17PM +, Eren Yagdiran wrote: > > > > Run an already-built

Re: [libvirt] [sandbox PATCH v2 11/19] Image: Add run function

2015-08-17 Thread Cedric Bosdonnat
On Mon, 2015-08-10 at 17:19 +0100, Daniel P. Berrange wrote: > On Mon, Aug 10, 2015 at 05:16:19PM +0100, Daniel P. Berrange wrote: > > On Tue, Aug 04, 2015 at 08:11:17PM +, Eren Yagdiran wrote: > > > Run an already-built template > > > If there is no execution command specified by user, source.

Re: [libvirt] [sandbox PATCH v2 11/19] Image: Add run function

2015-08-10 Thread Daniel P. Berrange
On Mon, Aug 10, 2015 at 05:16:19PM +0100, Daniel P. Berrange wrote: > On Tue, Aug 04, 2015 at 08:11:17PM +, 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-san

Re: [libvirt] [sandbox PATCH v2 11/19] Image: Add run function

2015-08-10 Thread Daniel P. Berrange
On Tue, Aug 04, 2015 at 08:11:17PM +, 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 | 24 > 1 file changed

[libvirt] [sandbox PATCH v2 11/19] Image: Add run function

2015-08-04 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 | 24 1 file changed, 24 insertions(+) diff --git a/virt-sandbox-image/virt-sandbox-image.py