From 4fddfeefafcbf8cfb2da2c61250fd01cf4320769 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Sun, 11 May 2014 00:24:10 -0400 Subject: [PATCH] docs: mention vagrant-libvirt in apps.html Doc patch for apps.html as per: http://libvirt.org/apps.html#add Disclaimer: I've contributed patches to the project that this commit adds. Vagrant-Libvirt is an excellent way to use vagrant with libvirt. This way you can benefit from the vagrant features, while not loosing access to the familiar (and useful) tools such as virsh and virt-manager. Development currently at: https://github.com/pradels/vagrant-libvirt/ although recent contributors include: https://github.com/sciurus/vagrant-libvirt/ and: https://github.com/purpleidea/vagrant-libvirt/ see git log for more details. Signed-off-by: Eric Blake --- docs/apps.html.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/apps.html.in b/docs/apps.html.in index 86e45fc9b3..70e7b414cf 100644 --- a/docs/apps.html.in +++ b/docs/apps.html.in @@ -110,6 +110,12 @@ application stap can use libvirt to gather data within virtual machines. +
vagrant-libvirt
+
+ Vagrant-Libvirt is a Vagrant plugin that uses libvirt to manage virtual + 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. +

Configuration Management