Skip to content

Commit

Permalink
Merge "Improve the deprecated message about DEFAULT.root_helper" into…
Browse files Browse the repository at this point in the history
… stable/grizzly
  • Loading branch information
Jenkins authored and openstack-gerrit committed Apr 24, 2013
2 parents b333a64 + 6dd6b8e commit 92c234b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion quantum/agent/common/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ def get_root_helper(conf):

root_helper = conf.root_helper
if root_helper is not 'sudo':
LOG.deprecated(_('DEFAULT.root_helper is deprecated!'))
LOG.deprecated(_('DEFAULT.root_helper is deprecated! Please move '
'root_helper configuration to [AGENT] section.'))
return root_helper

return 'sudo'
Expand Down

0 comments on commit 92c234b

Please sign in to comment.