From 7fb32cf3eb3914bd65a0cb1f6f2ad42ca9bf3c2a Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Mon, 17 Oct 2016 20:31:53 -0400 Subject: [PATCH] Fix for cinder not working with permissions changes Change-Id: I0c38c25b1f9af6077e117420b466f0b3b38d9509 Partial-Bug: #1631503 --- ansible/roles/cinder/templates/cinder-api.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/cinder/templates/cinder-api.json.j2 b/ansible/roles/cinder/templates/cinder-api.json.j2 index 04b916981e..27825ed506 100644 --- a/ansible/roles/cinder/templates/cinder-api.json.j2 +++ b/ansible/roles/cinder/templates/cinder-api.json.j2 @@ -11,7 +11,7 @@ "permissions": [ { "path": "/var/lib/cinder", - "owner: "cinder:cinder", + "owner": "cinder:cinder", "recurse": true }, {