Merge "Limit threads and processes for Senlin in AIO configuration"

This commit is contained in:
Zuul 2021-01-21 14:08:38 +00:00 committed by Gerrit Code Review
commit 55f571b056
1 changed files with 5 additions and 0 deletions

View File

@ -200,6 +200,11 @@ zun_wsgi_threads: 1
zun_wsgi_processes_max: 2
zun_wsgi_processes: 2
## 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