9eea03cd57
`http_image config` option of `image` section is still referring to old cirros image `cirros-0.3.1-x86_64-uec.tar.gz`. Updated it to use new cirros image `cirros-0.6.2-x86_64-uec.tar.gz`. Change-Id: I55e2fbd062c476e839fe8404bae18e918e745bc5
7 lines
328 B
YAML
7 lines
328 B
YAML
---
|
|
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. |