Comment 1 for bug 1997352

Revision history for this message
Balazs Gibizer (balazs-gibizer) wrote :

There was couple of changes on the uefi support check since https://github.com/openstack/nova/commit/539d381434ccadcdc3f5d58c2705c35558a3a065 . What version of OpenStack causing the above error? Is it reproducible on recent master?

Looking through the current code on master the deletion of the nvram does not depend on the guest it only depends on the host capabilities. So simply changing the guest image to non uefi should not mean we are not trying the remove the nvram during delete.

Setting this to INCOMPLETE until exact openstack version / master reproducibility is determined.