XenAPI: Remove legacy tty image
UPLOAD_LEGACY_TTY was for console access, but it's no longer used. Change-Id: I294c8716be2e6ee9f53108d4eb41faf99e975538
This commit is contained in:
parent
a2d1848419
commit
499a9e39c1
5
stack.sh
5
stack.sh
@ -1221,11 +1221,6 @@ if is_service_enabled g-reg; then
|
|||||||
|
|
||||||
echo_summary "Uploading images"
|
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
|
for image_url in ${IMAGE_URLS//,/ }; do
|
||||||
upload_image $image_url
|
upload_image $image_url
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user