Update paste, policy and rootwrap configurations 2016-11-04

Change-Id: I142e95ddf95a834c5fbbdfc3ea54cedf62da8909
This commit is contained in:
Jesse Pretorius 2016-11-04 11:05:44 +00:00
parent 47b5a171ca
commit 86f6e8d8a5
4 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
# ironic-rootwrap command filters to manipulate images # ironic-rootwrap command filters to manipulate images
# This file should be owned by (and only-writeable by) the root user # This file should be owned by (and only-writable by) the root user
[Filters] [Filters]
# ironic/common/images.py: 'qemu-img' # ironic/common/images.py: 'qemu-img'

View File

@ -1,6 +1,6 @@
# An ironic-lib.filters to be used with rootwrap command. # An ironic-lib.filters to be used with rootwrap command.
# The following commands should be used in filters for disk manipulation. # The following commands should be used in filters for disk manipulation.
# This file should be owned by (and only-writeable by) the root user. # This file should be owned by (and only-writable by) the root user.
# NOTE: this file is a copy of ironic-lib.filters from the ironic-lib # NOTE: this file is a copy of ironic-lib.filters from the ironic-lib
# repository that should ultimately be remove. At this point, we still # repository that should ultimately be remove. At this point, we still

View File

@ -1,5 +1,5 @@
# ironic-rootwrap command filters for disk manipulation # ironic-rootwrap command filters for disk manipulation
# This file should be owned by (and only-writeable by) the root user # This file should be owned by (and only-writable by) the root user
[Filters] [Filters]
# ironic/drivers/modules/deploy_utils.py # ironic/drivers/modules/deploy_utils.py

View File

@ -1,15 +1,15 @@
# Configuration for ironic-rootwrap # Configuration for ironic-rootwrap
# This file should be owned by (and only-writeable by) the root user # This file should be owned by (and only writable by) the root user
[DEFAULT] [DEFAULT]
# List of directories to load filter definitions from (separated by ','). # List of directories to load filter definitions from (separated by ',').
# These directories MUST all be only writeable by root ! # These directories MUST all be only writable by root !
filters_path=/etc/ironic/rootwrap.d,/usr/share/ironic/rootwrap filters_path=/etc/ironic/rootwrap.d,/usr/share/ironic/rootwrap
# List of directories to search executables in, in case filters do not # List of directories to search executables in, in case filters do not
# explicitely specify a full path (separated by ',') # explicitly specify a full path (separated by ',')
# If not specified, defaults to system PATH environment variable. # If not specified, defaults to system PATH environment variable.
# These directories MUST all be only writeable by root ! # These directories MUST all be only writable by root !
exec_dirs={{ ironic_bin }},/sbin,/usr/sbin,/bin,/usr/bin exec_dirs={{ ironic_bin }},/sbin,/usr/sbin,/bin,/usr/bin
# Enable logging to syslog # Enable logging to syslog