Re: [libvirt] [PATCH sandbox] image: Rename 'create' and 'delete' to 'prepare' and 'purge'

2016-07-27 Thread Cedric Bosdonnat
On Wed, 2016-07-27 at 13:01 +0100, Daniel P. Berrange wrote: > Currently we have three virt-sandbox-image commands > > - 'create' - downloads a template and creates qcow2 > - 'delete' - deletes template qcow2 files > - 'run' - runs an instance of a template > > The 'run' command is generating

[libvirt] [PATCH sandbox] image: Rename 'create' and 'delete' to 'prepare' and 'purge'

2016-07-27 Thread Daniel P. Berrange
Currently we have three virt-sandbox-image commands - 'create' - downloads a template and creates qcow2 - 'delete' - deletes template qcow2 files - 'run' - runs an instance of a template The 'run' command is generating a transient guest which disappears when it stops. We want to have the