From d3a13fcd0c1547838b173b176f457844178880fe Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Wed, 30 Sep 2015 11:08:15 -0400 Subject: [PATCH] scenario001: use 2 workers for sahara-api Like others services, use 2 workers for sahara-api. Change-Id: I016ef5865fde3549e934f9dd696006773a58ee5e --- fixtures/scenario001.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fixtures/scenario001.pp b/fixtures/scenario001.pp index 94aaa8386..d0e14ef8e 100644 --- a/fixtures/scenario001.pp +++ b/fixtures/scenario001.pp @@ -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':