Skip to content

Commit 8f702d7

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Check images with format_inspector for safety" into unmaintained/zed
2 parents 3a7e58b + da352ed commit 8f702d7

File tree

5 files changed

+1121
-9
lines changed

5 files changed

+1121
-9
lines changed

nova/conf/workarounds.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,16 @@
438438
Howerver, if you don't use automatic cleaning, it can cause an
439439
extra delay before and Ironic node is available for building a
440440
new Nova instance.
441+
"""),
442+
cfg.BoolOpt(
443+
'disable_deep_image_inspection',
444+
default=False,
445+
help="""
446+
This disables the additional deep image inspection that the compute node does
447+
when downloading from glance. This includes backing-file, data-file, and
448+
known-features detection *before* passing the image to qemu-img. Generally,
449+
this inspection should be enabled for maximum safety, but this workaround
450+
option allows disabling it if there is a compatibility concern.
441451
"""),
442452
]
443453

0 commit comments

Comments
 (0)