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:
Martin Kopec 2019-10-25 13:49:16 +00:00
parent f84ad44d27
commit ffac8a4876
1 changed files with 1 additions and 1 deletions

View File

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