We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a6ae34 + e726ecb commit 3d13e82Copy full SHA for 3d13e82
lib/nova_plugins/hypervisor-ironic
@@ -68,13 +68,6 @@ function install_nova_hypervisor {
68
return
69
fi
70
install_libvirt
71
- if [[ "$IRONIC_VM_LOG_CONSOLE" == "True" ]] && is_ubuntu; then
72
- # Ubuntu packaging+apparmor issue prevents libvirt from loading
73
- # the ROM from /usr/share/misc. Workaround by installing it directly
74
- # to a directory that it can read from. (LP: #1393548)
75
- sudo rm -rf /usr/share/qemu/sgabios.bin
76
- sudo cp /usr/share/misc/sgabios.bin /usr/share/qemu/sgabios.bin
77
- fi
78
}
79
80
# start_nova_hypervisor - Start any required external services
0 commit comments