Skip to content

Commit a2287d2

Browse files
authored
Merge pull request #15 from stackhpc/fix-image-cache-path
Fix name of libvirt_vm_image_cache_path variable
2 parents 750252d + 27cc082 commit a2287d2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Role Variables
1616
VM console logs, if a VM-specific log file path is not given. Default is
1717
"/var/log/libvirt/qemu/".
1818

19-
- `libvirt_image_cache_path`: The directory in which to cache downloaded
19+
- `libvirt_vm_image_cache_path`: The directory in which to cache downloaded
2020
images. Default is "/tmp/".
2121

2222
- `libvirt_vm_engine`: virtualisation engine. If not set, the role will attempt

defaults/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ libvirt_volume_default_format: qcow2
1111
libvirt_volume_default_device: disk
1212

1313
# Path to cache downloaded images.
14+
libvirt_vm_image_cache_path: "{{ libvirt_image_cache_path }}"
15+
16+
# NOTE(mgoddard): Temporarily support this name in addition to
17+
# 'libvirt_vm_image_cache_path'.
18+
# TODO(mgoddard): Remove this for the next major release.
1419
libvirt_image_cache_path: "/tmp/"
1520

1621
# CPU architecture.

0 commit comments

Comments
 (0)