scenario001: use 2 workers for sahara-api

Like others services, use 2 workers for sahara-api.

Change-Id: I016ef5865fde3549e934f9dd696006773a58ee5e
This commit is contained in:
Emilien Macchi 2015-09-30 11:08:15 -04:00
parent 30efa3463c
commit d3a13fcd0c

View File

@ -360,7 +360,9 @@ class { '::sahara':
debug => true,
verbose => true,
}
class { '::sahara::service::api': }
class { '::sahara::service::api':
api_workers => 2,
}
class { '::sahara::service::engine': }
class { '::sahara::client': }
class { '::sahara::notify':