Merge "Add bind mount of /opt/cache/files to all containers in CI"

This commit is contained in:
Zuul
2021-02-23 21:54:47 +00:00
committed by Gerrit Code Review

View File

@@ -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