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:
Michał Nasiadka 2021-03-30 14:17:34 +02:00 committed by Michal Nasiadka
parent 93c4448365
commit a52cf61b22

View File

@ -37,7 +37,7 @@
"permissions": [ "permissions": [
{ {
"path": "/var/log/kolla/octavia", "path": "/var/log/kolla/octavia",
"owner": "octavia:octavia", "owner": "octavia:kolla",
"recurse": true "recurse": true
}, },
{ {