Skip to content

Commit 271891b

Browse files
Disable deep image inspection
Flatcar images seem to be GPT non compliant. See: https://bugs.launchpad.net/nova/+bug/2091114 for details. Signed-off-by: Gabriel Adrian Samfira <[email protected]>
1 parent 4f18d8c commit 271891b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

hack/stack.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@ kubernetes_allowed_network_drivers = calico,cilium
9797
kubernetes_default_network_driver = calico
9898
[nova_client]
9999
api_version = 2.15
100+
101+
# See bug: https://bugs.launchpad.net/nova/+bug/2091114
102+
# Needs discussion with Flatcar team.
103+
[[post-config|/etc/nova/nova-cpu.conf]]
104+
[workarounds]
105+
disable_deep_image_inspection = true
100106
EOF
101107

102108
# Start DevStack deployment

0 commit comments

Comments
 (0)