Skip to content
Snippets Groups Projects
Commit 44e8419a authored by Javier Castillo Alcíbar's avatar Javier Castillo Alcíbar
Browse files

Fix dbPath typo in templates/mongodb.json.j2

During mongodb upgrade process "/var/lib/mongodb" should have
correct permissions, but a typo present in config.json was giving
permissions to "/var/lib/kolla/mongodb"

Change-Id: I916e7d831531131b2f141a2f7ac712d4a82f7e86
Closes-Bug: #1668303
parent 91eb42c7
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
], ],
"permissions": [ "permissions": [
{ {
"path": "/var/lib/kolla/mongodb", "path": "/var/lib/mongodb",
"owner": "mongodb:mongodb", "owner": "mongodb:mongodb",
"recurse": true "recurse": true
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment