We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8a9a57 + d91c162 commit e493d33Copy full SHA for e493d33
.zuul.yaml
@@ -211,15 +211,13 @@
211
tempest_black_regex: ^tempest.scenario.test_network
212
devstack_local_conf:
213
post-config:
214
- $NOVA_CONF:
+ $NOVA_CPU_CONF:
215
compute:
216
# Switch off the provider association refresh, which should
217
# reduce the number of placement calls in steady state. Added in
218
# 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.
222
resource_provider_association_refresh: 0
+ $NOVA_CONF:
223
quota:
224
# Added in Train.
225
count_usage_from_placement: True
0 commit comments