Fix keystone upgrade permission issue

Change-Id: I211d9f2dbdd9647ec99e8b43be6332c8ad64114e
Partial-Bug: #1631503
This commit is contained in:
Jeffrey Zhang 2016-10-14 15:09:02 +08:00
parent 4bda9aa844
commit e7bdc62d02

View File

@ -35,5 +35,15 @@
"owner": "keystone",
"perm": "0644"
}
],
"permissions": [
{
"path": "/var/log/kolla",
"owner": "keystone:kolla"
},
{
"path": "/var/log/kolla/keystone/keystone.log",
"owner": "keystone:keystone"
}
]
}