diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/deploy.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index 949db04f..507e62aa 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -660,7 +660,9 @@ function configure_network_environment { # check for ODL L3 if [ ${deploy_options_array['sdn_l3']} == 'true' ]; then nic_ext+=_br-ex - elif [ ${deploy_options_array['sdn_controller']} == 'onos' ]; then + fi + + if [ ${deploy_options_array['sdn_controller']} == 'onos' ]; then nic_ext+=_no-public-ip fi |