missed a variable in the libvirt template for beaker clients

This commit is contained in:
Tim Flink 2015-05-06 20:43:09 +00:00
parent 61ffec7cef
commit 141995c880

View file

@ -30,7 +30,7 @@
<emulator>/usr/bin/qemu-kvm</emulator>
<disk type='block' device='disk'>
<driver name='qemu' type='raw' cache='none' io='native'/>
<source dev='/dev/{{ volgroup }}/{{ clients[hostname]['hostname'] }}'/>
<source dev='/dev/{{ volgroup }}/{{ vmhostname }}'/>
<target dev='vda' bus='virtio'/>
<boot order='2'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>