From 326b77d8374daf5832d0085e3ce58dd26599734f Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Fri, 7 Nov 2025 07:20:09 -0800 Subject: [PATCH] Test nova-next with >1 parallel migrations Change-Id: Ic69872e6667664d1b3bd7a88d7ef018b67352f44 Signed-off-by: Dan Smith --- .zuul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.yaml b/.zuul.yaml index 59d317b234..6484a1298e 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -442,6 +442,7 @@ # Use lower TB cache than default(1GiB), only applicable with # libvirt>=8.0.0 tb_cache_size: 128 + live_migration_parallel_connections: 4 compute: # Switch off the provider association refresh, which should # reduce the number of placement calls in steady state. Added in