commit | ffb5fdcb621362abd215321456bc64c3c070a76d | [log] [tgz] |
---|---|---|
author | Anton Samoylov <asamoylov@mirantis.com> | Mon Mar 11 20:03:02 2019 +0400 |
committer | Anton Samoylov <asamoylov@mirantis.com> | Mon Mar 11 20:12:07 2019 +0400 |
tree | a37f4b080d8d93eeb23fbcc85c5c7d7316c2d364 | |
parent | 97ff92c107b6f78043c6f1500a1f63772df8a954 [diff] |
Do not use inifinite connection retries to contrail-api If wait_for_connect VncApi class constructor parameter set to True, we get infinite connection attempts to contrail-api service, which leads to hanging of automation, where this functionality is used. So, using default value for this parameter (False), we get 6 connection retries, that's pretty enough to try to establish a connection to contrail-api service. OC 4.1: https://github.com/Juniper/contrail-controller/blob/R4.1/src/api-lib/vnc_api.py#L533 Change-Id: If64358c469e0c1afbebd0524a009ff8fec949bbf Related-PROD: PROD-28202 (PROD:28202)