From a7558dcdb83ef6e2208017cd8322597502300b5e Mon Sep 17 00:00:00 2001 From: Nguyen Hung Phuong Date: Tue, 27 Sep 2016 14:54:30 +0700 Subject: [PATCH] TrivialFix: Fix typo in config file This patch fix typo in etc/ironic/rootwrap.conf Change-Id: I15dff30ba3190612ab477b2ccbb4a9838af3a083 --- etc/ironic/rootwrap.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/ironic/rootwrap.conf b/etc/ironic/rootwrap.conf index ec0eb09a56..8065c57571 100644 --- a/etc/ironic/rootwrap.conf +++ b/etc/ironic/rootwrap.conf @@ -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