179690bb93
Commit bf00e679016b60b421a9af353dd09dcaef514926 broke upgrades of existing ironic deployments, as it tries running ironic-dbsync from "ironic" user, while the existing ironic-dbsync.log file is owned by root. This change adds creating a file resource with the correct ACLs before running ironic-dbsync. Change-Id: Ia3e8b7d8add933cd8a53f1c4e92dc3c4479009eb
6 lines
164 B
YAML
6 lines
164 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes ownership of ``/var/log/ironic/ironic-dbsync.log`` before trying
|
|
to run ``ironic-dbsync``. This file was owned by *root* previously.
|