From 187b349bd523661f1dff7dcf313de32e62ea31fe Mon Sep 17 00:00:00 2001 From: John Griffith Date: Mon, 18 Feb 2013 17:11:44 -0700 Subject: [PATCH] Set rootwrap_config in cinder.conf sample. Remove the root_helper=sudo in cinder.conf.sample and move to the rootwrap_config=/etc/cinder/rootwrap.conf as the default. Change-Id: Ib4bacf4d24993cb9506b51523a5ba44fe1f85d18 --- etc/cinder/cinder.conf.sample | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/etc/cinder/cinder.conf.sample b/etc/cinder/cinder.conf.sample index f5b0d0bb2..fe5bfa1ca 100644 --- a/etc/cinder/cinder.conf.sample +++ b/etc/cinder/cinder.conf.sample @@ -178,13 +178,9 @@ # be hour, day, month or year (string value) #volume_usage_audit_period=month -# Deprecated: command to use for running commands as root -# (string value) -#root_helper=sudo - # Path to the rootwrap configuration file to use for running # commands as root (string value) -#rootwrap_config= +#rootwrap_config=/etc/cinder/rootwrap.conf # Whether to log monkey patching (boolean value) #monkey_patch=false -- 2.45.2