Merge "devstack: download storm from archive.apache.org"

This commit is contained in:
Zuul 2018-02-20 10:40:51 +00:00 committed by Gerrit Code Review
commit d37287e523
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ function post_storm {
# helpers
function _download_storm {
local storm_tarball_url="${APACHE_MIRROR}storm/apache-storm-${STORM_VERSION}/${STORM_TARBALL}"
local storm_tarball_url="${APACHE_ARCHIVES}storm/apache-storm-${STORM_VERSION}/${STORM_TARBALL}"
local storm_dest
storm_dest=`get_extra_file ${storm_tarball_url}`