Add vms cli tool to the list of applications using libvirt

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>
This commit is contained in:
Cédric Bosdonnat
2022-11-16 09:24:19 +01:00
parent d5ae0cd178
commit 0be7d0f1cb

View 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
------------------------