Scaling down proposed instance count.

Unfortunately 50 instances on the current crashes out nova-compute.
Let's find a happy number, so the cloud is responsive. Setting to 40, but
anticipating that we may have to go even lower for consistency and responsiveness.

Change-Id: Ia726ed400bc881d1a97f0c39a05c481f38c6a0eb
This commit is contained in:
Yuriy Shyyan 2021-09-20 09:01:18 -04:00
parent 16e9d3a95a
commit c4b0d3fc1a
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ providers:
diskimages: *provider_diskimages
pools:
- name: main
max-servers: 50
max-servers: 40
labels:
- name: centos-7
min-ram: 8000