Don't convert JOID depl. mode from noha to nonha 51/39051/1
authorMartin Kulhavy <martin.kulhavy@nokia.com>
Thu, 10 Aug 2017 11:25:03 +0000 (14:25 +0300)
committerMartin Kulhavy <martin.kulhavy@nokia.com>
Thu, 10 Aug 2017 11:27:54 +0000 (14:27 +0300)
JOID is not using nonha deployment mode anymore.

Reference change in JOID: https://gerrit.opnfv.org/gerrit/38973

Change-Id: Idc901551862d3936246afc06f0a97ab15d10b91d
Signed-off-by: Martin Kulhavy <martin.kulhavy@nokia.com>
jjb/joid/joid-deploy.sh

index e197dbd..9740d38 100644 (file)
@@ -94,9 +94,6 @@ EXTRA=${DEPLOY_OPTIONS[4]}
 if [ "$SDN_CONTROLLER" == 'odl_l2' ] || [ "$SDN_CONTROLLER" == 'odl_l3' ]; then
     SDN_CONTROLLER='odl'
 fi
-if [ "$HA_MODE" == 'noha' ]; then
-    HA_MODE='nonha'
-fi
 
 # Add extra to features
 if [ "$EXTRA" != "" ];then