]> xenbits.xensource.com Git - libvirt.git/commitdiff
Add vms cli tool to the list of applications using libvirt
authorCédric Bosdonnat <cbosdonnat@suse.com>
Wed, 16 Nov 2022 08:24:19 +0000 (09:24 +0100)
committerCédric Bosdonnat <cbosdonnat@suse.com>
Thu, 17 Nov 2022 07:00:03 +0000 (08:00 +0100)
Just adds a tool to the applications list. This tool helps managing
multiple VMs at once using the python binding.

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Cédric Bosdonnat <cbosdonnat@suse.com>
docs/apps.rst

index 1a25c0a21e8369d0889b836158aba1ab32d0a9a2..57a3d00dcab5ae7080f023fd24457086c0634145 100644 (file)
@@ -70,6 +70,9 @@ virsh
    Virt-Lightning uses libvirt, cloud-init and libguestfs to allow
    anyone to quickly start a new VM. Very much like a container CLI, but
    with a virtual machine.
+`vms <https://github.com/cbosdo/vms>`__
+   vms is a tool wrapping around the libvirt API to manage multiple virtual
+   machines at once with name patterns.
 
 Configuration Management
 ------------------------