Fix placement log perms in config.json

Currently placement-api is configured to log to
/var/log/kolla/placement/placement-api.log, but config.json is changing
permissions of /var/log/kolla/placement/placement.log - this patch
changes this.

Change-Id: I7f1591bdbc7c03302befc3ca6ebf1b13c95640c2
(cherry picked from commit b850eeec9c)
This commit is contained in:
Michal Nasiadka 2019-06-11 18:15:22 +02:00 committed by Mark Goddard
parent 6ecab061f9
commit 367ca93564

View File

@ -35,7 +35,7 @@
"recurse": true
},
{
"path": "/var/log/kolla/placement/placement.log",
"path": "/var/log/kolla/placement/placement-api.log",
"owner": "placement:placement"
}
]