Use https for cirros image
Let's download cirros image using https because http is slower and may results in timeout issues. Also using https is a better practice. Change-Id: I57a3e078932d1ef69f2eafdc589a9d4d17918483
This commit is contained in:
parent
f84ad44d27
commit
ffac8a4876
@ -23,7 +23,7 @@ TEMPEST_WORKSPACE = os.getcwd()
|
||||
|
||||
DEPLOYER_INPUT = os.path.join(os.path.expanduser("~"),
|
||||
"tempest-deployer-input.conf")
|
||||
DEFAULT_IMAGE = ("http://download.cirros-cloud.net/0.4.0/"
|
||||
DEFAULT_IMAGE = ("https://download.cirros-cloud.net/0.4.0/"
|
||||
"cirros-0.4.0-x86_64-disk.img")
|
||||
DEFAULT_IMAGE_FORMAT = 'qcow2'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user