Fixes ODL L3 49/15149/1
authorTim Rozet <trozet@redhat.com>
Fri, 3 Jun 2016 19:14:47 +0000 (15:14 -0400)
committerTim Rozet <trozet@redhat.com>
Fri, 3 Jun 2016 21:22:11 +0000 (17:22 -0400)
JIRA: APEX-166

opnfv-tht-pr: 20

Change-Id: If2aabd9da302297cc99f7e6aa0eadf07a4fc7f52
Signed-off-by: Tim Rozet <trozet@redhat.com>
ci/deploy.sh

index af6b777..54b0a38 100755 (executable)
@@ -753,7 +753,7 @@ sleep 15
 ##params: none
 function undercloud_prep_overcloud_deploy {
   if [[ "${#deploy_options_array[@]}" -eq 0 || "${deploy_options_array['sdn_controller']}" == 'opendaylight' ]]; then
-    if [ "${deploy_options_array['sdn_l3']}" == 'true' ]; then
+    if [ "${deploy_options_array['sdn_l3']}" == 'True' ]; then
       DEPLOY_OPTIONS+=" -e /usr/share/openstack-tripleo-heat-templates/environments/opendaylight_l3.yaml"
     elif [ "${deploy_options_array['sfc']}" == 'True' ]; then
       DEPLOY_OPTIONS+=" -e /usr/share/openstack-tripleo-heat-templates/environments/opendaylight_sfc.yaml"