Comment 38 for bug 1569033

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/20261
Committed: http://github.org/Juniper/contrail-controller/commit/bd530b64c64000e718acd1d9967f9d510a0fe92e
Submitter: Zuul
Branch: R3.0

commit bd530b64c64000e718acd1d9967f9d510a0fe92e
Author: Yuvaraja Mariappan <email address hidden>
Date: Mon May 16 11:33:24 2016 -0700

SSL parameter setting in haproxy

1. lbaas_auth_conf param is added in agent which contains the
credentials to fetch the ssl certificates and private-keys.
if it is not mentioned, netns would use
/etc/contrail/contrail-lbaas-auth.conf as default
2. when two netns is launched by agent continosly [without any delay]
the second netns may report "LBAAS type is missing" if the first
netns moves the conf file to haproxy dir which is fixed
3. issue is fixed during the agent restart.

Change-Id: I511f21be1690364657f1bae3cb79608669cd5a18
Partial-Bug: 1569033
Closes-Bug: 1581154