Skip to content
Snippets Groups Projects
Commit a52cf61b authored by Michał Nasiadka's avatar Michał Nasiadka Committed by Michal Nasiadka
Browse files

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
parent 93c44483
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@
"permissions": [
{
"path": "/var/log/kolla/octavia",
"owner": "octavia:octavia",
"owner": "octavia:kolla",
"recurse": true
},
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment