From 499a9e39c1bfeb39928b04a9f1cc84a91521dcad Mon Sep 17 00:00:00 2001 From: John Hua Date: Mon, 26 Sep 2016 11:43:49 +0800 Subject: [PATCH] XenAPI: Remove legacy tty image UPLOAD_LEGACY_TTY was for console access, but it's no longer used. Change-Id: I294c8716be2e6ee9f53108d4eb41faf99e975538 --- stack.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/stack.sh b/stack.sh index 6a5a2a318f..9aa770f2b9 100755 --- a/stack.sh +++ b/stack.sh @@ -1221,11 +1221,6 @@ if is_service_enabled g-reg; then echo_summary "Uploading images" - # Option to upload legacy ami-tty, which works with xenserver - if [[ -n "$UPLOAD_LEGACY_TTY" ]]; then - IMAGE_URLS="${IMAGE_URLS:+${IMAGE_URLS},}https://github.com/downloads/citrix-openstack/warehouse/tty.tgz" - fi - for image_url in ${IMAGE_URLS//,/ }; do upload_image $image_url done