Drop trycmd() from manila/utils.py
The function is not used anywhere. Change-Id: If3daf29df1e47974366b6e263827847683929489
This commit is contained in:
parent
2a27a433d3
commit
51a37a7aff
@ -96,13 +96,6 @@ def execute(*cmd, **kwargs):
|
||||
return processutils.execute(*cmd, **kwargs)
|
||||
|
||||
|
||||
def trycmd(*args, **kwargs):
|
||||
"""Convenience wrapper around oslo's trycmd() function."""
|
||||
if 'run_as_root' in kwargs and 'root_helper' not in kwargs:
|
||||
kwargs['root_helper'] = _get_root_helper()
|
||||
return processutils.trycmd(*args, **kwargs)
|
||||
|
||||
|
||||
class SSHPool(pools.Pool):
|
||||
"""A simple eventlet pool to hold ssh connections."""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user