summaryrefslogtreecommitdiffstats
path: root/lib/undercloud-functions.sh
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2017-04-11 16:41:55 -0400
committerDan Radez <dradez@redhat.com>2017-05-15 08:34:29 -0400
commit26817bf3c1ce0d076ddd99d24194a00916f6fe0e (patch)
treee945d112a575023331d74190c922673c2791e37d /lib/undercloud-functions.sh
parent95ee731525170e8dd4df813d5ca7e43b0ba2f4eb (diff)
Removing sdn_l3 and _l2 scenario features
JIRA: APEX-429 Change-Id: Ifb28bb27f8e58ac5b180454719dfb329c3edf000 Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'lib/undercloud-functions.sh')
-rwxr-xr-xlib/undercloud-functions.sh10
1 files changed, 4 insertions, 6 deletions
diff --git a/lib/undercloud-functions.sh b/lib/undercloud-functions.sh
index a17036ac..425ef424 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