diff options
-rwxr-xr-x | juju/get-cloud-images | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/juju/get-cloud-images b/juju/get-cloud-images index 62d09af3..3711729c 100755 --- a/juju/get-cloud-images +++ b/juju/get-cloud-images @@ -10,7 +10,6 @@ if grep -q 'virt-type: lxd' bundles.yaml; then else URLS=" \ - http://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-amd64-disk1.img \ http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img \ http://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img \ http://mirror.catn.com/pub/catn/images/qcow2/centos6.4-x86_64-gold-master.img \ |