missed a variable in the libvirt template for beaker clients
This commit is contained in:
parent
61ffec7cef
commit
141995c880
1 changed files with 1 additions and 1 deletions
|
@ -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'/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue