Remove option nolinger from contrail part
Contrail-webui issues are caused by this option. When it is
removed everything works fine. And also according to haproxy
documentation: "it is not recommended to use this option when
not absolutely needed".
Change-Id: Ic7575a859d97569dd3aa68951b765368aed334ed
Related-Prod: PROD-25629
(cherry picked from commit 9cf0cfc2bb2ffa89903329fbbca948b15de4ad2c)
diff --git a/tests/pillar/single_contrail.sls b/tests/pillar/single_contrail.sls
index 0cfe8f1..87ff43f 100644
--- a/tests/pillar/single_contrail.sls
+++ b/tests/pillar/single_contrail.sls
@@ -7,6 +7,8 @@
listen:
contrail_analytics:
type: contrail-analytics
+ options:
+ - tcp-check
binds:
- address: 127.0.0.1
port: 8081
@@ -33,6 +35,8 @@
password: password
contrail_api:
type: contrail-api
+ options:
+ - tcp-check
check: false
binds:
- address: 127.0.0.1