Comment 5 for bug 1965540

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-quickstart-extras (master)

Reviewed: https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/835475
Committed: https://opendev.org/openstack/tripleo-quickstart-extras/commit/3e80768a743c9a30d722cca1f6b146447363a112
Submitter: "Zuul (22348)"
Branch: master

commit 3e80768a743c9a30d722cca1f6b146447363a112
Author: Arx Cruz <email address hidden>
Date: Mon Mar 28 17:58:14 2022 +0200

    Override image.http_image on tempestconf

    The web-download test expect an url in order to work, otherwise it fails
    with an error saying unable to parse the http_image.
    Tempestconf set the http_image to the same as image_path if http_image
    is not overwriten, so, the http_image was pointing to
    /opt/cache/files/cirros. This patch set the http_image to the proper
    cirros url. I check the tempest code, and only the web_download test
    seems to be using the http image, so it should be safe to override the
    http_image here.

    Change-Id: I085177212a6e9b461009c453f7907867b118f859
    Closes-Bug: #1965540