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:
parent
6ecab061f9
commit
367ca93564
@ -35,7 +35,7 @@
|
|||||||
"recurse": true
|
"recurse": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "/var/log/kolla/placement/placement.log",
|
"path": "/var/log/kolla/placement/placement-api.log",
|
||||||
"owner": "placement:placement"
|
"owner": "placement:placement"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user