diff options
author | Martin Kulhavy <martin.kulhavy@nokia.com> | 2017-08-10 14:25:03 +0300 |
---|---|---|
committer | Martin Kulhavy <martin.kulhavy@nokia.com> | 2017-08-10 14:27:54 +0300 |
commit | 270d47819058ba5a2b36f71ddfb064e05653abeb (patch) | |
tree | 2e6f68df5af9e1acd09007f904d71c412e70bf79 | |
parent | 5159aeef7922689444dfffbf6437c1d81217b6c7 (diff) |
Don't convert JOID depl. mode from noha to nonha
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>
-rw-r--r-- | jjb/joid/joid-deploy.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/jjb/joid/joid-deploy.sh b/jjb/joid/joid-deploy.sh index e197dbd8c..9740d38bf 100644 --- a/jjb/joid/joid-deploy.sh +++ b/jjb/joid/joid-deploy.sh @@ -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 |