Skip to content

Commit d3fd177

Browse files
stephenfinEmilienM
authored andcommitted
test: Temporarily disable deep image inspection in Nova
While we investigate the issues with flatcar images further [1]. [1] https://bugs.launchpad.net/nova/+bug/2091114 Signed-off-by: Stephen Finucane <[email protected]> (cherry picked from commit 0a28aae)
1 parent 523cf06 commit d3fd177

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

hack/ci/cloud-init/controller.yaml.tpl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@
8989
# query_placement_for_availability_zone is the default from Xena
9090
query_placement_for_availability_zone = True
9191

92+
[workarounds]
93+
# FIXME(stephenfin): This is temporary while we get to the bottom of
94+
# https://bugs.launchpad.net/nova/+bug/2091114 It should not be kept after
95+
# we bump to 2025.1
96+
disable_deep_image_inspection = True
97+
9298
[[post-config|$CINDER_CONF]]
9399
[DEFAULT]
94100
storage_availability_zone = ${PRIMARY_AZ}

hack/ci/cloud-init/worker.yaml.tpl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@
4747
[DEFAULT]
4848
cpu_allocation_ratio = 2.0
4949

50+
[workarounds]
51+
# FIXME(stephenfin): This is temporary while we get to the bottom of
52+
# https://bugs.launchpad.net/nova/+bug/2091114 It should not be kept after
53+
# we bump to 2025.1
54+
disable_deep_image_inspection = True
55+
5056
[[post-config|$CINDER_CONF]]
5157
[DEFAULT]
5258
storage_availability_zone = ${SECONDARY_AZ}

0 commit comments

Comments
 (0)