Fix wrong magnum volume path in json file

Change-Id: I355dc08e979811333eb47bb2eb14856f56d04a7c
Partial-Bug: #1631503
This commit is contained in:
Jeffrey Zhang 2016-10-18 09:05:18 +08:00
parent 53bc43b20b
commit 8a19ffc445

View File

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