Skip to content

Commit e493d33

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Process [compute] in $NOVA_CPU_CONF in nova-next"
2 parents e8a9a57 + d91c162 commit e493d33

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)