diff options
author | 2016-08-11 05:30:57 -0500 | |
---|---|---|
committer | 2016-08-11 05:32:19 -0500 | |
commit | 18ac5bcf2be8d8bdbfd5066ef25d57c3c36725e1 (patch) | |
tree | 195b51fee77b0b2a0adad14389144ca4aa92483e /ci/default_deployment_config.yaml | |
parent | 7411dac64daead190ea6a0566bc5cc7043768ea8 (diff) |
to adjust the worker mutiplier for api service so that not too many
instance of API service spawned up.
Change-Id: Ia1d5b542c3f97cbdc7b5523fc8d45b90ed836aa2
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/default_deployment_config.yaml')
-rw-r--r-- | ci/default_deployment_config.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/default_deployment_config.yaml b/ci/default_deployment_config.yaml index fe5b669b..4b941a71 100644 --- a/ci/default_deployment_config.yaml +++ b/ci/default_deployment_config.yaml @@ -7,6 +7,9 @@ os: cluster_size: 3 lxd: False region: RegionOne + api: + worker_multiplier: 2 + haproxy_timeout: 10000 admin: role: admin name: admin |