TrivialFix: Fix typo in config file

This patch fix typo in etc/ironic/rootwrap.conf

Change-Id: I15dff30ba3190612ab477b2ccbb4a9838af3a083
This commit is contained in:
Nguyen Hung Phuong 2016-09-27 14:54:30 +07:00
parent f750bcd521
commit a7558dcdb8
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Configuration for ironic-rootwrap
# This file should be owned by (and only-writable 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 ',').
@ -7,7 +7,7 @@
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 writable by root !
exec_dirs=/sbin,/usr/sbin,/bin,/usr/bin