diff options
| author | Joe Gordon <jogo@cloudscaling.com> | 2012-10-23 15:57:43 -0700 |
|---|---|---|
| committer | Joe Gordon <jogo@cloudscaling.com> | 2012-10-23 15:57:43 -0700 |
| commit | 0bfdf3dc57ab122db7c9c6c36caf097dc04bde77 (patch) | |
| tree | 537298eaaf7a1e7fb479e774a7078d4f11fc6e5a /nova/flags.py | |
| parent | d9c35809dc98823a5050f062192b2453f36d1cfd (diff) | |
Remove deprecated root_helper config
root_helper was deprecated in Folsom and was replaced by rootwrap_config
Change-Id: Ia2f5e67f834c01c07272c61323d01599006b7018
Diffstat (limited to 'nova/flags.py')
| -rw-r--r-- | nova/flags.py | 5 |
1 files changed, 1 insertions, 4 deletions
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', |
