Add /usr/share/sahara/rootwrap to filters_path

All other OpenStack services using rootwrap filters include
/usr/share/${project}/rootwrap in filters_path, and consistence is
helpful for distributions.

Change-Id: I19fa431283a1f42778a4ab5a0794e18f6b96fb02
This commit is contained in:
Javier Pena 2015-10-02 12:17:58 +02:00
parent 5240195f4b
commit ee6d3fd032
1 changed files with 1 additions and 1 deletions

View File

@ -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/sahara/rootwrap.d
filters_path=/etc/sahara/rootwrap.d,/usr/share/sahara/rootwrap
# List of directories to search executables in, in case filters do not
# explicitely specify a full path (separated by ',')