diff --git a/ansible/roles/murano/templates/murano-api.json.j2 b/ansible/roles/murano/templates/murano-api.json.j2
index c67b1ef1f3954735a5c428b0d7f14daeb411e1a9..38a81f5448db32c5554da5ebbc225eb1654e5443 100644
--- a/ansible/roles/murano/templates/murano-api.json.j2
+++ b/ansible/roles/murano/templates/murano-api.json.j2
@@ -7,5 +7,12 @@
             "owner": "murano",
             "perm": "0644"
         }
+    ],
+    "permissions": [
+        {
+            "path": "/var/log/kolla/murano",
+            "owner": "murano:murano",
+            "recurse": true
+        }
     ]
 }
diff --git a/ansible/roles/murano/templates/murano-engine.json.j2 b/ansible/roles/murano/templates/murano-engine.json.j2
index a56bc16d42b2f8f784264450d07351bc738b09b5..2c25cd0f439882d5e1b2237794ddfce2bd2ff9af 100644
--- a/ansible/roles/murano/templates/murano-engine.json.j2
+++ b/ansible/roles/murano/templates/murano-engine.json.j2
@@ -7,5 +7,12 @@
             "owner": "murano",
             "perm": "0644"
         }
+    ],
+    "permissions": [
+        {
+            "path": "/var/log/kolla/murano",
+            "owner": "murano:murano",
+            "recurse": true
+        }
     ]
 }