Merge "Make nova perms consistent between applications"

This commit is contained in:
Zuul 2020-05-11 08:29:26 +00:00 committed by Gerrit Code Review
commit a5c1d36626
2 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,8 @@
"permissions": [
{
"path": "/var/log/kolla/nova",
"owner": "nova:nova"
"owner": "nova:nova",
"recurse": true
}
]
}

View File

@ -11,7 +11,8 @@
"permissions": [
{
"path": "/var/log/kolla/nova",
"owner": "nova:nova"
"owner": "nova:nova",
"recurse": true
}
]
}