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