summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDuncan Mac-Vicar P <dmacvicar@suse.de>2016-05-22 23:58:16 +0200
committerDuncan Mac-Vicar P <dmacvicar@suse.de>2016-05-22 23:58:16 +0200
commit00580696aa90b33e04420383d71339c67f75a0bc (patch)
tree242179535e3ad7444c69ad5f9a0ef47b0420fec8 /README.md
parent9f46f4613d0df7be08f4583318917437930f22ee (diff)
downloadterraform-provider-libvirt-00580696aa90b33e04420383d71339c67f75a0bc.tar
terraform-provider-libvirt-00580696aa90b33e04420383d71339c67f75a0bc.tar.gz
README: add note about requiring libvirt-1.2.14
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2b2437d1..8772dab1 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,14 @@ This provider is still experimental/in development. To see what is left or plann
This is a terraform provider that lets you provision
servers on a [libvirt](https://libvirt.org/) host via [Terraform](https://terraform.io/).
+## Requirements
+
+* libvirt 1.2.14 on the hypervisor
+
+The provider uses `` 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/).
+
+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.
+
## Installing
[Copied from the Terraform documentation](https://www.terraform.io/docs/plugins/basics.html):