Merge pull request #1278 from fnordahl/tempest-optional-http-image

tempest: Conditionally populate http_image key.
This commit is contained in:
James Page
2024-10-14 17:09:42 +01:00
committed by GitHub

View File

@@ -55,7 +55,7 @@ api_v2 = false
api_v3 = true
{% endif %}
{% if 'glance' in enabled_services %}
{% if 'glance' in enabled_services and test_swift_ip %}
[image]
http_image = http://{{ test_swift_ip }}:80/swift/v1/images/cirros-0.3.4-x86_64-uec.tar.gz
{% endif %}