puppet-tripleo/releasenotes/notes/fix-neutron-cert-perms-4a034bb516be6f9f.yaml
Tim Rozet fe09335418 Removes neutron ownership of certs
Since neutron UID is not static, setting the owners on the certificates
in the host to be 'neutron' will not match the UID for neutron in the
deployed container.  Therefore this patch removes the host neutron
ownership and leaves it as root, so that it can be later modified in the
container to be chowned to neutron.

Partial-Bug: 1759049

Change-Id: I83b14b91d1ee600bd9d5863acba34303921368ce
Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-03-28 11:27:02 -07:00

5 lines
64 B
YAML

---
fixes:
- |
Removes neutron ownership of certificates.