Merge "Fix magnum upgrade permission issue"

This commit is contained in:
Jenkins 2016-10-17 18:29:04 +00:00 committed by Gerrit Code Review
commit fc64b7a9e2
2 changed files with 19 additions and 0 deletions
ansible/roles/magnum/templates

@ -7,5 +7,12 @@
"owner": "magnum",
"perm": "0600"
}
],
"permissions": [
{
"path": "/var/log/kolla/magnum",
"owner": "magnum:magnum",
"recurse": true
}
]
}

@ -7,5 +7,17 @@
"owner": "magnum",
"perm": "0600"
}
],
"permissions": [
{
"path": "/var/lib/kolla/magnum",
"owner": "magnum:magnum",
"recurse": true
},
{
"path": "/var/log/kolla/magnum",
"owner": "magnum:magnum",
"recurse": true
}
]
}