hvm: add UUID to libvirt config
Add missing entry. Also fix indentation of first few lines.
This commit is contained in:
parent
3f6947b87e
commit
5644656859
@ -1,5 +1,6 @@
|
|||||||
<domain type='xen'>
|
<domain type='xen'>
|
||||||
<name>{name}</name>
|
<name>{name}</name>
|
||||||
|
{uuidnode}
|
||||||
<memory unit='MiB'>{maxmem}</memory>
|
<memory unit='MiB'>{maxmem}</memory>
|
||||||
<currentMemory unit='MiB'>{mem}</currentMemory>
|
<currentMemory unit='MiB'>{mem}</currentMemory>
|
||||||
<vcpu placement='static'>{vcpus}</vcpu>
|
<vcpu placement='static'>{vcpus}</vcpu>
|
||||||
|
Loading…
Reference in New Issue
Block a user