Set the number of nova schedulers to 1

When applying the stx-openstack manifest, the default
nova scheduler processes was equal to number of cores.

Now it is set to 1.

This reduces overall memory footprint and the time
to apply the stx-openstack manifest.  This reduces
out of memory issues on systems that have a very large
number of cores.

Change-Id: I7f9f41f13d5ae18da2c58d9968a7ee67cbe5a05e
Fixes-Bug: 1826308
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
This commit is contained in:
Al Bailey 2019-04-26 17:46:41 -05:00
parent 2c9b6e6283
commit 798b8ff492
1 changed files with 1 additions and 0 deletions

View File

@ -938,6 +938,7 @@ data:
soft_affinity_weight_multiplier: 0.0
soft_anti_affinity_weight_multiplier: 0.0
scheduler:
workers: 1
discover_hosts_in_cells_interval: 30
periodic_task_interval: -1
upgrade_levels: None