
On 4/1/19 8:19 AM, Michal Privoznik wrote:
There was this introduction made on the users list:
https://www.redhat.com/archives/libvirt-users/2019-March/msg00046.html
Add the application onto the list of apps known to use libvirt.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- docs/apps.html.in | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/docs/apps.html.in b/docs/apps.html.in index 209854b6ac..62914b575a 100644 --- a/docs/apps.html.in +++ b/docs/apps.html.in @@ -99,6 +99,12 @@ machines. It is a command line tool for developers that makes it very fast and easy to deploy and re-deploy an environment of vm's. </dd> + <dt><a href="https://github.com/virt-lightning/virt-lightning">virt-lightning</a></dt> + <dd> + Virt-Lightning uses libvirt, cloud-init and libguestfs to allow anyone + to quickly start new VM. Very much like a container CLI interface, but + locally. + </dd> </dl>
<h2><a id="configmgmt">Configuration Management</a></h2>
I don't get the point of keeping this as a static page in git. It's always going to be out of date, or needing tweaks that IMO add noise to the dev mailing list. Can't this be a wiki page? Thanks, Cole