Merge "Update http_image config option to use latest image"

This commit is contained in:
Zuul 2024-07-05 01:36:32 +00:00 committed by Gerrit Code Review
commit 1a7a5a4d80
2 changed files with 9 additions and 2 deletions

View File

@ -0,0 +1,7 @@
---
upgrade:
- |
Changed the default value of 'http_image' config option in the
'image' group to 'http://download.cirros-cloud.net/0.6.2/cirros-0.6.2-x86_64-uec.tar.gz'
from 'http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz' as former
image is very old and we should always use latest one.

View File

@ -638,8 +638,8 @@ ImageGroup = [
"service, operator should set this parameter to True "
"if 'image_cache_dir' is set in glance-api.conf")),
cfg.StrOpt('http_image',
default='http://download.cirros-cloud.net/0.3.1/'
'cirros-0.3.1-x86_64-uec.tar.gz',
default='http://download.cirros-cloud.net/0.6.2/'
'cirros-0.6.2-x86_64-uec.tar.gz',
help='http accessible image'),
cfg.StrOpt('http_qcow2_image',
default='http://download.cirros-cloud.net/0.6.2/'