Skip to content

Commit 4f8784b

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 <stephenfin@redhat.com> (cherry picked from commit 0a28aae)
1 parent 0986108 commit 4f8784b

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
@@ -81,6 +81,12 @@
8181
# query_placement_for_availability_zone is the default from Xena
8282
query_placement_for_availability_zone = True
8383

84+
[workarounds]
85+
# FIXME(stephenfin): This is temporary while we get to the bottom of
86+
# https://bugs.launchpad.net/nova/+bug/2091114 It should not be kept after
87+
# we bump to 2025.1
88+
disable_deep_image_inspection = True
89+
8490
[[post-config|$CINDER_CONF]]
8591
[DEFAULT]
8692
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)