Heat: Reduce worker of heat-engine
We don't run heavy stack operations in our CI job so we can reduce number of workers to 2 (currently we have 4 workers launched in CI VMs). Change-Id: Iba1381a90705feb06cfd034d54f84155b9741e74
This commit is contained in:
parent
c8ef87d709
commit
11679fa4fd
@ -120,6 +120,7 @@ class openstack_integration::heat (
|
||||
workers => 2,
|
||||
}
|
||||
class { 'heat::engine':
|
||||
num_engine_workers => 2,
|
||||
auth_encryption_key => '1234567890AZERTYUIOPMLKJHGFDSQ12',
|
||||
heat_metadata_server_url => "${::openstack_integration::config::base_url}:8000",
|
||||
heat_waitcondition_server_url => "${::openstack_integration::config::base_url}:8000/v1/waitcondition",
|
||||
|
Loading…
x
Reference in New Issue
Block a user