Use old value for service report interval

Since [1] Devstack has been setting really long service report
intervals, and a correspondingly long service down time threshold.
While that makes sense for "normal" CI, in whitebox we don't have
the load problems that "normal" CI has, while also simultaneously
restarting services and needing the API to reflect their status
changes fairly quickly. Revert to the old value of 10 for the service
report internal, and therefore 10 * 6 for the service down time
threshold.

[1] https://review.opendev.org/c/openstack/devstack/+/890439

Change-Id: I3e8a830f11e11eaa3592ee5354f071bf73dd3435
This commit is contained in:
Artom Lifshitz 2023-08-16 12:37:07 -04:00
parent 29b3aa6ded
commit c0026887ce

View File

@ -51,6 +51,7 @@
extra_packages: ovmf,swtpm-tools
devstack_localrc:
MAX_COMPUTE_NODES: 2
NOVA_SERVICE_REPORT_INTERVAL: 10
LIBVIRT_TYPE: kvm
TEMPEST_PLUGINS: /opt/stack/whitebox-tempest-plugin /opt/stack/barbican-tempest-plugin
WHITEBOX_PRIVKEY_PATH: /home/tempest/.ssh/id_rsa
@ -86,6 +87,7 @@
num_hugepages: 2048
devstack_localrc:
LIBVIRT_TYPE: kvm
NOVA_SERVICE_REPORT_INTERVAL: 10
devstack_local_conf:
post-config:
$NOVA_CONF: