diff --git a/roles/beaker/virthost/templates/client-libvirt.xml.j2 b/roles/beaker/virthost/templates/client-libvirt.xml.j2 index 6965b66a59..b4939a7521 100644 --- a/roles/beaker/virthost/templates/client-libvirt.xml.j2 +++ b/roles/beaker/virthost/templates/client-libvirt.xml.j2 @@ -1,5 +1,5 @@ - {{ vmdata['hostname'] }} + {{ vmdata.hostname }} {{ mem_size_kb }} {{ num_cpus }} @@ -30,7 +30,7 @@ /usr/bin/qemu-kvm - +
@@ -55,7 +55,7 @@
- +