[PATCH] Add vms cli tool to the list of applications using libvirt

Cédric Bosdonnat cbosdonnat at suse.com
Wed Nov 16 08:24:19 UTC 2022


Just adds a tool to the applications list. This tool helps managing
multiple VMs at once using the python binding.

Signed-off-by: Cédric Bosdonnat <cbosdonnat at suse.com>
---
 docs/apps.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/apps.rst b/docs/apps.rst
index 1a25c0a21e..57a3d00dca 100644
--- a/docs/apps.rst
+++ b/docs/apps.rst
@@ -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
 ------------------------
-- 
2.37.1



More information about the libvir-list mailing list