diff options
author | Tim Rozet <trozet@redhat.com> | 2016-06-03 15:14:47 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-06-03 17:22:11 -0400 |
commit | 18afbf4da1444a3bdec97b12b927b8eed033021e (patch) | |
tree | 4651f325bb568f8aebfe521f4ca971bbbe03fdde /ci | |
parent | e0f468ccf04c0a064b63788cc937f0f68096ff42 (diff) |
Fixes ODL L3
JIRA: APEX-166
opnfv-tht-pr: 20
Change-Id: If2aabd9da302297cc99f7e6aa0eadf07a4fc7f52
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index af6b7779..54b0a380 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -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" |