Disable NOVA_COMPILE_MDEV_SAMPLES to unblock CI

The nova-next is blocked by missing kernel sources during compilation
disabling it until we find a solution. The result is not yet used by the
nova job so it is safe to disable.

Related-Bug: #2110545
Change-Id: Idb4be7d7537fe08f639b9c91b9f9bc261076884f
This commit is contained in:
Balazs Gibizer
2025-05-13 14:22:33 +02:00
parent 023be4f561
commit dec761b680

View File

@ -466,7 +466,9 @@
NOVNC_FROM_PACKAGE: False
NOVA_USE_UNIFIED_LIMITS: True
# Added in Caracal.
NOVA_COMPILE_MDEV_SAMPLES: True
# Temporarly disabled due to
# https://bugs.launchpad.net/nova/+bug/2110545
NOVA_COMPILE_MDEV_SAMPLES: False
devstack_services:
# Disable OVN services
br-ex-tcpdump: false