Fix UEFI NVRAM collision in devstack
When configuring VMs in devstack booting in UEFI mode, make sure that each libvirt domain has its own UEFI NVRAM store. Otherwise funny things can happen ultimately leading to EFI shell popping up crying for help. Change-Id: I03eddde04211ceb6f0bd9438fafab34c515c4fa9
This commit is contained in:
parent
7ee6174b4d
commit
10abf8834c
@ -10,7 +10,7 @@
|
||||
{% if uefi_loader %}
|
||||
<loader readonly='yes' type='pflash'>{{ uefi_loader }}</loader>
|
||||
{% if uefi_nvram %}
|
||||
<nvram>{{ uefi_nvram }}</nvram>
|
||||
<nvram template='{{ uefi_nvram }}'>{{ uefi_nvram }}-{{ name }}</nvram>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
<bootmenu enable='no'/>
|
||||
|
Loading…
Reference in New Issue
Block a user