]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Set rootwrap_config in cinder.conf sample.
authorJohn Griffith <john.griffith@solidfire.com>
Tue, 19 Feb 2013 00:11:44 +0000 (17:11 -0700)
committerJohn Griffith <john.griffith@solidfire.com>
Tue, 19 Feb 2013 00:14:13 +0000 (17:14 -0700)
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

index f5b0d0bb209e75aaea8bd611834252fd89c6c676..fe5bfa1cac9824d1b1a5e92f7490c10bd00e17a7 100644 (file)
 # 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=<None>
+#rootwrap_config=/etc/cinder/rootwrap.conf
 
 # Whether to log monkey patching (boolean value)
 #monkey_patch=false