Merge "Revert "Increase nova-api worker""

This commit is contained in:
Zuul 2023-10-11 07:12:28 +00:00 committed by Gerrit Code Review
commit 493933a79c
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,