From e47400ea652d96b447adb9d0a8c3ccb934e0c328 Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Mon, 24 Sep 2018 21:22:35 -0600 Subject: [PATCH] Fix README Fix README with updated information about the KVM environment Signed-off-by: Scott Lowe --- kvm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kvm/README.md b/kvm/README.md index ffb8eee..a1d64dd 100644 --- a/kvm/README.md +++ b/kvm/README.md @@ -4,6 +4,6 @@ The contents of this folder are targeted toward increasing knowledge and underst ## Contents -**kvm-generic**: The files in this folder allow you to create a learning environment for working with KVM and Libvirt on Ubuntu 14.04. The provisioning is handled via Ansible (pre-2.0) installed on the Vagrant host. +**kvm-generic**: The files in this folder allow you to create a learning environment for working with KVM and Libvirt on Ubuntu 16.04. The provisioning is handled via Ansible installed on the Vagrant host. This environment supports the use of VMware Fusion and Libvirt, but not VirtualBox (due to the requirement for nested virtualization). **kvm-macvtap**: This learning environment has a `Vagrantfile` and supporting files for working with KVM and macvtap interfaces on Ubuntu 14.04. The provisioning is handled via Ansible (pre-2.0) installed on the Vagrant host.