diff options
author | Tim Rozet <trozet@redhat.com> | 2017-05-17 20:31:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-17 20:31:17 +0000 |
commit | 55fdc0e0418ea23a4ca208ae3285e03e04a612e5 (patch) | |
tree | 9a5bdc394df9193b251290bc215be34eeb9cf35c /lib/undercloud-functions.sh | |
parent | b411839804e6fca023ef7a695bbb616ea80fd6f3 (diff) | |
parent | 26817bf3c1ce0d076ddd99d24194a00916f6fe0e (diff) |
Merge "Removing sdn_l3 and _l2 scenario features"
Diffstat (limited to 'lib/undercloud-functions.sh')
-rwxr-xr-x | lib/undercloud-functions.sh | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/lib/undercloud-functions.sh b/lib/undercloud-functions.sh index d324b0b8..3bd0341a 100755 --- a/lib/undercloud-functions.sh +++ b/lib/undercloud-functions.sh @@ -135,12 +135,10 @@ function configure_undercloud { scp ${SSH_OPTIONS[@]} $APEX_TMP_DIR/network-environment.yaml "stack@$UNDERCLOUD": # check for ODL L3/ONOS - if [ "${deploy_options_array['sdn_l3']}" == 'True' ]; then - if [ "${deploy_options_array['dataplane']}" == 'fdio' ]; then - ext_net_type=vpp_interface - else - ext_net_type=br-ex - fi + if [ "${deploy_options_array['dataplane']}" == 'fdio' ]; then + ext_net_type=vpp_interface + else + ext_net_type=br-ex fi if [ "${deploy_options_array['dataplane']}" == 'ovs_dpdk' ]; then |