Remove hardwired ansolabs urls
Fixes bug 1078618.
The files are no longer available on ansolabs' servers. The files were
put on github, and this change modifies the location used in devstack.
Change-Id: I1f512ad3b52d6b04d0e28ce6a532e11bfede1462
diff --git a/stack.sh b/stack.sh
index 40eab36..0a9e4d4 100755
--- a/stack.sh
+++ b/stack.sh
@@ -2003,7 +2003,7 @@
# Option to upload legacy ami-tty, which works with xenserver
if [[ -n "$UPLOAD_LEGACY_TTY" ]]; then
- IMAGE_URLS="${IMAGE_URLS:+${IMAGE_URLS},}http://images.ansolabs.com/tty.tgz"
+ IMAGE_URLS="${IMAGE_URLS:+${IMAGE_URLS},}https://github.com/downloads/citrix-openstack/warehouse/tty.tgz"
fi
for image_url in ${IMAGE_URLS//,/ }; do