Comment 0 for bug 1843616

Revision history for this message
Brent Rowsell (brent-rowsell) wrote :

The following check in virt-support-goenabled.sh needs to be extended to check for the presence of the openstack compute label. There is no need to fail the enable if openstack is not being deployed.

if [ "${host_type}" == "physical" ] && [ "${hardware_virt_supported}" == "false" ]; then
    LOG "Virtualization is not supported: ${OPTS}. Failing goenabled check."
    LOG "Failure reasons:"$'\n'"${REASONS}"
    exit 1
fi