From ef5e1ee364a355187f61dcbfa624677f883ddace Mon Sep 17 00:00:00 2001 From: caoyuan Date: Sat, 15 Oct 2016 17:43:41 +0800 Subject: [PATCH] Fix rally upgrade permission issue Change-Id: If765a66ebfdac43fc987d1cca7c82a6d6e734725 Partial-Bug: #1631503 --- ansible/roles/rally/templates/rally.json.j2 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ansible/roles/rally/templates/rally.json.j2 b/ansible/roles/rally/templates/rally.json.j2 index 3c656054d7..3db0d88109 100644 --- a/ansible/roles/rally/templates/rally.json.j2 +++ b/ansible/roles/rally/templates/rally.json.j2 @@ -7,5 +7,12 @@ "owner": "rally", "perm": "0600" } + ], + "permissions": [ + { + "path": "/var/log/kolla/rally", + "owner": "rally:rally", + "recurse": true + } ] }