File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 81
81
# query_placement_for_availability_zone is the default from Xena
82
82
query_placement_for_availability_zone = True
83
83
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
+
84
90
[[post-config|$CINDER_CONF]]
85
91
[DEFAULT]
86
92
storage_availability_zone = ${ PRIMARY_AZ}
Original file line number Diff line number Diff line change 47
47
[DEFAULT]
48
48
cpu_allocation_ratio = 2.0
49
49
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
+
50
56
[[post-config|$CINDER_CONF]]
51
57
[DEFAULT]
52
58
storage_availability_zone = ${ SECONDARY_AZ}
You can’t perform that action at this time.
0 commit comments