]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Added patch for path to rootwrap.d
authorThomas Goirand <thomas@goirand.fr>
Wed, 7 Aug 2013 15:27:12 +0000 (17:27 +0200)
committerThomas Goirand <thomas@goirand.fr>
Wed, 7 Aug 2013 15:27:12 +0000 (17:27 +0200)
Rewritten-From: 052c4fa23c2c766421faca3804a49da4a49cfb47

xenial/debian/patches/fixes-path-to-rootwrap.d.patch [new file with mode: 0644]
xenial/debian/patches/series

diff --git a/xenial/debian/patches/fixes-path-to-rootwrap.d.patch b/xenial/debian/patches/fixes-path-to-rootwrap.d.patch
new file mode 100644 (file)
index 0000000..399af33
--- /dev/null
@@ -0,0 +1,18 @@
+Description: Fixes path to rootwrap.d
+ The default config file was using /etc/quantum, this fixes it so that it uses
+ /etc/neutron.
+Author: Thomas Goirand <zigo@debian.org>
+Forwarded: no
+Last-Update: 2013-08-07
+
+--- neutron-2013.2~b2.orig/etc/rootwrap.conf
++++ neutron-2013.2~b2/etc/rootwrap.conf
+@@ -4,7 +4,7 @@
+ [DEFAULT]
+ # List of directories to load filter definitions from (separated by ',').
+ # These directories MUST all be only writeable by root !
+-filters_path=/etc/quantum/rootwrap.d,/usr/share/quantum/rootwrap
++filters_path=/etc/neutron/rootwrap.d
+ # List of directories to search executables in, in case filters do not
+ # explicitely specify a full path (separated by ',')
index 385c8b78109cfc57c67fa73447bbd44e6398e443..76c584aeb6b07c606b52f99bb0d6e3768ad75a95 100644 (file)
@@ -1 +1,2 @@
 better-config-default.patch
+fixes-path-to-rootwrap.d.patch