From b4184aa0d737e8fb505054936dc9e7906778fd97 Mon Sep 17 00:00:00 2001
From: Thomas Goirand <thomas@goirand.fr>
Date: Tue, 9 Apr 2013 14:14:04 +0800
Subject: [PATCH] cinder-common doesn't have chown root:root
 /etc/cinder/rootwrap.d/volume.filters anymore, so removing chmod from
 postinst.

Rewritten-From: fd4c44b9cf631c88c9bd3066bd8185290fee42e9
---
 xenial/debian/cinder-common.postinst.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/xenial/debian/cinder-common.postinst.in b/xenial/debian/cinder-common.postinst.in
index c09f6d1cd..2c6ffff4b 100644
--- a/xenial/debian/cinder-common.postinst.in
+++ b/xenial/debian/cinder-common.postinst.in
@@ -14,7 +14,6 @@ if [ "$1" = "configure" ] || [ "$1" = "reconfigure" ] ; then
 	pkgos_var_user_group cinder
 	pkgos_write_new_conf cinder cinder.conf
 	pkgos_write_new_conf cinder api-paste.ini
-	chown root:root /etc/cinder/rootwrap.d/volume.filters
 	pkgos_dbc_postinst ${CINDER_CONF} DEFAULT sql_connection cinder $@
 	pkgos_write_admin_creds ${CINDER_API} filter:authtoken cinder
 	db_get cinder/volume_group
-- 
2.45.2