File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -171,14 +171,6 @@ function install_ironic {
171171 if [[ "$IRONIC_IPXE_ENABLED" == "True" ]] ; then
172172 install_apache_wsgi
173173 fi
174-
175- if [[ "$IRONIC_VM_LOG_CONSOLE" == "True" ]] && is_ubuntu; then
176- # Ubuntu packaging+apparmor issue prevents libvirt from loading
177- # the ROM from /usr/share/misc. Workaround by installing it directly
178- # to a directory that it can read from. (LP: #1393548)
179- sudo rm -rf /usr/share/qemu/sgabios.bin
180- sudo cp /usr/share/misc/sgabios.bin /usr/share/qemu/sgabios.bin
181- fi
182174}
183175
184176# install_ironicclient() - Collect sources and prepare
Original file line number Diff line number Diff line change @@ -56,6 +56,13 @@ function install_nova_hypervisor {
5656 die $LINENO "Neutron should be enabled for usage of the Ironic Nova driver."
5757 fi
5858 install_libvirt
59+ if [[ "$IRONIC_VM_LOG_CONSOLE" == "True" ]] && is_ubuntu; then
60+ # Ubuntu packaging+apparmor issue prevents libvirt from loading
61+ # the ROM from /usr/share/misc. Workaround by installing it directly
62+ # to a directory that it can read from. (LP: #1393548)
63+ sudo rm -rf /usr/share/qemu/sgabios.bin
64+ sudo cp /usr/share/misc/sgabios.bin /usr/share/qemu/sgabios.bin
65+ fi
5966}
6067
6168# start_nova_hypervisor - Start any required external services
You can’t perform that action at this time.
0 commit comments