From 18ac5bcf2be8d8bdbfd5066ef25d57c3c36725e1 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Thu, 11 Aug 2016 05:30:57 -0500 Subject: 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 --- ci/config_tpl/bundle_tpl/neutron-api.yaml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ci/config_tpl/bundle_tpl/neutron-api.yaml') diff --git a/ci/config_tpl/bundle_tpl/neutron-api.yaml b/ci/config_tpl/bundle_tpl/neutron-api.yaml index 321c2e87..4de6e07e 100644 --- a/ci/config_tpl/bundle_tpl/neutron-api.yaml +++ b/ci/config_tpl/bundle_tpl/neutron-api.yaml @@ -5,10 +5,6 @@ neutron-security-groups: true {% if os.ha.mode == 'ha' %} vip: {{ opnfv.vip.neutron }} - haproxy-server-timeout: 10000 - haproxy-client-timeout: 10000 - haproxy-queue-timeout: 10000 - haproxy-connect-timeout: 10000 {% endif %} {% if os.network.controller == 'nosdn' %} flat-network-providers: "*" -- cgit 1.2.3-korg