From 7d46ef03b3806f6a34039e73d608abe5b456ba89 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 5 Oct 2023 22:11:14 +0900 Subject: [PATCH] Revert "Increase nova-api worker" This reverts commit 40b17a8298a2baf76b501b57fc4c836a03d14db3. Reason for revert: The issue with nova-api is no longer reproduced. Change-Id: I6e31c785b003d09beae6d58729fe433c1ec64c0e --- manifests/nova.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/nova.pp b/manifests/nova.pp index e59a52568..a73d5817c 100644 --- a/manifests/nova.pp +++ b/manifests/nova.pp @@ -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,