summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDuncan Mac-Vicar P <dmacvicar@gmail.com>2016-05-23 00:50:25 +0200
committerDuncan Mac-Vicar P <dmacvicar@gmail.com>2016-05-23 00:50:25 +0200
commit5cc0b2457d3690a104853b1db1d3e854f897525c (patch)
tree60189ef49562c5d5714a399c7c61fdb655ebb2b8 /README.md
parentfdcad4bbc0230838471448571f00a3bc65824cb3 (diff)
downloadterraform-provider-libvirt-5cc0b2457d3690a104853b1db1d3e854f897525c.tar
terraform-provider-libvirt-5cc0b2457d3690a104853b1db1d3e854f897525c.tar.gz
README: clarify it can be libvirt 1.2.14+
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7fb1ceac..91fd3c16 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ servers on a [libvirt](https://libvirt.org/) host via [Terraform](https://terraf
## Requirements
-* libvirt 1.2.14 on the hypervisor
+* libvirt 1.2.14 or newer on the hypervisor
The provider uses `virDomainInterfaceAddresses` which was added in 1.2.14. Distributions like Ubuntu 14.04 LTS ship 1.2.2. If you need a stable server distribution with a recent libvirt version, try [openSUSE Leap](https://www.opensuse.org/).