diff options
author | Tim Rozet <trozet@redhat.com> | 2016-06-04 17:50:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-06-04 17:50:09 +0000 |
commit | c3b974355123fe6e5cb2d4cb44215c4de3abd108 (patch) | |
tree | 99fb9abf5c4c8dea17dfed707d5d38eea686ccf8 | |
parent | aa5efc16674b1f14fcf7f3f0dfd98e98e7184b49 (diff) | |
parent | 18afbf4da1444a3bdec97b12b927b8eed033021e (diff) |
Merge "Fixes ODL L3"
-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 3b46651e..4f123e10 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" |