Update paste, policy and rootwrap configurations 2016-11-04
Change-Id: I142e95ddf95a834c5fbbdfc3ea54cedf62da8909
This commit is contained in:
parent
47b5a171ca
commit
86f6e8d8a5
@ -1,5 +1,5 @@
|
||||
# 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]
|
||||
# ironic/common/images.py: 'qemu-img'
|
||||
|
@ -1,6 +1,6 @@
|
||||
# An ironic-lib.filters to be used with rootwrap command.
|
||||
# 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
|
||||
# repository that should ultimately be remove. At this point, we still
|
||||
|
@ -1,5 +1,5 @@
|
||||
# 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]
|
||||
# ironic/drivers/modules/deploy_utils.py
|
||||
|
@ -1,15 +1,15 @@
|
||||
# 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]
|
||||
# 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
|
||||
|
||||
# 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.
|
||||
# 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
|
||||
|
||||
# Enable logging to syslog
|
||||
|
Loading…
Reference in New Issue
Block a user