diff --git a/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 b/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 index b7643ea3c3..4583788730 100644 --- a/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 +++ b/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 @@ -232,6 +232,8 @@ lxc_container_backing_store: "{{ lxc_container_backing_store }}" lxc_container_bind_mounts: - host_directory: "/home/zuul/src" container_directory: "/openstack/src" + - host_directory: "/opt/cache/files" + container_directory: "/opt/cache/files" ## Always setup tempest, the resources for it, then execute tests tempest_install: yes