From: tomsou Date: Thu, 11 May 2017 13:56:41 +0000 (+0000) Subject: Do not enable bgpd during deployment X-Git-Tag: opnfv-5.0.0~143 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=b63857ee231134fe9af6c5667d40a8f4f2b8555d;p=apex.git Do not enable bgpd during deployment Do not enable bgpd in order to resolve the race condition between bgpd daemon (enabled within apex deployment) and the bgpd started by 6wind zrpcd in the frame of testcase 3 of sdnvpn. JIRA: APEX-448 Change-Id: I3dfd41280e86e8a85b2269518abd8a504391de61 Signed-off-by: tomsou --- diff --git a/lib/overcloud-deploy-functions.sh b/lib/overcloud-deploy-functions.sh index f26a72a3..1c5e4d0a 100755 --- a/lib/overcloud-deploy-functions.sh +++ b/lib/overcloud-deploy-functions.sh @@ -122,7 +122,6 @@ EOI ssh -T ${SSH_OPTIONS[@]} "stack@$UNDERCLOUD" <