From bf71e5d1fc8c4eb903e54b8f3dac410a34bf133c Mon Sep 17 00:00:00 2001 From: Shannon Mitchell Date: Tue, 27 Feb 2018 15:58:24 -0600 Subject: [PATCH] Update the debian image link to something more stable. It looks like the debian image link is currently dead after the latest build. A link under the current-9 dir seesm to link to the latest debian 9 build in the current dir. new loc: http://cdimage.debian.org/cdimage/openstack/current-9/debian-9-openstack-amd64.qcow2 looks to be the same image as: http://cdimage.debian.org/cdimage/openstack/current/debian-9.3.6-20180225-openstack-amd64.qcow2 Change-Id: I06f299097c5186369557be21101071de56128eef Closes-Bug: 1752180 --- multi-node-aio/playbooks/vars/openstack-service-config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multi-node-aio/playbooks/vars/openstack-service-config.yml b/multi-node-aio/playbooks/vars/openstack-service-config.yml index 4fa5f036..8bdd67fd 100644 --- a/multi-node-aio/playbooks/vars/openstack-service-config.yml +++ b/multi-node-aio/playbooks/vars/openstack-service-config.yml @@ -132,9 +132,9 @@ images: - name: OpenSuse Leap 42.3 format: qcow2 url: http://download.opensuse.org/repositories/Cloud:/Images:/Leap_42.3/images/openSUSE-Leap-42.3-OpenStack.x86_64.qcow2 - - name: Debian 9.3.4 + - name: Debian 9 Latest format: qcow2 - url: http://cdimage.debian.org/cdimage/openstack/current/debian-9.3.4-20180118-openstack-amd64.qcow2 + url: http://cdimage.debian.org/cdimage/openstack/current-9/debian-9-openstack-amd64.qcow2 - name: Debian TESTING format: qcow2 url: http://cdimage.debian.org/cdimage/openstack/testing/debian-testing-openstack-amd64.qcow2