Description of problem: Customer is trying to onboard NFV workloads creating vms using heat. Expected target is to create 100vms at once, but currently the stack is failing trying to create 50vms at once 2023-08-01 08:59:02Z [centos_temp_50_VMs.vm_20]: CREATE_FAILED ClientException: resources.vm_20: Unknown Error (HTTP 504) 2023-08-01 08:59:02Z [centos_temp_50_VMs]: CREATE_FAILED Resource CREATE failed: ClientException: resources.vm_20: Unknown Error (HTTP 504) Version-Release number of selected component (if applicable): RHOSP 16.2.5 (Juniper's Contrail env) How reproducible: Run a stack that creates 50vms at time Actual results: The stack fails, but the vms building process continue in background Expected results: 100vms stack to succeed Additional info: Trying to create a smaller stack (30vms) stack succeed. We tried tuning haproxy's "timeout check" from 10 to 30 seconds with no luck