summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDuncan Mac-Vicar P <dmacvicar@suse.de>2016-05-22 23:59:09 +0200
committerDuncan Mac-Vicar P <dmacvicar@suse.de>2016-05-22 23:59:09 +0200
commitfdcad4bbc0230838471448571f00a3bc65824cb3 (patch)
tree76061e6df00305ff958d3b731377d8dcef149cc5 /README.md
parent00580696aa90b33e04420383d71339c67f75a0bc (diff)
downloadterraform-provider-libvirt-fdcad4bbc0230838471448571f00a3bc65824cb3.tar
terraform-provider-libvirt-fdcad4bbc0230838471448571f00a3bc65824cb3.tar.gz
README: Forgot to add the actual function name.
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 8772dab1..7fb1ceac 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 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/).
+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/).
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.