Update default cirros image to 0.4.0

Since older cirros images has issues, we need to switch to
cirros 0.4.0 image as devstack uses the same.

Change-Id: I4bb6bae895ba8f8432fd0985e8b8f217adcf92f3
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
This commit is contained in:
Chandan Kumar (raukadah) 2019-05-29 19:40:29 +05:30
parent 1e62b12ef3
commit 78317425bb

View File

@ -23,8 +23,8 @@ TEMPEST_WORKSPACE = os.getcwd()
DEPLOYER_INPUT = os.path.join(os.path.expanduser("~"),
"tempest-deployer-input.conf")
DEFAULT_IMAGE = ("http://download.cirros-cloud.net/0.3.5/"
"cirros-0.3.5-x86_64-disk.img")
DEFAULT_IMAGE = ("http://download.cirros-cloud.net/0.4.0/"
"cirros-0.4.0-x86_64-disk.img")
DEFAULT_IMAGE_FORMAT = 'qcow2'
DEFAULT_FLAVOR_RAM = 64