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
This commit is contained in:
Javier Castillo Alcíbar 2017-03-08 15:47:20 +01:00 committed by Eduardo Gonzalez
parent ff7c9028f0
commit a24acd730c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
],
"permissions": [
{
"path": "/var/lib/kolla/mongodb",
"path": "/var/lib/mongodb",
"owner": "mongodb:mongodb",
"recurse": true
},