Update cirros image URL to use HTTPS.

The launch_workload test downloads a cirros image to
deploy a small set of instances in the overcloud.
However, the URL being used up to now is not available
any more as it's required to use secure HTTP. This
patch needs to be cherry-picked into all the releases
or it won't be possible to launch the check.

Change-Id: I676225dcfd18ac8423fb802d93bddffdeb29ef5f
This commit is contained in:
Jose Luis Franco Arza 2019-10-25 14:43:08 +02:00 committed by Sergii Golovatiuk
parent 9f6c57f3a9
commit d1812f2a18
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ Set to true to launch an instance before starting upgrade. This can be useful fo
Name of the external network providing floating IPs for instance connectivity. This provides external connectivity and needs to exist beforehand, created by the user::
workload_image_url: "http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img"
workload_image_url: "https://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img"
URL of the image used for the workload instance::

View File

@ -58,7 +58,7 @@ launch_sanity_workload: true
# launch workload before update/upgrade
workload_launch: false
external_network_name: "public"
workload_image_url: "http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img"
workload_image_url: "https://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img"
workload_memory: "512"
workload_user: "cirros"
workload_disk: 5