Merge "Set metadata_workers for nova"

This commit is contained in:
Jenkins 2017-03-02 09:39:35 +00:00 committed by Gerrit Code Review
commit f4f1bf3d92
2 changed files with 2 additions and 1 deletions

View File

@ -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,

View File

@ -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'