summaryrefslogtreecommitdiff
path: root/libvirt/volume_def.go
diff options
context:
space:
mode:
authorThomas Hipp <thipp@suse.de>2017-07-07 17:40:35 +0200
committerFlavio Castelli <flavio@castelli.me>2017-07-27 14:59:30 +0200
commitccf4dff4f872291b5cf131cbdfb3d3c5b2f0dd47 (patch)
treedfd1952f157bf6f369c561379ed90ba500fd0853 /libvirt/volume_def.go
parented3000f4d3b2ee5eeab855f32e9fde80193944df (diff)
downloadterraform-provider-libvirt-ccf4dff4f872291b5cf131cbdfb3d3c5b2f0dd47.tar
terraform-provider-libvirt-ccf4dff4f872291b5cf131cbdfb3d3c5b2f0dd47.tar.gz
use github.com/libvirt-go-xml
Replace the custom XML structs with libvirt's offcial ones. This resolves #143. Signed-off-by: Thomas Hipp <thipp@suse.de>
Diffstat (limited to 'libvirt/volume_def.go')
-rw-r--r--libvirt/volume_def.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvirt/volume_def.go b/libvirt/volume_def.go
index 7d338128..f667fe10 100644
--- a/libvirt/volume_def.go
+++ b/libvirt/volume_def.go
@@ -115,4 +115,4 @@ func newDefBackingStoreFromLibvirt(baseVolume *libvirt.StorageVol) (defBackingSt
backingStoreDef.Path = baseVolPath
backingStoreDef.Format.Type = baseVolumeDef.Target.Format.Type
return backingStoreDef, nil
-} \ No newline at end of file
+}