commit | 7476f13d98010921e0c18c263073ca6cf859dc0a | [log] [tgz] |
---|---|---|
author | Anton Samoylov <asamoylov@mirantis.com> | Mon Mar 11 20:03:02 2019 +0400 |
committer | Anton Samoylov <asamoylov@mirantis.com> | Wed Mar 20 19:51:39 2019 +0400 |
tree | 8b7cb2f495ee492c02423e729c0678bd357b51fc | |
parent | 9448ac6bfcdbe34edcdb69a9c407bbb3a421fe09 [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)