Set tempest_image_dir to /opt/cache/files in openstack CI
https://review.openstack.org/#/c/640742 fix tempest_image_dir default var to user's home tempest-image dir. But in OpenStack CI, the cirros image is cached already and we can use the same path and reuse the downloaded image. Change-Id: If21e19ad436178bab30059a5637885e1dc8ec85b
This commit is contained in:
parent
c62d61c16f
commit
1930244bd8
@ -185,6 +185,8 @@ tempest_network_ping_gateway: yes
|
||||
{% if nodepool_dir.stat.exists %}
|
||||
# Disable chronyd in OpenStack CI
|
||||
security_rhel7_enable_chrony: no
|
||||
# The location where images are downloaded in openstack-infra
|
||||
tempest_image_dir: "/opt/cache/files"
|
||||
{% endif %}
|
||||
|
||||
# For testing purposes in public clouds, we need to ignore these
|
||||
|
Loading…
x
Reference in New Issue
Block a user