tripleo-heat-templates/releasenotes/notes/converge-var_run-to-run-20286a74e780e999.yaml
Cédric Jeanneret e047d83142 Ensure we use only /run instead of /var/run
There is no real value using /var/run instead of /run, especially since
/var/run is a symlink to /run.

This patch also removes duplicated mounts due to this very symlink.

Change-Id: Iaced2ba676a4e4f651c67da082797cc1c1ffccd1
2020-07-06 07:19:02 +00:00

5 lines
96 B
YAML

---
other:
- |
Ensure we're using only /run location, since /var/run is a symlink to /run