diff options
author | Tim Rozet <trozet@redhat.com> | 2016-02-01 15:14:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-02-01 15:14:38 +0000 |
commit | fd8eb5c74c4ddcae227b8f341414b82d1b732af7 (patch) | |
tree | 1ba48ba6a458e439c5c6eaa9e2499fb4554215c7 | |
parent | 5cfe9f9299ab1bc39401b11f780c1eef8e425677 (diff) | |
parent | 910f7c156549c14d3e635eab2707c87790116439 (diff) |
Merge "Fixes missing image for nosdn deployments"
-rwxr-xr-x | ci/deploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index 5cccb06b..55ba5b6a 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -802,6 +802,7 @@ function undercloud_prep_overcloud_deploy { exit 1 elif [[ -z ${deploy_options_array['sdn_controller']} || ${deploy_options_array['sdn_controller']} == 'false' ]]; then echo -e "${blue}INFO: SDN Controller disabled...will deploy nosdn scenario${reset}" + SDN_IMAGE=opendaylight else echo "${red}Invalid sdn_controller: ${deploy_options_array['sdn_controller']}${reset}" echo "${red}Valid choices are opendaylight, opendaylight-external, onos, opencontrail, false, or null${reset}" |