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 88
88
# query_placement_for_availability_zone is the default from Xena
89
89
query_placement_for_availability_zone = True
90
90
91
+ [workarounds]
92
+ # FIXME(stephenfin): This is temporary while we get to the bottom of
93
+ # https://bugs.launchpad.net/nova/+bug/2091114 It should not be kept after
94
+ # we bump to 2025.1
95
+ disable_deep_image_inspection = True
96
+
91
97
[[post-config|$CINDER_CONF]]
92
98
[DEFAULT]
93
99
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