Skip to content

Commit d91c162

Browse files
Eric Friedmriedem
authored andcommitted
Process [compute] in $NOVA_CPU_CONF in nova-next
Due to bug 1802143, devstack was ignoring variables set in the $NOVA_CPU_CONF section of local_conf. Now that that bug has been fixed (see the Depends-On) we can put those back in their rightful place. This patch moves the [compute]resource_provider_association_refresh setting, introduced via [1], accordingly. [1] https://review.opendev.org/616033 Depends-On: https://review.opendev.org/672805 Change-Id: Ifa50748b6d6e91ac954d0a7a6060505fd45716d4 Related-Bug: #1802143
1 parent af3433a commit d91c162

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.zuul.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,15 +211,13 @@
211211
tempest_black_regex: ^tempest.scenario.test_network
212212
devstack_local_conf:
213213
post-config:
214-
$NOVA_CONF:
214+
$NOVA_CPU_CONF:
215215
compute:
216216
# Switch off the provider association refresh, which should
217217
# reduce the number of placement calls in steady state. Added in
218218
# Stein.
219-
# TODO(efried): Due to bug #1802143, nova-cpu.conf gets
220-
# overwritten after post-config|$NOVA_CPU_CONF gets effected, so
221-
# use $NOVA_CONF instead for now.
222219
resource_provider_association_refresh: 0
220+
$NOVA_CONF:
223221
quota:
224222
# Added in Train.
225223
count_usage_from_placement: True

0 commit comments

Comments
 (0)