devstack: download storm from archive.apache.org

Change-Id: I14102e3652e5f2214cf3115cfad378a01a827ad3
Story: 2001559
Task: 6503
This commit is contained in:
bandorf 2018-02-19 14:31:22 +01:00 committed by Witold Bedyk
parent 2ea9e74456
commit ce8cdce46f
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}`