Merge pull request #1278 from fnordahl/tempest-optional-http-image
tempest: Conditionally populate http_image key.
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user