Skip to content

Commit 3d13e82

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Remove sgabios.bin workaround"
2 parents 9a6ae34 + e726ecb commit 3d13e82

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/nova_plugins/hypervisor-ironic

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,6 @@ function install_nova_hypervisor {
6868
return
6969
fi
7070
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
7871
}
7972

8073
# start_nova_hypervisor - Start any required external services

0 commit comments

Comments
 (0)