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
This commit is contained in:
SeongSoo Cho 2019-11-11 11:02:05 +00:00
parent fe5609304f
commit 7361075238
1 changed files with 0 additions and 3 deletions

View File

@ -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"