Fix wrong magnum volume path in json file

Change-Id: I355dc08e979811333eb47bb2eb14856f56d04a7c
Partial-Bug: #1631503
(cherry picked from commit 8a19ffc445)
This commit is contained in:
Jeffrey Zhang 2016-10-18 09:05:18 +08:00
parent 621c98de00
commit dcefb6ff50
1 changed files with 1 additions and 1 deletions

View File

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