Fix keystone upgrade permission issue
Change-Id: I211d9f2dbdd9647ec99e8b43be6332c8ad64114e Partial-Bug: #1631503
This commit is contained in:
parent
4bda9aa844
commit
e7bdc62d02
@ -35,5 +35,15 @@
|
|||||||
"owner": "keystone",
|
"owner": "keystone",
|
||||||
"perm": "0644"
|
"perm": "0644"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"permissions": [
|
||||||
|
{
|
||||||
|
"path": "/var/log/kolla",
|
||||||
|
"owner": "keystone:kolla"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "/var/log/kolla/keystone/keystone.log",
|
||||||
|
"owner": "keystone:keystone"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user