low-memory-usage: configure NovaSchedulerWorkers to 1

Like other Nova services, let's reduce the number of workers of Nova
Scheduler to 1.

Change-Id: I5fd418a263a70e7d64a676d5b8ab3c49ad8557f9
This commit is contained in:
Emilien Macchi 2018-10-26 09:10:34 -04:00
parent 92ffd5cf75
commit 379fd58600
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ parameter_defaults:
KeystoneWorkers: 1
NeutronWorkers: 1
NovaWorkers: 1
NovaSchedulerWorkers: 1
SaharaWorkers: 1
SwiftWorkers: 1
GnocchiMetricdWorkers: 1