Remove closing fi from removed mitaka if block 78/56278/1
authorJamo Luhrsen <jluhrsen@redhat.com>
Fri, 28 Apr 2017 18:47:02 +0000 (11:47 -0700)
committerJamo Luhrsen <jluhrsen@redhat.com>
Fri, 28 Apr 2017 18:47:02 +0000 (11:47 -0700)
this was missed in a previously merged patch [0] and things
are broken until we get this merged.

[0] https://git.opendaylight.org/gerrit/#/c/56104/

Change-Id: Iafa17733eb40daa3d0d7e585c72efe709a125b25
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
jjb/integration/include-raw-integration-deploy-openstack-run-test.sh

index f26188442a89ed599dd707fe92c7f028626a76ad..9169ef759ff63b5df18b12a09b2c0124e0bdbc0f 100644 (file)
@@ -170,8 +170,6 @@ service_plugins = networking_odl.l3.l3_odl.OpenDaylightL3RouterPlugin
 EOF
 fi #check for ENABLE_NETWORKING_L2GW
 
-fi #check for ODL_ML2_BRANCH
-
 fi #ODL_ENABLE_L3_FWD check
 
 cat >> ${local_conf_file_name} << EOF