From 0bfdf3dc57ab122db7c9c6c36caf097dc04bde77 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Tue, 23 Oct 2012 15:57:43 -0700 Subject: Remove deprecated root_helper config root_helper was deprecated in Folsom and was replaced by rootwrap_config Change-Id: Ia2f5e67f834c01c07272c61323d01599006b7018 --- nova/flags.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'nova/flags.py') diff --git a/nova/flags.py b/nova/flags.py index e9057d8db..d36284961 100644 --- a/nova/flags.py +++ b/nova/flags.py @@ -321,11 +321,8 @@ global_opts = [ default=None, help='The default format an ephemeral_volume will be ' 'formatted with on creation.'), - cfg.StrOpt('root_helper', - default='sudo', - help='Deprecated: command to use for running commands as root'), cfg.StrOpt('rootwrap_config', - default=None, + default="/etc/nova/rootwrap.conf", help='Path to the rootwrap configuration file to use for ' 'running commands as root'), cfg.StrOpt('network_driver', -- cgit