Revert "Increase nova-api worker"

This reverts commit 40b17a8298.

Reason for revert:
The issue with nova-api is no longer reproduced.

Change-Id: I6e31c785b003d09beae6d58729fe433c1ec64c0e
This commit is contained in:
Takashi Kajinami 2023-10-05 22:11:14 +09:00
parent d60a2281c3
commit 7d46ef03b3
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ class openstack_integration::nova (
ssl_key => "/etc/nova/ssl/private/${facts['networking']['fqdn']}.pem",
ssl_cert => $::openstack_integration::params::cert_path,
ssl => $::openstack_integration::config::ssl,
workers => 4,
workers => 2,
}
class { 'nova::wsgi::apache_metadata':
bind_host => $::openstack_integration::config::host,