From cac849f791a6189a7c29748bf362f589dbef447c Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Mon, 18 Jan 2021 17:36:53 +0000 Subject: [PATCH] Limit threads and processes for Senlin in AIO configuration Change-Id: If3f28603b591782d851c4f333e3b1dcee39a0aac --- .../roles/bootstrap-host/templates/user_variables.aio.yml.j2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 b/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 index 8a0b72dd38..91364287a3 100644 --- a/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 +++ b/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 @@ -197,6 +197,11 @@ sahara_wsgi_buffer_size: 16384 zun_api_threads: 1 zun_wsgi_threads: 1 +## Senlin +senlin_api_threads: 1 +senlin_wsgi_threads: 1 +senlin_wsgi_processes: 1 + # NOTE: hpcloud-b4's eth0 uses 10.0.3.0/24, which overlaps with the # lxc_net_address default # TODO: We'll need to implement a mechanism to determine valid lxc_net_address