Heya, I know Matt is working to get Fedora cloud images in shape. It'd be nice to have Fedora Cloud image URLs be persistent (if they change, maybe symlinks can be created?) For instance, OpenStack's diskimage-builder hard codes[1] path to Fedora 18 images ----- [...] DIB_CLOUD_IMAGES=${DIB_CLOUD_IMAGES:-http://mattdm.fedorapeople.org/cloud-images/} DIB_RELEASE=${DIB_RELEASE:-Fedora18} BASE_IMAGE_FILE=${BASE_IMAGE_FILE:-$DIB_RELEASE-Cloud-$ARCH-latest.qcow2} BASE_IMAGE_TAR=$DIB_RELEASE-Cloud-$ARCH-latest.tgz echo "Fetching Base Image" $TMP_HOOKS_PATH/bin/cache-url $DIB_CLOUD_IMAGES/$BASE_IMAGE_FILE $IMG_PATH/$BASE_IMAGE_FILE [...] ----- And, now it throws an HTTP 302 response from the server while trying to fetch either F18 or F19 images, although the absolute path to F18 qcow2 image is available via wget. Something has changed on the server. Can we please try to make these URLs persistent? Thanks. ~~~~~~ [1] https://github.com/stackforge/diskimage-builder/blob/master/elements/fedora/root.d/10-fedora-cloud-image#L13 -- /kashyap _______________________________________________ cloud mailing list cloud@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/cloud