Browse code

Merge "Remove sgabios.bin workaround"

Zuul authored on 2020/05/29 00:08:27
Showing 1 changed files
... ...
@@ -68,13 +68,6 @@ function install_nova_hypervisor {
68 68
         return
69 69
     fi
70 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 71
 }
79 72
 
80 73
 # start_nova_hypervisor - Start any required external services