Guys, It is impossible to download Ubuntu Cloud Image right now: http://uec-images.ubuntu.com/releases/16.04/release/ubuntu-16.04-server-cloudimg-amd64-disk1.img Returns: Forbidden! ---- wget http://uec-images.ubuntu.com/releases/16.04/release/ubuntu-16.04-server-cloudimg-amd64-disk1.img --2016-08-28 02:50:36-- http://uec-images.ubuntu.com/releases/16.04/release/ubuntu-16.04-server-cloudimg-amd64-disk1.img Resolving uec-images.ubuntu.com (uec-images.ubuntu.com)... 91.189.88.140 Connecting to uec-images.ubuntu.com (uec-images.ubuntu.com)|91.189.88.140|:80... connected. HTTP request sent, awaiting response... 403 Forbidden 2016-08-28 02:50:36 ERROR 403: Forbidden. ---- This broke my OpenStack deployment, because Glance tries to download it and then it fails (error 500 on Glance). --- http://paste.openstack.org/show/564302/ --- Here is how I'm adding Ubuntu images to my OpenStack Mitaka Cloud: --- glance image-create --location http://uec-images.ubuntu.com/releases/16.04/release/ubuntu-16.04-server-cloudimg-amd64-disk1.img --name "Ubuntu 16.04.1 LTS - Xenial Xerus - 64-bit - Cloud Based Image" --is-public true --container-format bare --disk-format qcow2 --- Cheers! Thiago -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack/attachments/20160827/f7f9dde4/attachment.html>