summaryrefslogtreecommitdiff
path: root/libvirt/volume_def.go
Commit message (Collapse)AuthorAge
* fix golint on stream and volume_def.goDario Maiocchi2017-11-16
|
* error strings should not be capitalized or endDario Maiocchi2017-11-16
| | | | with punctuation or a newline
* use libvirt-go-xml for volumesThomas Hipp2017-08-11
| | | | Signed-off-by: Thomas Hipp <thipp@suse.de>
* use github.com/libvirt-go-xmlThomas Hipp2017-07-27
| | | | | | | | Replace the custom XML structs with libvirt's offcial ones. This resolves #143. Signed-off-by: Thomas Hipp <thipp@suse.de>
* Exported logic used to create a new backingStore representation onto a ↵J. Eduardo2017-07-02
| | | | separated method.
* use official libvirt-go bindingsThomas Hipp2017-06-16
| | | | Signed-off-by: Thomas Hipp <thipp@suse.de>
* Use If-Modified-Since for downloading imagesAlvaro Saurin2017-03-29
|
* Add support for local files as source for base images. Closes #21.Duncan Mac-Vicar P2016-05-22
|
* go fmtDuncan Mac-Vicar P2016-03-20
|
* if libvirt will not set permissions correctly, at least allow others read ↵Duncan Mac-Vicar P2016-03-20
| | | | base images
* make size prop bytes at least until ↵Duncan Mac-Vicar P2016-03-12
| | | | https://github.com/hashicorp/terraform/issues/3287 is open
* go fmtDuncan Mac-Vicar P2016-03-06
|
* implement a volume providerDuncan Mac-Vicar P2016-03-06