Browse code

Merge "XenAPI: Remove legacy tty image"

Jenkins authored on 2016/10/06 14:46:18
Showing 1 changed files
... ...
@@ -1221,11 +1221,6 @@ if is_service_enabled g-reg; then
1221 1221
 
1222 1222
     echo_summary "Uploading images"
1223 1223
 
1224
-    # Option to upload legacy ami-tty, which works with xenserver
1225
-    if [[ -n "$UPLOAD_LEGACY_TTY" ]]; then
1226
-        IMAGE_URLS="${IMAGE_URLS:+${IMAGE_URLS},}https://github.com/downloads/citrix-openstack/warehouse/tty.tgz"
1227
-    fi
1228
-
1229 1224
     for image_url in ${IMAGE_URLS//,/ }; do
1230 1225
         upload_image $image_url
1231 1226
     done