diff --git a/ansible/roles/keystone/templates/keystone.json.j2 b/ansible/roles/keystone/templates/keystone.json.j2
index ba5cc52a05..3cd7921116 100644
--- a/ansible/roles/keystone/templates/keystone.json.j2
+++ b/ansible/roles/keystone/templates/keystone.json.j2
@@ -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"
+        }
     ]
 }