diff --git a/tripleoclient/utils.py b/tripleoclient/utils.py index 279953de2..851c0237d 100644 --- a/tripleoclient/utils.py +++ b/tripleoclient/utils.py @@ -642,10 +642,6 @@ def remove_known_hosts(overcloud_ip): subprocess.check_call(command) -def run_shell(cmd): - return subprocess.call([cmd], shell=True) - - def file_checksum(filepath): """Calculate md5 checksum on file