Merge "Fix barbican upgrade permission issue"

This commit is contained in:
Jenkins 2016-12-02 13:17:18 +00:00 committed by Gerrit Code Review
commit 7fcff0e1f2
3 changed files with 22 additions and 0 deletions

View File

@ -19,5 +19,15 @@
"owner": "barbican",
"perm": "0600"
}
],
"permissions": [
{
"path": "/var/lib/barbican",
"owner": "barbican:barbican"
},
{
"path": "/var/log/kolla/barbican",
"owner": "barbican:barbican"
}
]
}

View File

@ -7,5 +7,11 @@
"owner": "barbican",
"perm": "0600"
}
],
"permissions": [
{
"path": "/var/log/kolla/barbican",
"owner": "barbican:barbican"
}
]
}

View File

@ -7,5 +7,11 @@
"owner": "barbican",
"perm": "0600"
}
],
"permissions": [
{
"path": "/var/log/kolla/barbican",
"owner": "barbican:barbican"
}
]
}