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