cloudkitty: Cap [orchestrator] max_workers_reprocessing
Depends-on: https://review.opendev.org/960034 Change-Id: I2aa5a5de33d51ecd45b7f3160c45285c056604c0 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
@@ -91,9 +91,10 @@ class openstack_integration::cloudkitty {
|
||||
}
|
||||
class { 'cloudkitty::processor': }
|
||||
class { 'cloudkitty::orchestrator':
|
||||
coordination_url => $openstack_integration::config::tooz_url,
|
||||
max_workers => 2,
|
||||
max_threads => 4,
|
||||
coordination_url => $openstack_integration::config::tooz_url,
|
||||
max_workers => 2,
|
||||
max_workers_reprocessing => 2,
|
||||
max_threads => 4,
|
||||
}
|
||||
class { 'cloudkitty::fetcher::keystone':
|
||||
auth_type => 'password',
|
||||
|
||||
Reference in New Issue
Block a user