Fix manila upgrade permission issue
Change-Id: I52e47aee0d373be102c855cc791c7f369468302a Partial-Bug: #1631503
This commit is contained in:
parent
dbf05f076f
commit
709cbd345e
@ -7,5 +7,12 @@
|
||||
"owner": "manila",
|
||||
"perm": "0600"
|
||||
}
|
||||
],
|
||||
"permissions": [
|
||||
{
|
||||
"path": "/var/log/kolla/manila",
|
||||
"owner": "manila:manila",
|
||||
"recurse": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -7,5 +7,12 @@
|
||||
"owner": "manila",
|
||||
"perm": "0600"
|
||||
}
|
||||
],
|
||||
"permissions": [
|
||||
{
|
||||
"path": "/var/log/kolla/manila",
|
||||
"owner": "manila:manila",
|
||||
"recurse": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -7,5 +7,12 @@
|
||||
"owner": "manila",
|
||||
"perm": "0600"
|
||||
}
|
||||
],
|
||||
"permissions": [
|
||||
{
|
||||
"path": "/var/log/kolla/manila",
|
||||
"owner": "manila:manila",
|
||||
"recurse": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user