From 7361075238ecb8ee60d250c5228d8af74a821695 Mon Sep 17 00:00:00 2001 From: SeongSoo Cho Date: Mon, 11 Nov 2019 11:02:05 +0000 Subject: [PATCH] Remove image_urls of CirrOS in local.conf.example CirrOS is default image in latest devstack. So, The error occurs during run stack.sh like below. [ERROR] /opt/stack/devstack/stackrc:780 http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img is duplicate, please remove it from IMAGE_URLS. Change-Id: Id5a2d06a4c006f042a33fd68fb1b77be7513ee04 --- devstack/local.conf.example | 3 --- 1 file changed, 3 deletions(-) diff --git a/devstack/local.conf.example b/devstack/local.conf.example index d1c2a475..3f0da495 100644 --- a/devstack/local.conf.example +++ b/devstack/local.conf.example @@ -55,9 +55,6 @@ PIP_UPGRADE=False ### ADD SOME IMAGES TO GLANCE ### # -# latest cirros qcow2 image instead of UEC ones -IMAGE_URLS+=",http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img" - # latest Ubuntu Xenial amd64 cloud image IMAGE_URLS+=",https://cloud-images.ubuntu.com/releases/xenial/release/ubuntu-16.04-server-cloudimg-amd64-disk1.img"