Quoting from
http://libvirt.org/hacking.html: "One should avoid
sending patches as attachments, but rather send them in email body
along with commit message." We prefer git send-email.
From 1fe98454aa52d9ef45b048212ae7406cc1ee08f9 Mon Sep 17 00:00:00 2001
From: James Shubin <james(a)shubin.ca>
Date: Sun, 11 May 2014 00:17:23 -0400
Subject: [PATCH] Added vagrant-libvirt to docs.
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.
---
docs/apps.html.in | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/docs/apps.html.in b/docs/apps.html.in
index 86e45fc..70e7b41 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.
</dd>
+ <dt><a
href="https://github.com/pradels/vagrant-libvirt/">vagrant-l...
+ <dd>
+ 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.
+ </dd>
</dl>
<h2><a name="configmgmt">Configuration
Management</a></h2>
--
1.9.0