Merge "Set metadata_workers for nova"
This commit is contained in:
commit
f4f1bf3d92
@ -263,6 +263,7 @@ class openstack_tasks::openstack_controller::openstack_controller {
|
||||
ratelimits => $nova_rate_limits_string,
|
||||
neutron_metadata_proxy_shared_secret => $neutron_metadata_proxy_secret,
|
||||
osapi_compute_workers => $service_workers,
|
||||
metadata_workers => $service_workers,
|
||||
sync_db => $primary_controller,
|
||||
sync_db_api => $primary_controller,
|
||||
fping_path => $fping_path,
|
||||
|
@ -135,7 +135,7 @@ describe manifest do
|
||||
|
||||
# TODO All this stuff should be moved to shared examples controller* tests.
|
||||
|
||||
it 'should declare correct workers for systems with 4 processess on 4 CPU & 32G system' do
|
||||
it 'should declare correct workers for systems with 4 processes on 4 CPU & 32G system' do
|
||||
should contain_class('nova::api').with(
|
||||
'osapi_compute_workers' => '4',
|
||||
'metadata_workers' => '4'
|
||||
|
Loading…
Reference in New Issue
Block a user