From: Feng Pan Date: Fri, 24 Mar 2017 16:11:58 +0000 (-0400) Subject: Apply NSDriver patch for neutron for all FD.io scenarios X-Git-Tag: opnfv-5.0.0~180^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=dc600bda635981edc035290faf901f54e810790e;p=apex.git Apply NSDriver patch for neutron for all FD.io scenarios Change-Id: I548a6c948a276f05fd2bb0c2b6bcb9ee8d96deb8 Signed-off-by: Feng Pan --- diff --git a/lib/overcloud-deploy-functions.sh b/lib/overcloud-deploy-functions.sh index 8362964d..97f809da 100755 --- a/lib/overcloud-deploy-functions.sh +++ b/lib/overcloud-deploy-functions.sh @@ -150,7 +150,7 @@ EOI fi # Patch neutron with using OVS external interface for router and add generic linux NS interface driver - if [[ "${deploy_options_array['sdn_controller']}" == 'opendaylight' && "${deploy_options_array['dataplane']}" == 'fdio' ]]; then + if [[ "${deploy_options_array['dataplane']}" == 'fdio' ]]; then ssh -T ${SSH_OPTIONS[@]} "stack@$UNDERCLOUD" <