octavia: Fix log directory permission
After WSGI implementation the permissions were not fixed. Depends-On: https://review.opendev.org/c/openstack/kolla/+/783845 Change-Id: I908efe29dcd16c10b0bc88582d8dfb23ba573a35
This commit is contained in:
parent
93c4448365
commit
a52cf61b22
@ -37,7 +37,7 @@
|
||||
"permissions": [
|
||||
{
|
||||
"path": "/var/log/kolla/octavia",
|
||||
"owner": "octavia:octavia",
|
||||
"owner": "octavia:kolla",
|
||||
"recurse": true
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user