summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSilvio Moioli <smoioli@suse.de>2016-06-24 08:44:29 +0200
committerGitHub <noreply@github.com>2016-06-24 08:44:29 +0200
commitb4ed9aecc2d2f4cf6d2e2c06d4a38433f465eda5 (patch)
tree2e7127fbac8b9dcb917b66953469385dfee9f327 /README.md
parent2c159cd7b486b4955dc9953344712f66b40f8ef0 (diff)
downloadterraform-provider-libvirt-b4ed9aecc2d2f4cf6d2e2c06d4a38433f465eda5.tar
terraform-provider-libvirt-b4ed9aecc2d2f4cf6d2e2c06d4a38433f465eda5.tar.gz
README: update Ubuntu information
Both the latest version (16.04 LTS Xenial Xerus) and the previous one (15.10 Wily Werewolf) ship with adequate libvirt versions, there's little reason to mention 14.04 now. https://launchpad.net/ubuntu/+source/libvirt
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 91fd3c16..16ca801a 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ servers on a [libvirt](https://libvirt.org/) host via [Terraform](https://terraf
* 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/).
+The provider uses `virDomainInterfaceAddresses` which was added in 1.2.14. If you need a stable server distribution with a recent libvirt version, try [openSUSE Leap](https://www.opensuse.org/) or [Ubuntu](http://www.ubuntu.com/server) (from version 15.10 Wily Werewolf on).
In the future, I may try to support older libvirt versions if I find a way to elegantely conditional compile the code and get the IP addresses with alternative methods.